Home
last modified time | relevance | path

Searched refs:module_path (Results 1 – 22 of 22) sorted by relevance

/external/chromium-trace/catapult/common/py_utils/py_utils/refactor_util/
Dmove.py102 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/
Dnetwork_WlanDriver.py102 device_name, module_path = device_description
103 logging.info('Device name %s, module path %s', device_name, module_path)
113 if module_path != expected_driver:
116 module_path, expected_driver))
/external/ImageMagick/MagickCore/
Dmodule.c407 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 …]
Dnt-base.c246 *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 …]
Dconfigure.c926 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/ltp/android/
DAndroid.prebuilt.mk18 module_path := $(patsubst %/,%,$(dir $(module_prebuilt)))
23 LOCAL_MODULE_RELATIVE_PATH := ltp/$(module_path)
31 module_path :=
/external/linux-kselftest/android/
DAndroid.prebuilt.mk21 module_path := $(dir $(module_src_files))
26 LOCAL_MODULE_RELATIVE_PATH := linux-kselftest/$(module_path)
34 module_path :=
/external/chromium-trace/catapult/devil/devil/utils/
Dmarkdown.py142 def load_module_from_path(module_path): argument
152 module_names = [os.path.splitext(os.path.basename(module_path))[0]]
153 d = os.path.dirname(module_path)
173 def md_module(module_obj, module_path=None, module_link=None): argument
204 if module_path:
205 command.append(os.path.relpath(module_path, _DEVIL_ROOT))
314 load_module_from_path(args.module_path),
/external/chromium-trace/catapult/devil/bin/
Dgenerate_md_docs28 module_path = os.path.join(_DEVIL_PATH, k)
33 [sys.executable, _MARKDOWN_SCRIPT, module_path,
36 logging.error('Failed to update doc for %s' % module_path)
/external/protobuf/js/commonjs/
Drewrite_tests_for_commonjs.js87 var module_path = isLoadFromFile[1].split('/');
88 module = camelCase(module_path[module_path.length - 1]);
/external/autotest/puppylab/
DClusterTemplate38 puppet.module_path = "%(module_path)s"
59 puppet.module_path = "%(module_path)s"
DCoreClusterTemplate19 puppet.module_path = "%(module_path)s"
/external/python/cpython2/Lib/test/
Dtest_pkgimport.py27 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/compiler-rt/lib/sanitizer_common/scripts/
Dsancov.py161 (start, end, base, module_path) = mem_map[map_idx]
168 for ((start, end, base, module_path), pc_list) in zip(mem_map, mem_map_pcs):
171 dst_path = module_path + '.' + os.path.basename(path)[:-4]
/external/google-breakpad/src/tools/mac/crash_report/
Don_demand_symbol_supplier.mm261 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/
Dinterface.py189 module_path = self._run('find '
194 module_path = 'Unknown (kernel might have modules disabled)'
195 return DeviceDescription(device_name, module_path)
/external/linux-kselftest/android/patches/
D0002-Compile-breakpoints-and-x86-tests.patch160 -module_path := $(dir $(module_src_files))
161 +module_path := $(dir $(module_testname))
/external/google-breakpad/src/client/mac/handler/
Dminidump_generator.h146 const char *module_path, bool in_memory);
Dminidump_generator.cc1403 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/
Dminidump_generator.cc449 const char *module_path, in WriteCVRecord() argument
454 const char *module_name = module_path ? module_path : "<Unknown>"; in WriteCVRecord()
/external/chromium-trace/catapult/devil/docs/
Dmarkdown.md74 module_path: An absolute path to a python module.
/external/selinux/libsemanage/src/
Ddirect_api.c1728 char module_path[PATH_MAX]; in semanage_direct_extract() local
1742 module_path, in semanage_direct_extract()
1743 sizeof(module_path)); in semanage_direct_extract()
1748 if (access(module_path, F_OK) != 0) { in semanage_direct_extract()
1749 ERR(sh, "Module does not exist: %s", module_path); in semanage_direct_extract()