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

  /external/valgrind/tests/
check_headers_and_includes 148 my $path_name = defined $path ? "$path/$file" : $file;
149 process_file($path_name);
159 my ($path_name) = @_;
161 return ($path_name =~ /^include\//) ? 1 : 0;
168 my ($path_name) = @_;
170 return ($path_name =~ /^coregrind\//) ? 1 : 0;
177 my ($path_name) = @_;
180 return 1 if ($path_name =~ /^$tool\//);
189 my ($path_name) = @_;
191 my $file = basename($path_name);
    [all...]
  /frameworks/compile/mclinker/lib/Support/
RealPath.cpp 45 Path path_name; local
46 detail::get_pwd(path_name);
47 path_name.native() += preferred_separator;
48 path_name.native() += m_PathName;
49 detail::canonicalize(path_name.native());
50 m_PathName = path_name.native();
  /system/media/camera/docs/
camera_metadata_tag_info.mako 36 ${"[%s]" %(path_name(i)) | csym,pad(36)} = "${path_name(i)}",
42 ${"[%s]" %(path_name(i)) | csym,pad(36)} = { ${path_name(i) | csym}_START,
43 ${path_name(i) | csym}_END },
48 static tag_info_t ${path_name(sec) | csyml}[${path_name(sec) | csym}_END -
49 ${path_name(sec) | csym}_START] = {
51 [ ${entry.name | csym} - ${path_name(sec) | csym}_START ] =
60 ${path_name(i) | csyml}
    [all...]
camera_metadata_tags.mako 52 ${path_name(i) | csym},
65 ${path_name(i) + '.start' | csym,ljust(30)} = ${path_name(i) | csym,pad(64)} << 16,
81 ${path_name(find_parent_section(entry)) | csym}_START,
86 ${path_name(sec) | csym}_END,
metadata_helpers.py 106 def path_name(node): function
    [all...]
  /ndk/sources/android/crazy_linker/src/
crazy_linker_system.h 67 bool PathExists(const char* path_name);
71 bool PathIsFile(const char* path_name);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
runpy.py 185 def _get_importer(path_name):
189 importer = cache[path_name]
194 cache[path_name] = None
197 importer = hook(path_name)
207 importer = imp.NullImporter(path_name)
210 cache[path_name] = importer
223 def run_path(path_name, init_globals=None, run_name=None):
235 importer = _get_importer(path_name)
239 code = _get_code_from_file(path_name)
240 return _run_module_code(code, init_globals, run_name, path_name)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
runpy.py 185 def _get_importer(path_name):
189 importer = cache[path_name]
194 cache[path_name] = None
197 importer = hook(path_name)
207 importer = imp.NullImporter(path_name)
210 cache[path_name] = importer
223 def run_path(path_name, init_globals=None, run_name=None):
235 importer = _get_importer(path_name)
239 code = _get_code_from_file(path_name)
240 return _run_module_code(code, init_globals, run_name, path_name)
    [all...]
  /frameworks/compile/mclinker/unittests/
FactoriesTest.cpp 179 char path_name[100]; local
180 sprintf(path_name, "/proj/mtk%d", counter);
182 string(name), sys::fs::Path(string(path_name)), MCLDFile::Archive);
195 char path_name[100]; local
196 sprintf(path_name, "/proj/mtk%d", counter);
198 string(name), sys::fs::Path(string(path_name)), MCLDFile::Archive);
  /system/core/fingerprintd/
FingerprintDaemonProxy.cpp 172 char path_name[PATH_MAX]; local
173 memcpy(path_name, path, pathlen);
174 path_name[pathlen] = '\0';
175 ALOG(LOG_VERBOSE, LOG_TAG, "setActiveGroup(%d, %s, %zu)", groupId, path_name, pathlen);
176 return mDevice->set_active_group(mDevice, groupId, path_name);
  /external/pdfium/core/include/fxge/
fx_ge_win32.h 24 FX_LPCWSTR path_name; member in struct:WINDIB_Open_Args_
  /frameworks/base/services/core/jni/
com_android_server_fingerprint_FingerprintService.cpp 191 char path_name[PATH_MAX] = {0}; local
192 memcpy(path_name, pathData, pathSize);
193 ALOG(LOG_VERBOSE, LOG_TAG, "nativeSetActiveGroup() path: %s, gid: %d\n", path_name, gid);
194 int result = gContext.device->set_active_group(gContext.device, gid, path_name);
  /external/google-breakpad/src/client/windows/unittests/
exception_handler_nesting_test.cc 52 bool DoesPathExist(const wchar_t *path_name) {
53 DWORD flags = GetFileAttributes(path_name);
exception_handler_death_test.cc 55 BOOL DoesPathExist(const TCHAR *path_name);
95 BOOL DoesPathExist(const TCHAR *path_name) {
96 DWORD flags = GetFileAttributes(path_name);
exception_handler_test.cc 90 static BOOL DoesPathExist(const TCHAR *path_name);
144 BOOL ExceptionHandlerTest::DoesPathExist(const TCHAR *path_name) {
145 DWORD flags = GetFileAttributes(path_name);
  /bionic/libc/kernel/uapi/linux/
hyperv.h 94 __u16 path_name[W_MAX_PATH]; member in struct:hv_start_fcopy
  /external/kernel-headers/original/uapi/linux/
hyperv.h 125 __u16 path_name[W_MAX_PATH]; member in struct:hv_start_fcopy
  /external/selinux/libsemanage/src/
semanage_store.c 455 enum semanage_sandbox_defs path_name)
457 assert(semanage_paths[store][path_name]);
458 return semanage_paths[store][path_name];
470 enum semanage_final_path_defs path_name)
472 assert(semanage_final_paths[store][path_name]);
473 return semanage_final_paths[store][path_name];
    [all...]
  /external/pdfium/core/src/fxge/win32/
fx_win32_dib.cpp 119 args.path_name = filename;
154 HBITMAP hBitmap = (HBITMAP)LoadImageW(NULL, (wchar_t*)args.path_name, IMAGE_BITMAP, 0, 0, LR_LOADFROMFILE);
fx_win32_gdipext.cpp     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/multiprocessing/
forking.py 489 file, path_name, etc = imp.find_module(main_name, dirs)
495 '__parents_main__', file, path_name, etc
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/multiprocessing/
forking.py 489 file, path_name, etc = imp.find_module(main_name, dirs)
495 '__parents_main__', file, path_name, etc
  /libcore/luni/src/main/java/java/security/cert/
X509CertSelector.java 902 GeneralName path_name = new GeneralName(type, name); local
907 pathToNames.add(path_name);
958 GeneralName path_name= new GeneralName(type, name); local
    [all...]

Completed in 574 milliseconds