HomeSort by relevance Sort by last modified time
    Searched full:__name__ (Results 1 - 25 of 3760) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/protobuf/python/google/
__init__.py 1 __import__('pkg_resources').declare_namespace(__name__)
  /external/protobuf/python/google/
__init__.py 1 __import__('pkg_resources').declare_namespace(__name__)
  /external/llvm/utils/lit/
lit.py 3 if __name__=='__main__':
  /external/llvm/utils/llvm-build/
llvm-build 5 if __name__ == '__main__':
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/test/
test_integers.py 4 if __name__ == '__main__':
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/test/
test_integers.py 4 if __name__ == '__main__':
  /external/chromium_org/tools/cr/cr/
__init__.py 15 Import(__name__, 'auto.user')
16 Import(__name__, 'autocomplete')
17 Import(__name__, 'config')
18 Import(__name__, 'plugin')
19 Import(__name__, 'base')
20 Import(__name__, 'commands')
21 Import(__name__, 'actions')
  /external/chromium_org/tools/cr/cr/base/
__init__.py 9 cr.Import(__name__, 'platform')
10 cr.Import(__name__, 'buildtype')
11 cr.Import(__name__, 'client')
  /external/chromium_org/tools/cr/cr/commands/
__init__.py 13 cr.Import(__name__, 'command')
14 cr.Import(__name__, 'prepare')
15 cr.Import(__name__, 'init')
  /external/antlr/antlr-3.4/runtime/Python/unittests/
testantlr3.py 6 if __name__ == "__main__":
testbase.py 7 (self.__class__.__name__, name, reason))
20 raise BrokenTest(test_method.__name__, reason)
22 replacement.__name__ = 'XXX_' + test_method.__name__
  /external/chromium_org/tools/cr/cr/actions/
__init__.py 14 cr.Import(__name__, 'action')
15 cr.Import(__name__, 'runner')
16 cr.Import(__name__, 'builder')
17 cr.Import(__name__, 'installer')
  /prebuilts/python/darwin-x86/2.7.5/bin/
idle 4 if __name__ == '__main__':
pydoc 4 if __name__ == '__main__':
  /prebuilts/python/linux-x86/2.7.5/bin/
idle 4 if __name__ == '__main__':
pydoc 4 if __name__ == '__main__':
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_xml_etree_c.py 41 # Patch the __name__, to prevent confusion with the pure Python test
43 py__name__ = test_xml_etree.__name__
45 if __name__ != '__main__':
46 test_xml_etree.__name__ = __name__
52 test_xml_etree.__name__ = py__name__
54 if __name__ == '__main__':
test_module.py 10 # An uninitialized module has no __dict__ or __name__,
16 s = foo.__name__
17 self.fail("__name__ = %s" % repr(s))
25 self.assertEqual(foo.__name__, "foo")
27 self.assertEqual(foo.__dict__, {"__name__": "foo", "__doc__": None})
32 self.assertEqual(foo.__name__, "foo")
35 {"__name__": "foo", "__doc__": "foodoc"})
40 self.assertEqual(foo.__name__, "foo")
43 {"__name__": "foo", "__doc__": u"foodoc\u1234"})
51 self.assertEqual(foo.__name__, "foo"
    [all...]
test_unittest.py 11 if __name__ == "__main__":
test_codecmaps_hk.py 17 test_support.run_unittest(__name__)
19 if __name__ == "__main__":
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_xml_etree_c.py 41 # Patch the __name__, to prevent confusion with the pure Python test
43 py__name__ = test_xml_etree.__name__
45 if __name__ != '__main__':
46 test_xml_etree.__name__ = __name__
52 test_xml_etree.__name__ = py__name__
54 if __name__ == '__main__':
test_module.py 10 # An uninitialized module has no __dict__ or __name__,
16 s = foo.__name__
17 self.fail("__name__ = %s" % repr(s))
25 self.assertEqual(foo.__name__, "foo")
27 self.assertEqual(foo.__dict__, {"__name__": "foo", "__doc__": None})
32 self.assertEqual(foo.__name__, "foo")
35 {"__name__": "foo", "__doc__": "foodoc"})
40 self.assertEqual(foo.__name__, "foo")
43 {"__name__": "foo", "__doc__": u"foodoc\u1234"})
51 self.assertEqual(foo.__name__, "foo"
    [all...]
test_unittest.py 11 if __name__ == "__main__":
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/
test_versionpredicate.py 12 if __name__ == '__main__':
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/
test_versionpredicate.py 12 if __name__ == '__main__':

Completed in 1091 milliseconds

1 2 3 4 5 6 7 8 91011>>