HomeSort by relevance Sort by last modified time
    Searched refs:globals_dict (Results 1 - 7 of 7) sorted by null

  /external/autotest/client/bin/
setup_job.py 53 globals_dict = globals().copy()
75 exec import_stmt + '\n' + init_stmt in locals_dict, globals_dict
76 client_test = globals_dict['auto_test']
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_warnings.py 535 globals_dict = globals()
536 oldfile = globals_dict['__file__']
540 globals_dict['__file__'] = None
543 globals_dict['__file__'] = oldfile
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_warnings.py 535 globals_dict = globals()
536 oldfile = globals_dict['__file__']
540 globals_dict['__file__'] = None
543 globals_dict['__file__'] = oldfile
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_warnings.py 535 globals_dict = globals()
536 oldfile = globals_dict['__file__']
540 globals_dict['__file__'] = None
543 globals_dict['__file__'] = oldfile
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_warnings.py 535 globals_dict = globals()
536 oldfile = globals_dict['__file__']
540 globals_dict['__file__'] = None
543 globals_dict['__file__'] = oldfile
  /external/chromium-trace/catapult/third_party/gsutil/third_party/python-gflags/
gflags.py 732 def _GetModuleObjectAndName(globals_dict):
736 globals_dict: A dictionary that should correspond to an environment
749 if getattr(module, '__dict__', None) is globals_dict:
    [all...]
  /external/chromium-trace/catapult/third_party/python_gflags/
gflags.py 732 def _GetModuleObjectAndName(globals_dict):
736 globals_dict: A dictionary that should correspond to an environment
749 if getattr(module, '__dict__', None) is globals_dict:
    [all...]

Completed in 301 milliseconds