HomeSort by relevance Sort by last modified time
    Searched full:searchpath (Results 26 - 50 of 92) sorted by null

12 3 4

  /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...]
  /external/clang/include/clang/Lex/
HeaderSearch.h 376 /// \param SearchPath If non-null, will be set to the search path relative
377 /// to which the file was found. If the include path is absolute, SearchPath
381 /// SearchPath at which the file was found. This only differs from the
391 SmallVectorImpl<char> *SearchPath,
405 SmallVectorImpl<char> *SearchPath,
PreprocessingRecord.h 576 const FileEntry *File, StringRef SearchPath,
  /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 183 private static void splitAndAdd(String searchPath, boolean directoriesOnly,
185 if (searchPath == null) {
188 for (String path : searchPath.split(":")) {
  /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/chromium_org/third_party/skia/third_party/lua/src/
loadlib.c 349 static const char *searchpath (lua_State *L, const char *name, function
373 const char *f = searchpath(L, luaL_checkstring(L, 1),
394 return searchpath(L, name, path, ".", dirsep);
658 {"searchpath", ll_searchpath},
  /external/chromium_org/tools/cr/cr/base/
host.py 165 def SearchPath(cls, name, paths=[]):
  /external/icu/icu4c/source/config/
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/lib/Lex/
PPDirectives.cpp 566 SmallVectorImpl<char> *SearchPath,
606 Filename, FilenameLoc, isAngled, FromDir, CurDir, Includers, SearchPath,
622 SearchPath, RelativePath,
638 Filename, CurFileEnt, SearchPath, RelativePath,
    [all...]
PreprocessingRecord.cpp 443 StringRef SearchPath,
  /external/clang/lib/Frontend/
PrintPreprocessedOutput.cpp 133 StringRef SearchPath, StringRef RelativePath,
324 StringRef SearchPath,
  /external/clang/lib/Rewrite/Frontend/
InclusionRewriter.cpp 66 StringRef SearchPath, StringRef RelativePath,
175 StringRef /*SearchPath*/,
  /external/chromium_org/third_party/skia/third_party/lua/doc/
readme.html 302 <LI> new function <CODE>package.searchpath</CODE>
contents.html 290 <A HREF="manual.html#pdf-package.searchpath">package.searchpath</A><BR>
manual.html     [all...]
  /external/smack/src/org/xbill/DNS/
ResolverConfig.java 477 searchPath() {
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/
bundlebuilder.py 733 def findPackageContents(name, searchpath=None):
738 fp, path, (ext, mode, tp) = imp.find_module(head, searchpath)
    [all...]
  /external/harfbuzz_ng/
configure.ac 256 ICU_LIBS=`$ICU_CONFIG --ldflags-searchpath --ldflags-libsonly`
  /external/lzma/CPP/Windows/
FileDir.cpp 671 DWORD value = ::SearchPath(path, fileName, extension,
  /external/chromium_org/third_party/mesa/src/
configure.ac 984 AC_ARG_WITH([dri-searchpath],
985 [AS_HELP_STRING([--with-dri-searchpath=DIRS...],
    [all...]
  /external/mesa3d/
configure.ac 984 AC_ARG_WITH([dri-searchpath],
985 [AS_HELP_STRING([--with-dri-searchpath=DIRS...],
    [all...]
  /external/clang/tools/libclang/
Indexing.cpp 273 StringRef SearchPath, StringRef RelativePath,
    [all...]
  /external/libmtp/
aclocal.m4     [all...]
  /external/chromium_org/v8/src/base/platform/
platform-win32.cc 962 OUT PSTR SearchPath,
    [all...]

Completed in 1058 milliseconds

12 3 4