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

1 2 3 4

  /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/opencv3/3rdparty/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...]
  /prebuilts/go/darwin-x86/src/cmd/pprof/internal/symbolizer/
symbolizer.go 142 searchPath := os.Getenv("PPROF_BINARY_PATH")
143 if searchPath == "" {
145 searchPath = filepath.Join(os.Getenv("HOME"), "pprof", "binaries")
155 for _, path := range filepath.SplitList(searchPath) {
  /prebuilts/go/linux-x86/src/cmd/pprof/internal/symbolizer/
symbolizer.go 142 searchPath := os.Getenv("PPROF_BINARY_PATH")
143 if searchPath == "" {
145 searchPath = filepath.Join(os.Getenv("HOME"), "pprof", "binaries")
155 for _, path := range filepath.SplitList(searchPath) {
  /external/chromium-trace/catapult/third_party/coverage/coverage/
execfile.py 72 searchpath = package.__path__
75 searchpath = None # "top-level search" in imp.find_module()
76 openfile, pathname, _ = imp.find_module(name, searchpath)
90 searchpath = package.__path__
91 openfile, pathname, _ = imp.find_module(name, searchpath)
  /external/clang/include/clang/Lex/
PPCallbacks.h 107 /// \param SearchPath Contains the search path which was used to find the file
109 /// SearchPath will be empty. For framework includes, the SearchPath and
112 /// "path/to/Frameworks/Some.framework/Headers/Some.h", SearchPath will be
116 /// \param RelativePath The path relative to SearchPath, at which the include
128 StringRef SearchPath,
356 StringRef SearchPath, StringRef RelativePath,
359 FilenameRange, File, SearchPath, RelativePath,
362 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
175 SmallVectorImpl<char> *SearchPath,
186 SmallVectorImpl<char> *SearchPath,
HeaderSearch.h 369 /// \param SearchPath If non-null, will be set to the search path relative
370 /// to which the file was found. If the include path is absolute, SearchPath
374 /// SearchPath at which the file was found. This only differs from the
384 SmallVectorImpl<char> *SearchPath, SmallVectorImpl<char> *RelativePath,
396 SmallVectorImpl<char> *SearchPath, SmallVectorImpl<char> *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/clang/unittests/Lex/
PPCallbacksTest.cpp 59 StringRef SearchPath, StringRef RelativePath,
67 this->SearchPath = SearchPath.str();
78 SmallString<16> SearchPath;
141 StringRef SearchPath = llvm::sys::path::parent_path(HeaderPath);
142 const DirectoryEntry *DE = FileMgr.getDirectory(SearchPath);
  /external/clang/lib/Lex/
HeaderSearch.cpp 276 SmallVectorImpl<char> *SearchPath,
291 if (SearchPath) {
293 SearchPath->clear();
294 SearchPath->append(SearchPathRef.begin(), SearchPathRef.end());
307 return DoFrameworkLookup(Filename, HS, SearchPath, RelativePath,
335 if (SearchPath) {
337 SearchPath->clear();
338 SearchPath->append(SearchPathRef.begin(), SearchPathRef.end());
401 StringRef Filename, HeaderSearch &HS, SmallVectorImpl<char> *SearchPath,
471 if (SearchPath) {
    [all...]
PPDirectives.cpp 610 SmallVectorImpl<char> *SearchPath,
668 Includers, SearchPath, RelativePath, RequestingModule,
684 Filename, FilenameLoc, isAngled, FromDir, CurDir, Includers, SearchPath,
700 SearchPath, RelativePath,
716 Filename, CurFileEnt, SearchPath, RelativePath,
    [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/clang/lib/Frontend/
DependencyGraph.cpp 52 StringRef SearchPath, StringRef RelativePath,
74 StringRef SearchPath,
DependencyFile.cpp 65 StringRef SearchPath, StringRef RelativePath,
191 StringRef SearchPath, StringRef RelativePath,
300 StringRef SearchPath,
  /external/v8/build/android/gyp/
jinja_template.py 26 def __init__(self, searchpath):
27 jinja2.FileSystemLoader.__init__(self, searchpath)
  /sdk/find_lock/
find_lock.cpp 590 const char *searchPath = path.cstr();
591 if (isalpha(searchPath[0]) && searchPath[1] == ':') {
592 searchPath += 2;
594 size_t searchPathLen = strlen(searchPath);
596 if (gIsDebug) fprintf(stderr, "Search path: '%s'\n", searchPath);
709 if (_strnicmp(searchPath, name.cstr(), searchPathLen) == 0) {
  /external/deqp/external/vulkancts/framework/vulkan/
vkBinaryRegistry.cpp 361 const std::vector<deUint32> searchPath = getSearchPath(m_binaryIndices[progNdx].id);
362 addToSparseIndex(sparseIndex.get(), &searchPath[0], searchPath.size(), m_binaryIndices[progNdx].index);
  /external/mesa3d/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...]
  /libcore/dalvik/src/main/java/dalvik/system/
DexPathList.java 234 private static List<File> splitPaths(String searchPath, boolean directoriesOnly) {
237 if (searchPath != null) {
238 for (String path : searchPath.split(File.pathSeparator)) {
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/psdk_inc/
_dbg_common.h 30 WINBOOL IMAGEAPI SymFindFileInPath(HANDLE hprocess,PCSTR SearchPath,PCSTR FileName,PVOID id,DWORD two,DWORD three,DWORD flags,LPSTR FoundFile,PFINDFILEINPATHCALLBACK callback,PVOID context);
31 WINBOOL IMAGEAPI SymFindFileInPathW(HANDLE hprocess,PCWSTR SearchPath,PCWSTR FileName,PVOID id,DWORD two,DWORD three,DWORD flags,LPSTR FoundFile,PFINDFILEINPATHCALLBACKW callback,PVOID context);
817 WINBOOL IMAGEAPI SymGetSearchPath(HANDLE hProcess,PSTR SearchPath,DWORD SearchPathLength);
818 WINBOOL IMAGEAPI SymGetSearchPathW(HANDLE hProcess,PWSTR SearchPath,DWORD SearchPathLength);
819 WINBOOL IMAGEAPI SymSetSearchPath(HANDLE hProcess,PCSTR SearchPath);
820 WINBOOL IMAGEAPI SymSetSearchPathW(HANDLE hProcess,PCWSTR SearchPath);
    [all...]
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/builds/mac/
ftlib.prj.xml 72 <SETTING><NAME>SearchPath</NAME>
82 <SETTING><NAME>SearchPath</NAME>
92 <SETTING><NAME>SearchPath</NAME>
102 <SETTING><NAME>SearchPath</NAME>
114 <SETTING><NAME>SearchPath</NAME>
    [all...]
  /external/libbrillo/brillo/
process_unittest.cc 60 TEST(SimpleProcess, SearchPath) {

Completed in 971 milliseconds

1 2 3 4