HomeSort by relevance Sort by last modified time
    Searched refs:execfile (Results 76 - 100 of 135) sorted by null

1 2 34 5 6

  /external/python/cpython2/Mac/Modules/carbonevt/
CarbonEvtsupport.py 217 execfile('CarbonEventsgen.py')
  /external/python/cpython2/Mac/Modules/dlg/
dlgsupport.py 243 execfile("dlggen.py")
  /external/python/cpython2/Mac/Modules/drag/
dragsupport.py 219 execfile(INPUTFILE)
  /external/python/cpython2/Mac/Modules/list/
listsupport.py 172 execfile(INPUTFILE)
  /external/webrtc/tools/python_charts/webrtc/
main.py 66 execfile(filename, read_vars, read_vars)
  /external/python/cpython2/Mac/Modules/qd/
qdsupport.py 272 execfile(INPUTFILE)
273 execfile(EXTRAFILE)
  /prebuilts/misc/common/swig/include/2.0.11/python/
pythonkw.swg 66 PYTHONBN(execfile);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_univnewlines2k.py 84 execfile(test_support.TESTFN, namespace)
test_builtin.py 454 with check_py3k_warnings(("execfile.. not supported in 3.x",
456 execfile(TESTFN)
469 execfile(TESTFN, globals)
472 execfile(TESTFN, globals, locals)
476 "Test mapping interface versus possible calls from execfile()."
491 execfile(TESTFN, globals, locals)
495 self.assertRaises(TypeError, execfile)
496 self.assertRaises(TypeError, execfile, TESTFN, {}, ())
498 self.assertRaises(IOError, execfile, os.curdir)
499 self.assertRaises(IOError, execfile, "I_dont_exist")
    [all...]
  /external/python/cpython2/Lib/test/
test_univnewlines2k.py 84 execfile(test_support.TESTFN, namespace)
test_builtin.py     [all...]
  /external/skia/gn/
gn_to_bp.py 257 # that we can use execfile() if we supply definitions for GN builtins.
267 execfile(os.path.join(here, 'opts.gni'), builtins, defs)
  /prebuilts/gdb/darwin-x86/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/gdb/linux-x86/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/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/python/cpython2/Mac/Modules/ctl/
ctlsupport.py 510 execfile(INPUTFILE)
511 execfile('ctledit.py')
  /external/selinux/sandbox/
sandbox 272 execfile = self.__homedir + "/.sandboxrc"
273 fd = open(execfile, "w+")
296 os.chmod(execfile, 0o700)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/scripts/
newslist.py 102 execfile(rcfile)
  /external/skia/tools/
git-sync-deps 170 execfile(path, dictionary)
  /system/extras/simpleperf/scripts/
utils.py 245 execfile(config_file, config)
  /external/python/cpython2/Misc/Vim/
python.vim 69 syn keyword pythonBuiltin delattr dict dir divmod enumerate eval execfile

Completed in 2443 milliseconds

1 2 34 5 6