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

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/tools/gyp/test/home_dot_gyp/
gyptest-home-includes-config-env.py 17 os.environ['HOME'] = os.path.abspath('home')
18 os.environ['GYP_CONFIG_DIR'] = os.path.join(os.path.abspath('home2'),
gyptest-home-includes-config-arg.py 17 os.environ['HOME'] = os.path.abspath('home2')
gyptest-home-includes.py 16 os.environ['HOME'] = os.path.abspath('home')
gyptest-home-includes-regyp.py 19 os.environ['HOME'] = os.path.abspath('home')
  /external/chromium_org/build/
gyp_chromium.py 17 path = os.path.abspath(os.path.split(__file__)[0])
  /external/chromium_org/chrome/common/extensions/docs/server2/
appengine_main.py 12 if os.path.abspath(SERVER_PATH) not in sys.path:
13 sys.path.append(os.path.abspath(SERVER_PATH))
  /external/chromium_org/tools/gyp/test/escaping/
gyptest-colon.py 24 # Use abspath() to create a path that contains a colon instead.
25 abs_source = os.path.abspath('colon/file.c')
30 abs_copies = os.path.abspath('colon/file.txt')
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_ttk_textonly.py 7 this_dir = os.path.dirname(os.path.abspath(__file__))
8 lib_tk_test = os.path.abspath(os.path.join(this_dir, '..', 'lib-tk', 'test'))
test_tk.py 7 this_dir = os.path.dirname(os.path.abspath(__file__))
8 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_ttk_textonly.py 7 this_dir = os.path.dirname(os.path.abspath(__file__))
8 lib_tk_test = os.path.abspath(os.path.join(this_dir, '..', 'lib-tk', 'test'))
test_tk.py 7 this_dir = os.path.dirname(os.path.abspath(__file__))
8 lib_tk_test = os.path.abspath(os.path.join(this_dir, os.path.pardir,
  /external/chromium_org/content/test/gpu/gpu_tests/
__init__.py 12 absolute_telemetry_path = os.path.abspath(telemetry_path)
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/unittest2/
collector.py 8 setupDir = os.path.abspath(os.path.dirname(__main__.__file__))
  /external/chromium_org/third_party/mesa/src/src/gallium/docs/source/
conf.py 18 # documentation root, use os.path.abspath to make it absolute, like shown here.
19 sys.path.append(os.path.abspath('exts'))
  /external/mesa3d/src/gallium/docs/source/
conf.py 18 # documentation root, use os.path.abspath to make it absolute, like shown here.
19 sys.path.append(os.path.abspath('exts'))
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
idle.py 7 idlelib_dir = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
idle.py 7 idlelib_dir = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))
  /external/chromium_org/chrome/test/chromedriver/
chrome_paths.py 10 _THIS_DIR = os.path.abspath(os.path.dirname(__file__))
15 return os.path.abspath(os.path.join(_THIS_DIR, os.pardir, os.pardir,
  /external/chromium_org/third_party/ots/
gyp_ots 21 sys.path.insert(0, os.path.abspath(os.path.join(gyp_dir, 'pylib')))
24 script_dir = os.path.abspath(os.path.dirname(__file__))
  /external/chromium_org/build/android/pylib/
pexpect.py 10 os.path.abspath(os.path.dirname(__file__)), '..', '..', '..')
  /external/chromium_org/chrome/test/chromeos/autotest/files/client/deps/chrome_test/
common.py 7 client_dir = os.path.abspath(os.path.join(dirname, "../../"))
  /external/chromium_org/chrome/test/chromeos/autotest/files/client/deps/page_cycler_dep/
common.py 7 client_dir = os.path.abspath(os.path.join(dirname, "../../"))
  /external/chromium_org/chrome/test/chromeos/autotest/files/client/deps/perf_data_dep/
common.py 7 client_dir = os.path.abspath(os.path.join(dirname, "../../"))
  /external/chromium_org/chrome/test/chromeos/autotest/files/client/deps/pyauto_dep/
common.py 7 client_dir = os.path.abspath(os.path.join(dirname, "../../"))
  /external/chromium_org/chrome/test/chromeos/autotest/files/client/deps/telemetry_dep/
common.py 7 client_dir = os.path.abspath(os.path.join(dirname, "../../"))

Completed in 772 milliseconds

1 2 3 4 5 6 7 8 91011>>