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

<<11121314151617181920>>

  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_ttk_textonly.py 7 this_dir = os.path.dirname(os.path.abspath(__file__))
  /prebuilts/gdb/darwin-x86/lib/python2.7/unittest/test/
__init__.py 6 here = os.path.dirname(__file__)
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_ttk_textonly.py 7 this_dir = os.path.dirname(os.path.abspath(__file__))
  /prebuilts/gdb/linux-x86/lib/python2.7/unittest/test/
__init__.py 6 here = os.path.dirname(__file__)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/
__init__.py 21 here = os.path.dirname(__file__) or os.curdir
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/tests/
__init__.py 15 tests_dir = os.path.join(os.path.dirname(__file__), '..', 'tests')
  /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__))
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/unittest/test/
__init__.py 6 here = os.path.dirname(__file__)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/
__init__.py 21 here = os.path.dirname(__file__) or os.curdir
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/tests/
__init__.py 15 tests_dir = os.path.join(os.path.dirname(__file__), '..', 'tests')
  /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__))
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/unittest/test/
__init__.py 6 here = os.path.dirname(__file__)
  /external/antlr/antlr-3.4/runtime/Python/tests/
t018llstar.py 15 inputPath = os.path.splitext(__file__)[0] + '.input'
24 outputPath = os.path.splitext(__file__)[0] + '.output'
t020fuzzy.py 15 inputPath = os.path.splitext(__file__)[0] + '.input'
27 outputPath = os.path.splitext(__file__)[0] + '.output'
  /external/chromium-trace/catapult/common/battor/bin/
upload_battor_binaries.py 11 os.path.abspath(os.path.join(os.path.dirname(__file__),
21 _DEFAULT_CONFIG = os.path.join(os.path.dirname(__file__), '..', 'battor',
  /external/chromium-trace/
systrace.py 17 os.path.join(os.path.dirname(__file__), 'catapult', 'systrace'))
47 RemoveAllStalePycFiles(os.path.dirname(__file__))
  /external/skia/platform_tools/android/bin/
android_build_app 56 '--daemon'], cwd=os.path.join(os.path.dirname(__file__), ".."))
62 current_dir = os.path.dirname(__file__)
  /external/v8/tools/clang/blink_gc_plugin/tests/
test.py 11 script_dir = os.path.dirname(os.path.realpath(__file__))
58 os.path.dirname(os.path.realpath(__file__)),
  /external/v8/tools/clang/plugins/tests/
test.py 11 script_dir = os.path.dirname(os.path.realpath(__file__))
44 os.path.dirname(os.path.realpath(__file__)),
  /external/v8/tools/
find_depot_tools.py 30 root_dir = os.path.dirname(os.path.abspath(__file__))
31 previous_dir = os.path.abspath(__file__)
  /external/chromium-trace/catapult/telemetry/telemetry/page/
page_unittest.py 48 story_set = story.StorySet(base_dir=os.path.dirname(__file__))
59 base_dir = os.path.dirname(__file__)
70 story_set = story.StorySet(base_dir=os.path.dirname(__file__))
80 story_set = story.StorySet(base_dir=os.path.dirname(__file__))
90 story_set = story.StorySet(base_dir=os.path.dirname(__file__))
100 story_set = story.StorySet(base_dir=os.path.dirname(__file__))
110 story_set = story.StorySet(base_dir=os.path.dirname(__file__))
121 story_set = story.StorySet(base_dir=os.path.dirname(__file__))
131 story_set = story.StorySet(base_dir=os.path.dirname(__file__))
138 story_set = story.StorySet(base_dir=os.path.dirname(__file__))
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/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__)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/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/autotest/utils/
coverage_suite.py 8 root = os.path.abspath(os.path.join(os.path.dirname(__file__), '..'))
19 __file__, 'autotest_lib.utils.site_coverage_suite', 'invalid_dirs', []))
26 __file__, 'autotest_lib.utils.site_coverage_suite', 'invalid_files', []))
  /external/chromium-trace/catapult/systrace/systrace/
update_systrace_trace_viewer.py 15 os.path.join(os.path.dirname(__file__), os.path.pardir, os.path.pardir))
22 os.path.abspath(os.path.dirname(__file__)),
49 cwd=os.path.dirname(os.path.abspath(__file__))).strip()

Completed in 869 milliseconds

<<11121314151617181920>>