HomeSort by relevance Sort by last modified time
    Searched full:searchpath (Results 1 - 25 of 77) 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/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 155 def __init__(self, searchpath, encoding='utf-8'):
156 if isinstance(searchpath, basestring):
157 searchpath = [searchpath]
158 self.searchpath = list(searchpath)
163 for searchpath in self.searchpath:
164 filename = path.join(searchpath, *pieces)
184 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/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,
DependencyFile.cpp 65 StringRef SearchPath,
139 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,
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
dbghelp.h 61 BOOL IMAGEAPI SymFindFileInPath(HANDLE hprocess,LPSTR SearchPath,LPSTR FileName,PVOID id,DWORD two,DWORD three,DWORD flags,LPSTR FoundFile,PFINDFILEINPATHCALLBACK callback,PVOID context);
724 BOOL IMAGEAPI SymGetSearchPath(HANDLE hProcess,PSTR SearchPath,DWORD SearchPathLength);
725 BOOL IMAGEAPI SymSetSearchPath(HANDLE hProcess,PSTR SearchPath);
869 DBHLP_DEPRECIATED BOOL IMAGEAPI FindFileInPath(HANDLE hprocess,LPSTR SearchPath,LPSTR FileName,PVOID id,DWORD two,DWORD three,DWORD flags,LPSTR FilePath);
870 DBHLP_DEPRECIATED BOOL IMAGEAPI FindFileInSearchPath(HANDLE hprocess,LPSTR SearchPath,LPSTR FileName,DWORD one,DWORD two,DWORD three,LPSTR FilePath);
    [all...]

Completed in 646 milliseconds

1 2 3 4