Searched refs:testfunction (Results 1 – 8 of 8) sorted by relevance
/external/python/cpython3/Lib/test/ |
D | test_capi.py | 35 def testfunction(self): function 42 testfunction = _testcapi.instancemethod(testfunction) variable in InstanceMethod 49 self.assertTrue(inst.testfunction() is inst) 50 self.assertEqual(inst.testfunction.__doc__, testfunction.__doc__) 51 self.assertEqual(InstanceMethod.testfunction.__doc__, testfunction.__doc__) 53 InstanceMethod.testfunction.attribute = "test" 54 self.assertEqual(testfunction.attribute, "test") 55 self.assertRaises(AttributeError, setattr, inst.testfunction, "attribute", "test")
|
D | test_call.py | 539 def testfunction(self): function 553 cached = functools.lru_cache(1)(testfunction) 558 self.assertTrue(type(testfunction).__flags__ & Py_TPFLAGS_METHOD_DESCRIPTOR) 605 (testfunction, (42,), {}, 42),
|
/external/llvm/test/Feature/ |
D | testconstants.ll | 9 define [2 x i32]* @testfunction(i32 %i0, i32 %j0) {
|
D | testalloca.ll | 8 define i32 @testfunction(i32 %i0, i32 %j0) {
|
/external/llvm-project/llvm/test/Feature/ |
D | testconstants.ll | 9 define [2 x i32]* @testfunction(i32 %i0, i32 %j0) {
|
D | testalloca.ll | 8 define i32 @testfunction(i32 %i0, i32 %j0) {
|
/external/llvm/test/Transforms/GVN/ |
D | lpre-call-wrap.ll | 14 ; void testfunction(A& iter) { A const end; while (iter != end) ++iter; }
|
/external/llvm-project/llvm/test/Transforms/GVN/PRE/ |
D | lpre-call-wrap.ll | 14 ; void testfunction(A& iter) { A const end; while (iter != end) ++iter; }
|