/external/swiftshader/third_party/LLVM/utils/unittest/googletest/include/gtest/internal/ |
D | gtest-internal-inl.h | 672 current_test_info_ = a_current_test_info; in set_current_test_info() 716 TestInfo* current_test_info() { return current_test_info_; } in current_test_info() 717 const TestInfo* current_test_info() const { return current_test_info_; } in current_test_info() 852 TestInfo* current_test_info_; variable
|
/external/google-breakpad/src/testing/gtest/src/ |
D | gtest-internal-inl.h | 686 current_test_info_ = a_current_test_info; in set_current_test_info() 730 TestInfo* current_test_info() { return current_test_info_; } in current_test_info() 731 const TestInfo* current_test_info() const { return current_test_info_; } in current_test_info() 866 TestInfo* current_test_info_; variable
|
D | gtest.cc | 3992 current_test_info_(NULL), in UnitTestImpl() 4510 return current_test_info_ ? in current_test_result() 4511 &(current_test_info_->result_) : &ad_hoc_test_result_; in current_test_result()
|
/external/llvm/utils/unittest/googletest/src/ |
D | gtest-internal-inl.h | 675 current_test_info_ = a_current_test_info; in set_current_test_info() 719 TestInfo* current_test_info() { return current_test_info_; } in current_test_info() 720 const TestInfo* current_test_info() const { return current_test_info_; } in current_test_info() 855 TestInfo* current_test_info_; variable
|
D | gtest.cc | 3932 current_test_info_(NULL), in UnitTestImpl() 4448 return current_test_info_ ? in current_test_result() 4449 &(current_test_info_->result_) : &ad_hoc_test_result_; in current_test_result()
|
/external/libaom/libaom/third_party/googletest/src/googletest/src/ |
D | gtest-internal-inl.h | 684 current_test_info_ = a_current_test_info; in set_current_test_info() 734 TestInfo* current_test_info() { return current_test_info_; } in current_test_info() 735 const TestInfo* current_test_info() const { return current_test_info_; } in current_test_info() 870 TestInfo* current_test_info_; variable
|
D | gtest.cc | 4342 current_test_info_(NULL), in UnitTestImpl() 4377 if (current_test_info_ != NULL) { in RecordProperty() 4379 test_result = &(current_test_info_->result_); in RecordProperty() 4934 return current_test_info_ ? in current_test_result() 4935 &(current_test_info_->result_) : &ad_hoc_test_result_; in current_test_result()
|
/external/swiftshader/third_party/llvm-7.0/llvm/utils/unittest/googletest/src/ |
D | gtest-internal-inl.h | 684 current_test_info_ = a_current_test_info; in set_current_test_info() 734 TestInfo* current_test_info() { return current_test_info_; } in current_test_info() 735 const TestInfo* current_test_info() const { return current_test_info_; } in current_test_info() 870 TestInfo* current_test_info_; variable
|
D | gtest.cc | 4341 current_test_info_(NULL), in UnitTestImpl() 4376 if (current_test_info_ != NULL) { in RecordProperty() 4378 test_result = &(current_test_info_->result_); in RecordProperty() 4933 return current_test_info_ ? in current_test_result() 4934 &(current_test_info_->result_) : &ad_hoc_test_result_; in current_test_result()
|
/external/mesa3d/src/gtest/src/ |
D | gtest-internal-inl.h | 684 current_test_info_ = a_current_test_info; in set_current_test_info() 734 TestInfo* current_test_info() { return current_test_info_; } in current_test_info() 735 const TestInfo* current_test_info() const { return current_test_info_; } in current_test_info() 870 TestInfo* current_test_info_; variable
|
D | gtest.cc | 4341 current_test_info_(NULL), in UnitTestImpl() 4376 if (current_test_info_ != NULL) { in RecordProperty() 4378 test_result = &(current_test_info_->result_); in RecordProperty() 4933 return current_test_info_ ? in current_test_result() 4934 &(current_test_info_->result_) : &ad_hoc_test_result_; in current_test_result()
|
/external/libvpx/libvpx/third_party/googletest/src/src/ |
D | gtest-internal-inl.h | 688 current_test_info_ = a_current_test_info; in set_current_test_info() 738 TestInfo* current_test_info() { return current_test_info_; } in current_test_info() 739 const TestInfo* current_test_info() const { return current_test_info_; } in current_test_info() 872 TestInfo* current_test_info_; variable
|
D | gtest.cc | 4866 current_test_info_(NULL), in UnitTestImpl() 4901 if (current_test_info_ != NULL) { in RecordProperty() 4903 test_result = &(current_test_info_->result_); in RecordProperty() 5492 if (current_test_info_ != NULL) { in current_test_result() 5493 return ¤t_test_info_->result_; in current_test_result()
|
/external/googletest/googletest/src/ |
D | gtest-internal-inl.h | 704 current_test_info_ = a_current_test_info; in set_current_test_info() 754 TestInfo* current_test_info() { return current_test_info_; } in current_test_info() 755 const TestInfo* current_test_info() const { return current_test_info_; } in current_test_info() 888 TestInfo* current_test_info_; variable
|
D | gtest.cc | 4932 current_test_info_(nullptr), in UnitTestImpl() 4967 if (current_test_info_ != nullptr) { in RecordProperty() 4969 test_result = &(current_test_info_->result_); in RecordProperty() 5553 if (current_test_info_ != nullptr) { in current_test_result() 5554 return ¤t_test_info_->result_; in current_test_result()
|
/external/epid-sdk/ext/gtest/ |
D | gtest-all.cc | 1091 current_test_info_ = a_current_test_info; in set_current_test_info() 1141 TestInfo* current_test_info() { return current_test_info_; } in current_test_info() 1142 const TestInfo* current_test_info() const { return current_test_info_; } in current_test_info() 1277 TestInfo* current_test_info_; member in testing::internal::UnitTestImpl 5793 current_test_info_(NULL), in UnitTestImpl() 5828 if (current_test_info_ != NULL) { in RecordProperty() 5830 test_result = &(current_test_info_->result_); in RecordProperty() 6385 return current_test_info_ ? in current_test_result() 6386 &(current_test_info_->result_) : &ad_hoc_test_result_; in current_test_result()
|
/external/swiftshader/third_party/LLVM/utils/unittest/googletest/ |
D | gtest.cc | 3929 current_test_info_(NULL), in UnitTestImpl() 4445 return current_test_info_ ? in current_test_result() 4446 &(current_test_info_->result_) : &ad_hoc_test_result_; in current_test_result()
|