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

1 2 3 4 5 6 7 8 9

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/crashers/
infinite_loop_re.py 14 if __name__ == '__main__':
  /external/python/cpython2/Lib/test/crashers/
infinite_loop_re.py 14 if __name__ == '__main__':
  /external/python/cpython2/Doc/includes/
test.py 211 if __name__ == "__main__":
212 import doctest, __main__
213 doctest.testmod(__main__)
  /external/toolchain-utils/automation/server/monitor/
manage.py 19 if __name__ == '__main__':
  /external/skia/tools/
reformat-json.py 54 if __name__ == '__main__':
  /external/v8/tools/
process-heap-prof.py 119 if __name__ == '__main__':
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/hotshot/
__init__.py 53 The globals from the __main__ module are used as both the
56 import __main__
57 dict = __main__.__dict__
  /external/python/cpython2/Lib/hotshot/
__init__.py 53 The globals from the __main__ module are used as both the
56 import __main__
57 dict = __main__.__dict__
  /external/python/cpython2/Lib/lib-tk/
ScrolledText.py 45 import __main__
49 stext.insert(END, __main__.__doc__)
54 if __name__ == "__main__":
  /prebuilts/gdb/darwin-x86/lib/python2.7/hotshot/
__init__.py 53 The globals from the __main__ module are used as both the
56 import __main__
57 dict = __main__.__dict__
  /prebuilts/gdb/darwin-x86/lib/python2.7/lib-tk/
ScrolledText.py 45 import __main__
49 stext.insert(END, __main__.__doc__)
54 if __name__ == "__main__":
  /prebuilts/gdb/linux-x86/lib/python2.7/hotshot/
__init__.py 53 The globals from the __main__ module are used as both the
56 import __main__
57 dict = __main__.__dict__
  /prebuilts/gdb/linux-x86/lib/python2.7/lib-tk/
ScrolledText.py 45 import __main__
49 stext.insert(END, __main__.__doc__)
54 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__
57 dict = __main__.__dict__
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
ScrolledText.py 45 import __main__
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__
57 dict = __main__.__dict__
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
ScrolledText.py 45 import __main__
49 stext.insert(END, __main__.__doc__)
54 if __name__ == "__main__":
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
rlcompleter.py 5 defaults to __main__); when completing NAME.NAME..., it evaluates (!) the
43 import __main__
54 is __main__ (technically, __main__.__dict__). Namespaces should be
67 # specific namespace or to use __main__.__dict__. This will allow us
68 # to bind to __main__.__dict__ at completion time, not now.
83 self.namespace = __main__.__dict__
  /external/python/cpython2/Lib/
rlcompleter.py 4 namespace (which defaults to __main__); when completing NAME.NAME..., it
39 import __main__
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/gdb/darwin-x86/lib/python2.7/
rlcompleter.py 4 namespace (which defaults to __main__); when completing NAME.NAME..., it
39 import __main__
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/gdb/linux-x86/lib/python2.7/
rlcompleter.py 4 namespace (which defaults to __main__); when completing NAME.NAME..., it
39 import __main__
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/darwin-x86/2.7.5/lib/python2.7/
rlcompleter.py 4 namespace (which defaults to __main__); when completing NAME.NAME..., it
39 import __main__
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__
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__
  /build/make/tools/releasetools/
check_ota_package_signature.py 156 if __name__ == '__main__':
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/
md5sum.py 89 if __name__ == '__main__' or __name__ == sys.argv[0]:

Completed in 376 milliseconds

1 2 3 4 5 6 7 8 9