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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_class.py 148 testme = AllTests()
152 testme + 1
153 self.assertCallStack([("__coerce__", (testme, 1)), ("__add__", (testme, 1))])
156 1 + testme
157 self.assertCallStack([("__coerce__", (testme, 1)), ("__radd__", (testme, 1))])
160 testme - 1
161 self.assertCallStack([("__coerce__", (testme, 1)), ("__sub__", (testme, 1))]
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_class.py 148 testme = AllTests()
152 testme + 1
153 self.assertCallStack([("__coerce__", (testme, 1)), ("__add__", (testme, 1))])
156 1 + testme
157 self.assertCallStack([("__coerce__", (testme, 1)), ("__radd__", (testme, 1))])
160 testme - 1
161 self.assertCallStack([("__coerce__", (testme, 1)), ("__sub__", (testme, 1))]
    [all...]
  /external/clang/test/SemaTemplate/
class-template-spec.cpp 40 void testme(X<int_type> *x1, X<float, int> *x2) { function

Completed in 63 milliseconds