/external/chromium_org/tools/telemetry/telemetry/ |
__init__.py | 46 for dirname, _, filenames in os.walk(base_dir): 49 for filename in filenames:
|
/external/skia/tools/ |
reformat-json.py | 47 parser.add_argument('filenames', metavar='FILENAME', nargs='+', 50 for filename in args.filenames:
|
/packages/apps/UnifiedEmail/src/org/apache/commons/io/ |
package.html | 33 <b>FilenameUtils</b> provides utilities based on filenames.
34 This utility class manipulates filenames without using File objects.
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/tests/ |
support.py | 49 for dirpath, dirnames, filenames in os.walk(proj_dir): 50 for filename in filenames:
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/tests/ |
support.py | 49 for dirpath, dirnames, filenames in os.walk(proj_dir): 50 for filename in filenames:
|
/external/chromium_org/v8/test/preparser/ |
testcfg.py | 86 filenames = [f[:-3] for f in os.listdir(self.root) if f.endswith(".js")] 87 filenames.sort() 88 for f in filenames: 97 filenames = [f[:-4] for f in os.listdir(self.root) if f.endswith(".pyt")] 98 filenames.sort() 99 for f in filenames:
|
/external/v8/test/preparser/ |
testcfg.py | 135 filenames = [f[:-3] for f in os.listdir(self.root) if f.endswith(".js")] 136 filenames.sort() 137 for file in filenames: 145 filenames = [f[:-4] for f in os.listdir(self.root) if f.endswith(".pyt")] 146 filenames.sort() 147 for file in filenames:
|
/libcore/luni/src/test/java/libcore/java/util/zip/ |
ZipEntryTest.java | 53 // Create a zip file containing non-ASCII filenames. 55 List<String> filenames = Arrays.asList("us-ascii", local 60 for (String filename : filenames) { 68 for (String filename : filenames) { 76 assertTrue(entry.getName(), filenames.contains(entry.getName())); 79 assertEquals(filenames.size(), entryCount);
|
/external/chromium/net/tools/dump_cache/ |
url_to_filename_encoder.h | 7 // 1. Allow URLs with arbitrary path-segment length, generating filenames 9 // 2. Provide a somewhat human readable filenames, for easy debugging flow. 10 // 3. Provide reverse-mapping from filenames back to URLs. 17 // in URL paths, but not in filenames, such as '?'. 20 // But as we have a goal of having filenames that humans can correlate with 34 // ^ 3 build tool doesn't like ^ in testdata filenames 35 // @ 10 build tool doesn't like @ in testdata filenames
|
/external/chromium_org/net/tools/dump_cache/ |
url_to_filename_encoder.h | 7 // 1. Allow URLs with arbitrary path-segment length, generating filenames 9 // 2. Provide a somewhat human readable filenames, for easy debugging flow. 10 // 3. Provide reverse-mapping from filenames back to URLs. 17 // in URL paths, but not in filenames, such as '?'. 20 // But as we have a goal of having filenames that humans can correlate with 34 // ^ 3 build tool doesn't like ^ in testdata filenames 35 // @ 10 build tool doesn't like @ in testdata filenames
|
/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/ |
linemap.c | 58 /* Shared storage for filenames */ 59 /*@only@*/ /*@null@*/ HAMT *filenames; member in struct:yasm_linemap 130 mapping->filename = HAMT_insert(linemap->filenames, copy, copy, 169 linemap->filenames = HAMT_create(0, yasm_internal_error_); 202 if (linemap->filenames) 203 HAMT_destroy(linemap->filenames, filename_delete_one); 276 return HAMT_traverse(linemap->filenames, d, (int (*) (void *, void *))func);
|
/external/chromium_org/tools/clang/scripts/ |
run_tool.py | 71 normalize the filenames. 75 A dictionary mapping filenames to the associated edits. 128 def __init__(self, toolname, build_directory, filenames): 134 filenames: The files to run the tool over. 138 self.__filenames = filenames 190 edits: A dict mapping filenames to Edit instances that apply to that file. 284 filenames = frozenset(_GetFilesFromGit(argv[2:])) 288 [f for f in filenames 295 if k in filenames},
|
/external/chromium_org/native_client_sdk/src/tools/ |
create_html.py | 102 def CreateHTML(filenames, options): 105 for filename in filenames: 117 if len(filenames) > 1: 120 elif len(filenames) > 1 and not options.output: 136 cmd = [create_nmf, '-s', staging, '-o', nmf] + filenames
|
/external/llvm/lib/ExecutionEngine/OProfileJIT/ |
OProfileJITEventListener.cpp | 79 const MachineFunction &MF, FilenameCache &Filenames, 84 Result.filename = Filenames.getFilename( 110 FilenameCache Filenames; 127 line_info.filename = Filenames.getFilename(FirstLocScope); 135 *Details.MF, Filenames, I->Address, I->Loc));
|
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/dbgfmts/codeview/ |
cv-symline.c | 349 if (!dbgfmt_cv->filenames[filenum].filename || 350 strcmp(dbgfmt_cv->filenames[filenum].filename, filename) == 0) 360 dbgfmt_cv->filenames = yasm_xrealloc(dbgfmt_cv->filenames, 363 dbgfmt_cv->filenames[i].pathname = NULL; 364 dbgfmt_cv->filenames[i].filename = NULL; 365 dbgfmt_cv->filenames[i].str_off = 0; 366 dbgfmt_cv->filenames[i].info_off = 0; 378 yasm_md5_final(dbgfmt_cv->filenames[filenum].digest, &context); 383 if (dbgfmt_cv->filenames[filenum].pathname [all...] |
/external/chromium_org/third_party/sqlite/src/test/ |
capi3e.test | 56 # capi3e-1.*: Test sqlite3_open with various UTF8 filenames 57 # capi3e-2.*: Test sqlite3_open16 with various UTF8 filenames 58 # capi3e-3.*: Test ATTACH with various UTF8 filenames
|
/external/chromium_org/tools/gyp/test/mac/ |
gyptest-xcode-env-order.py | 30 # Env vars in 'copies' filenames. 35 # Env vars in 'actions' filenames and inline actions 40 # Env vars in 'rules' filenames and inline actions
|
/external/chromium_org/tools/json_schema_compiler/ |
features_compiler.py | 67 (opts, filenames) = parser.parse_args() 70 if len(filenames) != 1: 73 result = _GenerateSchema(filenames[0], opts.root, opts.destdir,
|
/external/oprofile/libpp/ |
name_storage.h | 3 * Type-safe unique storage of global names (filenames and symbols) 72 /// partial specialization for unique storage of filenames 137 /// for debug filenames i.e. source filename
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
linecache.py | 48 filenames = cache.keys() 51 filenames = [filename] 55 for filename in filenames:
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
linecache.py | 48 filenames = cache.keys() 51 filenames = [filename] 55 for filename in filenames:
|
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/dbgfmts/dwarf2/ |
dwarf2-line.c | 206 if (!dbgfmt_dwarf2->filenames[filenum].filename || 207 (dbgfmt_dwarf2->filenames[filenum].dir == dir 208 && strcmp(dbgfmt_dwarf2->filenames[filenum].filename, 219 dbgfmt_dwarf2->filenames = yasm_xrealloc(dbgfmt_dwarf2->filenames, 222 dbgfmt_dwarf2->filenames[i].pathname = NULL; 223 dbgfmt_dwarf2->filenames[i].filename = NULL; 224 dbgfmt_dwarf2->filenames[i].dir = 0; 229 if (dbgfmt_dwarf2->filenames[filenum].pathname) 230 yasm_xfree(dbgfmt_dwarf2->filenames[filenum].pathname) [all...] |
/packages/apps/Launcher3/WallpaperPicker/src/com/android/launcher3/ |
SavedWallpaperImages.java | 143 Pair<String, String> filenames = getImageFilenames(id); local 144 if (filenames != null) { 145 return filenames.second; 173 Pair<String, String> filenames = getImageFilenames(id); local 174 File imageFile = new File(mContext.getFilesDir(), filenames.first); 176 File thumbFile = new File(mContext.getFilesDir(), filenames.second);
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_pep277.py | 7 filenames = [ variable 28 filenames.extend([ 49 for name in filenames: 68 files = set(filenames) 107 # Pass non-existing Unicode filenames all over the place. 146 # than Python NFD normalization: filenames are different even if we use
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_pep277.py | 7 filenames = [ variable 28 filenames.extend([ 49 for name in filenames: 68 files = set(filenames) 107 # Pass non-existing Unicode filenames all over the place. 146 # than Python NFD normalization: filenames are different even if we use
|