HomeSort by relevance Sort by last modified time
    Searched defs:self_ (Results 1 - 3 of 3) sorted by null

  /external/embunit/src/
TestCase.c 40 static TestCase* self_; variable
55 TestCase* ws = self_; /*push*/
57 self_ = self;
60 self_ = ws; /*pop*/
81 TestResult_addFailure(result_, (Test*)self_, (char*)msg, line, (char*)file);
  /external/v8/src/
heap-profiler.h 231 const JSObjectsCluster* self_; member in class:v8::internal::BASE_EMBEDDED
  /external/v8/test/cctest/
test-log.cc 365 self_ = pthread_self();
369 void SendSigProf() { pthread_kill(self_, SIGPROF); }
389 pthread_t self_; member in class:__anon8002::LoopingThread
    [all...]

Completed in 315 milliseconds