HomeSort by relevance Sort by last modified time
    Searched refs:search_path (Results 1 - 19 of 19) sorted by null

  /external/mesa3d/src/gallium/targets/gbm/
gbm.c 37 const char *search_path = NULL; local
41 search_path = getenv("GBM_BACKENDS_PATH");
42 if (search_path == NULL)
43 search_path = PIPE_SEARCH_DIR;
45 return search_path;
  /external/mesa3d/src/gallium/state_trackers/d3d1x/dxgi/src/
dxgi_loader.cpp 41 static const char *search_path; local
43 if (!search_path) {
61 search_path = buffer;
64 if (!search_path)
65 search_path = DXGI_DRIVER_SEARCH_DIR;
67 return search_path;
71 for_each_colon_separated(const char *search_path,
78 cur = search_path;
94 const char *search_path = get_search_path(); local
95 for_each_colon_separated(search_path, callback, callback_data)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
spawn.py 17 def spawn(cmd, search_path=1, verbose=0, dry_run=0):
25 If 'search_path' is true (the default), the system's executable
34 _spawn_posix(cmd, search_path, dry_run=dry_run)
36 _spawn_nt(cmd, search_path, dry_run=dry_run)
38 _spawn_os2(cmd, search_path, dry_run=dry_run)
59 def _spawn_nt(cmd, search_path=1, verbose=0, dry_run=0):
62 if search_path:
79 def _spawn_os2(cmd, search_path=1, verbose=0, dry_run=0):
81 if search_path:
104 def _spawn_posix(cmd, search_path=1, verbose=0, dry_run=0)
    [all...]
cmd.py 383 def spawn (self, cmd, search_path=1, level=1):
386 spawn(cmd, search_path, dry_run= self.dry_run)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
spawn.py 17 def spawn(cmd, search_path=1, verbose=0, dry_run=0):
25 If 'search_path' is true (the default), the system's executable
34 _spawn_posix(cmd, search_path, dry_run=dry_run)
36 _spawn_nt(cmd, search_path, dry_run=dry_run)
38 _spawn_os2(cmd, search_path, dry_run=dry_run)
59 def _spawn_nt(cmd, search_path=1, verbose=0, dry_run=0):
62 if search_path:
79 def _spawn_os2(cmd, search_path=1, verbose=0, dry_run=0):
81 if search_path:
104 def _spawn_posix(cmd, search_path=1, verbose=0, dry_run=0)
    [all...]
cmd.py 383 def spawn (self, cmd, search_path=1, level=1):
386 spawn(cmd, search_path, dry_run= self.dry_run)
  /external/mesa3d/src/egl/main/
egldriver.c 373 _eglPreloadForEach(const char *search_path,
380 cur = search_path;
399 static char search_path[1024]; local
402 if (search_path[0] == '\0') {
403 char *buf = search_path;
404 size_t len = sizeof(search_path);
450 search_path[0] = '\0';
452 _eglLog(_EGL_DEBUG, "EGL search path is %s", search_path);
456 return search_path;
468 const char *search_path = _eglGetSearchPath() local
712 const char *search_path = _eglGetSearchPath(); local
    [all...]
  /frameworks/base/tools/aidl/
Android.mk 17 search_path.cpp \
  /external/chromium-trace/trace-viewer/third_party/Paste/tests/
test_urlparser.py 153 search_path = pkg_root_path = get_distribution('Paste').location
160 os.path.normpath(search_path) != os.path.sep:
161 for file in os.listdir(search_path):
162 full_path = os.path.join(search_path, file)
167 search_path = os.path.dirname(search_path)
  /hardware/intel/common/libva/va/
va.c 201 char *search_path = NULL; local
207 search_path = getenv("LIBVA_DRIVERS_PATH");
208 if (!search_path)
209 search_path = VA_DRIVERS_PATH;
211 search_path = strdup((const char *)search_path);
212 driver_dir = strtok_r(search_path, ":", &saveptr);
221 free(search_path);
359 free(search_path);
    [all...]
  /external/google-breakpad/src/client/windows/unittests/
exception_handler_death_test.cc 287 wstring search_path = directory + L"\\*"; local
289 HANDLE find_handle = FindFirstFileW(search_path.c_str(), &find_data);
  /external/mksh/src/
exec.c 883 sh = search_path(sh, path, X_OK, NULL);
1131 tp->u.fpath = search_path(name, fpath, R_OK,
1163 npath.ro = search_path(name,
1173 (npath.ro = search_path(name, fpath, R_OK,
1235 search_path(const char *name, const char *lpath, function
    [all...]
funcs.c 1146 search_path(alias, path, X_OK, NULL) :
    [all...]
sh.h     [all...]
  /system/media/camera/docs/
metadata_helpers.py 97 search_path = isinstance(node, metadata_model.Section) and node.kinds \
99 for i in search_path:
    [all...]
  /build/tools/releasetools/
common.py 45 self.search_path = platform_search_path.get(sys.platform, None)
46 self.signapk_path = "framework/signapk.jar" # Relative to search_path
547 os.path.join(OPTIONS.search_path, OPTIONS.signapk_path)]
691 OPTIONS.search_path = a
721 if OPTIONS.search_path:
722 os.environ["PATH"] = (os.path.join(OPTIONS.search_path, "bin") +
    [all...]
sign_target_files_apks 373 os.path.join(OPTIONS.search_path, "framework", "dumpkey.jar")]
sign_target_files_apks.py 373 os.path.join(OPTIONS.search_path, "framework", "dumpkey.jar")]
  /external/iptables/libxtables/
xtables.c 540 static void *load_extension(const char *search_path, const char *af_prefix,
545 const char *dir = search_path, *next;
    [all...]

Completed in 755 milliseconds