HomeSort by relevance Sort by last modified time
    Searched defs:files (Results 176 - 200 of 2469) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/annotation-tools/asmx/src/org/objectweb/asm/optimizer/
Shrinker.java 67 File[] files = f.listFiles(); local
68 for (int i = 0; i < files.length; ++i) {
69 optimize(files[i], d, mapping);
  /external/autotest/client/bin/result_tools/
result_info.py 27 files: A list of ResultInfo for the files and sub-directories of the result.
72 # Sub-files and sub-directories are included in a list of '/D''s
234 for f in [f for f in self.files if f.is_dir]:
290 dir_info.files.append(ResultInfo.build_from_path(
330 def files(self): member in class:ResultInfo
331 """All files or sub-directories of the result.
453 self.files.remove(self.get_file(name))
460 """Get a set of all the files under the result.
462 return set([f.keys()[0] for f in self.files])
    [all...]
  /external/chromium-libpac/test/
proxy_resolver_v8_unittest.cc 223 // These are the files of PAC scripts which each return a non-string
226 static const String16 files[] = { local
236 int result = resolver.SetPacScript(files[i]);
  /external/clang/lib/StaticAnalyzer/Core/
PlistDiagnostics.cpp 352 // - "files", an <array> mapping from FIDs to file names
357 o << " <key>files</key>\n"
470 PDFileEntry::ConsumerFiles *files = filesMade->getFiles(*D); local
471 if (files) {
472 for (PDFileEntry::ConsumerFiles::const_iterator CI = files->begin(),
473 CE = files->end(); CI != CE; ++CI) {
  /external/elfutils/tests/
dwflmodtest.c 47 Dwarf_Files *files; local
48 if (dwarf_getsrcfiles (info->cudie, &files, NULL) == 0)
55 const char *file = dwarf_filesrc (files, val, NULL, NULL);
  /external/emma/ant/ant14/com/vladium/emma/report/
reportTask.java 53 String [] files = getDataPath (true); local
54 if ((files == null) || (files.length == 0))
56 + ": no valid input data files have been specified", location).fillInStackTrace ();
73 processor.setDataPath (files); files = null;
  /external/freetype/src/tools/ftfuzzer/
ftfuzzer.cc 165 vector<vector<FT_Byte>> files; local
184 // read files contained in archive
198 files.push_back( move( entry_data ) );
202 if ( files.size() == 0 )
203 files.emplace_back( data, data + size );
205 return files;
247 const vector<vector<FT_Byte>>& files = parse_data( data, size_ ); local
264 files[0].data(),
265 (FT_Long)files[0].size(),
288 files[0].data()
    [all...]
ftmutator.cc 16 // that looks like `tar' as multiple files and mutate them separately.
97 vector<vector<uint8_t>> files; local
116 // read files contained in archive
130 files.push_back( move( entry_data ) );
136 return files;
163 vector<vector<uint8_t>> files = parse_data( Data, Size ); local
166 if ( files.size() == 0 )
172 size_t used_blocks = files.size() + 2;
173 for ( const auto& file : files )
182 // dropping file data or files from the end
    [all...]
  /external/guava/guava-tests/test/com/google/common/io/
FileTreeTraverserTest.java 27 * Tests for {@link Files#fileTreeViewer}.
38 dir = Files.createTempDir();
43 File[] files = dir.listFiles(); local
44 if (files == null) {
48 // we aren't creating any files in subdirs
49 for (File file : files) {
90 private void assertDirChildren(File... files) {
91 assertEquals(ImmutableSet.copyOf(files),
92 ImmutableSet.copyOf(Files.fileTreeTraverser().children(dir)));
IoTestCase.java 82 // fall back to copying URLs to files in the testDir == null block below
182 File[] files = file.listFiles(); local
183 if (files != null) {
184 for (File f : files) {
  /external/harfbuzz_ng/src/
gen-indic-table.py 33 files = [file (x) for x in sys.argv[1:]] variable
35 headers = [[f.readline () for i in range (2)] for f in files]
37 data = [{} for f in files]
38 values = [{} for f in files]
39 for i, f in enumerate (files):
96 print " * on files with these headers:"
  /external/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/
Deprecator.java 117 pw.println(" -src path : the root of the tree of files to work on");
118 pw.println(" -dst path : the root of the tree to put the resulting files");
140 File[] files = srcDir.listFiles(ff); local
141 for (int i = 0; i < files.length; ++i) {
142 File f = files[i];
  /external/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/index/
IndexGenerator.java 52 File[] files = inDir.listFiles(); local
53 if (files != null) {
54 for (int i = 0; i < files.length; i++){
55 if (!files[i].isDirectory()) {
56 String name = "," + files[i].getName(); // add ',' to get exact match
79 pw.println("# Found " + count + " files");
82 System.err.println("Warning: matched no files");
  /external/jarjar/src/main/com/tonicsystems/jarjar/util/
ClassPathIterator.java 38 private final Iterator<File> files; field in class:ClassPathIterator
79 this.files = fileList.iterator();
87 /** Closes all zip files opened by this iterator. */
113 if (!files.hasNext()) {
117 File file = files.next();
  /external/junit/src/main/java/org/junit/rules/
TemporaryFolder.java 9 * The TemporaryFolder Rule allows creation of files and folders that should
152 * Delete all files and folders under the temporary folder. Usually not
162 File[] files = file.listFiles(); local
163 if (files != null) {
164 for (File each : files) {
  /external/kernel-headers/original/uapi/linux/
cramfs_fs.h 32 /* SIZE for device files is i_rdev */
36 /* OFFSET: For symlinks and non-empty regular files, this
49 __u32 files; member in struct:cramfs_info
  /external/kmod/testsuite/
testsuite.h 92 * Vector with pair of files
96 const struct keyval *files; member in struct:test::__anon23668
  /external/libbackup/src/com/google/android/libraries/backup/shadow/
FileBackupHelperSimulator.java 10 import com.google.common.io.Files;
20 * backing up and restoring files by storing their contents in memory.
54 /** Collection of backed up files. */
57 private final Map<String, FileBackupContents> files; field in class:FileBackupHelperSimulator.FilesBackupData
59 public FilesBackupData(Map<String, FileBackupContents> files) {
60 this.files = Preconditions.checkNotNull(files);
65 return obj instanceof FilesBackupData && files.equals(((FilesBackupData) obj).files);
70 return files.hashCode()
    [all...]
  /external/libcxx/test/std/experimental/filesystem/fs.op.funcs/fs.op.copy/
copy.pass.cpp 203 const FileInfo files[] = { local
213 for (auto& FI : files) {
223 for (auto& FI : files) {
236 for (auto& FI : files) {
251 for (auto& FI : files) {
  /external/libmojo/mojo/android/javatests/src/org/chromium/mojo/bindings/
ValidationTest.java 89 File[] files = VALIDATION_TEST_DATA_PATH.listFiles(new DataFileFilter(prefix)); local
90 if (files != null) {
91 for (File dataFile : files) {
  /external/libvpx/libvpx/test/
vp9_thread_test.cc 186 void DecodeFiles(const FileList files[]) {
187 for (const FileList *iter = files; iter->name != NULL; ++iter) {
241 static const FileList files[] = { { "vp90-2-08-tile_1x2_frame_parallel.webm", local
249 DecodeFiles(files);
253 static const FileList files[] = { local
301 DecodeFiles(files);
305 static const FileList files[] = { local
314 DecodeFiles(files);
  /external/ltp/utils/ffsb-6.0-rc2/
ffsb_fs.h 45 * "data" contains the aging files and the working set files
58 * set of files is operated upon than in the regular benchmark and the
59 * op_data is pointing to the "fill" set rather than the "files" set
65 struct benchfiles files; member in struct:ffsb_fs
75 /* These pararmeters pertain to files in the files and fill
125 /* Does not remove files/dirs on disk, only frees up data
130 /* Set up the files and such on the disk including aging if requested.
  /external/python/cpython2/Launcher/
launcher_internal.cpp 24 read_directory(archive) -> files dict (new reference)
77 PyObject *files; local
78 files = read_directory(launcher_path);
79 if (files == NULL) {
84 toc_entry = PyDict_GetItemString(files, ENTRYPOINT_FILE);
86 Py_DECREF(files);
92 Py_DECREF(files);
100 Py_DECREF(files);
106 Py_DECREF(files);
  /external/python/cpython2/Lib/plat-mac/lib-scriptpackages/Finder/
Files.py 1 """Suite Files: Classes representing files
102 files = file variable
  /external/robolectric-shadows/robolectric/src/test/java/org/robolectric/internal/
GradleManifestFactoryTest.java 6 import com.google.common.io.Files;
204 Files.write("<manifest package=\"something\"/>", manifestFile, Charsets.UTF_8);
233 final File[] files = file.listFiles(); local
234 if (files != null) {
235 for (File each : files) {

Completed in 671 milliseconds

1 2 3 4 5 6 78 91011>>