| /trunk/main/rsc/source/rscpp/ |
| H A D | cpp1.c | 408 register int counter; /* newlines and spaces */ local 439 counter = 0; /* Count empty lines */ 444 ++counter; /* Do nothing now */ 447 counter = control(counter); /* Yes, do a #command */ 456 counter++; /* Count it, too. */ 469 if ((wrongline && infile->fp != NULL) || counter > 4) 472 while (--counter >= 0) /* them out ourselves */ 481 for (counter = 0; (type[(c = get())] == SPA);) { 484 counter++; 486 counter++; /* Skip over blanks */ [all …]
|
| H A D | cpp2.c | 74 control(int counter) in control() argument 91 return (counter + 1); in control() 147 return (counter + 1); in control() 153 if (counter > 0 && (hash == L_line || hash == L_pragma)) { in control() 155 counter--; in control() 313 return (counter + 1); in control()
|
| /trunk/main/solenv/bin/modules/installer/ |
| H A D | configuration.pm | 89 my $counter = 1; 111 $nodename = "node". $counter; 135 if ( $onenode eq "Factories" ) { $oneconfig->{'factoriesnode'} = $counter; } 139 $counter++ 146 $nodename = "node". $counter; 165 $counter--; # decreasing the counter, because "Name" and "Title" are no nodes 175 if ( $onenode eq "Factories" ) { $oneconfig->{'factoriesnode'} = $counter; } 180 $oneconfig->{'nodenumber'} = $counter; 633 my $counter = 0; 644 $counter++; [all …]
|
| H A D | ziplist.pm | 227 my $counter = 0; 275 $counter++; 280 $counter--; 283 if ($counter == 0) 309 my $counter = 0; 347 $counter++; 366 $counter--; 379 $line .= "\t##$counter##\n"; 397 my $counter = 0; 427 $counter++; [all …]
|
| H A D | setupscript.pm | 255 my $counter = $i + 1; 264 if ( $counter > $#{$scriptref} ) { 267 $line = ${$scriptref}[$counter]; 268 $counter++; 300 $valuecounter = $counter;
|
| H A D | simplepackage.pm | 224 my $counter = $i; 226 push(@language_block, ${$languagefile}[$counter]); 227 $counter++; 229 … while (( $counter <= $#{$languagefile} ) && (!( ${$languagefile}[$counter] =~ /^\s*\[/ ))) 231 push(@language_block, ${$languagefile}[$counter]); 232 $counter++;
|
| /trunk/main/solenv/bin/modules/installer/windows/ |
| H A D | idtglobal.pm | 82 my $counter = 0; 90 $counter++; 91 $newname = $name . $counter; 106 if (( $counter > 9 ) && ( length($name) > 6 )) { $dontsave = 1; } 107 if (( $counter > 99 ) && ( length($name) > 5 )) { $dontsave = 1; } 114 return $counter 127 my $counter = 0; 136 $counter++; 137 $newname = $name . $counter; 147 if (( $counter > 9 ) && ( length($name) > 6 )) { $dontsave = 1; } [all …]
|
| H A D | file.pm | 161 my $counter = $installer::globals::cabfilecounter{$cabfile}; 166 ${$filesref}[$directaccessnumber]->{'assignedsequencenumber'} = $counter; 167 $counter++; 410 my $counter = 0; 413 $counter++; 418 $uniquefilename =~ s/\./$counter\./; 422 $uniquefilename = $uniquefilenamebase . $counter;
|
| H A D | media.pm | 245 my $counter = 0; 252 if (( $counter >= $maxfilenumber ) || ( $i == $#{$filesref} )) { $cabfull = 1; } 254 $counter++; # counting the files in the cab file 299 $counter = 0;
|
| H A D | sign.pm | 295 my $counter = 0; 297 foreach my $key ( keys %{$hashref} ) { $counter++; } 299 return $counter; 677 my $counter = 1; 680 while (( $counter <= $maxcounter ) && ( ! $success )) 682 if ( $counter > 1 ) 695 $counter++;
|
| /trunk/main/odk/examples/cpp/ |
| H A D | makefile.mk | 39 $(DESTDIRCPPEXAMPLES)$/counter$/counter.cxx \ 40 $(DESTDIRCPPEXAMPLES)$/counter$/counter.uno.xml \ 41 $(DESTDIRCPPEXAMPLES)$/counter$/countermain.cxx \ 42 $(DESTDIRCPPEXAMPLES)$/counter$/Makefile \ 43 $(DESTDIRCPPEXAMPLES)$/counter$/XCountable.idl
|
| /trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/container/ |
| H A D | _XEnumeration.java | 65 int counter = 0; in _hasMoreElements() local 70 counter ++; in _hasMoreElements() 71 if (counter - tmpCounter > 10000) { in _hasMoreElements() 72 log.println(counter+ " Elements"); in _hasMoreElements() 73 tmpCounter = counter; in _hasMoreElements() 88 boolean locResult = counter == ec; in _hasMoreElements() 92 log.println("\tFound: "+counter); in _hasMoreElements()
|
| /trunk/main/solenv/bin/modules/pre2par/ |
| H A D | language.pm | 85 my $counter = $i; 87 push(@language_block, ${$langfile}[$counter]); 88 $counter++; 90 while (( $counter <= $#{$langfile} ) && (!( ${$langfile}[$counter] =~ /^\s*\[/ ))) 92 push(@language_block, ${$langfile}[$counter]); 93 $counter++;
|
| /trunk/main/sal/rtl/source/ |
| H A D | unload.cxx | 124 osl_incrementInterlockedCount( &pMod->counter); in rtl_moduleCount_acquire() 130 OSL_ENSURE( pMod->counter >0 , "library counter incorrect" ); in rtl_moduleCount_release() 131 osl_decrementInterlockedCount( &pMod->counter); in rtl_moduleCount_release() 132 if( pMod->counter == 0) in rtl_moduleCount_release() 180 if (that->counter == 0) in rtl_moduleCount_canUnload() 183 if (libUnused && (that->counter == 0)) in rtl_moduleCount_canUnload() 188 return (that->counter == 0); in rtl_moduleCount_canUnload()
|
| /trunk/main/solenv/bin/ |
| H A D | subsequenttests | 129 my $counter = 0; 133 ++$counter; 134 print("$counter: make $testpath\n"); 136 defined($pid) or die("$counter: $!"); 138 chdir($testpath) or die("$counter: $!"); 140 open(OUTPUT, $cmd) or die("$counter: $!"); 143 print("$counter: $_\n");
|
| /trunk/main/postprocess/signing/ |
| H A D | signing.pl | 216 my $counter = 0; 221 ++$counter; 222 if ( $counter >= $max_files ) { 224 $counter = 0; # reset counter 228 execute($commandline) if ($counter > 0);
|
| /trunk/main/l10ntools/java/receditor/java/transex3/controller/ |
| H A D | EditorController.java | 157 int counter = 0; in initView() local 160 …sourceStringData[ counter ][ 0 ] = aSdfString.getSourceString().getProject()+"\\"+aSdfString.getSo… in initView() 161 sourceStringData[ counter ][ 1 ] = aSdfString.getSourceString().getGid(); in initView() 162 sourceStringData[ counter ][ 2 ] = aSdfString.getSourceString().getLid(); in initView() 163 sourceStringData[ counter ][ 3 ] = aSdfString.getSourceString().getText(); in initView() 164 if( counter == 0 ){ in initView() 182 counter++; in initView()
|
| /trunk/main/qadevOOo/java/OOoRunner/src/main/java/helper/ |
| H A D | ProcessHandler.java | 485 int counter = 1; in kill() local 486 while (counter < 3 && !exit) in kill() 492 Thread.sleep(1000 * counter); // 5000 in kill() 506 counter++; in kill() 512 if (counter < 3) in kill() 514 … dbg("kill: Couldn't close process after " + counter + " attempts, trying again"); in kill() 516 counter++; in kill()
|
| /trunk/main/linguistic/qa/complex/linguistic/ |
| H A D | HangulHanjaConversion.java | 127 int counter = 0; in checkXConversionDictionaryList() local 133 String[] HangulHanja = getLeftAndRight(counter, xSheet); in checkXConversionDictionaryList() 135 counter++; in checkXConversionDictionaryList() 261 private String[] getLeftAndRight(int counter, XSpreadsheet xSpreadsheet) { in getLeftAndRight() argument 263 re[0] = getCell(0, counter, xSpreadsheet).getFormula().trim(); in getLeftAndRight() 264 re[1] = getCell(1, counter, xSpreadsheet).getFormula().trim(); in getLeftAndRight()
|
| /trunk/main/libxmlsec/ |
| H A D | xmlsec1-customkeymanage.patch | 4405 + int counter ; 4412 + for( counter = 0 ; *( mechanismList + counter ) != CKM_INVALID_MECHANISM ; counter ++ ) ; 4413 + keySlot->mechanismList = ( CK_MECHANISM_TYPE_PTR )xmlMalloc( ( counter + 1 ) * sizeof( CK_M… 4422 + for( ; counter >= 0 ; counter -- ) 4423 + *( keySlot->mechanismList + counter ) = *( mechanismList + counter ) ; 4434 + int counter ; 4440 + for( counter = 0 ; *( keySlot->mechanismList + counter ) != CKM_INVALID_MECHANISM ; counter… 4441 + newList = ( CK_MECHANISM_TYPE_PTR )xmlMalloc( ( counter + 1 + 1 ) * sizeof( CK_MECHANISM_TY… 4450 + *( newList + counter + 1 ) = CKM_INVALID_MECHANISM ; 4451 + *( newList + counter ) = mechanism ; [all …]
|
| /trunk/main/javainstaller2/src/JavaSetup/org/openoffice/setup/Util/ |
| H A D | Converter.java | 42 int counter = 0; in convertHashmapToStringArray() local 47 myStringArray[counter] = env; in convertHashmapToStringArray() 48 counter = counter + 1; in convertHashmapToStringArray()
|
| /trunk/main/reportbuilder/java/com/sun/star/report/pentaho/ |
| H A D | DefaultNameGenerator.java | 104 int counter = 0; in generateName() local 107 if (counter < 0) // wraparound should not happen.. in generateName() 113 firstFileName.append(counter); in generateName() 128 counter++; in generateName()
|
| /trunk/main/scp2/source/templates/ |
| H A D | modules.pl | 74 my $counter = 0; 85 $counter++; 86 my $sortkey = 100 * $counter; 102 $globalcounter = $counter;
|
| /trunk/main/jurt/java/jurt/src/main/java/com/sun/star/comp/bridgefactory/ |
| H A D | BridgeFactory.java | 199 token = counter.toString(); in UniqueToken() 200 counter = counter.add(BigInteger.ONE); in UniqueToken() 209 private static BigInteger counter = BigInteger.ZERO; field in BridgeFactory.UniqueToken
|
| /trunk/test/testuno/source/pvt/uno/ |
| H A D | Conversion.java | 88 private static int counter = -1; field in Conversion 125 counter++; in Conversion() 145 …result.addRow("data", sourceFileId, scenario, counter % repeat , closeTime, saveTime, loadTime, so… in after() 149 } else if ("file".equalsIgnoreCase(clean) && counter % repeat == 0) { in after()
|