Searched refs:test_result (Results 51 - 53 of 53) sorted by relevance

123

/external/gtest/src/
H A Dgtest.cc4050 TestResult* test_result; // TestResult appropriate for property recording. local
4054 test_result = &(current_test_info_->result_);
4057 test_result = &(current_test_case_->ad_hoc_test_result_);
4060 test_result = &ad_hoc_test_result_;
4062 test_result->RecordProperty(xml_element, test_property);
/external/lldb/test/
H A Ddotest.py1425 lldb.test_result = self
/external/chromium_org/third_party/cython/src/Cython/Compiler/
H A DExprNodes.py9623 test_result, uses_temp = self.generate_operand1_test(code)
9631 test_result))
9633 code.funcstate.release_temp(test_result)
9651 test_result = code.funcstate.allocate_temp(PyrexTypes.c_bint_type,
9655 test_result,
9657 code.error_goto_if_neg(test_result, self.pos)))
9659 test_result = self.operand1.result()
9660 return (test_result, self.type.is_pyobject)

Completed in 396 milliseconds

123