Home
last modified time | relevance | path

Searched refs:success_ (Results 1 – 25 of 27) sorted by relevance

12

/external/webrtc/webrtc/p2p/base/
Dstunrequest_unittest.cc26 success_(false), failure_(false), timeout_(false) { in StunRequestTest()
36 success_ = true; in OnResponse()
70 bool success_; member in StunRequestTest
108 EXPECT_TRUE(success_); in TEST_F()
123 EXPECT_FALSE(success_); in TEST_F()
138 EXPECT_FALSE(success_); in TEST_F()
163 EXPECT_TRUE(success_); in TEST_F()
179 EXPECT_FALSE(success_); in TEST_F()
199 EXPECT_TRUE(success_); in TEST_F()
/external/libtextclassifier/common/memory_image/
Dmemory-image-reader.h54 success_ = ReadMemoryImage(); in GeneralMemoryImageReader()
61 bool success_status() const { return success_; } in success_status()
88 success_ = false; in set_as_failed()
113 bool success_; variable
/external/mesa3d/src/compiler/glsl/glcpp/tests/
D072-token-pasting-same-line.c1 #define paste(x) success_ ## x
/external/protobuf/gtest/include/gtest/
Dgtest.h260 explicit AssertionResult(bool success) : success_(success) {} in AssertionResult()
263 operator bool() const { return success_; } // NOLINT
289 bool success_; variable
/external/google-breakpad/src/testing/gtest/include/gtest/
Dgtest.h272 explicit AssertionResult(bool success) : success_(success) {} in AssertionResult()
275 operator bool() const { return success_; } // NOLINT
314 bool success_; variable
/external/llvm/utils/unittest/googletest/include/gtest/
Dgtest.h271 explicit AssertionResult(bool success) : success_(success) {} in AssertionResult()
274 operator bool() const { return success_; } // NOLINT
313 bool success_; variable
/external/swiftshader/third_party/LLVM/utils/unittest/googletest/include/gtest/
Dgtest.h271 explicit AssertionResult(bool success) : success_(success) {} in AssertionResult()
274 operator bool() const { return success_; } // NOLINT
313 bool success_; variable
/external/mesa3d/src/gtest/include/gtest/
Dgtest.h262 explicit AssertionResult(bool success) : success_(success) {} in AssertionResult()
265 operator bool() const { return success_; } // NOLINT
304 bool success_; variable
/external/v8/testing/gtest/include/gtest/
Dgtest.h277 : success_(success) {} in success_() function
288 operator bool() const { return success_; } // NOLINT
330 bool success_; variable
/external/vulkan-validation-layers/tests/gtest-1.7.0/include/gtest/
Dgtest.h262 explicit AssertionResult(bool success) : success_(success) {} in AssertionResult()
265 operator bool() const { return success_; } // NOLINT
304 bool success_; variable
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/
Dgtest.h277 : success_(success) {} in success_() function
288 operator bool() const { return success_; } // NOLINT
330 bool success_; variable
/external/googletest/googletest/include/gtest/
Dgtest.h277 : success_(success) {} in success_() function
288 operator bool() const { return success_; } // NOLINT
330 bool success_; variable
/external/v8/testing/gtest/src/
Dgtest.cc988 : success_(other.success_), in AssertionResult()
997 swap(success_, other.success_); in swap()
1003 AssertionResult negation(!success_); in operator !()
/external/libvpx/libvpx/third_party/googletest/src/src/
Dgtest.cc988 : success_(other.success_), in AssertionResult()
997 swap(success_, other.success_); in swap()
1003 AssertionResult negation(!success_); in operator !()
/external/googletest/googletest/src/
Dgtest.cc985 : success_(other.success_), in AssertionResult()
994 swap(success_, other.success_); in swap()
1000 AssertionResult negation(!success_); in operator !()
/external/protobuf/gtest/src/
Dgtest.cc966 : success_(other.success_), in AssertionResult()
974 AssertionResult negation(!success_); in operator !()
/external/swiftshader/third_party/LLVM/utils/unittest/googletest/
Dgtest.cc951 : success_(other.success_), in AssertionResult()
959 AssertionResult negation(!success_); in operator !()
/external/llvm/utils/unittest/googletest/src/
Dgtest.cc951 : success_(other.success_), in AssertionResult()
959 AssertionResult negation(!success_); in operator !()
/external/google-breakpad/src/testing/gtest/src/
Dgtest.cc952 : success_(other.success_), in AssertionResult()
960 AssertionResult negation(!success_); in operator !()
/external/mesa3d/src/gtest/src/
Dgtest.cc953 : success_(other.success_), in AssertionResult()
961 AssertionResult negation(!success_); in operator !()
/external/vulkan-validation-layers/tests/gtest-1.7.0/src/
Dgtest.cc953 : success_(other.success_), in AssertionResult()
961 AssertionResult negation(!success_); in operator !()
/external/protobuf/gtest/fused-src/gtest/
Dgtest-all.cc2306 : success_(other.success_), in AssertionResult()
2314 AssertionResult negation(!success_); in operator !()
Dgtest.h15848 explicit AssertionResult(bool success) : success_(success) {}
15851 operator bool() const { return success_; } // NOLINT
15877 bool success_;
/external/vulkan-validation-layers/tests/gtest-1.7.0/fused-src/gtest/
Dgtest-all.cc2437 : success_(other.success_), in AssertionResult()
2445 AssertionResult negation(!success_); in operator !()
/external/fmtlib/test/
Dgmock-gtest-all.cc2437 : success_(other.success_), in AssertionResult()
2445 AssertionResult negation(!success_); in operator !()

12