HomeSort by relevance Sort by last modified time
    Searched full:base_path (Results 101 - 125 of 159) sorted by null

1 2 3 45 6 7

  /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/multimedia/
common.py 17 setup_modules.setup(base_path=client_dir,
  /external/autotest/client/cros/networking/
common.py 17 setup_modules.setup(base_path=client_dir,
  /external/autotest/client/cros/tendo/
common.py 17 setup_modules.setup(base_path=client_dir,
  /external/autotest/client/cros/tendo/n_faced_peerd/
common.py 17 setup_modules.setup(base_path=client_dir,
  /external/autotest/client/deps/touchpad-tests/
common.py 14 setup_modules.setup(base_path=client_dir,
  /external/skia/platform_tools/android/tests/expectations/
Android.mk 10 BASE_PATH := $(call my-dir)
164 include $(BASE_PATH)/skia_static_deps.mk
172 include $(BASE_PATH)/bench/Android.mk
175 include $(BASE_PATH)/dm/Android.mk
  /frameworks/base/native/android/
Android.mk 0 BASE_PATH := $(call my-dir)
  /frameworks/base/native/graphics/jni/
Android.mk 0 BASE_PATH := $(call my-dir)
  /external/chromium-trace/catapult/third_party/Paste/paste/evalexception/
middleware.py 255 def make_view_url(self, environ, base_path, count):
256 return base_path + '/_debug/view/%s' % count
297 base_path = request.construct_url(environ, with_path_info=False,
328 view_uri = self.make_view_url(environ, base_path, count)
341 debug_info = DebugInfo(count, exc_info, exc_data, base_path,
372 def __init__(self, counter, exc_info, exc_data, base_path,
376 self.base_path = base_path
415 html = format_eval_html(self.exc_data, self.base_path, self.counter)
428 base_path = self.base_path + '/_debug
    [all...]
  /external/chromium-trace/catapult/dependency_manager/dependency_manager/
dependency_manager_util.py 32 base_path = ResolvePath(os.getcwd()) + os.path.sep
34 if not ResolvePath(os.path.join(base_path, member)).startswith(base_path):
  /external/chromium-trace/catapult/third_party/html5lib-python/html5lib/tests/
support.py 9 base_path = os.path.split(__file__)[0] variable
11 test_dir = os.path.join(base_path, 'testdata')
12 sys.path.insert(0, os.path.abspath(os.path.join(base_path,
17 del base_path
  /external/chromium-trace/catapult/tracing/third_party/gl-matrix/tasks/support/gl-matrix/
version.rb 23 MAJOR, MINOR, PATCH, REL = *File.read(base_path.join 'VERSION').split(".")
  /external/jsoncpp/test/
runjsontests.py 77 base_path = os.path.splitext(input_path)[0]
78 actual_output = safeReadFile( base_path + '.actual' )
79 actual_rewrite_output = safeReadFile( base_path + '.actual-rewrite' )
80 file(base_path + '.process-output','wt').write( process_output )
  /external/chromium-trace/catapult/third_party/mapreduce/mapreduce/
base_handler.py 186 def base_path(self): member in class:JsonHandler
189 JSON handlers are mapped to /base_path/command/command_name thus they
199 base_path = path[:path.rfind("/")]
200 if not base_path.endswith("/command"):
203 return base_path[:base_path.rfind("/")]
  /external/autotest/client/tests/netpipe/
netpipe.py 25 base_path = os.path.join(self.srcdir, 'NPtcp -h')
26 self.client_path = '%s %%s -o %s %%s' % (base_path, self.NP_FILE)

Completed in 881 milliseconds

1 2 3 45 6 7