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

<<11121314151617181920>>

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
archive_util.py 165 for dirpath, dirnames, filenames in os.walk(base_dir):
166 for name in filenames:
bcppcompiler.py 253 # certain filenames are jammed together in one big string, but
258 # the filenames and commas into one argument would be wrong,
259 # because 'spawn()' would quote any filenames with spaces in
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
archive_util.py 165 for dirpath, dirnames, filenames in os.walk(base_dir):
166 for name in filenames:
bcppcompiler.py 253 # certain filenames are jammed together in one big string, but
258 # the filenames and commas into one argument would be wrong,
259 # because 'spawn()' would quote any filenames with spaces in
  /external/chromium_org/third_party/lcov/man/
lcov.1 148 .RB [ \-\-convert\-filenames ]
416 .B \-\-convert\-filenames
419 Convert filenames when applying diff.
701 Strip path from filenames when applying diff.
704 initial path component when matching between tracefile and diff filenames.
769 number of initial directories when matching tracefile and diff filenames.
  /packages/providers/DownloadProvider/ui/src/com/android/providers/downloads/ui/
DownloadList.java 394 private static final String BUNDLE_SAVED_FILENAMES = "filenames";
405 String[] fileNames = new String[len];
411 fileNames[i] = obj.getFileName();
416 outState.putStringArray(BUNDLE_SAVED_FILENAMES, fileNames);
426 String[] fileNames = savedInstanceState.getStringArray(BUNDLE_SAVED_FILENAMES);
430 mSelectedIds.put(selectedIds[i], new SelectionObjAttrs(fileNames[i], mimeTypes[i]));
  /external/bzip2/
bzip2.1 15 .I "filenames \&..."
22 .I "filenames \&..."
28 .I "filenames \&..."
106 filenames causes decompression from
365 The output filenames are designed so that the use of
bzip2.txt 9 bzip2 [ -cdfkqstvzVL123456789 ] [ filenames ... ]
10 bunzip2 [ -fkvsVL ] [ filenames ... ]
11 bzcat [ -s ] [ filenames ... ]
64 As with compression, supplying no filenames causes decom-
303 the extracted blocks. The output filenames are
  /external/chromium_org/third_party/openssl/openssl/crypto/dso/
dso.h 111 * callbacks) that transform filenames. They are passed a DSO structure pointer
163 /* The default DSO_METHOD-specific function for converting filenames to
166 /* The default DSO_METHOD-specific function for converting filenames to
213 * filenames in the process of trying to perform a load. As such, this
256 * DSO_METHOD's load function may have tried a variety of filenames (with
  /external/chromium_org/third_party/openssl/openssl/include/openssl/
dso.h 111 * callbacks) that transform filenames. They are passed a DSO structure pointer
163 /* The default DSO_METHOD-specific function for converting filenames to
166 /* The default DSO_METHOD-specific function for converting filenames to
213 * filenames in the process of trying to perform a load. As such, this
256 * DSO_METHOD's load function may have tried a variety of filenames (with
  /external/harfbuzz_ng/test/shaping/
hb_test_tools.py 499 for dirpath, dirnames, filenames in os.walk (s, followlinks=True):
504 if f in filenames:
505 filenames.remove (f)
507 filenames.sort ()
511 for f in filenames:
  /external/icu4c/tools/icupkg/
icupkg.cpp 72 "or if the input and output filenames differ,\n"
87 "The filenames can be absolute, or relative to the source/dest dir paths.\n"
110 "\tor a .txt filename with a list of item filenames,\n"
167 "\tThe paths are only prepended to item filenames while adding or\n"
168 "\textracting items, not to ICU .dat package or list filenames.\n"
  /external/openssl/crypto/dso/
dso.h 111 * callbacks) that transform filenames. They are passed a DSO structure pointer
163 /* The default DSO_METHOD-specific function for converting filenames to
166 /* The default DSO_METHOD-specific function for converting filenames to
213 * filenames in the process of trying to perform a load. As such, this
256 * DSO_METHOD's load function may have tried a variety of filenames (with
  /external/openssl/include/openssl/
dso.h 111 * callbacks) that transform filenames. They are passed a DSO structure pointer
163 /* The default DSO_METHOD-specific function for converting filenames to
166 /* The default DSO_METHOD-specific function for converting filenames to
213 * filenames in the process of trying to perform a load. As such, this
256 * DSO_METHOD's load function may have tried a variety of filenames (with
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
pkgutil.py 198 filenames = os.listdir(self.path)
201 filenames = []
202 filenames.sort() # handle packages before same-named modules
204 for fn in filenames:
511 errors when used as filenames may cause this function to raise an
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
pkgutil.py 198 filenames = os.listdir(self.path)
201 filenames = []
202 filenames.sort() # handle packages before same-named modules
204 for fn in filenames:
511 errors when used as filenames may cause this function to raise an
  /external/chromium_org/tools/imagediff/
image_diff.cc 33 // Causes the app to remain open, waiting for pairs of filenames on stdin.
238 " Stays open reading pairs of filenames from stdin, comparing them,\n"
412 // Watch stdin for filenames.
  /external/chromium_org/ui/base/clipboard/
clipboard_util_win.cc 206 std::vector<string16>* filenames) {
207 DCHECK(data_object && filenames);
225 filenames->push_back(filename);
  /external/llvm/lib/MC/
MCContext.cpp 348 // For FileNames with no directories a DirIndex of 0 is used.
361 // The DirIndex is one based, as DirIndex of 0 is used for FileNames with
363 // directory names are stored at MCDwarfDirs[DirIndex-1] where FileNames
  /hardware/ti/omap4xxx/security/tf_crypto_sst/
lib_object.h 223 Table of objects indexed by filenames
227 * NODE of an object in a table indexed by filenames (varsize up-to-64 bytes)
241 * A table of objects indexed by filenames
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/command/
build_ext.py 424 filenames = []
428 filenames.extend(ext.sources)
430 return filenames
438 # And build the list of output (built) filenames. Note that this
459 "a list of source filenames") % ext.name
626 # (extension names, filenames, whatever)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/command/
build_ext.py 424 filenames = []
428 filenames.extend(ext.sources)
430 return filenames
438 # And build the list of output (built) filenames. Note that this
459 "a list of source filenames") % ext.name
626 # (extension names, filenames, whatever)
    [all...]
  /external/antlr/antlr-3.4/runtime/Python/
ez_setup.py 188 def update_md5(filenames):
194 for name in filenames:
  /external/chromium/chrome/browser/tab_contents/
web_drag_dest_gtk.cc 170 // TODO(estade): Can the filenames have a non-UTF8 encoding?
175 drop_data_->filenames.push_back(UTF8ToUTF16(file_path.value()));
  /external/chromium-trace/
systrace-legacy.py 219 filenames = gen._get_input_filenames()
220 load_sequence = parse_deps.calc_load_sequence(filenames, src_dir)

Completed in 2260 milliseconds

<<11121314151617181920>>