HomeSort by relevance Sort by last modified time
    Searched refs:__file__ (Results 126 - 150 of 693) sorted by null

1 2 3 4 56 7 8 91011>>

  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.7/share/gdb/python/gdb/
__init__.py 72 PYTHONDIR = os.path.dirname(os.path.dirname(__file__))
89 location = os.path.join(os.path.dirname(__file__), package)
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.7/share/gdb/python/gdb/
__init__.py 72 PYTHONDIR = os.path.dirname(os.path.dirname(__file__))
89 location = os.path.join(os.path.dirname(__file__), package)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/test/
test_values.py 13 ctdll = CDLL(_ctypes_test.__file__)
21 ctdll = CDLL(_ctypes_test.__file__)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/test/
test_values.py 13 ctdll = CDLL(_ctypes_test.__file__)
21 ctdll = CDLL(_ctypes_test.__file__)
  /external/chromium_org/native_client_sdk/src/tools/
create_html.py 23 SCRIPT_DIR = os.path.dirname(os.path.abspath(__file__))
194 sys.stderr.write('%s: %s\n' % (os.path.basename(__file__), e))
197 sys.stderr.write('%s: interrupted\n' % os.path.basename(__file__))
  /external/chromium_org/tools/site_compare/
site_compare.py 63 save_path = os.path.join(os.path.split(__file__)[0], "Scrapes")
97 root_path = os.path.join(os.path.split(__file__)[0], "Scrapes")
100 out_path = os.path.join(os.path.split(__file__)[0], "Compares")
  /external/chromium_org/tools/generate_library_loader/
generate_library_loader.py 164 os.path.join(os.path.dirname(__file__), '..', '..'))
215 generator_path = os.path.relpath(__file__, source_tree_root)
  /external/chromium_org/tools/grit/grit/tool/
buildinfo_unittest.py 16 sys.path.append(os.path.join(os.path.dirname(__file__), '../..'))
26 os.chdir(os.path.dirname(__file__))
  /external/clang/bindings/python/tests/cindex/
test_cdb.py 8 kInputsDir = os.path.join(os.path.dirname(__file__), 'INPUTS')
12 path = os.path.dirname(__file__)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/encodings/
__init__.py 125 (mod.__name__, mod.__file__)
134 (mod.__name__, mod.__file__)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/json/tests/
__init__.py 45 here = os.path.dirname(__file__)
72 sys.path.insert(0, os.path.dirname(os.path.dirname(os.path.dirname(os.path.abspath(__file__)))))
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/encodings/
__init__.py 125 (mod.__name__, mod.__file__)
134 (mod.__name__, mod.__file__)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/json/tests/
__init__.py 45 here = os.path.dirname(__file__)
72 sys.path.insert(0, os.path.dirname(os.path.dirname(os.path.dirname(os.path.abspath(__file__)))))
  /external/chromium-trace/trace-viewer/build/
check_grit.py 9 srcdir = os.path.abspath(os.path.join(os.path.dirname(__file__), "../src"))
generate_deps_js_contents.py 9 srcdir = os.path.abspath(os.path.join(os.path.dirname(__file__), "../src"))
generate_template_contents.py 9 srcdir = os.path.abspath(os.path.join(os.path.dirname(__file__), "../src"))
  /external/chromium_org/build/android/gyp/
get_device_configuration.py 22 BUILD_ANDROID_DIR = os.path.join(os.path.dirname(__file__), '..')
  /external/chromium_org/build/
download_nacl_toolchains.py 16 script_dir = os.path.dirname(os.path.abspath(__file__))
env_dump.py 38 '. %s > /dev/null; %s -d' % (envsetup_cmd, os.path.abspath(__file__))
gyp_helper.py 10 SCRIPT_DIR = os.path.dirname(os.path.realpath(__file__))
  /external/chromium_org/build/linux/
install-arm-sysroot.py 34 SCRIPT_DIR = os.path.dirname(os.path.abspath(__file__))
  /external/chromium_org/build/linux/unbundle/
remove_bundled_libraries.py 19 my_dirname = os.path.abspath(os.path.dirname(__file__))
replace_gyp_files.py 45 my_dirname = os.path.dirname(__file__)
  /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/chrome/test/functional/tracing/
tracer.py 33 with open(os.path.join(os.path.dirname(__file__), fileName), 'r') as fd:

Completed in 1860 milliseconds

1 2 3 4 56 7 8 91011>>