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

1 2 3 4 5 6 7 8 91011>>

  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setools/policyrep/
_qpol.py 2 global __bootstrap__, __loader__, __file__
4 __file__ = pkg_resources.resource_filename(__name__,'_qpol.so')
6 imp.load_dynamic(__name__,__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/v8/testing/gmock/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__)
  /prebuilts/gdb/darwin-x86/lib/python2.7/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')
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/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/autotest/site_utils/rpm_control_system/
config.py 8 CONFIG_FILE = os.path.join(os.path.dirname(__file__), 'rpm_config.ini')
  /external/libyuv/files/
gyp_libyuv.py 27 path = os.path.abspath(os.path.split(__file__)[0])
  /external/python/cpython3/Lib/lib2to3/tests/
__init__.py 9 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 10 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)
  /external/python/cpython3/Lib/test/test_importlib/import_/
__init__.py 5 return load_package_tests(os.path.dirname(__file__), *args)
  /external/python/cpython3/Lib/test/test_importlib/source/
__init__.py 5 return load_package_tests(os.path.dirname(__file__), *args)
  /external/v8/gypfiles/
gyp_v8.py 40 path = os.path.abspath(os.path.split(__file__)[0])
  /external/webrtc/webrtc/build/
gyp_webrtc.py 23 path = os.path.abspath(os.path.split(__file__)[0])
  /external/autotest/server/
utils.py 13 if os.path.exists(os.path.join(os.path.dirname(__file__), 'site_utils.py')):
  /external/chromium-trace/catapult/common/battor/bin/
run_py_tests 10 os.path.dirname(__file__), '..', '..', '..'))
12 os.path.dirname(__file__), '..'))
  /external/chromium-trace/catapult/devil/bin/
run_py_tests 10 os.path.dirname(__file__), '..', '..'))
12 os.path.dirname(__file__), '..'))
  /external/clang/tools/scan-build-py/bin/
analyze-c++ 10 this_dir = os.path.dirname(os.path.realpath(__file__))

Completed in 3020 milliseconds

1 2 3 4 5 6 7 8 91011>>