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

1 2 3 4 5 6 7 891011>>

  /external/chromium_org/third_party/JSON/
get_and_build_json_pm.sh 54 # Rename :: to __ because : is reserved in Windows filenames
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/coverage/
report.py 30 `morfs` is a list of modules or filenames. `config` is a
  /external/chromium_org/third_party/WebKit/public/web/
WebFileChooserCompletion.h 55 virtual void didChooseFile(const WebVector<WebString>& fileNames) = 0;
  /external/chromium_org/third_party/closure_linter/closure_linter/
not_strict_test.py 54 If sys.argv[1:] is non-empty, it is interpreted as a list of filenames in
  /external/chromium_org/tools/mac/
dump-static-initializers.py 35 """Given a binary, prints source and object filenames for files with
  /external/clang/lib/Driver/
InputInfo.h 23 // FIXME: The distinction between filenames and inputarg here is
  /external/jpeg/
makcjpeg.st 9 ; If you are using Turbo C, change filenames beginning with "pc..." to "tc..."
makdjpeg.st 9 ; If you are using Turbo C, change filenames beginning with "pc..." to "tc..."
  /external/llvm/docs/CommandGuide/
llvm-readobj.rst 20 input. Otherwise, it will read from the specified ``filenames``.
  /external/oprofile/libpp/
name_storage.cpp 3 * Storage of global names (filenames and symbols)
  /external/oprofile/libutil++/
file_manip.h 37 * return true if the two filenames belong to the same file
  /external/qemu/distrib/jpeg-6b/
makcjpeg.st 9 ; If you are using Turbo C, change filenames beginning with "pc..." to "tc..."
makdjpeg.st 9 ; If you are using Turbo C, change filenames beginning with "pc..." to "tc..."
  /frameworks/base/tools/aapt/tests/
MockDirectoryWalker.h 19 // entries. It takes a path and a map of filenames and their modification times.
  /ndk/sources/host-tools/make-3.81/tests/scripts/functions/
wildcard 11 echoing all filenames by the name of '*.example'. The second
  /ndk/sources/host-tools/make-3.81/tests/scripts/misc/
general2 6 definition of a variable to hold the object filenames.";
  /packages/providers/DownloadProvider/tests/src/com/android/providers/downloads/
ThreadingTest.java 83 // Ensure that contents are clean and filenames unique
  /ndk/sources/host-tools/make-3.81/
read.c 134 static void record_files PARAMS ((struct nameseq *filenames, char *pattern, char *pattern_percent,
138 static void record_target_var PARAMS ((struct nameseq *filenames, char *defn,
468 struct nameseq *filenames = 0;
479 if (filenames != 0) \
482 record_files (filenames, pattern, pattern_percent, deps, \
486 filenames = 0; \
499 The strategy is to accumulate target names in FILENAMES, dependencies
545 if (filenames != 0)
804 /* If no filenames, it's a no-op. */
1005 filenames = multi_glob (parse_file_seq (&p2, '\0'
464 struct nameseq *filenames = 0; local
    [all...]
  /external/chromium_org/third_party/leveldatabase/src/db/
db_impl.cc 229 std::vector<std::string> filenames; local
230 env_->GetChildren(dbname_, &filenames); // Ignoring errors on purpose
233 for (size_t i = 0; i < filenames.size(); i++) {
234 if (ParseFileName(filenames[i], &number, &type)) {
268 env_->DeleteFile(dbname_ + "/" + filenames[i]);
317 std::vector<std::string> filenames; local
318 s = env_->GetChildren(dbname_, &filenames);
327 for (size_t i = 0; i < filenames.size(); i++) {
328 if (ParseFileName(filenames[i], &number, &type)) {
1484 std::vector<std::string> filenames; local
    [all...]
  /bionic/libc/tools/
generate-NOTICE.py 107 for directory, sub_directories, filenames in os.walk(arg):
112 for filename in sorted(filenames):
  /dalvik/libdex/
ZipArchive.h 45 * central directory, and load a hash table with pointers to the filenames
54 * "private" (copy-on-write) and null-terminate the filenames after verifying
  /external/chromium/base/i18n/
file_util_icu.cc 152 // Mac uses UTF-8 encoding for filenames.
156 // Windows uses UTF-16 encoding for filenames.
  /external/chromium_org/base/i18n/
file_util_icu.cc 108 // Mac uses UTF-8 encoding for filenames.
112 // Windows uses UTF-16 encoding for filenames.
  /external/chromium_org/chrome/common/extensions/docs/templates/intros/
mediaGalleries.html 117 the xml file with files in the gallery. If the filenames for tracks within an
128 integer in parenthesis before the extension. Duplicate filenames within the
  /external/chromium_org/courgette/
run_stress_test 149 # Use awk to separate the two filenames. May break if filenames

Completed in 508 milliseconds

1 2 3 4 5 6 7 891011>>