HomeSort by relevance Sort by last modified time
    Searched refs:__file__ (Results 1 - 25 of 1427) 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/chromium-trace/catapult/telemetry/telemetry/internal/util/
path_set_unittest.py 16 self.assertFalse(__file__ in ps)
20 ps = path_set.PathSet([__file__])
22 self.assertTrue(__file__ in ps)
23 self.assertEqual(ps.pop(), os.path.realpath(__file__))
27 ps.add(__file__)
29 self.assertTrue(__file__ in ps)
30 self.assertEqual(ps.pop(), os.path.realpath(__file__))
33 ps = path_set.PathSet([__file__])
34 ps.discard(__file__)
36 self.assertFalse(__file__ in ps
    [all...]
  /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/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/chromium-trace/catapult/telemetry/third_party/web-page-replay/third_party/
__init__.py 19 __file__
21 __file__ = sys.argv[0] variable
22 third_party_dir = os.path.dirname(os.path.abspath(__file__))
  /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/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/chromium-trace/catapult/telemetry/examples/benchmarks/
__init__.py 11 sys.path.append(os.path.abspath(os.path.join(os.path.dirname(__file__), '..')))
  /external/autotest/server/
utils.py 13 if os.path.exists(os.path.join(os.path.dirname(__file__), 'site_utils.py')):
  /external/chromium-trace/catapult/devil/bin/
run_py_tests 10 os.path.dirname(__file__), '..', '..'))
12 os.path.dirname(__file__), '..'))
  /external/chromium-trace/catapult/telemetry/examples/
run_benchmark 8 sys.path.append(os.path.join(os.path.dirname(__file__), '..'))
13 top_level_dir = os.path.dirname(__file__)
  /external/clang/tools/scan-build-py/bin/
analyze-c++ 10 this_dir = os.path.dirname(os.path.realpath(__file__))
analyze-cc 10 this_dir = os.path.dirname(os.path.realpath(__file__))
intercept-c++ 10 this_dir = os.path.dirname(os.path.realpath(__file__))
intercept-cc 10 this_dir = os.path.dirname(os.path.realpath(__file__))
  /external/libmojo/third_party/catapult/devil/bin/
run_py_tests 10 os.path.dirname(__file__), '..', '..'))
12 os.path.dirname(__file__), '..'))
  /external/skia/bin/
list-skia-bots 10 path = os.path.join(os.path.dirname(__file__), os.pardir, 'infra', 'bots', 'tasks.json')
  /external/autotest/client/bin/
sysinfo.py 4 sysinfo = utils.import_site_class(__file__,
  /external/autotest/client/common_lib/cros/fake_device_server/client_lib/
common.py 8 dirname = os.path.dirname(sys.modules[__name__].__file__)

Completed in 608 milliseconds

1 2 3 4 5 6 7 8 91011>>