Searched refs:testme (Results 1 – 6 of 6) sorted by relevance
/external/python/cpython2/Lib/test/ |
D | 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))]) 164 1 - testme 165 self.assertCallStack([("__coerce__", (testme, 1)), ("__rsub__", (testme, 1))]) 168 testme * 1 [all …]
|
/external/python/cpython3/Lib/test/ |
D | test_class.py | 153 testme = AllTests() 157 testme + 1 158 self.assertCallStack([("__add__", (testme, 1))]) 161 1 + testme 162 self.assertCallStack([("__radd__", (testme, 1))]) 165 testme - 1 166 self.assertCallStack([("__sub__", (testme, 1))]) 169 1 - testme 170 self.assertCallStack([("__rsub__", (testme, 1))]) 173 testme * 1 [all …]
|
/external/clang/docs/ |
D | BlockLanguageSpec.rst | 153 local variables. [testme] 175 allowed anywhere [testme] rather than only when C99 parsing is 176 requested, including for statements. [testme] 226 qualifier, :block-term:`__block`, for local variables. [testme: a 229 qualifiers auto, register, and static. [testme] Variables qualified by
|
/external/clang/test/SemaTemplate/ |
D | class-template-spec.cpp | 42 void testme(X<int_type> *x1, X<float, int> *x2) { in testme() function
|
/external/libpcap/ |
D | aclocal.m4 | 926 testme(unsigned short a)
|
D | configure | 9665 testme(unsigned short a)
|