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

<<11121314151617181920>>

  /external/chromium_org/ppapi/generators/
idl_c_header.py 326 filenames = glob.glob(idldir)
327 ast = ParseFiles(filenames)
337 filenames = glob.glob(idldir)
339 ast = ParseFiles(filenames)
  /external/chromium_org/third_party/WebKit/Source/core/platform/chromium/
ChromiumDataObject.h 84 Vector<String> filenames() const;
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/coverage/
codeunit.py 14 `file_locator` is a FileLocator that can help resolve filenames.
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitruby/PrettyPatch/
PrettyPatch_test.rb 23 30488 => ["Quoted filenames in git diff", 23, 28, 25, 64 + 3],
  /external/chromium_org/third_party/WebKit/public/web/
WebFileChooserParams.h 60 // |selectedFiles| has filenames which a file upload control already selected.
  /external/chromium_org/third_party/closure_linter/closure_linter/
full_test.py 95 If sys.argv[1:] is non-empty, it is interpreted as a list of filenames in
  /external/chromium_org/third_party/leveldatabase/src/db/
filename.cc 73 // Owned filenames have the form:
  /external/chromium_org/third_party/lzma_sdk/
7z.h 159 CBuf FileNames; /* UTF-16-LE */
  /external/chromium_org/tools/checkdeps/
cpp_checker.py 32 # This regular expression will be used to extract filenames from include
  /external/chromium_org/tools/gn/
input_file_manager.h 117 // Maps repo-relative filenames to the corresponding owned pointer.
  /external/chromium_org/tools/grit/grit/
exception.py 74 must be bare filenames, not paths.
  /external/chromium_org/tools/grit/grit/format/
html_inline.py 123 Holds the inlined data and the set of filenames of all the inlined
146 rewrite filenames before attempting to read them.
148 a tuple of the inlined data as a string and the set of filenames
388 a set of filenames of all the inlined files
  /external/chromium_org/tools/valgrind/
chrome_tests.sh 71 # -print0/-0 are needed to handle possible newlines in the filenames.
  /external/chromium_org/ui/shell_dialogs/gtk/
select_file_dialog_impl_gtk.cc 543 GSList* filenames = gtk_file_chooser_get_filenames(GTK_FILE_CHOOSER(dialog)); local
544 if (!filenames) {
550 for (GSList* iter = filenames; iter != NULL; iter = g_slist_next(iter)) {
557 g_slist_free(filenames);
select_file_dialog_impl_kde.cc 441 std::vector<std::string> filenames; local
442 Tokenize(output, "\n", &filenames);
444 for (std::vector<std::string>::iterator iter = filenames.begin();
445 iter != filenames.end(); ++iter) {
  /external/llvm/
Makefile.common 31 # 4. SOURCES - If specified, this sets the source code filenames. If this
  /external/llvm/docs/CommandGuide/
llvm-config.rst 110 Similar to **--libs**, but prints the bare filenames of the libraries
  /external/lzma/C/
7z.h 159 CBuf FileNames; /* UTF-16-LE */
  /external/oprofile/doc/
opreport.1.in 72 .BI "--long-filenames / -f"
  /external/oprofile/libpp/
locate_images.h 33 /// add all filenames found in the given paths prefixed by the
  /external/skia/gm/rebaseline_server/
results.py 195 for dirpath, dirnames, filenames in os.walk(root):
196 for matching_filename in fnmatch.filter(filenames, pattern):
231 for dirpath, dirnames, filenames in os.walk(root):
232 for matching_filename in fnmatch.filter(filenames, pattern):
  /external/skia/tools/skpdiff/
SkDiffContext.h 71 * and testPath filenames
  /external/svox/pico/src/com/svox/pico/
CheckVoiceData.java 101 // Put the root directory for the sd card data + the data filenames
  /external/valgrind/main/tests/
check_makefile_consistency 64 # in that directory with the filenames specified in EXTRA_DIST in Makefile.am.
  /frameworks/base/data/fonts/
vendor_fonts.xml 16 (the filenames for that family). The files objects are

Completed in 549 milliseconds

<<11121314151617181920>>