HomeSort by relevance Sort by last modified time
    Searched refs:abspath (Results 1 - 25 of 2156) 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])
inverse_depth.py 12 return os.path.relpath(os.getcwd(), os.path.abspath(depth))
  /external/chromium_org/third_party/libyuv/
gyp_libyuv.py 27 path = os.path.abspath(os.path.split(__file__)[0])
  /external/chromium_org/third_party/skia/
gyp_skia.py 17 path = os.path.abspath(os.path.split(__file__)[0])
  /external/chromium_org/third_party/webrtc/build/
gyp_webrtc.py 23 path = os.path.abspath(os.path.split(__file__)[0])
  /external/chromium_org/v8/build/
gyp_v8.py 40 path = os.path.abspath(os.path.split(__file__)[0])
  /external/skia/
gyp_skia.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/chrome_proxy/integration_tests/chrome_proxy_pagesets/
__init__.py 14 start_dir = os.path.dirname(os.path.abspath(__file__))
15 top_level_dir = os.path.abspath(os.path.join(start_dir, os.pardir, os.pardir))
  /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'))
  /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'))
  /external/chromium_org/content/test/gpu/gpu_tests/
__init__.py 12 absolute_telemetry_path = os.path.abspath(telemetry_path)
  /external/chromium_org/mojo/public/tools/bindings/pylib/mojom_tests/support/
run_bindings_generator.py 11 out_dir = os.path.abspath(out_dir)
12 root_dir = os.path.abspath(root_dir)
13 mojom_file = os.path.abspath(mojom_file)
22 this_dir = os.path.dirname(os.path.abspath(__file__))
  /external/chromium_org/mojo/spy/ui/
spy_project.py 13 spy_path = os.path.abspath(os.path.join(os.path.dirname(__file__),
spy_shell_to_html 10 top_dir = os.path.abspath(os.path.join(os.path.dirname(__file__), '..'))
tvcm_stub.py 8 _CHROME_PATH = os.path.abspath(os.path.join(os.path.dirname(__file__),
  /external/chromium_org/native_client_sdk/src/doc/
conf.py 21 sys.path.insert(0, os.path.abspath('_sphinxext'))
  /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/chromium_org/third_party/skia/experimental/webtry/
gyp_for_webtry 7 skia_src = os.path.abspath(os.environ.get('SKIA_SRC', os.path.join( script_dir, "..", "..")))
13 sys.path.insert(0, os.path.abspath(os.path.join(gyp_source_dir, 'pylib')))
29 webtry_cache_dir = os.path.abspath(os.environ.get('WEBTRY_CACHE', WEBTRY_CACHE_DEFAULT))
30 webtry_inout_dir = os.path.abspath(os.environ.get('WEBTRY_INOUT', WEBTRY_INOUT_DEFAULT))
  /external/chromium_org/third_party/skia/tools/
fix_pythonpath.py 15 os.path.dirname(os.path.abspath(__file__)), os.pardir))

Completed in 733 milliseconds

1 2 3 4 5 6 7 8 91011>>