Searched defs:files (Results 1 - 25 of 248) sorted by last modified time

12345678910

/external/zopfli/src/zopflipng/
H A Dzopflipng_bin.cc65 " 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
[all...]
/external/wpa_supplicant_8/hs20/server/www/
H A Dusers.php195 $files = scandir("$osu_root/spp/policy"); variable
196 foreach ($files as $file) {
/external/valgrind/main/perf/
H A Dtinycc.c582 /* Legal values for note segment descriptor types for core files. */
598 /* Legal values for the note segment descriptor types for object files. */
1611 that may still be in object files. */
1767 /* Number of symbols: 0, files,,funcs,lines according to Ultrix V4.0. */
2298 /* include file cache, used to find files faster and also to eliminate
7932 files */
19861 /* load an object file and merge it with current files */
20400 files */
20525 /* include files */
21429 static char **files;
21427 static char **files; variable
[all...]
/external/valgrind/main/callgrind/
H A Dglobal.h477 file_node* files[N_FILE_ENTRIES]; member in struct:_obj_node
/external/tremolo/Tremolo/
H A Dmisc.c46 static char **files=NULL; variable
98 if(!strcmp(file,files[i]))break;
102 if(!files){
103 files=malloc(filecount*sizeof(*files));
106 files=realloc(files,filecount*sizeof(*files));
109 files[i]=strdup(file);
163 if(!strcmp(file,files[
[all...]
/external/srec/tools/test_g2g/
H A Dtest_g2g.c481 char **files = 0, *file; local
497 *files = CALLOC( num_files, sizeof(char*), __FILE__);
502 file = files[i++] = CALLOC(strlen(line)+1,sizeof(char),__FILE__);
509 *pfiles = files;
/external/sonivox/arm-hybrid-22k/host_src/
H A Deas_hostmm.c8 * This is a sample version that maps the requested files to an
91 EAS_HW_FILE files[EAS_MAX_FILE_HANDLES]; member in struct:eas_hw_inst_data_tag
216 file = hwInstData->files;
262 /* too many open files */
499 dupFile = hwInstData->files;
520 /* too many open files */
546 file2 = hwInstData->files;
/external/sonivox/arm-wt-22k/host_src/
H A Deas_hostmm.c74 // + 1(after end of playing segment, before files closed)
97 EAS_HW_FILE files[EAS_MAX_FILE_HANDLES]; member in struct:eas_hw_inst_data_tag
121 file = (*pHWInstData)->files;
251 file = hwInstData->files;
297 /* too many open files */
529 dupFile = hwInstData->files;
550 /* too many open files */
576 file2 = hwInstData->files;
/external/sonivox/arm-wt-22k/jetcreator_lib_src/darwin-x86/
H A DEASLib.c93 EAS_HW_FILE files[EAS_MAX_FILE_HANDLES]; member in struct:eas_hw_inst_data_tag
815 file = hwInstData->files;
851 /* too many open files */
1212 dupfile = hwInstData->files;
1237 /* too many open files */
1262 file2 = hwInstData->files;
1329 file = hwInstData->files;
1375 /* too many open files */
1640 dupFile = hwInstData->files;
1661 /* too many open files */
[all...]
H A DEASLibVst.c91 EAS_HW_FILE files[EAS_MAX_FILE_HANDLES]; member in struct:eas_hw_inst_data_tag
510 file = hwInstData->files;
546 /* too many open files */
907 dupfile = hwInstData->files;
932 /* too many open files */
957 file2 = hwInstData->files;
1024 file = hwInstData->files;
1070 /* too many open files */
1335 dupFile = hwInstData->files;
1356 /* too many open files */
[all...]
/external/sonivox/arm-wt-22k/misc/
H A Deas_host.c97 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/skia/tests/
H A DImageDecodingTest.cpp166 SkDebugf("Failed to find any files :(\n");
210 // fail (since we know the files we are using to test can be decoded).
250 SkDebugf("Failed to find any files :(\n");
669 const char* files[] = { local
697 for (size_t fidx = 0; fidx < SK_ARRAY_COUNT(files); ++fidx) {
698 SkString path = SkOSPath::SkPathJoin(resourceDir.c_str(), files[fidx]);
/external/skia/tools/
H A Dskdiff_main.cpp27 * Given three directory names, expects to find identically-named files in
209 bool recurseIntoSubdirs, FileArray *files) {
217 // Iterate over files (not directories) within dir.
231 files->push(new SkString(pathRelativeToRootDir));
251 files);
257 /// Iterate over dir and get all files whose filename:
261 /// Adds the matching files to the list in *files.
265 bool recurseIntoSubdirs, FileArray *files) {
268 files);
206 get_file_list_subdir(const SkString& rootDir, const SkString& subDir, const StringArray& matchSubstrings, const StringArray& nomatchSubstrings, bool recurseIntoSubdirs, FileArray *files) argument
262 get_file_list(const SkString& dir, const StringArray& matchSubstrings, const StringArray& nomatchSubstrings, bool recurseIntoSubdirs, FileArray *files) argument
271 release_file_list(FileArray *files) argument
[all...]
/external/sonivox/arm-fm-22k/host_src/
H A Deas_hostmm.c8 * This is a sample version that maps the requested files to an
91 EAS_HW_FILE files[EAS_MAX_FILE_HANDLES]; member in struct:eas_hw_inst_data_tag
216 file = hwInstData->files;
262 /* too many open files */
499 dupFile = hwInstData->files;
520 /* too many open files */
546 file2 = hwInstData->files;
/external/skia/debugger/QT/
H A DSkDebuggerGUI.cpp612 // don't add a '/' to files in the local directory
952 const QStringList files = dir.entryList(); local
953 foreach (QString f, files) {
/external/robolectric/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
H A Djavassist-3.14.0-GA.jarMETA-INF/ META-INF/MANIFEST.MF javassist/ javassist/bytecode/ javassist/bytecode/analysis/ javassist/bytecode/annotation/ javassist/ ...
/external/qemu/distrib/libsparse/src/
H A Dsimg2simg.c51 int files; local
73 files = sparse_file_resparse(s, max_size, NULL, 0);
74 if (files < 0) {
79 out_s = calloc(sizeof(struct sparse_file *), files);
85 files = sparse_file_resparse(s, max_size, out_s, files);
86 if (files < 0) {
91 for (i = 0; i < files; i++) {
/external/protobuf/src/google/protobuf/io/
H A Dzero_copy_stream_unittest.cc453 // To test files, we create a temporary file, write, read, truncate, repeat.
589 int files[2]; local
595 ASSERT_EQ(pipe(files), 0);
598 FileOutputStream output(files[1], kBlockSizes[i]);
602 close(files[1]); // Send EOF.
605 FileInputStream input(files[0], kBlockSizes[j]);
609 close(files[0]);
/external/proguard/src/proguard/gradle/
H A DProGuardTask.java68 return getProject().files(inJarFiles);
74 return getProject().files(outJarFiles);
80 return getProject().files(libraryJarFiles);
86 return getProject().files(configurationFiles);
989 // with lazy resolution of the files.
1021 // of the files.
1033 // Lazily apply the external configuration files.
1035 getProject().files(configurationFiles);
1037 Iterator<File> files = fileCollection.iterator();
1038 while (files
1075 extendClassPath(ClassPath classPath, Object files, Map filterArgs, boolean output) argument
[all...]
/external/proguard/src/proguard/gui/
H A DClassPathPanel.java153 // If there are the same number of files selected now as
250 private ClassPathEntry[] classPathEntries(File[] files, boolean isOutput) argument
252 ClassPathEntry[] entries = new ClassPathEntry[files.length];
255 entries[index] = new ClassPathEntry(files[index], isOutput);
/external/owasp/sanitizer/lib/junit/
H A Djunit-dep.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/extensions/ junit/framework/ junit/runner/ junit/textui/ org/ ...
H A Djunit.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/extensions/ junit/framework/ junit/runner/ junit/textui/ org/ ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
H A Dbcel.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/bcel/ org/apache/bcel/classfile/ ...

Completed in 4375 milliseconds

12345678910