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

1 2

  /external/chromium_org/build/
gyp_chromium.py 18 execfile(os.path.join(path, 'gyp_chromium'))
  /external/chromium_org/third_party/libyuv/
gyp_libyuv.py 28 execfile(os.path.join(path, 'gyp_libyuv'))
  /external/chromium_org/third_party/skia/
gyp_skia.py 18 execfile(os.path.join(path, 'gyp_skia'))
  /external/chromium_org/third_party/webrtc/build/
gyp_webrtc.py 24 execfile(os.path.join(path, 'gyp_webrtc'))
  /external/chromium_org/v8/build/
gyp_v8.py 41 execfile(os.path.join(path, 'gyp_v8'))
  /external/skia/
gyp_skia.py 18 execfile(os.path.join(path, 'gyp_skia'))
  /external/chromium_org/tools/traceline/traceline/scripts/
filter_short.py 30 execfile(sys.argv[1])
alloc.py 23 execfile(sys.argv[1])
scstats.py 28 execfile(sys.argv[1])
crit_sec.py 53 execfile(sys.argv[1])
  /external/chromium_org/third_party/skia/tools/tests/
bench_pictures_cfg_test.py 31 execfile(os.path.join('tools', 'bench_pictures.cfg'), vars)
  /external/skia/tools/tests/
bench_pictures_cfg_test.py 31 execfile(os.path.join('tools', 'bench_pictures.cfg'), vars)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
user.py 15 directory and if it can be opened, execfile()s it in its own global
48 execfile(pythonrc)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
user.py 15 directory and if it can be opened, execfile()s it in its own global
48 execfile(pythonrc)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/
appletrawmain.py 48 execfile(__file__)
  /external/chromium_org/chrome/test/chromedriver/test/
test_environment.py 29 execfile(os.path.join(_THIS_DIR, 'test_expectations'), _EXPECTATIONS)
  /prebuilts/misc/common/swig/include/2.0.11/python/
pythonkw.swg 66 PYTHONBN(execfile);
  /external/chromium_org/third_party/skia/tools/
git-sync-deps 129 execfile(path, dictionary)
  /external/chromium_org/tools/
sync-webkit-git.py 67 execfile('DEPS', {}, locals)
  /external/chromium_org/v8/test/preparser/
testcfg.py 79 execfile(pathname, {"Test": Test, "Template": Template})
  /external/skia/tools/
git-sync-deps 129 execfile(path, dictionary)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_univnewlines2k.py 84 execfile(test_support.TESTFN, namespace)
test_builtin.py 456 with check_py3k_warnings(("execfile.. not supported in 3.x",
458 execfile(TESTFN)
471 execfile(TESTFN, globals)
474 execfile(TESTFN, globals, locals)
478 "Test mapping interface versus possible calls from execfile()."
493 execfile(TESTFN, globals, locals)
497 self.assertRaises(TypeError, execfile)
498 self.assertRaises(TypeError, execfile, TESTFN, {}, ())
500 self.assertRaises(IOError, execfile, os.curdir)
501 self.assertRaises(IOError, execfile, "I_dont_exist"
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_univnewlines2k.py 84 execfile(test_support.TESTFN, namespace)
  /external/chromium_org/android_webview/buildbot/
deps_whitelist.py 130 execfile(deps_file_path, global_scope, local_scope)

Completed in 701 milliseconds

1 2