/external/chromium-trace/catapult/catapult_base/catapult_base/refactor_util/ |
D | move.py | 102 def _BaseDir(module_path): argument 103 if not os.path.isdir(module_path): 104 module_path = os.path.dirname(module_path) 106 while '__init__.py' in os.listdir(module_path): 107 module_path = os.path.dirname(module_path) 109 return module_path 112 def _ModulePath(module_path): argument 113 if os.path.split(module_path)[1] == '__init__.py': 114 module_path = os.path.dirname(module_path) 115 rel_path = os.path.relpath(module_path, _BaseDir(module_path))
|
/external/autotest/client/site_tests/network_WlanDriver/ |
D | network_WlanDriver.py | 85 device_name, module_path = device_description 87 device_name, module_path) 98 if module_path != expected_driver: 102 module_path, expected_driver))
|
/external/ImageMagick/MagickCore/ |
D | module.c | 407 module_path[MagickPathExtent], in GetModuleList() local 435 status=GetMagickModulePath(filename,MagickImageCoderModule,module_path, in GetModuleList() 442 status=GetMagickModulePath(filename,MagickImageFilterModule,module_path, in GetModuleList() 449 GetPathComponent(module_path,HeadPath,path); in GetModuleList() 545 *module_path; in GetMagickModulePath() local 554 module_path=(char *) NULL; in GetMagickModulePath() 562 module_path=GetEnvironmentValue("MAGICK_CODER_MODULE_PATH"); in GetMagickModulePath() 564 if (module_path == (char *) NULL) in GetMagickModulePath() 565 module_path=AcquireString(MAGICKCORE_CODER_PATH); in GetMagickModulePath() 573 module_path=GetEnvironmentValue("MAGICK_CODER_FILTER_PATH"); in GetMagickModulePath() [all …]
|
D | nt-base.c | 246 *module_path; in DllMain() local 265 module_path=create_utf8_string(wide_path); in DllMain() 267 if (module_path[count] == '\\') in DllMain() 269 module_path[count+1]='\0'; in DllMain() 275 module_path=DestroyString(module_path); in DllMain() 280 if ((count != 0) && (strstr(path,module_path) == (char *) NULL)) in DllMain() 282 if ((strlen(module_path)+count+1) < (16*MagickPathExtent-1)) in DllMain() 292 module_path=DestroyString(module_path); in DllMain() 297 "%s;%s",module_path,path); in DllMain() 303 module_path=DestroyString(module_path); in DllMain() [all …]
|
D | configure.c | 926 module_path[MagickPathExtent]; in GetConfigurePaths() local 928 if ((NTGetModulePath(MagickCoreDLL,module_path) != MagickFalse) || in GetConfigurePaths() 929 (NTGetModulePath(MagickCoreDebugDLL,module_path) != MagickFalse)) in GetConfigurePaths() 937 (void) FormatLocaleString(path,MagickPathExtent,"%s%s",module_path, in GetConfigurePaths() 945 if (NTGetModulePath("Magick.dll",module_path) != MagickFalse) in GetConfigurePaths() 950 (void) FormatLocaleString(path,MagickPathExtent,"%s%s",module_path, in GetConfigurePaths() 953 (void) FormatLocaleString(path,MagickPathExtent,"%s%s",module_path, in GetConfigurePaths()
|
/external/autotest/puppylab/ |
D | ClusterTemplate | 38 puppet.module_path = "%(module_path)s" 59 puppet.module_path = "%(module_path)s"
|
D | CoreClusterTemplate | 19 puppet.module_path = "%(module_path)s"
|
/external/autotest/client/tests/kvm/ |
D | kvm.py | 73 module_path = os.path.join(d, "%s.py" % t_type) 74 if os.path.isfile(module_path):
|
/external/compiler-rt/lib/sanitizer_common/scripts/ |
D | sancov.py | 157 (start, end, base, module_path) = mem_map[map_idx] 164 for ((start, end, base, module_path), pc_list) in zip(mem_map, mem_map_pcs): 167 dst_path = module_path + '.' + os.path.basename(path)[:-4]
|
/external/google-breakpad/src/tools/mac/crash_report/ |
D | on_demand_symbol_supplier.mm | 261 string module_path = GetLocalModulePath(module); 265 if (module_path.empty()) 276 GetFileModificationTime(module_path.c_str()); 284 stringWithFileSystemRepresentation:module_path.c_str() 285 length:module_path.length()];
|
/external/autotest/client/common_lib/cros/network/ |
D | interface.py | 185 module_path = self._run('find ' 190 module_path = 'Unknown (kernel might have modules disabled)' 191 return DeviceDescription(device_name, module_path)
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/protorpc/protorpc/ |
D | messages.py | 1913 module_path = relative_to.__name__.split('.')[:-1] 1914 if not module_path: 1920 '.'.join(module_path), '', '', [module_path[-1]])
|
/external/google-breakpad/src/client/mac/handler/ |
D | minidump_generator.h | 146 const char *module_path, bool in_memory);
|
D | minidump_generator.cc | 1403 const char *module_path, bool in_memory) { in WriteCVRecord() argument 1407 const char *module_name = strrchr(module_path, '/'); in WriteCVRecord() 1432 MacFileUtilities::MachoID macho(module_path, in WriteCVRecord() 1441 FileID file_id(module_path); in WriteCVRecord()
|
/external/google-breakpad/src/client/solaris/handler/ |
D | minidump_generator.cc | 449 const char *module_path, in WriteCVRecord() argument 454 const char *module_name = module_path ? module_path : "<Unknown>"; in WriteCVRecord()
|
/external/autotest/frontend/shared/ |
D | resource_lib.py | 15 module_path, class_name = class_path.rsplit('.', 1) 16 module = __import__(module_path, {}, {}, [''])
|
/external/selinux/libsemanage/src/ |
D | direct_api.c | 1584 char module_path[PATH_MAX]; in semanage_direct_extract() local 1598 module_path, in semanage_direct_extract() 1599 sizeof(module_path)); in semanage_direct_extract() 1604 if (access(module_path, F_OK) != 0) { in semanage_direct_extract() 1605 ERR(sh, "Module does not exist: %s", module_path); in semanage_direct_extract()
|