/external/ImageMagick/MagickCore/ |
resource.c | 353 Remove any lingering temporary files. 1052 files, local [all...] |
/external/antlr/antlr-3.4/antlr3-maven-archetype/src/main/resources/archetype-resources/src/main/java/ |
Main.java | 79 String files[] = source.list(); local 81 for (int i=0; i<files.length; i++) 83 parse(new File(source, files[i]));
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src/org/eclipse/releng/ |
CompileErrorCheck.java | 105 File files[] = aFile.listFiles(); local 107 if (files != null) { 108 for (int i = 0, max = files.length; i < max; i++) { 109 findLogs(files[i]);
|
/external/harfbuzz_ng/src/ |
gen-use-table.py | 11 files = [file (x) for x in sys.argv[1:]] variable 13 headers = [[f.readline () for i in range (2)] for j,f in enumerate(files) if j != 2] 16 data = [{} for f in files] 17 values = [{} for f in files] 18 for i, f in enumerate (files): 44 # TODO Characters that are not in Unicode Indic files, but used in USE 351 print " * on files with these headers:"
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/serializable/ |
CompatibilityTest.java | 140 File files[] = dataDir.listFiles(new FileFilter() { local 146 for (File file : files) {
|
/external/icu/icu4c/source/tools/pkgdata/ |
pkgtypes.h | 108 CharList *fileListFiles; /* list of files containing files for inclusion in the package */ 109 CharList *filePaths; /* All the files, with long paths */ 110 CharList *files; /* All the files */ member in struct:UPKGOptions_ 111 CharList *outFiles; /* output files [full paths] */
|
/external/icu/icu4c/source/tools/toolutil/ |
pkg_gencmn.c | 28 /* ICU package data file format (.dat files) ------------------------------- *** 90 static File *files = NULL; variable 169 /* read the list of files and get their lengths */ 215 fprintf(stderr, "gencmn: no files listed in %s\n", dataFile == NULL ? "<stdin>" : dataFile); 219 /* sort the files by basename */ 220 qsort(files, fileCount, sizeof(File), compareFiles); 225 /* determine the offsets of all basenames and files in this common one */ 229 files[i].fileOffset=fileOffset; 230 fileOffset+=(files[i].fileSize+15)&~0xf; 231 files[i].basenameOffset=basenameOffset [all...] |
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/ |
CompatibilityTest.java | 139 File files[] = dataDir.listFiles(new FileFilter() { local 145 for (File file : files) {
|
/external/javassist/src/main/javassist/ |
ClassPoolTail.java | 79 File[] files = new File(dirName).listFiles(new FilenameFilter() { local 86 if (files != null) { 87 jars = new JarClassPath[files.length]; 88 for (int i = 0; i < files.length; i++) 89 jars[i] = new JarClassPath(files[i].getPath());
|
/external/libmtp/src/ |
playlist-spl.c | 72 static void tracks_from_spl_text_t(text_t* p, uint32_t* tracks, LIBMTP_folder_t* folders, LIBMTP_file_t* files); 73 static void spl_text_t_from_tracks(text_t** p, uint32_t* tracks, const uint32_t trackno, const uint32_t ver_major, const uint32_t ver_minor, char* dnse, LIBMTP_folder_t* folders, LIBMTP_file_t* files); 75 static uint32_t discover_id_from_filepath(const char* s, LIBMTP_folder_t* folders, LIBMTP_file_t* files); // TODO add file/dir cached args 76 static void discover_filepath_from_id(char** p, uint32_t track, LIBMTP_folder_t* folders, LIBMTP_file_t* files); 156 LIBMTP_file_t *files; local 158 files = LIBMTP_Get_Filelisting_With_Callback(device, NULL, NULL); 164 tracks_from_spl_text_t(p, pl->tracks, folders, files); 186 LIBMTP_file_t *files; local 188 files = LIBMTP_Get_Filelisting_With_Callback(device, NULL, NULL); 215 spl_text_t_from_tracks(&t, pl->tracks, pl->no_tracks, ver_major, ver_minor, NULL, folders, files); [all...] |
/external/libxml2/ |
testHTML.c | 803 int files = 0; local 850 files ++; 853 if (files == 0) { 856 printf("\tParse the HTML files and output the result of the parsing\n");
|
testOOM.c | 163 printf("\tParse the XML files using the xmlTextReader API\n"); 320 int files = 0; local 371 files ++;
|
/external/nanohttpd/core/src/test/java/fi/iki/elonen/ |
HttpServerTest.java | 74 public Map<String, String> files; field in class:HttpServerTest.TestServer 104 this.files = new HashMap<String, String>(); 106 session.parseBody(this.files);
|
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/ |
ShadowContext.java | 30 public static final File EXTERNAL_FILES_DIR = createTempDir("android-external-files"); 153 File[] files = dir.listFiles(); local 154 if (files != null) { 155 for (File f : files) {
|
/external/sonivox/arm-wt-22k/host_src/ |
eas_hostmm.c | 74 // + 1(after end of playing segment, before files closed) 96 EAS_HW_FILE files[EAS_MAX_FILE_HANDLES]; member in struct:eas_hw_inst_data_tag 120 file = (*pHWInstData)->files; 250 file = hwInstData->files; 266 /* too many open files */ 478 dupFile = hwInstData->files; 496 /* too many open files */
|
/external/sonivox/arm-wt-22k/misc/ |
eas_host.c | 97 EAS_HW_FILE files[EAS_MAX_FILE_HANDLES]; member in struct:eas_hw_inst_data_tag 100 /* local memory for files and streams */ 244 file = hwInstData->files; 272 /* too many open files */ 625 dupfile = hwInstData->files; 649 /* too many open files */ 674 file2 = hwInstData->files;
|
/external/squashfs-tools/squashfs-tools/ |
read_fs.c | 130 int byte, files = 0; local 225 for(cur_ptr = *inode_table; cur_ptr < *inode_table + bytes; files ++) { 485 printf("Read existing filesystem, %d inodes scanned\n", files);
|
/external/syslinux/core/fs/ |
fs.c | 18 __export struct file files[MAX_OPEN]; variable in typeref:struct:file 62 struct file *file = files;
|
/external/testng/src/main/java/org/testng/internal/thread/graph/ |
GraphThreadPoolExecutor.java | 117 private void generateFiles(List<String> files) { 122 for (int i = 0; i < files.size(); i++) { 125 bw.append(files.get(i)); 129 System.out.println("Created graph files in " + dir);
|
/external/vogar/src/vogar/android/ |
AndroidSdk.java | 48 File[] files = new File("libcore/expectations").listFiles(new FilenameFilter() { local 49 // ignore obviously temporary files 54 return (files != null) ? Arrays.asList(files) : Collections.<File>emptyList(); 240 * Converts all the .class files on 'classpath' into a dex file written to 'output'.
|
/external/vogar/src/vogar/target/ |
ClassPathScanner.java | 156 // the directory that the class is in. Used to quickly skip jar files 162 // JAR files that contains subpackages of a given package, even if 189 File[] files = subDir.listFiles(); local 190 if (files != null) { 191 for (File subFile : files) {
|
/external/webrtc/webrtc/base/ |
filerotatingstream.cc | 211 // Delete existing files when opening for write. 281 // Rotates the files by deleting the file at |rotation_index_|, which is the 282 // oldest file and then renaming the newer files to have an incremented index. 307 std::vector<std::string> files; local 308 // Iterate over the files in the directory. 313 return files; 320 files.push_back(path.pathname()); 323 return files; 373 // On the first rotation adjust the max file size so subsequent files after 394 // At minimum have two rotating files. Otherwise split the available log siz [all...] |
/external/webrtc/webrtc/test/ |
frame_generator.cc | 57 YuvFileGenerator(std::vector<FILE*> files, 62 files_(files), 134 const std::vector<FILE*>& files, 145 num_frames_(files.size()), 148 file_generator_(files, source_width, source_height, 1) { 247 std::vector<FILE*> files; local 251 files.push_back(file); 254 return new YuvFileGenerator(files, width, height, frame_repeat_count); 267 std::vector<FILE*> files; local 271 files.push_back(file) [all...] |
/external/zopfli/src/zopflipng/ |
zopflipng_bin.cc | 65 " zopflipng [options]... --prefix=[fileprefix] [files.png]...\n" 74 " contain a directory path. When using a prefix, multiple input files" 81 "-y: do not ask about overwriting files.\n" 86 "-d: dry run: don't save any files, just see the console output" 95 " small files, 5 for large files.\n" 121 "Optimize multiple files: zopflipng --prefix a.png b.png c.png\n" 146 bool yes = false; // do not ask to overwrite files 153 std::vector<std::string> files; local 242 files.push_back(argv[i]) [all...] |
/frameworks/base/core/tests/coretests/src/android/os/ |
MemoryFileTest.java | 41 * Keep allocating new files till the system purges them. 46 List<MemoryFile> files = new ArrayList<MemoryFile>(); local 54 files.add(newFile); 55 for (MemoryFile file : files) { 65 for (MemoryFile fileToClose : files) { 248 // open enough memory files that we should run out of [all...] |