Home
last modified time | relevance | path

Searched refs:testfunction (Results 1 – 8 of 8) sorted by relevance

/external/python/cpython3/Lib/test/
Dtest_capi.py35 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")
Dtest_call.py539 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/
Dtestconstants.ll9 define [2 x i32]* @testfunction(i32 %i0, i32 %j0) {
Dtestalloca.ll8 define i32 @testfunction(i32 %i0, i32 %j0) {
/external/llvm-project/llvm/test/Feature/
Dtestconstants.ll9 define [2 x i32]* @testfunction(i32 %i0, i32 %j0) {
Dtestalloca.ll8 define i32 @testfunction(i32 %i0, i32 %j0) {
/external/llvm/test/Transforms/GVN/
Dlpre-call-wrap.ll14 ; void testfunction(A& iter) { A const end; while (iter != end) ++iter; }
/external/llvm-project/llvm/test/Transforms/GVN/PRE/
Dlpre-call-wrap.ll14 ; void testfunction(A& iter) { A const end; while (iter != end) ++iter; }