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

<<21222324252627282930>>

  /external/chromium_org/content/browser/web_contents/
web_contents_view_aura.cc 345 if (!drop_data.filenames.empty()) {
346 std::vector<ui::OSExchangeData::FileInfo> filenames; local
348 drop_data.filenames.begin();
349 it != drop_data.filenames.end(); ++it) {
350 filenames.push_back(
355 provider->SetFilenames(filenames);
393 drop_data->filenames.push_back(
    [all...]
  /external/valgrind/main/coregrind/m_debuginfo/
readdwarf.c 336 WordArray* filenames,
374 = (Char*)index_WordArray( &inRange, filenames,
405 addto_WordArray( filenames, (Word)ML_(addStr)(di,name,-1) );
453 WordArray filenames; local
460 /* filenames is an array of file names harvested from the DWARF2
473 (confused yet?) filenames[] and fnidx2dir[] are indexed
476 the filename is filenames[i]
484 init_WordArray(&filenames);
493 addto_WordArray( &filenames, (Word)NULL );
706 addto_WordArray( &filenames, (Word)ML_(addStr)(di,name,-1) )
    [all...]
  /external/chromium_org/tools/gyp/pylib/gyp/generator/
make.py 123 # Since I could find no way to make foreach work with spaces in filenames
    [all...]
  /external/chromium_org/tools/valgrind/
suppressions.py 134 while the reports are taken from XML, contain filenames,
369 filenames = [f.AbsoluteLocalPath() for f in input_api.AffectedFiles()
377 for f in filenames:
    [all...]
  /build/tools/atree/
atree.cpp 56 " SRCPATTERN is a pattern for the filenames.\n"
  /development/ndk/tools/
headers-diff-bionic-vs-ndk.py 57 for dirname, dirnames, filenames in os.walk(includes_root):
  /external/ceres-solver/docs/source/
conf.py 33 # The suffix of source filenames.
  /external/chromium-trace/trace-viewer/third_party/closure_linter/closure_linter/
checkerbase.py 111 limited_doc_files: List of filenames that are not required to have
  /external/chromium_org/chrome/browser/media_galleries/fileapi/
itunes_data_provider.cc 31 // Colon and slash are not allowed in filenames, replace them with underscore.
  /external/chromium_org/chrome/common/
chrome_constants.cc 148 // filenames
  /external/chromium_org/chrome/common/extensions/docs/server2/
new_github_file_system.py 240 a list of filenames in that directory.
  /external/chromium_org/content/browser/renderer_host/
render_view_host_unittest.cc 201 dropped_data.filenames.push_back(DropData::FileInfo(
  /external/chromium_org/third_party/WebKit/Source/core/page/
Chrome.cpp 319 // Lastly, for <input type="file"> that allow multiple files, we'll consider a tooltip for the selected filenames
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/coverage/
html.py 65 `morfs` is a list of modules or filenames. `config` is a
  /external/chromium_org/third_party/closure_linter/closure_linter/
checkerbase.py 111 limited_doc_files: List of filenames that are not required to have
  /external/chromium_org/third_party/leveldatabase/src/helpers/memenv/
memenv.cc 372 // Map from filenames to FileState objects, representing a simple file system.
  /external/chromium_org/third_party/libjingle/source/talk/base/
stringencode.h 220 // used in filenames
  /external/chromium_org/third_party/mozilla/
NSPasteboard+Utils.mm 173 // is YES, then the function will attempt to convert filenames in the drag
  /external/chromium_org/tools/telemetry/telemetry/core/
browser.py 248 A list of filenames produced by the profiler.
  /external/chromium_org/url/
url_parse_file.cc 156 // ExtractScheme doesn't understand the possibility of filenames with
  /external/clang/docs/analyzer/
conf.py 33 # The suffix of source filenames.
  /external/clang/docs/
conf.py 33 # The suffix of source filenames.
  /external/clang/include/clang/Serialization/
ModuleManager.h 38 /// \brief FileManager that handles translating between filenames and
  /external/dropbear/debian/
changelog 27 arbitrary code through malformed filenames; CVE-2006-0225 (see also
  /external/e2fsprogs/doc/
libext2fs.texinfo 733 * Looking up filenames::
734 * Translating inode numbers to filenames::
816 @node Creating and removing directory entries, Looking up filenames, Creating and expanding directories, Directory functions
    [all...]

Completed in 1029 milliseconds

<<21222324252627282930>>