/external/chromium-trace/catapult/catapult_base/catapult_base/refactor_util/ |
move.py | 102 def _BaseDir(module_path): 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): 113 if os.path.split(module_path)[1] == '__init__.py' [all...] |
/external/autotest/client/site_tests/network_WlanDriver/ |
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))
|
/ndk/sources/host-tools/ndk-stack/ |
ndk-stack-parser.c | 320 char module_path[2048]; local 343 get_next_token(wrk, module_path, sizeof(module_path)); 347 module_name = strrchr(module_path,'/'); 349 module_name = module_path; 355 module_name = module_path;
|
/external/ImageMagick/MagickCore/ |
module.c | 416 module_path[MagickPathExtent], 444 status=GetMagickModulePath(filename,MagickImageCoderModule,module_path, 451 status=GetMagickModulePath(filename,MagickImageFilterModule,module_path, 458 GetPathComponent(module_path,HeadPath,path); 555 *module_path; 564 module_path=(char *) NULL; 572 module_path=GetEnvironmentValue("MAGICK_CODER_MODULE_PATH"); 574 if (module_path == (char *) NULL) 575 module_path=AcquireString(MAGICKCORE_CODER_PATH); 583 module_path=GetEnvironmentValue("MAGICK_CODER_FILTER_PATH") 407 module_path[MagickPathExtent], local 545 *module_path; local 1074 module_path[MagickPathExtent], local [all...] |
nt-base.c | 250 *module_path; 269 module_path=create_utf8_string(wide_path); 271 if (module_path[count] == '\\') 273 module_path[count+1]='\0'; 279 module_path=DestroyString(module_path); 284 if ((count != 0) && (strstr(path,module_path) == (char *) NULL)) 286 if ((strlen(module_path)+count+1) < (16*MagickPathExtent-1)) 296 module_path=DestroyString(module_path); 246 *module_path; local 1005 module_path[MagickPathExtent]; local [all...] |
configure.c | 941 module_path[MagickPathExtent]; 943 if ((NTGetModulePath(MagickCoreDLL,module_path) != MagickFalse) || 944 (NTGetModulePath(MagickCoreDebugDLL,module_path) != MagickFalse)) 926 module_path[MagickPathExtent]; local [all...] |
/prebuilts/gdb/darwin-x86/lib/python2.7/test/ |
test_pkgimport.py | 27 self.module_path = os.path.join(self.package_dir, 'foo'+os.extsep+'py') 40 compiled_path = self.module_path + extension 43 f = open(self.module_path, 'w')
|
/prebuilts/gdb/linux-x86/lib/python2.7/test/ |
test_pkgimport.py | 27 self.module_path = os.path.join(self.package_dir, 'foo'+os.extsep+'py') 40 compiled_path = self.module_path + extension 43 f = open(self.module_path, 'w')
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_pkgimport.py | 27 self.module_path = os.path.join(self.package_dir, 'foo'+os.extsep+'py') 40 compiled_path = self.module_path + extension 43 f = open(self.module_path, 'w')
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_pkgimport.py | 27 self.module_path = os.path.join(self.package_dir, 'foo'+os.extsep+'py') 40 compiled_path = self.module_path + extension 43 f = open(self.module_path, 'w')
|
/external/autotest/client/tests/kvm/ |
kvm.py | 73 module_path = os.path.join(d, "%s.py" % t_type) 74 if os.path.isfile(module_path):
|
/external/autotest/client/common_lib/cros/network/ |
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/compiler-rt/lib/sanitizer_common/scripts/ |
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/autotest/puppylab/ |
vm_manager.py | 157 'module_path': os.path.join(self.puppet_path, 'modules'),
|
/external/google-breakpad/src/client/mac/handler/ |
minidump_generator.h | 146 const char *module_path, bool in_memory);
|
minidump_generator.cc | [all...] |
/external/chromium-trace/catapult/third_party/gsutil/third_party/protorpc/protorpc/ |
messages.py | [all...] |
/external/google-breakpad/src/client/solaris/handler/ |
minidump_generator.cc | 449 const char *module_path, 454 const char *module_name = module_path ? module_path : "<Unknown>";
|
/external/autotest/frontend/shared/ |
resource_lib.py | 15 module_path, class_name = class_path.rsplit('.', 1) 16 module = __import__(module_path, {}, {}, [''])
|
/external/selinux/libsemanage/src/ |
direct_api.c | 1584 char module_path[PATH_MAX]; local [all...] |