Home
last modified time | relevance | path

Searched refs:self_ (Results 1 – 3 of 3) sorted by relevance

/external/embunit/src/
DTestCase.c40 static TestCase* self_; variable
55 TestCase* ws = self_; /*push*/ in TestCase_run()
57 self_ = self; in TestCase_run()
60 self_ = ws; /*pop*/ in TestCase_run()
81 TestResult_addFailure(result_, (Test*)self_, (char*)msg, line, (char*)file); in addFailure()
/external/v8/test/cctest/
Dtest-log.cc178 self_ = pthread_self();
182 void SendSigProf() { pthread_kill(self_, SIGPROF); }
202 pthread_t self_;
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Python/
DPython.stg1136 def specialStateTransition(self_, s, input):
1137 # convince pylint that my self_ magic is ok ;)
1142 self = self_.recognizer
1155 nvae = NoViableAltException(self_.getDescription(), <dfa.decisionNumber>, _s, input)
1156 self_.error(nvae)