/external/chromium_org/tools/cr/cr/actions/ |
gdb.py | 36 gdb_binaries = cr.Host.SearchPath('gdb')
|
ninja.py | 109 ninja_binaries = cr.Host.SearchPath('ninja') 113 goma_binaries = cr.Host.SearchPath('gomacc', [
|
/external/chromium_org/third_party/icu/source/config/ |
test-icu-config.sh | 20 icu-config --cppflags-searchpath 28 icu-config --ldflags-searchpath
|
icu-config-bottom | 31 echo " --cppflags-searchpath Print only -I include directives (-Iinclude)" 49 echo " --ldflags-searchpath Print only -L (search path) directive" 237 --cppflags-searchpath) 282 --ldflags-searchpath)
|
icu-config.1.in | 34 .BI "\-\-cppflags\-searchpath" 83 .BI "\-\-ldflags\-searchpath" 175 .BI "\-\-cppflags\-searchpath" 249 .BI "\-\-ldflags\-searchpath"
|
/external/icu/icu4c/source/config/ |
test-icu-config.sh | 20 icu-config --cppflags-searchpath 28 icu-config --ldflags-searchpath
|
icu-config-bottom | 31 echo " --cppflags-searchpath Print only -I include directives (-Iinclude)" 49 echo " --ldflags-searchpath Print only -L (search path) directive" 240 --cppflags-searchpath) 285 --ldflags-searchpath)
|
icu-config.1.in | 34 .BI "\-\-cppflags\-searchpath" 83 .BI "\-\-ldflags\-searchpath" 175 .BI "\-\-cppflags\-searchpath" 249 .BI "\-\-ldflags\-searchpath"
|
/external/chromium_org/third_party/jinja2/ |
loaders.py | 153 def __init__(self, searchpath, encoding='utf-8'): 154 if isinstance(searchpath, string_types): 155 searchpath = [searchpath] 156 self.searchpath = list(searchpath) 161 for searchpath in self.searchpath: 162 filename = path.join(searchpath, *pieces) 182 for searchpath in self.searchpath [all...] |
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/coverage/ |
execfile.py | 40 searchpath = package.__path__ 43 searchpath = None # "top-level search" in imp.find_module() 44 openfile, pathname, _ = imp.find_module(name, searchpath) 58 searchpath = package.__path__ 59 openfile, pathname, _ = imp.find_module(name, searchpath)
|
/external/clang/unittests/Lex/ |
PPCallbacksTest.cpp | 65 StringRef SearchPath, 74 this->SearchPath = SearchPath.str(); 85 SmallString<16> SearchPath; 145 StringRef SearchPath = path::parent_path(HeaderPath); 146 const DirectoryEntry *DE = FileMgr.getDirectory(SearchPath);
|
/external/clang/include/clang/Lex/ |
PPCallbacks.h | 105 /// \param SearchPath Contains the search path which was used to find the file 107 /// SearchPath will be empty. For framework includes, the SearchPath and 110 /// "path/to/Frameworks/Some.framework/Headers/Some.h", SearchPath will be 114 /// \param RelativePath The path relative to SearchPath, at which the include 126 StringRef SearchPath, 358 StringRef SearchPath, StringRef RelativePath, 361 FilenameRange, File, SearchPath, RelativePath, 364 FilenameRange, File, SearchPath, RelativePath,
|
DirectoryLookup.h | 154 /// \param SearchPath If not NULL, will be set to the search path relative 158 /// SearchPath at which the file was found. This only differs from the 173 SmallVectorImpl<char> *SearchPath, 183 SmallVectorImpl<char> *SearchPath,
|
/ndk/sources/host-tools/make-3.81/ |
vpath.c | 27 /* Structure used to represent a selective VPATH searchpath. */ 35 char **searchpath; /* Null-terminated list of directories. */ member in struct:vpath 141 /* Construct the VPATH listing for the pattern and searchpath given. 149 If SEARCHPATH is nil, remove all previous listings with the same 151 and readable directories that are not "." given in the searchpath 154 and put in the VPATH searchpath for the given pattern with trailing 200 free ((char *) path->searchpath); 297 path->searchpath = vpath; 326 for (gp = gpaths->searchpath; *gp != NULL; ++gp) 382 register char **vpath = path->searchpath; [all...] |
/external/chromium_org/tools/cr/cr/commands/ |
sync.py | 54 gclient_binaries = cr.Host.SearchPath('gclient')
|
/external/chromium_org/base/test/ |
test_support_ios.mm | 84 NSArray* searchPath = 88 CHECK([searchPath count] > 0) << "Failed to get the Documents folder"; 89 return [searchPath objectAtIndex:0];
|
/external/clang/lib/Lex/ |
HeaderSearch.cpp | 266 SmallVectorImpl<char> *SearchPath, 280 if (SearchPath) { 282 SearchPath->clear(); 283 SearchPath->append(SearchPathRef.begin(), SearchPathRef.end()); 296 return DoFrameworkLookup(Filename, HS, SearchPath, RelativePath, 323 if (SearchPath) { 325 SearchPath->clear(); 326 SearchPath->append(SearchPathRef.begin(), SearchPathRef.end()); 391 SmallVectorImpl<char> *SearchPath, 462 if (SearchPath) { [all...] |
/external/bison/m4/ |
lib-prefix.m4 | 202 searchpath=`(LC_ALL=C $CC -print-search-dirs) 2>/dev/null | sed -n -e 's,^libraries: ,,p' | sed -e 's,^=,,'` 203 if test -n "$searchpath"; then 205 for searchdir in $searchpath; do
|
/external/chromium_org/third_party/yasm/source/patched-yasm/m4/ |
lib-prefix.m4 | 169 searchpath=`(LC_ALL=C $CC -print-search-dirs) 2>/dev/null | sed -n -e 's,^libraries: ,,p' | sed -e 's,^=,,'` 170 if test -n "$searchpath"; then 172 for searchdir in $searchpath; do
|
/ndk/sources/host-tools/sed-4.2.1/m4/ |
lib-prefix.m4 | 202 searchpath=`(LC_ALL=C $CC -print-search-dirs) 2>/dev/null | sed -n -e 's,^libraries: ,,p' | sed -e 's,^=,,'` 203 if test -n "$searchpath"; then 205 for searchdir in $searchpath; do
|
/external/smack/src/org/xbill/DNS/ |
Lookup.java | 35 private Name [] searchPath; 91 defaultSearchPath = ResolverConfig.getCurrentConfig().searchPath(); 230 this.searchPath = getDefaultSearchPath(); 320 this.searchPath = domains; 332 this.searchPath = null; 338 this.searchPath = newdomains; 532 else if (searchPath == null) 540 for (int i = 0; i < searchPath.length; i++) { 541 resolve(name, searchPath[i]);
|
/external/clang/lib/Frontend/ |
DependencyGraph.cpp | 52 StringRef SearchPath, StringRef RelativePath, 73 StringRef SearchPath,
|
DependencyFile.cpp | 70 StringRef SearchPath, StringRef RelativePath, 163 StringRef SearchPath, StringRef RelativePath, 266 StringRef SearchPath,
|
/sdk/find_lock/ |
find_lock.cpp | 590 const char *searchPath = path.cstr();
591 if (isalpha(searchPath[0]) && searchPath[1] == ':') {
592 searchPath += 2;
594 int searchPathLen = strlen(searchPath);
596 if (gIsDebug) fprintf(stderr, "Search path: '%s'\n", searchPath);
709 if (_strnicmp(searchPath, name.cstr(), searchPathLen) == 0) {
|
/external/chromium_org/sandbox/win/src/ |
process_thread_dispatcher.cc | 77 result = ::SearchPath(NULL, path->c_str(), NULL, MAX_PATH, file_buffer, 83 result = ::SearchPath(child_current_directory.c_str(), path->c_str(), NULL,
|