Home
last modified time | relevance | path

Searched refs:module_path (Results 1 – 23 of 23) 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/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/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/autotest/client/site_tests/network_WlanDriver/
Dnetwork_WlanDriver.py145 device_name, module_path = device_description
146 logging.info('Device name %s, module path %s', device_name, module_path)
156 if module_path != expected_driver:
159 module_path, expected_driver))
/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/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/tensorflow/tensorflow/contrib/learn/python/learn/datasets/
Dbase.py97 module_path = path.dirname(__file__)
98 data_path = path.join(module_path, 'data', 'iris.csv')
113 module_path = path.dirname(__file__)
114 data_path = path.join(module_path, 'data', 'boston_house_prices.csv')
Dtext_datasets.py60 module_path = os.path.dirname(__file__)
61 train_path = os.path.join(module_path, 'data', 'text_train.csv')
62 test_path = os.path.join(module_path, 'data', 'text_test.csv')
/external/python/cpython3/Lib/test/
Dtest_pkgimport.py33 self.module_path = os.path.join(self.package_dir, 'foo.py')
42 compiled_path = cache_from_source(self.module_path)
45 with open(self.module_path, 'w') as f:
/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/devlib/devlib/utils/
Dandroid_build.py40 def build_module(self, module_path): argument
52 lunch_target + ' && mmma -j16 ' + module_path)
/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/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/autotest/client/common_lib/cros/network/
Dinterface.py204 module_path = self._run('find '
209 module_path = 'Unknown (kernel might have modules disabled)'
210 return DeviceDescription(device_name, module_path)
/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/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/chromium-trace/catapult/devil/docs/
Dmarkdown.md74 module_path: An absolute path to a python module.
/external/selinux/libsemanage/src/
Ddirect_api.c1797 char module_path[PATH_MAX]; in semanage_direct_extract() local
1811 module_path, in semanage_direct_extract()
1812 sizeof(module_path)); in semanage_direct_extract()
1817 if (access(module_path, F_OK) != 0) { in semanage_direct_extract()
1818 ERR(sh, "Module does not exist: %s", module_path); in semanage_direct_extract()