Searched defs:files (Results 1 - 25 of 244) 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/webrtc/webrtc/test/
H A Dframe_generator.cc57 YuvFileGenerator(std::vector<FILE*> files, argument
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
133 ScrollingImageFrameGenerator(Clock* clock, const std::vector<FILE*>& files, size_t source_width, size_t source_height, size_t target_width, size_t target_height, int64_t scroll_time_ms, int64_t pause_time_ms) argument
[all...]
H A Dframe_generator_unittest.cc108 std::vector<std::string> files; local
109 files.push_back(two_frame_filename_);
110 files.push_back(one_frame_filename_);
113 FrameGenerator::CreateFromYuvFile(files, kFrameWidth, kFrameHeight, 1));
134 std::vector<std::string> files; local
135 files.push_back(two_frame_filename_);
136 files.push_back(one_frame_filename_);
138 files, kFrameWidth, kFrameHeight, kRepeatCount));
/external/wpa_supplicant_8/hs20/server/www/
H A Dusers.php195 $files = scandir("$osu_root/spp/policy"); variable
196 foreach ($files as $file) {
/external/webrtc/talk/media/devices/
H A Ddevicemanager_unittest.cc310 std::vector<rtc::FakeFileSystem::File> files; local
311 files.push_back(rtc::FakeFileSystem::File("/dev/video0", ""));
312 files.push_back(rtc::FakeFileSystem::File("/dev/video5", ""));
313 files.push_back(rtc::FakeFileSystem::File(
315 files.push_back(rtc::FakeFileSystem::File(
317 files.push_back(
320 rtc::FilesystemScope fs(new rtc::FakeFileSystem(files));
337 std::vector<rtc::FakeFileSystem::File> files; local
338 files.push_back(rtc::FakeFileSystem::File("/dev/video0", ""));
339 files
366 std::vector<rtc::FakeFileSystem::File> files; local
[all...]
/external/webrtc/webrtc/base/
H A Dfilerotatingstream.cc211 // 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
[all...]
H A Dproxydetect_unittest.cc60 std::vector<rtc::FakeFileSystem::File> files; local
61 files.push_back(rtc::FakeFileSystem::File("profiles.ini",
63 files.push_back(rtc::FakeFileSystem::File("prefs.js", prefs));
64 rtc::FilesystemScope fs(new rtc::FirefoxPrefsFileSystem(files));
/external/vogar/src/vogar/
H A DClasspath.java27 * A list of jar files and directories.
33 public static Classpath of(File... files) { argument
34 return of(Arrays.asList(files));
37 public static Classpath of(Collection<File> files) { argument
39 result.elements.addAll(files);
H A DDriver.java60 * Builds and executes the actions in the given files.
62 public boolean buildAndRun(Collection<File> files, Collection<String> classes) { argument
69 filesToActions(files);
120 run.console.info(numFiles + " XML files written.");
207 private void filesToActions(Collection<File> files) { argument
208 for (File file : files) {
/external/vogar/src/vogar/commands/
H A DJack.java29 * Runs the Jack compiler to generate dex files.
35 // Initialise the files for jack and jill, letting them be null if the files
193 * to compile other files.
194 * @param files The files to compile.
197 public List<String> compile(Collection<File> files) { argument
199 .args((Object[]) Strings.objectsToStrings(files))
H A DJavac.java82 public List<String> compile(Collection<File> files) { argument
83 return builder.args((Object[]) Strings.objectsToStrings(files)).execute();
86 public List<String> compile(File... files) { argument
87 return compile(Arrays.asList(files));
/external/valgrind/callgrind/
H A Dglobal.h444 file_node* files[N_FILE_ENTRIES]; member in struct:_obj_node
/external/valgrind/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/v8/tools/
H A Dfind-commit-for-patch.py31 files = {}
44 if old_hash.startswith("0000000"): continue # Ignore new files.
45 files[next_file] = old_hash
46 return files
54 def CountMatchingFiles(commit, files):
58 cmd = ["git", "ls-tree", "-r", commit] + [f for f in files]
63 expected_hash = files[filename]
68 def FindFirstMatchingCommit(start, files, limit, verbose):
70 num_files = len(files)
71 if verbose: print(">>> Found %d files modifie
86 files = FindFilesInPatch(args.patch_file) variable
[all...]
/external/v8/test/mjsunit/asm/poppler/
H A Dpoppler.js586 // C calling interface. A convenient way to call C functions (in C files, or
1475 var ERRNO_MESSAGES={0:"Success",1:"Not super-user",2:"No such file or directory",3:"No such process",4:"Interrupted system call",5:"I/O error",6:"No such device or address",7:"Arg list too long",8:"Exec format error",9:"Bad file number",10:"No children",11:"No more processes",12:"Not enough core",13:"Permission denied",14:"Bad address",15:"Block device required",16:"Mount device busy",17:"File exists",18:"Cross-device link",19:"No such device",20:"Not a directory",21:"Is a directory",22:"Invalid argument",23:"Too many open files in system",24:"Too many open files",25:"Not a typewriter",26:"Text file busy",27:"File too large",28:"No space left on device",29:"Illegal seek",30:"Read only file system",31:"Too many links",32:"Broken pipe",33:"Math arg out of domain of func",34:"Math result not representable",35:"File locking deadlock error",36:"File or path name too long",37:"No record locks available",38:"Function not implemented",39:"Directory not empty",40:"Too many symbolic links",42:"No message of desired type",43:"Identifier removed",44:"Channel number out of range",45:"Level 2 not synchronized",46:"Level 3 halted",47:"Level 3 reset",48:"Link number out of range",49:"Protocol driver not attached",50:"No CSI structure available",51:"Level 2 halted",52:"Invalid exchange",53:"Invalid request descriptor",54:"Exchange full",55:"No anode",56:"Invalid request code",57:"Invalid slot",59:"Bad font file fmt",60:"Device not a stream",61:"No data (for no delay io)",62:"Timer expired",63:"Out of streams resources",64:"Machine is not on the network",65:"Package not installed",66:"The object is remote",67:"The link has been severed",68:"Advertise error",69:"Srmount error",70:"Communication error on send",71:"Protocol error",72:"Multihop attempted",73:"Cross mount point (not really error)",74:"Trying to read unreadable message",75:"Value too large for defined data type",76:"Given log. name not unique",77:"f.d. invalid for this operation",78:"Remote address changed",79:"Can access a needed shared lib",80:"Accessing a corrupted shared lib",81:".lib section in a.out corrupted",82:"Attempting to link in too many libs",83:"Attempting to exec a shared library",84:"Illegal byte sequence",86:"Streams pipe error",87:"Too many users",88:"Socket operation on non-socket",89:"Destination address required",90:"Message too long",91:"Protocol wrong type for socket",92:"Protocol not available",93:"Unknown protocol",94:"Socket type not supported",95:"Not supported",96:"Protocol family not supported",97:"Address family not supported by protocol family",98:"Address already in use",99:"Address not available",100:"Network interface is not configured",101:"Network is unreachable",102:"Connection reset by network",103:"Connection aborted",104:"Connection reset by peer",105:"No buffer space available",106:"Socket is already connected",107:"Socket is not connected",108:"Can't send after socket shutdown",109:"Too many references",110:"Connection timed out",111:"Connection refused",112:"Host is down",113:"Host is unreachable",114:"Socket already connected",115:"Connection already in progress",116:"Stale file handle",122:"Quota exceeded",123:"No medium (in tape drive)",125:"Operation canceled",130:"Previous owner died",131:"State not recoverable"};
1608 // // with text files until FS.init can be refactored.
2006 for (var key in src.files) {
2007 if (!src.files.hasOwnProperty(key)) continue;
2008 var e = src.files[key];
2009 var e2 = dst.files[key];
2017 for (var key in dst.files) {
2018 if (!dst.files
[all...]
/external/toybox/generated/
H A Dglobals.h642 struct double_list *files; member in struct:lsof_data
658 struct dirtree *dt; // Tree of files to copy into the new filesystem.
1056 struct dirtree *files, *singledir; member in struct:ls_data
1095 // Count of consecutive blank lines for -l has to persist between files
1244 int file_no, ffd, *files; member in struct:tail_data
/external/toybox/toys/pending/
H A Ddiff.c1 /* diff.c - compare files line by line
8 USE_DIFF(NEWTOY(diff, "<2>2B(ignore-blank-lines)d(minimal)b(ignore-space-change)ut(expand-tabs)w(ignore-all-space)i(ignore-case)T(initial-tab)s(report-identical-files)q(brief)a(text)L(label)*S(starting-file):N(new-file)r(recursive)U(unified)#<0=3", TOYFLAG_USR|TOYFLAG_BIN))
16 -a Treat all files as text
22 -N Treat absent files as empty
23 -q Output only whether files differ
27 -s Report when two files are the same
242 * 1. calc hashes for both the files and store them in vector(v[0], v[1])
366 static int *diff(char **files) argument
376 if (IS_STDIN(files[i])) file[i].fp = read_stdin();
377 else file[i].fp = fopen(files[
512 do_diff(char **files) argument
637 show_status(char **files) argument
770 char *files[2]; local
[all...]
/external/toybox/toys/posix/
H A Dpaste.c15 Replace newlines in files.
18 -s process files sequentially instead of in parallel
69 FILE **files; local
72 files = (FILE**)(buf + 1);
73 for (; *args; args++, files++) {
74 if ((*args)[0] == '-' && !(*args)[1]) *files = stdin;
75 else if (!(*files = fopen(*args, "r"))) perror_exit_raw(*args);
/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/testng/ant/3rdparty/
H A DDTDDoc.jarMETA-INF/ META-INF/MANIFEST.MF DTDDoc/ DTDDoc/AntLogger.class AntLogger.java package DTDDoc ...
H A Dcobertura.jarMETA-INF/ META-INF/MANIFEST.MF net/ net/sourceforge/ net/sourceforge/cobertura/ net/sourceforge/cobertura/ant/ ...
H A Ddoclava-1.0.3.jarMETA-INF/MANIFEST.MF assets/html/index.html assets/templates/data.hdf assets/templates/assets/ ...
/external/testng/ant/
H A Divy-2.1.0.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/LICENSE META-INF/NOTICE fr/ fr/ ...
/external/testng/lib-supplied/
H A Djarjar-issue-21.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/tonicsystems/ com/tonicsystems/jarjar/ com/tonicsystems/jarjar/AbstractDepHandler ...
/external/testng/src/main/java/org/testng/internal/thread/graph/
H A DGraphThreadPoolExecutor.java117 private void generateFiles(List<String> files) { argument
122 for (int i = 0; i < files.size(); i++) {
125 bw.append(files.get(i));
129 System.out.println("Created graph files in " + dir);

Completed in 704 milliseconds

12345678910