Searched refs:self_ (Results 1 – 4 of 4) sorted by relevance
/external/v8/test/mjsunit/ |
D | arguments-apply-deopt.js | 41 var sssss = c.self_; 49 y.apply({ self_ : 3 }); property 50 y.apply({ self_ : 3 }); property 51 y.apply({ self_ : 3 }); property 55 assertEquals(y.apply({ self_ : 3, uuu : 4 }), 3); property
|
/external/embunit/src/ |
D | TestCase.c | 40 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/ |
D | test-log.cc | 145 self_ = pthread_self(); 149 void SendSigProf() { pthread_kill(self_, SIGPROF); } 169 pthread_t self_;
|
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Python/ |
D | Python.stg | 1136 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)
|