/external/autotest/client/deps/ibusclient/ |
common.py | 11 setup_modules.setup(base_path=client_dir,
|
/external/autotest/client/deps/lansim/ |
common.py | 14 setup_modules.setup(base_path=client_dir,
|
/external/autotest/client/deps/nvmap_compactor/ |
common.py | 11 setup_modules.setup(base_path=client_dir,
|
/external/autotest/client/deps/webgl_clear/ |
common.py | 14 setup_modules.setup(base_path=client_dir,
|
/external/autotest/client/deps/webgl_mpd/ |
common.py | 14 setup_modules.setup(base_path=client_dir,
|
/external/autotest/client/deps/webgl_perf/ |
common.py | 14 setup_modules.setup(base_path=client_dir,
|
/external/autotest/client/site_tests/cellular_ActivateCDMA/files/ |
common.py | 17 setup_modules.setup(base_path=client_dir,
|
/external/autotest/client/site_tests/cellular_ActivateLTE/files/ |
common.py | 17 setup_modules.setup(base_path=client_dir,
|
/external/autotest/client/site_tests/cellular_ScanningProperty/files/ |
common.py | 17 setup_modules.setup(base_path=client_dir,
|
/external/autotest/server/cros/faft/config/ |
common.py | 13 setup_modules.setup(base_path=autotest_dir, root_module_name='autotest_lib')
|
/external/jsoncpp/test/ |
pyjsontestrunner.py | 13 base_path = os.path.splitext(input_path)[0] variable 14 actual_path = base_path + '.actual' 15 rewrite_path = base_path + '.rewrite' 16 rewrite_actual_path = base_path + '.actual-rewrite'
|
/external/devlib/devlib/module/ |
hotplug.py | 7 base_path = '/sys/devices/system/cpu' variable in class:HotplugModule 21 return target.path.join(cls.base_path, cpu, 'online')
|
/external/tensorflow/tensorflow/python/tools/ |
saved_model_cli_test.py | 54 base_path = test.test_src_dir_path(SAVED_MODEL_PATH) 56 args = self.parser.parse_args(['show', '--dir', base_path, '--all']) 145 base_path = test.test_src_dir_path(SAVED_MODEL_PATH) 147 args = self.parser.parse_args(['show', '--dir', base_path]) 156 base_path = test.test_src_dir_path(SAVED_MODEL_PATH) 159 ['show', '--dir', base_path, '--tag_set', 'serve']) 177 base_path = test.test_src_dir_path(SAVED_MODEL_PATH) 180 ['show', '--dir', base_path, '--tag_set', 'badtagset']) 185 base_path = test.test_src_dir_path(SAVED_MODEL_PATH) 188 'show', '--dir', base_path, '--tag_set', 'serve', '--signature_def' [all...] |
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/fixes/ |
fix_import.py | 90 base_path = dirname(self.filename)
91 base_path = join(base_path, imp_name)
94 if not exists(join(dirname(base_path), "__init__.py")):
97 if exists(base_path + ext):
|
/external/python/cpython2/Lib/lib2to3/fixes/ |
fix_import.py | 90 base_path = dirname(self.filename) 91 base_path = join(base_path, imp_name) 94 if not exists(join(dirname(base_path), "__init__.py")): 97 if exists(base_path + ext):
|
/external/python/cpython3/Lib/lib2to3/fixes/ |
fix_import.py | 90 base_path = dirname(self.filename) 91 base_path = join(base_path, imp_name) 94 if not exists(join(dirname(base_path), "__init__.py")): 97 if exists(base_path + ext):
|
/prebuilts/gdb/darwin-x86/lib/python2.7/lib2to3/fixes/ |
fix_import.py | 90 base_path = dirname(self.filename) 91 base_path = join(base_path, imp_name) 94 if not exists(join(dirname(base_path), "__init__.py")): 97 if exists(base_path + ext):
|
/prebuilts/gdb/linux-x86/lib/python2.7/lib2to3/fixes/ |
fix_import.py | 90 base_path = dirname(self.filename) 91 base_path = join(base_path, imp_name) 94 if not exists(join(dirname(base_path), "__init__.py")): 97 if exists(base_path + ext):
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/fixes/ |
fix_import.py | 90 base_path = dirname(self.filename) 91 base_path = join(base_path, imp_name) 94 if not exists(join(dirname(base_path), "__init__.py")): 97 if exists(base_path + ext):
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/fixes/ |
fix_import.py | 90 base_path = dirname(self.filename) 91 base_path = join(base_path, imp_name) 94 if not exists(join(dirname(base_path), "__init__.py")): 97 if exists(base_path + ext):
|
/external/autotest/client/ |
setup_modules.py | 108 def setup(base_path, root_module_name=""): 111 'base_path' can be imported via "import root_module_name.package". 112 If root_module_name is empty, then all the packages at base_path 126 base_path = os.path.abspath(os.path.join(base_path, '..')) 129 _import_children_into_module(root_module_name, base_path) 137 sys.path.insert(0, os.path.join(base_path, "site-packages"))
|
/external/autotest/site_utils/lxc/ |
base_image.py | 97 base_path = os.path.join(self.container_path, self.base_name) 98 if lxc_utils.path_exists(base_path): 143 base_path = os.path.join(self.container_path, self.base_name) 153 path_to_cleanup = [tar_path, base_path] 163 config_path = os.path.join(base_path, 'config') 164 rootfs_path = os.path.join(base_path, 'rootfs') 177 base_path = os.path.join(self.container_path, self.base_name) 178 utils.run('sudo chown -R root "%s"' % base_path) 179 utils.run('sudo chgrp -R root "%s"' % base_path)
|
/external/autotest/client/cros/audio/ |
common.py | 17 setup_modules.setup(base_path=client_dir,
|
/external/autotest/client/cros/bluetooth/ |
common.py | 17 setup_modules.setup(base_path=client_dir,
|
/external/autotest/client/cros/cellular/wardmodem/ |
common.py | 15 setup_modules.setup(base_path=client_dir,
|