HomeSort by relevance Sort by last modified time
    Searched refs:__file__ (Results 1 - 25 of 1565) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/google-fruit/tests/meta/
test_algos.py 41 main(__file__)
test_graph.py 63 main(__file__)
test_list.py 47 main(__file__)
test_metaprogramming.py 46 main(__file__)
test_meta_component.py 85 main(__file__)
test_proof_trees.py 74 main(__file__)
  /external/google-fruit/tests/
test_type_alignment.py 60 main(__file__)
test_type_alignment_with_annotation.py 69 main(__file__)
test_include_test.py 42 main(__file__)
test_injector_unsafe_get.py 75 main(__file__)
  /external/autotest/frontend/client/
gwt_dir 10 os.path.dirname(__file__), '..', '..', 'site-packages', 'gwt'))
17 sys.stderr.write('(%s): GWT not installed?\n' % __file__)
  /external/google-breakpad/src/testing/scripts/generator/
gmock_gen.py 26 sys.path.append(os.path.dirname(__file__))
30 gmock_class.__doc__ = gmock_class.__doc__.replace('gmock_class.py', __file__)
  /external/googletest/googlemock/scripts/generator/
gmock_gen.py 26 sys.path.append(os.path.dirname(__file__))
30 gmock_class.__doc__ = gmock_class.__doc__.replace('gmock_class.py', __file__)
  /external/python/cpython2/Lib/plat-mac/
appletrawmain.py 41 __file__ = os.path.join(_dir, '__main__.py') variable
42 if os.path.exists(__file__):
46 sys.argv[0] = __file__
48 execfile(__file__)
50 __file__ = os.path.join(_dir, '__main__.pyc') variable
51 if os.path.exists(__file__):
55 sys.argv[0] = __file__
56 _fp = open(__file__, 'rb')
  /external/python/google-api-python-client/
sitecustomize.py 12 sys.path.insert(0, os.path.dirname(__file__))
  /external/autotest/site_utils/rpm_control_system/
config.py 8 CONFIG_FILE = os.path.join(os.path.dirname(__file__), 'rpm_config.ini')
  /external/google-fruit/tests/util/
test_lambda_invoker.py 66 main(__file__)
  /external/libyuv/files/
gyp_libyuv.py 27 path = os.path.abspath(os.path.split(__file__)[0])
  /external/python/cpython3/Lib/lib2to3/tests/
__init__.py 8 return load_package_tests(os.path.dirname(__file__), *args)
  /external/python/cpython3/Lib/test/
regrtest.py 22 global __file__
37 # findtestdir() gets the dirname out of __file__, so we have to make it
39 # For example __file__ may be relative when running trace or profile.
41 __file__ = os.path.abspath(__file__)
44 assert __file__ == os.path.abspath(sys.argv[0])
  /external/python/cpython3/Lib/test/test_asyncio/
__init__.py 8 return load_package_tests(os.path.dirname(__file__), *args)
  /external/python/cpython3/Lib/test/test_importlib/
__init__.py 5 return load_package_tests(os.path.dirname(__file__), *args)
  /external/python/cpython3/Lib/test/test_importlib/builtin/
__init__.py 5 return load_package_tests(os.path.dirname(__file__), *args)
  /external/python/cpython3/Lib/test/test_importlib/extension/
__init__.py 5 return load_package_tests(os.path.dirname(__file__), *args)
  /external/python/cpython3/Lib/test/test_importlib/frozen/
__init__.py 5 return load_package_tests(os.path.dirname(__file__), *args)

Completed in 1798 milliseconds

1 2 3 4 5 6 7 8 91011>>