HomeSort by relevance Sort by last modified time
    Searched full:base_path (Results 76 - 100 of 137) sorted by null

1 2 34 5 6

  /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/network_3GScanningProperty/files/
common.py 17 setup_modules.setup(base_path=client_dir,
  /external/autotest/client/site_tests/network_CDMAActivate/files/
common.py 17 setup_modules.setup(base_path=client_dir,
  /external/autotest/client/site_tests/network_LTEActivate/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')
  /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):
  /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/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,
  /external/autotest/client/cros/cellular/wardmodem/state_machines/
common.py 14 setup_modules.setup(base_path=client_dir,
  /external/autotest/client/cros/
common.py 17 setup_modules.setup(base_path=client_dir,
  /external/autotest/client/cros/crash/
common.py 17 setup_modules.setup(base_path=client_dir,

Completed in 514 milliseconds

1 2 34 5 6