HomeSort by relevance Sort by last modified time
    Searched full:filenames (Results 226 - 250 of 1141) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /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...]
README.DOS 8 1. Supports long filenames when run from DOS box on Windows 9x.
42 unzip program that supports long filenames in zip files. After
51 2000, use an unzip program that supports long filenames in zip
256 4. Letter-case in filenames.
263 functions honor the letter-case of the filenames they get from
264 the OS, except that by default, they down-case 8+3 DOS filenames
266 many Makefiles otherwise. (The details of which filenames are
277 get the 8+3 DOS filenames in upper case, set FNCASE=y in the
  /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/kernel/tools/
generate_uapi_headers.sh 67 # This only works if none of the filenames have spaces.
90 # This only works if none of the filenames have spaces.
  /bionic/libc/tools/
generate-NOTICE.py 110 for directory, sub_directories, filenames in os.walk(arg):
115 for filename in sorted(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/build/android/gyp/util/
build_utils.py 52 for root, _dirnames, filenames in os.walk(directory):
53 matched_files = fnmatch.filter(filenames, filename_filter)
  /external/chromium_org/courgette/
run_stress_test 149 # Use awk to separate the two filenames. May break if filenames
  /external/chromium_org/native_client_sdk/src/build_tools/
build_updater.py 79 This function also will convert destinations from directories into filenames.
87 the destinations have been changed from directories to filenames.
  /external/chromium_org/net/base/
directory_lister.cc 28 // comparison function on the filenames for sorting in the user's locale.
65 // comparison function on the filenames for sorting in the user's locale.
  /external/chromium_org/tools/grit/grit/gather/
interface.py 107 """Returns a set of all filenames inlined by this gatherer."""
156 '''Sets a function for rewriting filenames before gathering.'''
  /external/chromium_org/tools/grit/
grit_info.py 58 for root, dirs, filenames in os.walk(grit_root_dir):
59 grit_src = [os.path.join(root, f) for f in filenames
  /external/chromium_org/tools/telemetry/
cloud_storage 92 for root, _, filenames in os.walk(path):
93 for filename in filenames:
  /external/chromium_org/tools/telemetry/docs/
telemetry.core.discover.html 43 &nbsp;&nbsp;pattern:&nbsp;Unix&nbsp;shell-style&nbsp;pattern&nbsp;for&nbsp;filtering&nbsp;the&nbsp;filenames&nbsp;to&nbsp;import.<br>
54 &nbsp;&nbsp;pattern:&nbsp;Unix&nbsp;shell-style&nbsp;pattern&nbsp;for&nbsp;filtering&nbsp;the&nbsp;filenames&nbsp;to&nbsp;import.<br>
  /external/chromium_org/ui/base/dragdrop/
os_exchange_data_provider_aurax11.h 70 virtual void SetFilenames(const std::vector<FileInfo>& filenames) OVERRIDE;
78 virtual bool GetFilenames(std::vector<FileInfo>* filenames) const OVERRIDE;
os_exchange_data_provider_win.h 157 virtual void SetFilenames(const std::vector<FileInfo>& filenames);
169 virtual bool GetFilenames(std::vector<FileInfo>* filenames) const;
  /external/clang/include/clang/Basic/
SourceManagerInternals.h 78 /// \brief Map used to assign unique IDs to filenames in \#line directives.
80 /// This allows us to unique the filenames that
  /external/llvm/lib/DebugInfo/
DWARFDebugLine.cpp 30 FileNames.clear();
54 if (!FileNames.empty()) {
58 for (uint32_t i = 0; i < FileNames.size(); ++i) {
59 const FileNameEntry& fileEntry = FileNames[i];
110 FileNames.push_back(fileEntry);
336 Prologue.FileNames.push_back(fileEntry);
649 if (FileIndex == 0 || FileIndex > Prologue.FileNames.size() ||
652 const FileNameEntry &Entry = Prologue.FileNames[FileIndex - 1];
  /external/protobuf/python/
setup.py 90 for (dirpath, dirnames, filenames) in os.walk("."):
91 for filename in filenames:
  /ndk/sources/host-tools/nawk-20071023/
main.c 50 char *pfile[MAX_PFILE]; /* program filenames from -f's */
51 int npfile = 0; /* number of filenames */
  /packages/apps/UnifiedEmail/src/org/apache/commons/io/filefilter/
NameFileFilter.java 26 * Filters filenames for a certain name.
49 /** The filenames to search for */
  /external/chromium_org/third_party/icu/source/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"
143 "\tThe paths are only prepended to item filenames while adding or\n"
144 "\textracting items, not to ICU .dat package or list filenames.\n"
  /external/llvm/lib/CodeGen/AsmPrinter/
WinCodeViewLineTables.cpp 237 for (size_t I = 0, E = FileNameRegistry.Filenames.size(); I != E; ++I) {
238 StringRef Filename = FileNameRegistry.Filenames[I];
252 for (size_t I = 0, E = FileNameRegistry.Filenames.size(); I != E; ++I) {
253 // Just emit unique filenames one by one, separated by a null character.
254 Asm->OutStreamer.EmitBytes(FileNameRegistry.Filenames[I]);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/command/
config.py 156 def _clean(self, *filenames):
157 if not filenames:
158 filenames = self.temp_files
160 log.info("removing: %s", ' '.join(filenames))
161 for filename in filenames:
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
filelist.py 24 list of filenames currently being built/filtered/manipulated
188 """Select strings (presumably filenames) from 'self.files' that
200 If 'prefix' is supplied, then only filenames starting with 'prefix'
233 """Remove strings (presumably filenames) from 'files' that match
257 """Find all files under 'dir' and return the list of full filenames

Completed in 5196 milliseconds

1 2 3 4 5 6 7 8 91011>>