HomeSort by relevance Sort by last modified time
    Searched refs:__file__ (Results 276 - 300 of 1427) sorted by null

<<11121314151617181920>>

  /external/chromium-trace/catapult/telemetry/telemetry/value/
common_value_helpers_unittest.py 30 story_set = story.StorySet(base_dir=os.path.dirname(__file__))
39 story_set = story.StorySet(base_dir=os.path.dirname(__file__))
64 story_set = story.StorySet(base_dir=os.path.dirname(__file__))
  /prebuilts/gdb/darwin-x86/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/gdb/linux-x86/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/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...]
  /cts/apps/CameraITS/tests/inprog/
test_param_edge_mode.py 26 NAME = os.path.basename(__file__).split(".")[0]
  /cts/apps/CameraITS/tests/scene0/
test_burst_capture.py 25 NAME = os.path.basename(__file__).split(".")[0]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_cprofile.py 36 regenerate_expected_output(__file__, CProfileTest)
test_tk.py 16 this_dir = os.path.dirname(os.path.abspath(__file__))
  /docs/source.android.com/scripts/
micro-httpd.py 32 OUT_DIR = os.environ.get('OUT_DIR', os.path.join(os.path.dirname(__file__),
  /external/autotest/client/cros/cellular/wardmodem/state_machines/
common.py 7 dirname = os.path.dirname(sys.modules[__name__].__file__)
  /external/autotest/client/site_tests/desktopui_CameraApp/
desktopui_CameraApp.py 28 camera_path = os.path.join(os.path.dirname(__file__),
  /external/autotest/frontend/
frontend_unittest.py 11 _APP_DIR = os.path.join(os.path.dirname(__file__), 'afe')
urls.py 22 if os.path.exists(os.path.join(os.path.dirname(__file__),
  /external/autotest/server/site_tests/firmware_TouchMTBSetup/
firmware_TouchMTBSetup.py 18 test_rel_dir = os.path.join(os.path.dirname(__file__),
  /external/autotest/server/site_tests/ssp_PackageInstall/
ssp_PackageInstall.py 60 logging.info('Found webdriver at %s', webdriver.__file__)
  /external/autotest/site_utils/presubmit_hooks/
check_suite_scheduler.py 36 os.path.dirname(os.path.abspath(__file__)))
  /external/autotest/site_utils/
suite_preprocessor.py 20 os.path.join(os.path.dirname(__file__), '..')),
test_droid.py 30 os.path.dirname(os.path.dirname(os.path.realpath(__file__))),
34 sys.exit(os.execv(__file__, sys.argv))
111 os.path.realpath(__file__)))
113 realpath = os.path.realpath(__file__)
  /external/autotest/utils/modelviz/
generate_schema_diagrams.py 12 ROOT_DIR = os.path.abspath(os.path.join(os.path.dirname(__file__), '..', '..'))
  /external/boringssl/src/util/bot/go/
env.py 31 'bootstrap', os.path.join(os.path.dirname(__file__), 'bootstrap.py'))
  /external/chromium-trace/catapult/common/battor/battor/
__init__.py 20 os.path.dirname(os.path.abspath(__file__)),
  /external/chromium-trace/catapult/common/bin/
run_tests 10 os.path.join(os.path.dirname(__file__), '..', '..'))

Completed in 798 milliseconds

<<11121314151617181920>>