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

1 2 3 4 56 7 8 91011>>

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
qnx4_fs.h 38 /* for filenames */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
qnx4_fs.h 38 /* for filenames */
  /external/chromium_org/content/browser/web_contents/
web_drag_dest_win.cc 73 std::vector<base::string16> filenames; local
74 ui::ClipboardUtil::GetFilenames(data_object, &filenames);
75 for (size_t i = 0; i < filenames.size(); ++i)
76 drop_data->filenames.push_back(
77 DropData::FileInfo(filenames[i], base::string16()));
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/test/
finder.py 52 filenames = self.filesystem.files_under(search_directory, file_filter=file_filter)
53 return [self.to_module(filename) for filename in filenames]
68 filenames = self.filesystem.files_under(self.search_directory)
69 for filename in filenames:
70 if filename.endswith(".pyc") and filename[:-1] not in filenames:
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/command/
build_clib.py 169 filenames = []
176 "a list of source filenames") % lib_name
178 filenames.extend(sources)
179 return filenames
188 "a list of source filenames") % lib_name
build_py.py 99 """Generate list of '(package,src_dir,build_dir,filenames)' tuples"""
115 # Strip directory from globbed filenames
116 filenames = [
119 data.append((package, src_dir, build_dir, filenames))
123 """Return filenames for package's data files in 'src_dir'"""
136 for package, src_dir, build_dir, filenames in self.data_files:
137 for filename in filenames:
322 for package, src_dir, build_dir, filenames in self.data_files
323 for filename in filenames
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/command/
build_clib.py 169 filenames = []
176 "a list of source filenames") % lib_name
178 filenames.extend(sources)
179 return filenames
188 "a list of source filenames") % lib_name
build_py.py 99 """Generate list of '(package,src_dir,build_dir,filenames)' tuples"""
115 # Strip directory from globbed filenames
116 filenames = [
119 data.append((package, src_dir, build_dir, filenames))
123 """Return filenames for package's data files in 'src_dir'"""
136 for package, src_dir, build_dir, filenames in self.data_files:
137 for filename in filenames:
322 for package, src_dir, build_dir, filenames in self.data_files
323 for filename in filenames
  /external/chromium/chrome/common/extensions/
extension_unpacker.cc 31 namespace filenames = extension_filenames;
151 extension_path_.DirName().AppendASCII(filenames::kTempExtensionName);
218 filenames::kDecodedImagesFilename);
233 filenames::kDecodedMessageCatalogsFilename);
246 FilePath path = extension_path.AppendASCII(filenames::kDecodedImagesFilename);
260 filenames::kDecodedMessageCatalogsFilename);
  /external/chromium_org/content/public/android/java/src/org/chromium/content/browser/
ResourceExtractor.java 38 private static final String PAK_FILENAMES = "Pak filenames";
66 HashSet<String> filenames = (HashSet<String>) prefs.getStringSet( local
72 && filenames.size() >= sMandatoryPaks.length) {
74 for (String file : filenames) {
138 filenames.add(file);
174 prefs.edit().putStringSet(PAK_FILENAMES, filenames).apply();
  /cts/tools/signature-tools/src/signature/converter/doclet/
DocletFactory.java 41 Set<String> fileNames, Set<String> packageNames) throws
49 for (String filename : fileNames) {
  /external/chromium/net/tools/dump_cache/
cache_dumper.h 15 // Dumping the cache often creates very large filenames, which are tricky
16 // on windows. Most API calls don't support large filenames, including
  /external/chromium_org/build/android/
generate_emma_html.py 31 for root, _, filenames in os.walk(root_dir):
32 basenames = fnmatch.filter(filenames, '*.' + ext)
  /external/chromium_org/build/android/gyp/util/
build_utils.py 36 for root, dirnames, filenames in os.walk(directory):
37 matched_files = fnmatch.filter(filenames, filter)
  /external/chromium_org/chrome/browser/download/
download_path_reservation_tracker.h 18 // Chrome attempts to uniquify filenames that are assigned to downloads in order
20 // that are considered potentially dangerous use random intermediate filenames.
  /external/chromium_org/chrome/browser/ui/webui/extensions/
install_extension_handler.cc 71 if (drop_data->filenames.empty()) {
76 const content::DropData::FileInfo& file_info = drop_data->filenames.front();
  /external/chromium_org/net/tools/dump_cache/
cache_dumper.h 14 // Dumping the cache often creates very large filenames, which are tricky
15 // on windows. Most API calls don't support large filenames, including
  /external/chromium_org/ppapi/generators/
idl_option.py 96 opts, filenames = getopt.getopt(args, short_opts, long_opts)
108 return filenames
  /external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
dbgfmt.h 56 * The filenames are provided solely for informational purposes.
81 * format functions. The filenames are provided solely for informational
listfmt.h 53 * The filenames are provided solely for informational purposes.
80 * format functions. The filenames are provided solely for informational
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/dbgfmts/dwarf2/
dwarf2-dbgfmt.h 47 dwarf2_filename *filenames; member in struct:yasm_dbgfmt_dwarf2
66 unsigned long file; /* index into table of filenames */
  /external/chromium_org/ui/base/dragdrop/
os_exchange_data_provider_aura.h 34 const std::vector<OSExchangeData::FileInfo>& filenames) OVERRIDE;
43 std::vector<OSExchangeData::FileInfo>* filenames) const OVERRIDE;
  /external/chromium_org/win8/metro_driver/
file_picker_ash.h 86 const std::vector<base::FilePath>& filenames() const { function in class:OpenFilePickerSession
118 // If multi select is true then this member contains the list of filenames
  /external/openfst/src/extensions/far/
farscript.cc 92 void FarInfo(const vector<string> &filenames,
97 FarInfoArgs args(filenames, begin_key, end_key, list_fsts);
  /external/oprofile/pp/
opannotate_options.cpp 66 "include these comma separated filename", "filenames"),
68 "exclude these comma separated filename", "filenames"),

Completed in 796 milliseconds

1 2 3 4 56 7 8 91011>>