Searched
full:filenames (Results
526 -
550 of
1194) sorted by null
<<21222324252627282930>>
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/command/ |
install_lib.py | 207 filenames returned by 'get_outputs()'.
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/ |
dir_util.py | 87 exist yet; 'files' is a list of filenames to be interpreted relative to
|
file_util.py | 21 Both must be filenames. Any error opening either file, reading from
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_glob.py | 77 # returns unicode filenames
|
test_unicode_file.py | 83 "No point checking equivalent filenames of the same type")
|
test_zipimport_support.py | 134 # module currently requires real filenames for non-embedded
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/command/ |
install_lib.py | 207 filenames returned by 'get_outputs()'.
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/ |
dir_util.py | 87 exist yet; 'files' is a list of filenames to be interpreted relative to
|
file_util.py | 21 Both must be filenames. Any error opening either file, reading from
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_glob.py | 77 # returns unicode filenames
|
test_unicode_file.py | 83 "No point checking equivalent filenames of the same type")
|
test_zipimport_support.py | 134 # module currently requires real filenames for non-embedded
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/ |
DexWrapper.java | 94 mArgFileNames = argClass.getField("fileNames"); //$NON-NLS-1$
|
/external/chromium_org/tools/code_coverage/ |
croc_test.py | 175 A list of (dirpath, dirnames, filenames) tuples. 230 # Check for identity on already-clean filenames 343 # Filenames get cleaned on the way in, as do root paths
|
/external/chromium_org/ui/base/l10n/ |
l10n_util_unittest.cc | 109 std::string filenames[] = { local 125 for (size_t i = 0; i < arraysize(filenames); ++i) { 127 filenames[i] + ".pak");
|
/external/clang/tools/clang-format/ |
git-clang-format | 309 def create_tree_from_workdir(filenames): 313 return create_tree(filenames, '--stdin') 333 If mode is '--stdin', it must be a list of filenames. If mode is
|
/external/clang/tools/libclang/ |
CXLoadedDiagnostic.cpp | 43 Strings FileNames; 594 if (readString(TopDiags, TopDiags.FileNames, "filename", Record, 604 TopDiags.FakeFiles.getVirtualFile(TopDiags.FileNames[Record[0]],
|
/external/skia/tools/ |
skdiff_main.cpp | 513 "\n --listfilenames: list all filenames for each result type in stdout" 514 "\n --match <substring>: compare files whose filenames contain this substring;" 520 "\n filenames contain this substring."
|
/frameworks/base/tools/aapt/ |
AaptAssets.cpp | 76 // - The special filenames "." and ".." are always ignored. [all...] |
/ndk/sources/host-tools/make-3.81/ |
vmsify.c | 204 25 filenames with '$' are left unchanged if they contain no '/' 205 25 filenames with ':' are left unchanged 206 26 filenames with a single pair of '[' ']' are left unchanged
|
/packages/apps/Mms/src/com/android/mms/ui/ |
UriImage.java | 95 // getMimeTypeFromExtension() doesn't handle spaces in filenames nor can it handle 116 // Some MMSCs appear to have problems with filenames 168 // Some MMSCs appear to have problems with filenames
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/ |
refactor.py | 311 for dirpath, dirnames, filenames in os.walk(dir_name): 314 filenames.sort() 315 for name in filenames:
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
ntpath.py | 233 # '.' and '..'), func(arg, dirname, filenames) is called, where 234 # dirname is the name of the directory and filenames is the list 236 # The func may modify the filenames list, to implement a filter,
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/ |
refactor.py | 311 for dirpath, dirnames, filenames in os.walk(dir_name): 314 filenames.sort() 315 for name in filenames:
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
ntpath.py | 233 # '.' and '..'), func(arg, dirname, filenames) is called, where 234 # dirname is the name of the directory and filenames is the list 236 # The func may modify the filenames list, to implement a filter,
|
Completed in 4266 milliseconds
<<21222324252627282930>>