HomeSort by relevance Sort by last modified time
    Searched refs:pardir (Results 26 - 50 of 123) sorted by null

12 3 4 5

  /external/chromium_org/chrome/test/pyautolib/chromeos/
chromeos_utils.py 12 sys.path.append(os.path.join(os.path.dirname(__file__), os.pardir))
  /external/chromium_org/chrome/test/functional/ispy/common/
mock_cloud_bucket.py 10 sys.path.append(os.path.join(os.path.dirname(__file__), os.pardir, os.pardir))
  /external/chromium_org/third_party/angle/build/
gyp_angle 14 angle_dir = os.path.normpath(os.path.join(script_dir, os.pardir))
  /external/chromium_org/tools/ipc_fuzzer/
play_testcase.py 26 out_dir = os.path.abspath(os.path.join(ipc_fuzzer_dir, os.pardir,
27 os.pardir, 'out'));
  /external/chromium_org/chrome/test/chromedriver/
run_buildbot_steps.py 39 SCRIPT_DIR = os.path.join(_THIS_DIR, os.pardir, os.pardir, os.pardir, os.pardir,
40 os.pardir, os.pardir, os.pardir, 'scripts')
41 SITE_CONFIG_DIR = os.path.join(_THIS_DIR, os.pardir, os.pardir, os.pardir,
    [all...]
  /external/chromium_org/tools/telemetry/telemetry/core/
util.py 26 __file__, os.pardir, os.pardir, os.pardir))
34 return os.path.normpath(os.path.join(GetTelemetryDir(), os.pardir, os.pardir))
  /external/chromium_org/build/android/pylib/
constants.py 14 os.pardir, os.pardir, os.pardir))
  /external/chromium_org/tools/android/memdump/
memreport.py 19 sys.path.append(os.path.join(sys.path[0], os.pardir, os.pardir, os.pardir,
  /external/chromium_org/tools/perf/
run_measurement 17 CHECKOUT_BASE_PATH = os.path.join(SCRIPT_PATH, os.pardir, os.pardir, os.pardir)
PRESUBMIT.py 16 sys.path = [os.path.join(os.pardir, 'telemetry')] + sys.path
run_tests 14 sys.path.append(os.path.join(os.path.dirname(__file__), os.pardir, 'telemetry'))
record_android_profile.py 10 sys.path.append(os.path.join(os.path.dirname(__file__), os.pardir, 'telemetry'))
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_tk.py 8 lib_tk_test = os.path.abspath(os.path.join(this_dir, os.path.pardir,
test_ttk_guionly.py 9 lib_tk_test = os.path.abspath(os.path.join(this_dir, os.path.pardir,
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_tk.py 8 lib_tk_test = os.path.abspath(os.path.join(this_dir, os.path.pardir,
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
posixpath.py 33 "curdir","pardir","sep","pathsep","defpath","altsep","extsep",
38 pardir = '..' variable
382 if name == pardir:
386 if name == pardir:
387 path = join(path, pardir, pardir)
389 path = pardir
428 rel_list = [pardir] * (len(start_list)-i) + path_list[i:]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
posixpath.py 33 "curdir","pardir","sep","pathsep","defpath","altsep","extsep",
38 pardir = '..' variable
382 if name == pardir:
386 if name == pardir:
387 path = join(path, pardir, pardir)
389 path = pardir
428 rel_list = [pardir] * (len(start_list)-i) + path_list[i:]
  /external/chromium_org/third_party/WebKit/Source/bindings/scripts/unstable/
idl_compiler.py 50 source_path = os.path.normpath(os.path.join(module_path, os.pardir, os.pardir, os.pardir))
  /external/chromium_org/chrome/tools/
webforms_extractor.py 46 _REGISTRATION_PAGES_DIR = os.path.join(os.pardir, 'test', 'data', 'autofill',
48 _EXTRACTED_FORMS_DIR = os.path.join(os.pardir, 'test', 'data', 'autofill',
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/unittest2/
compatibility.py 38 rel_list = [os.path.pardir] * (len(start_list)-i) + path_list[i:]
56 rel_list = [os.path.pardir] * (len(start_list)-i) + path_list[i:]
  /external/chromium_org/tools/android/
mempressure.py 12 os.pardir,
13 os.pardir,
  /external/chromium_org/chrome/test/functional/
webpagereplay.py 23 os.path.dirname(__file__), os.pardir, os.pardir, os.pardir, os.pardir))
  /external/chromium_org/mojo/public/bindings/parse/
mojo_parser.py 23 module_path, os.pardir, os.pardir, os.pardir, os.pardir, 'third_party')
  /external/chromium_org/third_party/WebKit/Source/build/scripts/
template_expander.py 35 sys.path.insert(1, os.path.join(_current_dir, *([os.pardir] * 4)))
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/
macostools.py 83 pardir = os.path.split(dst)[0]
84 if not pardir:
85 pardir = os.curdir
88 f.update(File.FSRef(pardir))

Completed in 1306 milliseconds

12 3 4 5