/external/chromium_org/tools/traceline/traceline/scripts/ |
split.py | 14 filecount = 0 23 filecount += 1 24 f = open('split.%d' % filecount, 'wb')
|
/external/chromium_org/third_party/sqlite/src/test/ |
stmt.test | 71 proc filecount {testname sql expected} { 81 filecount stmt-2.1 { INSERT INTO t1 VALUES(9, 9) } 2 82 filecount stmt-2.2 { REPLACE INTO t1 VALUES(9, 9) } 2 83 filecount stmt-2.3 { INSERT INTO t1 SELECT 9, 9 } 2 84 filecount stmt-2.4 { 92 filecount stmt-2.6 {
|
/external/icu4c/tools/toolutil/ |
pkg_gencmn.c | 89 static uint32_t fileCount=0; 212 if(fileCount==0) { 218 qsort(files, fileCount, sizeof(File), compareFiles); 224 basenameOffset=4+8*fileCount; 226 for(i=0; i<fileCount; ++i) { 246 udata_write32(out, fileCount); 247 for(i=0; i<fileCount; ++i) { 253 for(i=0; i<fileCount; ++i) { 256 length=4+8*fileCount+basenameTotal; 259 for(i=0; i<fileCount; ++i) [all...] |
/external/chromium_org/third_party/icu/source/tools/toolutil/ |
pkg_gencmn.c | 89 static uint32_t fileCount=0; 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; ++i) [all...] |
/frameworks/base/core/jni/ |
android_backup_FileBackupHelperBase.cpp | 51 const int fileCount = env->GetArrayLength(files); 52 char const** filesUTF = (char const**)malloc(sizeof(char*)*fileCount); 53 for (int i=0; i<fileCount; i++) { 63 err = back_up_files(oldStateFD, dataStream, newStateFD, filesUTF, keysUTF, fileCount); 65 for (int i=0; i<fileCount; i++) {
|
/external/tremolo/Tremolo/ |
misc.c | 48 static int filecount=0; variable 97 for(i=0;i<filecount;i++) 100 if(i==filecount){ 101 filecount++; 103 files=malloc(filecount*sizeof(*files)); 104 file_bytes=malloc(filecount*sizeof(*file_bytes)); 106 files=realloc(files,filecount*sizeof(*files)); 107 file_bytes=realloc(file_bytes,filecount*sizeof(*file_bytes)); 162 for(i=0;i<filecount;i++)
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_zipfile64.py | 52 filecount = 6*1024**3 // len(self.data) 55 for num in range(filecount): 62 (num, filecount)) 68 for num in range(filecount): 75 (num, filecount))
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_zipfile64.py | 52 filecount = 6*1024**3 // len(self.data) 55 for num in range(filecount): 62 (num, filecount)) 68 for num in range(filecount): 75 (num, filecount))
|
/external/chromium_org/third_party/icu/source/tools/genren/ |
genren.pl | 123 $fileCount = 0; 128 $fileCount++; 206 if( $fileCount == 0 ) { 207 die "Error: $itemCount lines from $fileCount files processed, but $symbolCount symbols were found.\n"; 211 die "Error: $itemCount lines from $fileCount files processed, but $symbolCount symbols were found.\n"; 214 print " Loaded $symbolCount symbols from $itemCount lines in $fileCount files.\n";
|
/dalvik/tools/dexdeps/src/com/android/dexdeps/ |
Main.java | 210 int fileCount = args.length - idx; 211 if (fileCount == 0) { 215 mInputFileNames = new String[fileCount]; 216 System.arraycopy(args, idx, mInputFileNames, 0, fileCount);
|
/external/icu4c/tools/genren/ |
genren.pl | 128 $fileCount = 0; 133 $fileCount++; 221 if( $fileCount == 0 ) { 222 die "Error: $itemCount lines from $fileCount files processed, but $symbolCount symbols were found.\n"; 226 die "Error: $itemCount lines from $fileCount files processed, but $symbolCount symbols were found.\n"; 229 print " Loaded $symbolCount symbols from $itemCount lines in $fileCount files.\n";
|
/frameworks/base/include/androidfw/ |
BackupHelpers.h | 38 int fileCount; 135 char const* const* files, char const* const *keys, int fileCount);
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/builderTemplate/publishingFiles/dropSiteRootFiles/ |
index.php | 50 $fileCount = 0;
54 $fileCount = $fileCount + 1;
65 if ($anArray[0] == $fileCount) {
|
/external/chromium_org/chrome/browser/resources/file_manager/js/ |
file_selection.js | 21 this.fileCount = 0; 48 this.fileCount += 1; 272 this.selection.fileCount == 0; 276 this.selection.fileCount == 1); 280 this.selection.fileCount >= 1); 407 text = strf('MANY_FILES_SELECTED', selection.fileCount); 408 } else if (selection.fileCount == 0) { 484 selection.directoryCount == 0 && selection.fileCount > 0) {
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/etc/checkstyle/ |
checkstyle-xdoc.xsl | 104 <xsl:variable name="fileCount" select="count(file)"/> 115 <td><xsl:value-of select="$fileCount"/></td>
|
checkstyle-frames.xsl | 275 <xsl:variable name="fileCount" select="count(file)"/> 286 <td><xsl:value-of select="$fileCount"/></td>
|
/cts/tests/tests/provider/src/android/provider/cts/ |
MediaStore_FilesTest.java | 54 int fileCount = getFileCount(allFilesUri); 79 assertEquals(fileCount + 1, newFileCount); 96 assertEquals(fileCount, getFileCount(allFilesUri));
|
/external/libpng/contrib/visupng/ |
VisualPng.c | 48 BOOL SearchPngList (TCHAR *pFileList, int FileCount, int *pFileIndex, 616 TCHAR *pFileList, int FileCount, int *pFileIndex, 619 if (FileCount > 0) 628 *pFileIndex = FileCount - 1; 637 if (*pFileIndex < FileCount - 1)
|
/frameworks/base/libs/androidfw/ |
BackupHelpers.cpp | 107 for (int i=0; i<header.fileCount; i++) { 149 int fileCount = 0; 158 fileCount++; 165 SnapshotHeader header = { MAGIC0, fileCount, MAGIC1, bytesWritten }; 333 char const* const* files, char const* const* keys, int fileCount) 347 for (int i=0; i<fileCount; i++) { 378 while (n<N && m<fileCount) { 433 while (m<fileCount) { [all...] |
/dalvik/vm/ |
AllocTracker.cpp | 348 int classCount, methodCount, fileCount; /* debug stats */ 350 classCount = methodCount = fileCount = 0; 369 fileCount++; 378 dvmPointerSetGetCount(fileNames), fileCount);
|
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/ |
PrintSpoolerService.java | 150 final int fileCount = files.length; 151 for (int i = 0; i < fileCount; i++) { 327 final int fileCount = files.length; 328 for (int i = 0; i < fileCount; i++) { [all...] |
/external/chromium/chrome/browser/resources/file_manager/js/ |
file_manager.js | [all...] |
/external/chromium/testing/gmock/scripts/ |
upload.py | [all...] |
/external/chromium/testing/gtest/scripts/ |
upload.py | [all...] |
/external/chromium_org/testing/gtest/scripts/ |
upload.py | [all...] |