HomeSort by relevance Sort by last modified time
    Searched refs:module_path (Results 1 - 25 of 46) sorted by null

1 2

  /external/linux-kselftest/android/
Android.prebuilt.mk 21 module_path := $(dir $(module_src_files)) macro
26 LOCAL_MODULE_RELATIVE_PATH := linux-kselftest/$(module_path)
34 module_path := macro
  /external/ltp/android/
Android.prebuilt.mk 18 module_path := $(patsubst %/,%,$(dir $(module_prebuilt))) macro
23 LOCAL_MODULE_RELATIVE_PATH := ltp/$(module_path)
31 module_path := macro
  /test/vts-testcase/security/poc/target/
Android.poc_test.mk 23 module_path := security/poc/$(dir $(module_testname)) macro
27 LOCAL_MODULE_PATH := $(TARGET_OUT_DATA_NATIVE_TESTS)/$(module_path)
53 module_path := macro
  /external/chromium-trace/catapult/common/py_utils/py_utils/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/devlib/devlib/utils/
android_build.py 40 def build_module(self, module_path):
44 :param module_path: module path
45 :type module_path: str
52 lunch_target + ' && mmma -j16 ' + module_path)
  /external/chromium-trace/catapult/devil/bin/
generate_md_docs 28 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/tensorflow/tensorflow/contrib/learn/python/learn/datasets/
text_datasets.py 60 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')
base.py 97 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')
  /external/autotest/client/site_tests/network_WlanDriver/
network_WlanDriver.py 145 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))
  /development/vndk/snapshot/
check_gpl_license.py 60 """Parses the module_path.txt files into a dictionary,
82 def _get_revision(self, module_path, manifest_projects):
86 module_path: string, project path relative to ANDROID_BUILD_TOP
92 if module_path.startswith(path):
147 module_path = module_paths[lib]
148 revision = self._get_revision(module_path, manifest_projects)
152 path=module_path, manifest=self.MANIFEST_XML))
154 revision, module_path)
156 unreleased_projects.append((lib, module_path))
158 released_projects.append((lib, module_path))
    [all...]
  /external/python/cpython3/Lib/test/
test_pkgimport.py 33 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/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...]
  /external/chromium-trace/catapult/devil/devil/utils/
markdown.py 142 def load_module_from_path(module_path):
148 module_path: An absolute path to a python module.
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):
204 if module_path:
205 command.append(os.path.relpath(module_path, _DEVIL_ROOT))
310 parser.add_argument('module_path', type=os.path.realpath)
314 load_module_from_path(args.module_path),
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/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/python/cpython2/Lib/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/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')
  /prebuilts/clang/host/darwin-x86/clang-4053586/lib64/clang/5.0/include/sanitizer/
common_interface_defs.h 190 int __sanitizer_get_module_and_offset_for_pc(void *pc, char *module_path,
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/compiler-rt/include/sanitizer/
common_interface_defs.h 190 int __sanitizer_get_module_and_offset_for_pc(void *pc, char *module_path,
  /prebuilts/clang/host/darwin-x86/clang-4393122/lib64/clang/5.0.1/include/sanitizer/
common_interface_defs.h 190 int __sanitizer_get_module_and_offset_for_pc(void *pc, char *module_path,
  /prebuilts/clang/host/darwin-x86/clang-4479392/lib64/clang/5.0.2/include/sanitizer/
common_interface_defs.h 190 int __sanitizer_get_module_and_offset_for_pc(void *pc, char *module_path,
  /prebuilts/clang/host/darwin-x86/clang-4579689/lib64/clang/6.0.1/include/sanitizer/
common_interface_defs.h 190 int __sanitizer_get_module_and_offset_for_pc(void *pc, char *module_path,

Completed in 1303 milliseconds

1 2