HomeSort by relevance Sort by last modified time
    Searched refs:globals (Results 226 - 250 of 430) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
trace.py 507 def runctx(self, cmd, globals=None, locals=None):
508 if globals is None: globals = {}
513 exec cmd in globals, locals
rexec.py 16 - r_exec etc. with explicit globals/locals? (Use rexec("exec ... in ...")?)
338 def r_import(self, mname, globals={}, locals={}, fromlist=[]):
347 return self.importer.import_module(mname, globals, locals, fromlist)
  /external/lldb/source/Interpreter/
ScriptInterpreterPython.cpp 672 // If we aren't initing the globals, we should still always set the debugger (since that is always unique.)
1047 PyObject *globals = PyModule_GetDict (mainmod); local
1215 PyObject *globals = PyModule_GetDict (mainmod); local
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/TestResultServer/static-dashboards/
load_failures.js 68 // Change loader.js to allow you to pass in the state that it fills instead of setting globals.
  /external/chromium_org/third_party/jinja2/
runtime.py 54 shared=None, globals=None, locals=None):
61 parent = dict(globals or (), **vars)
  /external/chromium_org/third_party/libxml/src/
globals.c 2 * globals.c: definition and handling of the set of global variables
22 #include <libxml/globals.h>
157 #include <libxml/globals.h>
516 fprintf(stderr, "Initializing globals at %lu for thread %d\n",
xmlcatalog.c 30 #include <libxml/globals.h>
  /external/chromium_org/tools/perf/page_sets/tough_canvas_cases/canvas2d_balls_common/
bouncing_balls.js 18 // globals
  /external/libxml2/
globals.c 2 * globals.c: definition and handling of the set of global variables
22 #include <libxml/globals.h>
138 #include <libxml/globals.h>
497 fprintf(stderr, "Initializing globals at %lu for thread %d\n",
xmlcatalog.c 30 #include <libxml/globals.h>
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/compiler/
ast.py 462 def __init__(self, expr, locals, globals, lineno=None):
465 self.globals = globals
472 children.append(self.globals)
480 if self.globals is not None:
481 nodelist.append(self.globals)
485 return "Exec(%s, %s, %s)" % (repr(self.expr), repr(self.locals), repr(self.globals))
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/
__init__.py 527 ccom = __import__("comtypes.server.inprocserver", globals(), locals(), ['*'])
535 ccom = __import__("comtypes.server.inprocserver", globals(), locals(), ['*'])
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
rexec.py 16 - r_exec etc. with explicit globals/locals? (Use rexec("exec ... in ...")?)
338 def r_import(self, mname, globals={}, locals={}, fromlist=[]):
347 return self.importer.import_module(mname, globals, locals, fromlist)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/compiler/
ast.py 462 def __init__(self, expr, locals, globals, lineno=None):
465 self.globals = globals
472 children.append(self.globals)
480 if self.globals is not None:
481 nodelist.append(self.globals)
485 return "Exec(%s, %s, %s)" % (repr(self.expr), repr(self.locals), repr(self.globals))
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/
__init__.py 527 ccom = __import__("comtypes.server.inprocserver", globals(), locals(), ['*'])
535 ccom = __import__("comtypes.server.inprocserver", globals(), locals(), ['*'])
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/mod_pywebsocket/
util.py 206 if 'fast_masking' in globals():
  /external/chromium_org/third_party/markdown/
__init__.py 198 ext.extendMarkdown(self, globals())
  /external/lldb/test/pexpect-2.4/examples/
hive.py 416 parser = optparse.OptionParser(formatter=optparse.TitledHelpFormatter(), usage=globals()['__doc__'], version='$Id: hive.py 509 2008-01-05 21:27:47Z noah $',conflict_handler="resolve")
  /external/llvm/lib/IR/
Module.cpp 35 // Methods to implement the globals and functions lists.
443 for (GlobalVariable &GV : globals())
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_importhooks.py 247 m = __import__(mname, globals(), locals(), ["__dummy__"])
test_pkg.py 65 exec(textwrap.dedent(code), globals(), {"self": self})
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_importhooks.py 247 m = __import__(mname, globals(), locals(), ["__dummy__"])
test_pkg.py 65 exec(textwrap.dedent(code), globals(), {"self": self})
  /external/libcxxabi/src/
cxa_personality.cpp     [all...]
  /ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/
cxa_personality.cpp     [all...]

Completed in 599 milliseconds

1 2 3 4 5 6 7 8 91011>>