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

<<1112131415161718

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
regrtest.py 564 globals=globals(), locals=vars())
    [all...]
test_warnings.py 50 if '__warningregistry__' in globals():
51 del globals()['__warningregistry__']
535 globals_dict = globals()
test_compile.py 106 g = globals()
117 exec 'z = globals()' in g, m
126 self.fail('Did not validate globals as a real dict')
test_trace.py 198 self.tracer.runctx(code, globals(), vars())
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
regrtest.py 564 globals=globals(), locals=vars())
    [all...]
test_warnings.py 50 if '__warningregistry__' in globals():
51 del globals()['__warningregistry__']
535 globals_dict = globals()
test_compile.py 106 g = globals()
117 exec 'z = globals()' in g, m
126 self.fail('Did not validate globals as a real dict')
test_trace.py 198 self.tracer.runctx(code, globals(), vars())
  /external/chromium_org/native_client_sdk/src/build_tools/sdk_tools/
sdk_update_main.py 330 return globals().get('CMD' + name, None)
  /external/chromium_org/third_party/libxml/src/
list.c 25 #include <libxml/globals.h>
  /external/libxml2/
list.c 25 #include <libxml/globals.h>
  /external/markdown/markdown/
__init__.py 332 ext.extendMarkdown(self, globals())
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
sysconfig.py 463 func = globals().get("_init_" + os.name)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
doctest.py 203 return __import__(module, globals(), locals(), ["*"])
480 - globs: The namespace (aka globals) that the examples should
500 DocTest's globals are initialized with a copy of `globs`.
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
sysconfig.py 463 func = globals().get("_init_" + os.name)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
doctest.py 203 return __import__(module, globals(), locals(), ["*"])
480 - globs: The namespace (aka globals) that the examples should
500 DocTest's globals are initialized with a copy of `globs`.
    [all...]
  /external/chromium_org/chrome/browser/net/
network_stats.cc     [all...]
  /external/chromium_org/chrome/browser/profiles/
profile_impl_io_data.cc 399 IOThread::Globals* const io_thread_globals = io_thread->globals();
572 IOThread::Globals* const io_thread_globals = io_thread->globals();
  /external/chromium_org/third_party/WebKit/Tools/TestResultServer/static-dashboards/
overview.js 51 // Change loader.js to allow you to pass in the state that it fills instead of setting globals.
  /external/chromium_org/third_party/WebKit/Tools/qunit/test/
test.js 321 test("let teardown clean up globals", function() {
  /external/chromium_org/third_party/libxml/
libxml.target.darwin-arm.mk 38 third_party/libxml/src/globals.c \
libxml.target.darwin-arm64.mk 38 third_party/libxml/src/globals.c \
libxml.target.darwin-mips.mk 38 third_party/libxml/src/globals.c \
libxml.target.darwin-x86.mk 38 third_party/libxml/src/globals.c \
libxml.target.darwin-x86_64.mk 38 third_party/libxml/src/globals.c \

Completed in 836 milliseconds

<<1112131415161718