HomeSort by relevance Sort by last modified time
    Searched full:filenames (Results 151 - 175 of 1194) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/skia/tools/copyright/
main.py 70 for dirpath, dirnames, filenames in os.walk(root_directory):
71 for filename in filenames:
  /ndk/sources/host-tools/make-3.81/tests/scripts/features/
vpath 3 ."path for a particular class of filenames, those that\n"
7 ."for one class of filenames with the form: vpath pattern directories"
  /packages/apps/Email/src/com/android/email/mail/store/imap/
ImapTempFileLiteral.java 49 // Unfortunately, we can't really use deleteOnExit(), because temp filenames are random
51 // deleteOnExit() simply adds filenames to a static list and the list will never shrink.
  /packages/apps/Email/src/com/android/email/service/
ImapTempFileLiteral.java 52 // Unfortunately, we can't really use deleteOnExit(), because temp filenames are random
54 // deleteOnExit() simply adds filenames to a static list and the list will never shrink.
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
glob.py 22 fnmatch. However, unlike fnmatch, filenames starting with a
33 fnmatch. However, unlike fnmatch, filenames starting with a
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
glob.py 22 fnmatch. However, unlike fnmatch, filenames starting with a
33 fnmatch. However, unlike fnmatch, filenames starting with a
  /cts/tools/vm-tests-tf/src/util/build/
DexBuildStep.java 39 args.fileNames = new String[] {inputFile.fileName.getAbsolutePath()};
  /external/chromium/webkit/glue/
webdropdata.h 43 std::vector<string16> filenames; member in struct:WebDropData
webclipboard_impl.cc 226 std::vector<string16> filenames; local
228 ClipboardReadFilenames(buffer_type, &filenames);
230 return filenames;
  /external/chromium_org/base/i18n/
file_util_icu.h 31 // Compares two filenames using the current locale information. This can be
  /external/chromium_org/third_party/WebKit/Source/web/
WebFileChooserCompletionImpl.h 50 virtual void didChooseFile(const WebVector<WebString>& fileNames);
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/coverage/
files.py 8 """Understand how filenames work."""
211 for dirpath, dirnames, filenames in os.walk(dirname, topdown=True):
212 if '__init__.py' not in filenames:
217 for filename in filenames:
  /external/chromium_org/third_party/mozilla/
README.chromium 23 -[NSPasteboard getURLs:andTitles:] to determine whether or not filenames in
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/dbgfmts/codeview/
cv-dbgfmt.h 42 cv_filename *filenames; member in struct:yasm_dbgfmt_cv
  /external/chromium_org/tools/valgrind/
drmemory_analyze.py 137 def Report(self, filenames, testcase, check_sanity):
144 for f in filenames:
186 filenames = args
189 return DrMemoryAnalyzer().Report(filenames, None, False)
  /external/chromium_org/ui/base/clipboard/
clipboard_util_win.h 39 std::vector<string16>* filenames);
  /external/chromium_org/ui/base/dragdrop/
cocoa_dnd_util.h 36 // will also attempt to convert filenames in |pboard| to file URLs.
  /external/jpeg/
maktjpeg.st 9 ; If you are using Turbo C, change filenames beginning with "pc..." to "tc..."
  /external/qemu/distrib/jpeg-6b/
maktjpeg.st 9 ; If you are using Turbo C, change filenames beginning with "pc..." to "tc..."
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_fnmatch.py 45 # test that filenames with newlines in them are handled correctly.
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_fnmatch.py 45 # test that filenames with newlines in them are handled correctly.
  /cts/tools/signature-tools/src/signature/compare/
Main.java 167 Set<String> fileNames, Set<String> packageNames) throws
170 + " from " + fileNames);
183 return factory.loadApi(name, Visibility.PROTECTED, fileNames,
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/checkout/scm/
scm.py 67 filenames = []
75 filenames.append(filename)
76 return filenames
  /external/chromium_org/tools/
sort-headers.py 174 opts, filenames = parser.parse_args()
176 if len(filenames) < 1:
180 for filename in filenames:
  /external/jsilver/src/com/google/clearsilver/jsilver/precompiler/
PrecompiledTemplateMapFileReader.java 36 * corresponding class names and returns a Map of template filenames to class names which can be fed
49 * filenames to corresponding BaseCompiledTemplate class names.
54 * @param rootDir optional string to prepend to all non-absolute template filenames. Should be set

Completed in 1066 milliseconds

1 2 3 4 5 67 8 91011>>