HomeSort by relevance Sort by last modified time
    Searched refs:result_ (Results 1 - 8 of 8) sorted by null

  /external/embunit/src/
TestCase.c 39 static TestResult* result_; variable
54 TestResult* wr =result_; /*push*/
56 result_ = result;
59 result_ = wr; /*pop*/
81 TestResult_addFailure(result_, (Test*)self_, (char*)msg, line, (char*)file);
TestRunner.c 42 static TestResult result_; variable
85 TestResult_init(&result_, (TestListner*)&testrunner_);
91 Test_run(test, &result_);
97 if (result_.failureCount) {
99 stdimpl_itoa(result_.runCount, buf, 10);
102 stdimpl_itoa(result_.failureCount, buf, 10);
107 stdimpl_itoa(result_.runCount, buf, 10);
  /external/gtest/include/gtest/
gtest-spi.h 84 TestPartResultArray* const result_; member in class:testing::ScopedFakeTestPartResultReporter
  /external/gtest/src/
gtest-internal-inl.h 634 internal::TestResult* result() { return &result_; }
635 const internal::TestResult* result() const { return &result_; }
647 void ClearResult() { result_.Clear(); }
669 internal::TestResult result_; member in class:testing::internal::TestInfoImpl
    [all...]
gtest.cc 514 result_(result) {
524 result_(result) {
554 result_->Append(result);
    [all...]
  /external/v8/src/
rewriter.cc 532 : result_(result),
542 VariableProxy* result_; member in class:v8::internal::Processor
544 // We are not tracking result usage via the result_'s use
547 // there was ever an assignment to result_.
559 return new Assignment(Token::ASSIGN, result_, value,
bootstrapper.cc 187 Handle<Context> result() { return result_; }
270 Handle<Context> result_; member in class:BASE_EMBEDDED
    [all...]
  /external/v8/tools/
tickprocessor.js 755 this.result_ = ArgumentsProcessor.DEFAULTS;
817 this.result_[dispatch[0]] = userValue == null ? dispatch[1] : userValue;
824 this.result_.logFileName = this.args_.shift();
831 return this.result_;

Completed in 327 milliseconds