/ndk/sources/host-tools/make-3.81/tests/scripts/features/ |
include | 110 # Check include, sinclude, -include with no filenames.
|
/packages/apps/UnifiedEmail/src/org/apache/commons/io/filefilter/ |
RegexFileFilter.java | 48 /** The regular expression pattern that will be used to match filenames */
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/research/ |
ResearchLogDirectory.java | 29 * generating log filenames in the correct place with the correct names, and cleaning up log files
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/command/ |
bdist_dumb.py | 26 "platform name to embed in generated filenames "
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/ |
test_build_clib.py | 52 # a list of source filenames
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
posixpath.py | 158 # Are two filenames really pointing to the same file? 212 # '.' and '..'), func(arg, dirname, filenames) is called, where 213 # dirname is the name of the directory and filenames is the list 215 # The func may modify the filenames list, to implement a filter,
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_linecache.py | 51 # Bad filenames should return an empty string
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/command/ |
bdist_dumb.py | 26 "platform name to embed in generated filenames "
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/ |
test_build_clib.py | 52 # a list of source filenames
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
posixpath.py | 158 # Are two filenames really pointing to the same file? 212 # '.' and '..'), func(arg, dirname, filenames) is called, where 213 # dirname is the name of the directory and filenames is the list 215 # The func may modify the filenames list, to implement a filter,
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_linecache.py | 51 # Bad filenames should return an empty string
|
/dalvik/dx/src/com/android/dx/command/dexer/ |
Main.java | 460 String[] fileNames = args.fileNames; 473 for (int i = 0; i < fileNames.length; i++) { 474 if (processOne(fileNames[i], mainPassFilter)) { 490 for (int i = 0; i < fileNames.length; i++) { 491 if (processOne(fileNames[i], new NotFilter(mainPassFilter))) { 497 for (int i = 0; i < fileNames.length; i++) { 498 if (processOne(fileNames[i], ClassPathOpener.acceptAll)) { [all...] |
/frameworks/base/libs/androidfw/ |
BackupHelpers.cpp | 974 String8 filenames[4]; 986 filenames[0] = String8("bytes_of_padding"); 987 snapshot.add(filenames[0], r); 996 filenames[1] = String8("bytes_of_padding3"); 997 snapshot.add(filenames[1], r); 1006 filenames[2] = String8("bytes_of_padding_2"); 1007 snapshot.add(filenames[2], r); 1016 filenames[3] = String8("bytes_of_padding__1"); 1017 snapshot.add(filenames[3], r); [all...] |
/external/chromium/net/base/ |
directory_lister.cc | 162 // comparison function on the filenames for sorting in the user's locale. 212 // comparison function on the filenames for sorting in the user's locale.
|
/external/chromium/net/tools/dump_cache/ |
cache_dumper.cc | 37 // A version of CreateDirectory which supports lengthy filenames. 80 // In order for long filenames to work, we'll need to prepend
|
/external/chromium_org/native_client_sdk/src/build_tools/ |
verify_filelist.py | 141 msg += '>>> Unexpected filenames: <<<\n%s\n' % ( 144 msg += '>>> Expected filenames: <<<\n%s\n' % (
|
/external/chromium_org/net/tools/dump_cache/ |
cache_dumper.cc | 42 // A version of CreateDirectory which supports lengthy filenames. 89 // In order for long filenames to work, we'll need to prepend
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/controllers/ |
layout_test_finder.py | 65 def _read_test_names_from_file(self, filenames, test_path_separator): 68 for filename in filenames:
|
/external/chromium_org/third_party/protobuf/python/ |
setup.py | 122 for (dirpath, dirnames, filenames) in os.walk("."): 123 for filename in filenames:
|
/external/chromium_org/tools/metrics/histograms/ |
find_unmapped_histograms.py | 145 filenames = set([location.split(':')[0] for location in locations]) 148 for filename in filenames:
|
/external/chromium_org/ui/base/dragdrop/ |
os_exchange_data_provider_win.cc | 337 const std::vector<OSExchangeData::FileInfo>& filenames) { 338 for (size_t i = 0; i < filenames.size(); ++i) { 339 STGMEDIUM* storage = GetStorageForFileName(filenames[i].path); 416 std::vector<base::string16> filenames; local 417 bool success = ClipboardUtil::GetFilenames(source_object_, &filenames); 419 *path = base::FilePath(filenames[0]); 424 std::vector<OSExchangeData::FileInfo>* filenames) const { 429 filenames->push_back( [all...] |
/external/llvm/lib/DebugInfo/ |
DWARFDebugLine.h | 62 std::vector<FileNameEntry> FileNames; 82 FileNames.clear();
|
/external/llvm/utils/lit/lit/ |
TestFormats.py | 169 for dirname,subdirs,filenames in os.walk(dir): 177 for filename in filenames:
|
/external/oprofile/pp/ |
opreport_options.cpp | 101 popt::option(options::long_filenames, "long-filenames", 'f', 102 "show the full path of filenames"),
|
/frameworks/base/include/androidfw/ |
ZipFileRO.h | 56 * and load a hash table with pointers to the filenames (which aren't 62 * "private" (copy-on-write) and null-terminate the filenames after verifying
|