/external/valgrind/tests/ |
check_headers_and_includes | 153 my $path_name = defined $path ? "$path/$file" : $file; 154 process_file($path_name); 164 my ($path_name) = @_; 166 return ($path_name =~ /^include\//) ? 1 : 0; 173 my ($path_name) = @_; 175 return ($path_name =~ /^coregrind\//) ? 1 : 0; 182 my ($path_name) = @_; 185 return 1 if ($path_name =~ /^$tool\//); 194 my ($path_name) = @_; 196 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...] |
ndk_camera_metadata_tags.mako | 53 ${ndk(path_name(i)) | csym}, 65 ${ndk(path_name(i)) + '.start' | csym,ljust(30)} = ${ndk(path_name(i)) | csym,pad(64)} << 16, 109 ${ndk(path_name(find_parent_section(entry))) | csym}_START, 111 ${ndk(path_name(find_parent_section(entry))) | csym}_START + ${idx}, 115 ${ndk(path_name(sec)) | csym}_END,
|
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,
|
/external/vixl/tools/ |
util.py | 55 def ensure_dir(path_name): 56 if not os.path.exists(path_name): 57 os.makedirs(path_name)
|
/prebuilts/gdb/darwin-x86/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/gdb/linux-x86/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/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);
|
/external/chromium-trace/catapult/dependency_manager/dependency_manager/ |
dependency_manager_util.py | 28 def ResolvePath(path_name): 29 return os.path.realpath(os.path.abspath(path_name))
|
/external/libchrome/base/files/ |
file_path_watcher_kqueue.cc | 114 std::string path_name; local 118 path_name = event_data->path_.value(); 121 if (path_name.empty()) { 122 path_name = base::StringPrintf( 125 DLOG(ERROR) << "Error: " << kevents[i].data << " for " << path_name;
|
/system/core/fingerprintd/ |
FingerprintDaemonProxy.cpp | 187 char path_name[PATH_MAX]; local 188 memcpy(path_name, path, pathlen); 189 path_name[pathlen] = '\0'; 190 ALOG(LOG_VERBOSE, LOG_TAG, "setActiveGroup(%d, %s, %zu)", groupId, path_name, pathlen); 191 return mDevice->set_active_group(mDevice, groupId, path_name);
|
/external/pdfium/core/include/fxge/ |
fx_ge_win32.h | 23 const FX_WCHAR* 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);
|
/system/connectivity/apmanager/ |
device_info.h | 78 // Return the contents of the device info file |path_name| for interface 82 const std::string& path_name,
|
device_info.cc | 211 const string& path_name, 214 device_info_root_.Append(iface_name).Append(path_name),
|
/system/connectivity/shill/ |
device_info.h | 241 // Return the FilePath for a given |path_name| in the device sysinfo for 244 const std::string& path_name); 245 // Return the contents of the device info file |path_name| for interface 249 const std::string& path_name, 253 // |path_name| for interface |iface_name| in output parameter |path_out|. 256 const std::string& 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 | 96 __u16 path_name[W_MAX_PATH]; member in struct:hv_start_fcopy
|
/external/kernel-headers/original/uapi/linux/ |
hyperv.h | 131 __u16 path_name[W_MAX_PATH]; member in struct:hv_start_fcopy
|
/external/chromium-trace/catapult/catapult_base/catapult_base/ |
cloud_storage.py | 348 path_name, extension = os.path.splitext( 352 GetIfChanged(path_name, bucket)
|