HomeSort by relevance Sort by last modified time
    Searched refs:__name__ (Results 276 - 300 of 2998) sorted by null

<<11121314151617181920>>

  /external/antlr/antlr-3.4/runtime/Python/unittests/
testrecognizers.py 13 rules = antlr3.BaseRecognizer._getRuleInvocationStack(__name__)
66 if __name__ == "__main__":
  /external/chromium_org/components/tools/metrics/
browser_components_metrics.py 19 if __name__ == '__main__':
64 if __name__ == '__main__':
  /external/chromium_org/third_party/angle/build/
gyp_angle 19 if __name__ == '__main__':
  /external/chromium_org/tools/grit/grit/format/
resource_map_unittest.py 10 if __name__ == '__main__':
155 if __name__ == '__main__':
  /external/chromium_org/tools/grit/grit/
grit_runner_unittest.py 10 if __name__ == '__main__':
39 if __name__ == '__main__':
pseudo_unittest.py 10 if __name__ == '__main__':
52 if __name__ == '__main__':
  /external/chromium_org/tools/grit/grit/tool/
postprocess_unittest.py 14 if __name__ == '__main__':
61 if __name__ == '__main__':
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_bsddb3.py 19 if __name__ != '__main__':
80 if __name__ == '__main__':
test_codecencodings_cn.py 83 test_support.run_unittest(__name__)
85 if __name__ == "__main__":
test_codecencodings_jp.py 102 test_support.run_unittest(__name__)
104 if __name__ == "__main__":
test_codecmaps_jp.py 64 test_support.run_unittest(__name__)
66 if __name__ == "__main__":
test_univnewlines.py 126 CTest.__name__ = str("C" + test.__name__)
129 PyTest.__name__ = str("Py" + test.__name__)
134 if __name__ == '__main__':
test_pep352.py 41 (ins.__class__.__name__, attr))
82 "%s is not a subclass of %s" % (exc.__name__,
83 superclasses[-1][1].__name__))
111 [repr(exc), exc.__class__.__name__ + repr(exc.args)],
124 [repr(exc), exc.__class__.__name__ + repr(exc.args)],
135 [repr(exc), exc.__class__.__name__ + '()'], [True, True])
238 if __name__ == '__main__':
test_profile.py 41 (method, self.profilerclass.__name__))
79 cls.__name__, method, results[i+1]))
80 f.write('\nif __name__ == "__main__":\n main()\n')
185 if __name__ == "__main__":
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_bsddb3.py 19 if __name__ != '__main__':
80 if __name__ == '__main__':
test_codecencodings_cn.py 83 test_support.run_unittest(__name__)
85 if __name__ == "__main__":
test_codecencodings_jp.py 102 test_support.run_unittest(__name__)
104 if __name__ == "__main__":
test_codecmaps_jp.py 64 test_support.run_unittest(__name__)
66 if __name__ == "__main__":
test_univnewlines.py 126 CTest.__name__ = str("C" + test.__name__)
129 PyTest.__name__ = str("Py" + test.__name__)
134 if __name__ == '__main__':
test_pep352.py 41 (ins.__class__.__name__, attr))
82 "%s is not a subclass of %s" % (exc.__name__,
83 superclasses[-1][1].__name__))
111 [repr(exc), exc.__class__.__name__ + repr(exc.args)],
124 [repr(exc), exc.__class__.__name__ + repr(exc.args)],
135 [repr(exc), exc.__class__.__name__ + '()'], [True, True])
238 if __name__ == '__main__':
  /external/chromium_org/tools/cr/cr/
plugin.py 110 print 'No active', owner.__name__
112 method = getattr(active, self.method.__name__, None)
114 print owner.__name__, 'does not support', self.method.__name__
127 self._name = self.__class__.__name__.lower()
130 rootname = self._root.__name__.lower()
149 child.name = self.__class__.__name__
246 if plugin.name == name or plugin.__class__.__name__ == name:
309 config.name = module.__name__
  /external/chromium_org/third_party/yasm/source/patched-yasm/tools/python-yasm/tests/
__init__.py 52 pref = '%s (%d): ' % (test.__name__, len(suite._tests))
63 if not run or test.__name__ in run:
67 if __name__ == "__main__":
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/compiler/
visitor.py 47 className = klass.__name__
51 ## className = klass.__name__
56 ## print "dispatch", className, (meth and meth.__name__ or '')
77 className = node.__class__.__name__
82 print "dispatch", className, (meth and meth.__name__ or '')
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/encodings/
__init__.py 125 (mod.__name__, mod.__file__)
134 (mod.__name__, mod.__file__)
136 entry += (None,)*(6-len(entry)) + (mod.__name__.split(".", 1)[1],)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/compiler/
visitor.py 47 className = klass.__name__
51 ## className = klass.__name__
56 ## print "dispatch", className, (meth and meth.__name__ or '')
77 className = node.__class__.__name__
82 print "dispatch", className, (meth and meth.__name__ or '')

Completed in 638 milliseconds

<<11121314151617181920>>