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

1 2

  /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/webrtc/webrtc/build/
merge_libs.py 49 sys.stderr.write('Usage: ' + argv[0] + ' <search_path> <output_lib>\n')
52 search_path = os.path.normpath(argv[1])
55 if not os.path.exists(search_path):
56 sys.stderr.write('search_path does not exist: %s\n' % search_path)
76 cmd = ' '.join(['find', search_path, '-name "' + pattern + '"' +
81 cmd = ' '.join([cmd + output_lib] + FindFiles(search_path, pattern))
  /prebuilts/ndk/r13/sources/third_party/shaderc/libshaderc_util/include/libshaderc_util/
file_finder.h 28 // search_path() in turn. The first hit is returned, or an empty string if
33 // If a search_path() element is non-empty and not ending in a slash, then a
35 // empty string in search_path() means that the filename is tried as-is.
49 std::vector<std::string>& search_path() { return search_path_; } function in class:shaderc_util::FileFinder
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/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:
100 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/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/gdb/darwin-x86/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/gdb/linux-x86/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/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/chromium-trace/catapult/telemetry/telemetry/internal/util/
path.py 38 for search_path in search_paths:
39 if not search_path:
41 path = os.path.join(search_path, application_path)
  /external/v8/tools/clang/translation_unit/
TranslationUnitGenerator.cpp 62 llvm::StringRef search_path,
68 string DoubleSlashSystemHeaders(const string& search_path,
145 llvm::StringRef search_path,
153 source_manager_->getFileManager().getDirectory(search_path);
178 } else if (!search_path.empty()) {
180 DoubleSlashSystemHeaders(search_path.str(), relative_path.str());
188 const string& search_path,
191 // include statement is defined. Therefore if search_path is a system header
194 system_header_prefixes_.find(search_path) !=
197 return search_path + (is_system_header ? "//" : "/") + relative_path
    [all...]
  /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...]
  /external/dtc/
srcpos.c 28 struct search_path { struct
29 struct search_path *next; /* next node in list, NULL for end */
34 static struct search_path *search_path_head, **search_path_tail;
101 struct search_path *node;
185 struct search_path *node;
  /external/libbrillo/brillo/
process.h 111 virtual void SetSearchPath(bool search_path) = 0;
177 virtual void SetSearchPath(bool search_path);
process.cc 126 void ProcessImpl::SetSearchPath(bool search_path) {
127 search_path_ = search_path;
  /toolchain/binutils/binutils-2.25/gold/
gold.cc 176 Dirsearch& search_path,
245 &search_path, 0, mapfile, &*p, NULL,
265 layout, &search_path, mapfile,
280 &search_path, mapfile, this_blocker,
323 Dirsearch* search_path,
374 return new Read_symbols(input_objects, symtab, layout, search_path,
404 search_path, 0, mapfile, input_argument,
415 return new Read_symbols(input_objects, symtab, layout, search_path, 0,
428 return new Add_symbols(input_objects, symtab, layout, search_path, 0,
main.cc 243 Dirsearch search_path; local
244 search_path.initialize(&workqueue, &command_line.options().library_path());
247 queue_initial_tasks(command_line.options(), search_path,
  /external/clang/tools/scan-build-py/libear/
ear.c 116 static int call_execvP(const char *file, const char *search_path,
193 int execvP(const char *file, const char *search_path, char *const argv[]) {
195 return call_execvP(file, search_path, argv);
333 static int call_execvP(const char *file, const char *search_path,
342 int const result = (*fp)(file, search_path, argv);
  /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);

Completed in 4974 milliseconds

1 2