HomeSort by relevance Sort by last modified time
    Searched refs:__file__ (Results 101 - 125 of 857) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/chromium_org/build/android/buildbot/
bb_utils.py 14 sys.path.append(os.path.join(os.path.dirname(__file__), '..'))
21 os.path.join(os.path.dirname(__file__), os.pardir, os.pardir, os.pardir,
25 os.path.join(os.path.dirname(__file__), '..', '..', '..'))
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/
test_dep_util.py 17 old_file = os.path.abspath(__file__)
40 three = os.path.abspath(__file__) # I am the old file
56 old_file = os.path.abspath(__file__)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_trace.py 22 """The .py file and module name of this file (__file__)"""
23 modname = os.path.splitext(os.path.basename(__file__))[0]
24 return fix_ext_py(__file__), modname
106 self.my_py_filename = fix_ext_py(__file__)
138 (fix_ext_py(testmod.__file__), 2): 1,
139 (fix_ext_py(testmod.__file__), 3): 1,
192 self.my_py_filename = fix_ext_py(__file__)
197 code = compile(code, __file__, 'exec')
239 (fix_ext_py(testmod.__file__), 'testmod', 'func'): 1,
265 ((os.path.splitext(trace.__file__)[0] + '.py', 'trace', 'Trace.runfunc')
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/
test_dep_util.py 17 old_file = os.path.abspath(__file__)
40 three = os.path.abspath(__file__) # I am the old file
56 old_file = os.path.abspath(__file__)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_trace.py 22 """The .py file and module name of this file (__file__)"""
23 modname = os.path.splitext(os.path.basename(__file__))[0]
24 return fix_ext_py(__file__), modname
106 self.my_py_filename = fix_ext_py(__file__)
138 (fix_ext_py(testmod.__file__), 2): 1,
139 (fix_ext_py(testmod.__file__), 3): 1,
192 self.my_py_filename = fix_ext_py(__file__)
197 code = compile(code, __file__, 'exec')
239 (fix_ext_py(testmod.__file__), 'testmod', 'func'): 1,
265 ((os.path.splitext(trace.__file__)[0] + '.py', 'trace', 'Trace.runfunc')
    [all...]
  /external/chromium-trace/trace-viewer/build/
gjslint 5 src_dir = os.path.join(os.path.dirname(__file__), '..')
  /external/chromium-trace/trace-viewer/third_party/pywebsocket/src/test/
run_all.py 70 _list_test_modules(os.path.join(os.path.split(__file__)[0], '.')))
  /external/chromium_org/build/android/buildbot/tests/
bb_run_bot_test.py 10 BUILDBOT_DIR = os.path.join(os.path.dirname(__file__), '..')
  /external/chromium_org/chrome/browser/safe_browsing/
safe_browsing_testserver.py 11 BASE_DIR = os.path.dirname(os.path.abspath(__file__))
  /external/chromium_org/chrome/common/extensions/docs/server2/
environment.py 25 app_yaml_path = os.path.join(os.path.split(__file__)[0], 'app.yaml')
  /external/chromium_org/chrome/test/chromedriver/
chrome_paths.py 10 _THIS_DIR = os.path.abspath(os.path.dirname(__file__))
  /external/chromium_org/chrome/test/ispy/server/
debug_view_handler.py 17 loader=jinja2.FileSystemLoader(os.path.dirname(views.__file__)),
  /external/chromium_org/mojo/public/tools/bindings/generators/
run_cpp_generator.py 10 script_dir = os.path.dirname(os.path.realpath(__file__))
  /external/chromium_org/mojo/public/tools/bindings/pylib/mojom_tests/parse/
run_parser.py 12 sys.path.insert(0, os.path.join(os.path.dirname(os.path.abspath(__file__)),
run_translate.py 12 sys.path.insert(0, os.path.join(os.path.dirname(os.path.abspath(__file__)),
  /external/chromium_org/native_client_sdk/src/build_tools/
build_paths.py 8 SCRIPT_DIR = os.path.dirname(os.path.abspath(__file__))
build_version.py 14 SCRIPT_DIR = os.path.dirname(os.path.abspath(__file__))
  /external/chromium_org/remoting/tools/
runclient.py 17 script_path = os.path.dirname(__file__)
  /external/chromium_org/testing/gtest/scripts/
upload_gtest.py 52 my_dir = os.path.dirname(os.path.abspath(__file__))
  /external/chromium_org/third_party/WebKit/Tools/Scripts/
check-blink-deps 45 root_dir = os.path.realpath(os.path.join(os.path.dirname(__file__), os.pardir, os.pardir))
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/
prettypatch.py 53 pretty_patch_path = os.path.join(os.path.dirname(__file__), '..', '..',
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/style/checkers/
python_unittest.py 54 current_dir = os.path.dirname(__file__)
  /external/chromium_org/third_party/libaddressinput/chromium/tools/
update-strings.py 25 script_dir = os.path.dirname(os.path.realpath(__file__))
  /external/chromium_org/third_party/ots/
gyp_ots 24 script_dir = os.path.abspath(os.path.dirname(__file__))
  /external/chromium_org/third_party/skia/platform_tools/android/tests/
generate_user_config_tests.py 29 FULL_DUMMY_PATH = os.path.join(os.path.dirname(__file__), 'inputs',

Completed in 2350 milliseconds

1 2 3 45 6 7 8 91011>>