HomeSort by relevance Sort by last modified time
    Searched full:searchpath (Results 1 - 25 of 82) sorted by null

1 2 3 4

  /external/libpng/scripts/
libpng.icc 15 option incl(searchpath, "../zlib"), opt(level, "2"),
38 option incl(searchpath, "../zlib"), opt(level, "2"),
  /external/chromium_org/tools/cr/cr/actions/
gdb.py 36 gdb_binaries = cr.Host.SearchPath('gdb')
ninja.py 82 ninja_binaries = cr.Host.SearchPath('ninja')
  /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/icu4c/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/clang/unittests/Lex/
PPCallbacksTest.cpp 55 StringRef SearchPath,
64 this->SearchPath = SearchPath.str();
75 SmallString<16> SearchPath;
112 StringRef SearchPath = path::parent_path(HeaderPath);
113 const DirectoryEntry *DE = FileMgr.getDirectory(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/lib/Lex/
HeaderSearch.cpp 226 SmallVectorImpl<char> *SearchPath,
237 if (SearchPath != NULL) {
239 SearchPath->clear();
240 SearchPath->append(SearchPathRef.begin(), SearchPathRef.end());
266 return DoFrameworkLookup(Filename, HS, SearchPath, RelativePath,
273 if (SearchPath != NULL) {
275 SearchPath->clear();
276 SearchPath->append(SearchPathRef.begin(), SearchPathRef.end());
341 SmallVectorImpl<char> *SearchPath,
412 if (SearchPath != NULL)
    [all...]
  /external/chromium/chrome/browser/ui/webui/options/
advanced_options_utils_gtk.cc 41 bool SearchPATH(ProxyConfigCommand* commands, size_t ncommands, size_t* index) {
108 found_command = SearchPATH(commands, 2, &index);
116 found_command = SearchPATH(&command, 1, NULL);
121 found_command = SearchPATH(&command, 1, NULL);
  /external/clang/include/clang/Lex/
DirectoryLookup.h 150 /// \param SearchPath If not NULL, will be set to the search path relative
154 /// SearchPath at which the file was found. This only differs from the
165 SmallVectorImpl<char> *SearchPath,
173 SmallVectorImpl<char> *SearchPath,
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,
338 StringRef SearchPath,
342 FilenameRange, File, SearchPath, RelativePath,
345 FilenameRange, File, SearchPath, RelativePath,
  /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 49 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/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 55 StringRef SearchPath,
77 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) {

Completed in 3230 milliseconds

1 2 3 4