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

1 2 3 4

  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/unittest2/
collector.py 6 # import __main__ triggers code re-execution
7 __main__ = sys.modules['__main__']
8 setupDir = os.path.abspath(os.path.dirname(__main__.__file__))
  /external/chromium_org/chrome/common/extensions/docs/server2/
persistent_object_store_test.py 39 if __name__ == '__main__':
  /external/chromium_org/build/win/importlibs/
filter_export_list.py 84 if __name__ == '__main__':
  /external/chromium_org/native_client_sdk/src/tools/tests/
chrome_mock.py 47 if __name__ == '__main__':
  /external/chromium_org/v8/tools/
process-heap-prof.py 119 if __name__ == '__main__':
  /external/skia/tools/
reformat-json.py 54 if __name__ == '__main__':
  /external/v8/tools/
process-heap-prof.py 119 if __name__ == '__main__':
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/hotshot/
__init__.py 53 The globals from the __main__ module are used as both the
56 import __main__ namespace
57 dict = __main__.__dict__
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
ScrolledText.py 45 import __main__ namespace
49 stext.insert(END, __main__.__doc__)
54 if __name__ == "__main__":
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/hotshot/
__init__.py 53 The globals from the __main__ module are used as both the
56 import __main__ namespace
57 dict = __main__.__dict__
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
ScrolledText.py 45 import __main__ namespace
49 stext.insert(END, __main__.__doc__)
54 if __name__ == "__main__":
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
rlcompleter.py 4 namespace (which defaults to __main__); when completing NAME.NAME..., it
39 import __main__ namespace
50 is __main__ (technically, __main__.__dict__). Namespaces should be
63 # specific namespace or to use __main__.__dict__. This will allow us
64 # to bind to __main__.__dict__ at completion time, not now.
79 self.namespace = __main__.__dict__
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
rlcompleter.py 4 namespace (which defaults to __main__); when completing NAME.NAME..., it
39 import __main__ namespace
50 is __main__ (technically, __main__.__dict__). Namespaces should be
63 # specific namespace or to use __main__.__dict__. This will allow us
64 # to bind to __main__.__dict__ at completion time, not now.
79 self.namespace = __main__.__dict__
  /external/chromium_org/build/android/gyp/
strip_library_for_device.py 58 if __name__ == '__main__':
  /external/chromium_org/native_client_sdk/src/build_tools/
generate_notice.py 91 if __name__ == '__main__':
  /external/chromium_org/tools/android/memdump/
memreport.py 121 if __name__ == '__main__':
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
AutoComplete.py 24 import __main__ namespace
188 namespace = __main__.__dict__.copy()
189 namespace.update(__main__.__builtins__.__dict__)
226 namespace.update(__main__.__dict__)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
AutoComplete.py 24 import __main__ namespace
188 namespace = __main__.__dict__.copy()
189 namespace.update(__main__.__builtins__.__dict__)
226 namespace.update(__main__.__dict__)
  /external/antlr/antlr-3.4/runtime/Python/
xmlrunner.py 266 <testcase classname="__main__.TestTest" name="test_foo" time="0.000"></testcase>
281 <testcase classname="__main__.TestTest" name="test_foo" time="0.000">
298 <testcase classname="__main__.TestTest" name="test_foo" time="0.000">
315 <testcase classname="__main__.TestTest" name="test_foo" time="0.000"></testcase>
331 <testcase classname="__main__.TestTest" name="test_foo" time="0.000"></testcase>
377 if __name__ == "__main__":
  /external/chromium/testing/gmock/scripts/generator/cpp/
gmock_class_test.py 213 if __name__ == '__main__':
  /external/chromium_org/chrome/test/functional/
chromeos_onc.py 143 if __name__ == '__main__':
  /external/chromium_org/tools/code_coverage/
croc_scan_test.py 186 if __name__ == '__main__':
  /external/chromium_org/tools/gyp/pylib/gyp/
easy_xml_test.py 102 if __name__ == '__main__':
  /build/tools/
product_debug.py 159 if __name__ == "__main__":
  /external/chromium-trace/trace-viewer/build/
generate_standalone_timeline_view.py 150 if __name__ == "__main__":

Completed in 5093 milliseconds

1 2 3 4