Searched refs:filecount (Results 1 – 8 of 8) sorted by relevance
/external/tremolo/Tremolo/ |
D | misc.c | 48 static int filecount=0; variable 97 for(i=0;i<filecount;i++) in _insert() 100 if(i==filecount){ in _insert() 101 filecount++; in _insert() 103 files=malloc(filecount*sizeof(*files)); in _insert() 104 file_bytes=malloc(filecount*sizeof(*file_bytes)); in _insert() 106 files=realloc(files,filecount*sizeof(*files)); in _insert() 107 file_bytes=realloc(file_bytes,filecount*sizeof(*file_bytes)); in _insert() 162 for(i=0;i<filecount;i++) in _ripremove()
|
/external/ltp/testcases/kernel/fs/fs-bench/ |
D | create-files.c | 16 static int filecount = 0; variable 77 fprintf(stderr, "\nTotal create files: %d\n", filecount); in main() 105 fprintf(stderr, "\nTotal create files: %d\n", filecount); in create_file() 113 fprintf(stderr, "\nTotal create files: %d\n", filecount); in create_file() 117 filecount++; in create_file()
|
/external/python/cpython3/Lib/test/ |
D | test_zipfile64.py | 44 filecount = 6*1024**3 // len(self.data) 47 for num in range(filecount): 54 (num, filecount)), file=sys.__stdout__) 60 for num in range(filecount): 67 (num, filecount)), file=sys.__stdout__)
|
/external/python/cpython2/Lib/test/ |
D | 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/googletest/googletest/scripts/ |
D | upload.py | 1001 filecount = 0 1006 filecount += 1 1017 if not filecount: 1070 filecount = 0 1082 filecount += 1 1086 if not filecount:
|
/external/googletest/googlemock/scripts/ |
D | upload.py | 1001 filecount = 0 1006 filecount += 1 1017 if not filecount: 1070 filecount = 0 1082 filecount += 1 1086 if not filecount:
|
/external/google-breakpad/src/testing/scripts/ |
D | upload.py | 1001 filecount = 0 1006 filecount += 1 1017 if not filecount: 1070 filecount = 0 1082 filecount += 1 1086 if not filecount:
|
/external/google-breakpad/src/testing/gtest/scripts/ |
D | upload.py | 1001 filecount = 0 1006 filecount += 1 1017 if not filecount: 1070 filecount = 0 1082 filecount += 1 1086 if not filecount:
|