Home
last modified time | relevance | path

Searched refs:thisResult (Results 1 – 2 of 2) sorted by relevance

/external/valgrind/coregrind/m_debuginfo/
Dd3basics.c1042 MaybeULong thisResult; in ML_() local
1054 thisResult.b = False; in ML_()
1055 thisResult.ul = 0; in ML_()
1063 thisResult.b = True; in ML_()
1064 thisResult.ul = (ULong)a; in ML_()
1083 thisResult.b = True; in ML_()
1084 thisResult.ul = (ULong)a + (ULong)p[1 + sizeof(Addr) + 1]; in ML_()
1124 VG_(addToXA)( results, &thisResult ); in ML_()
/external/python/cpython2/Lib/unittest/test/
Dtest_runner.py195 def fakeRegisterResult(thisResult): argument
197 self.assertEqual(thisResult, result)