Searched refs:fileCount (Results 1 - 10 of 10) sorted by relevance

/external/icu4c/tools/toolutil/
H A Dpkg_gencmn.c89 static uint32_t fileCount=0; variable
191 if(fileCount==0) {
197 qsort(files, fileCount, sizeof(File), compareFiles);
203 basenameOffset=4+8*fileCount;
205 for(i=0; i<fileCount; ++i) {
225 udata_write32(out, fileCount);
226 for(i=0; i<fileCount; ++i) {
232 for(i=0; i<fileCount; ++i) {
235 length=4+8*fileCount+basenameTotal;
238 for(i=0; i<fileCount;
[all...]
/external/icu4c/tools/genren/
H A Dgenren.pl123 $fileCount = 0;
128 $fileCount++;
215 if( $fileCount == 0 ) {
216 die "Error: $itemCount lines from $fileCount files processed, but $symbolCount symbols were found.\n";
220 die "Error: $itemCount lines from $fileCount files processed, but $symbolCount symbols were found.\n";
223 print " Loaded $symbolCount symbols from $itemCount lines in $fileCount files.\n";
/external/webkit/Tools/BuildSlaveSupport/build.webkit.org-config/public_html/LeaksViewer/
H A DLeaksViewer.js98 _didCountLeaksFiles: function(fileCount) {
99 this._fileCount = fileCount;
100 this.filesLeftToParse = fileCount;
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/builderTemplate/publishingFiles/dropSiteRootFiles/
H A Dindex.php50 $fileCount = 0; variable
54 $fileCount = $fileCount + 1; variable
65 if ($anArray[0] == $fileCount) {
/external/chromium/chrome/browser/resources/file_manager/js/
H A Dfile_manager.js1056 fileCount: 0,
1071 var fileCount = 0;
1103 selection.fileCount += 1;
1582 if (this.selection.fileCount > 1) {
1600 this.selection.fileCount == 0;
1603 this.selection.fileCount == 1);
1607 this.selection.fileCount >= 1);
/external/webkit/Source/WebCore/platform/win/
H A DClipboardUtilitiesWin.cpp669 UINT fileCount = DragQueryFileW(hdrop, 0xFFFFFFFF, 0, 0); local
670 for (UINT i = 0; i < fileCount; i++) {
H A DClipboardWin.cpp575 UINT fileCount = DragQueryFileW(hdrop, 0xFFFFFFFF, 0, 0);
576 for (UINT i = 0; i < fileCount; i++) {
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.apache.jasper_5.5.17.v201004212143.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 166 milliseconds