/external/libpng/scripts/ |
libpng.icc | 15 option incl(searchpath, "../zlib"), opt(level, "2"), 38 option incl(searchpath, "../zlib"), opt(level, "2"),
|
/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"
|
icu-config | 378 echo " --cppflags-searchpath Print only -I include directives (-Iinclude)" 396 echo " --ldflags-searchpath Print only -L (search path) directive" 584 --cppflags-searchpath) 629 --ldflags-searchpath)
|
/external/clang/unittests/Lex/ |
PPCallbacksTest.cpp | 54 StringRef SearchPath, 63 this->SearchPath = SearchPath.str(); 74 SmallString<16> SearchPath; 111 StringRef SearchPath = path::parent_path(HeaderPath); 112 const DirectoryEntry *DE = FileMgr.getDirectory(SearchPath);
|
/external/clang/lib/Lex/ |
HeaderSearch.cpp | 210 SmallVectorImpl<char> *SearchPath, 221 if (SearchPath != NULL) { 223 SearchPath->clear(); 224 SearchPath->append(SearchPathRef.begin(), SearchPathRef.end()); 249 return DoFrameworkLookup(Filename, HS, SearchPath, RelativePath, 256 if (SearchPath != NULL) { 258 SearchPath->clear(); 259 SearchPath->append(SearchPathRef.begin(), SearchPathRef.end()); 324 SmallVectorImpl<char> *SearchPath, 395 if (SearchPath != NULL) [all...] |
PPDirectives.cpp | 508 SmallVectorImpl<char> *SearchPath, 535 SearchPath, RelativePath, SuggestedModule, SkipCache); 544 SearchPath, RelativePath, 555 Filename, CurFileEnt, SearchPath, RelativePath, [all...] |
PreprocessingRecord.cpp | 434 StringRef SearchPath,
|
/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 | 130 /// \param SearchPath If not NULL, will be set to the search path relative 134 /// SearchPath at which the file was found. This only differs from the 145 SmallVectorImpl<char> *SearchPath, 153 SmallVectorImpl<char> *SearchPath,
|
PPCallbacks.h | 103 /// \param SearchPath Contains the search path which was used to find the file 105 /// SearchPath will be empty. For framework includes, the SearchPath and 108 /// "path/to/Frameworks/Some.framework/Headers/Some.h", SearchPath will be 112 /// \param RelativePath The path relative to SearchPath, at which the include 124 StringRef SearchPath, 299 StringRef SearchPath, 303 FilenameRange, File, SearchPath, RelativePath, 306 FilenameRange, File, SearchPath, RelativePath,
|
HeaderSearch.h | 340 /// \param SearchPath If non-null, will be set to the search path relative 341 /// to which the file was found. If the include path is absolute, SearchPath 345 /// SearchPath at which the file was found. This only differs from the 355 SmallVectorImpl<char> *SearchPath, 369 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/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
|
/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 | 64 StringRef SearchPath, 138 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) {
|
/libcore/dalvik/src/main/java/dalvik/system/ |
DexPathList.java | 178 private static void splitAndAdd(String searchPath, boolean directoriesOnly, 180 if (searchPath == null) { 183 for (String path : searchPath.split(":")) {
|
/external/llvm/lib/Support/Windows/ |
Path.inc | 509 std::string searchpath = path; 510 if (path.size() == 0 || searchpath[path.size()-1] == '/') 511 searchpath += "*"; 513 searchpath += "/*"; 515 HANDLE h = FindFirstFile(searchpath.c_str(), &fd);
|
Program.inc | 65 DWORD len = SearchPath(NULL, progName.c_str(), ".exe", MAX_PATH, 79 DWORD len2 = SearchPath(NULL, progName.c_str(), ".exe", len+1, b, &dummy);
|
/external/clang/lib/Rewrite/Frontend/ |
InclusionRewriter.cpp | 62 StringRef SearchPath, 158 StringRef /*SearchPath*/,
|
/external/libvpx/libvpx/examples/includes/geshi/geshi/ |
nsis.php | 94 'Reboot', 'RegDLL', 'Rename', 'ReserveFile', 'Return', 'RMDir', 'SearchPath', 'SectionGetFlags',
|