/external/webrtc/webrtc/p2p/base/ |
D | stunrequest_unittest.cc | 26 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/libchrome/ipc/ |
D | ipc_sync_channel_unittest.cc | 1263 success_(success), in RestrictedDispatchClient() 1279 ++*success_; in Run() 1302 ++*success_; in Run() 1308 ++*success_; in Run() 1320 ++*success_; in Run() 1354 int* success_; member in IPC::__anon60820dc30111::RestrictedDispatchClient 1667 success_(success) {} in RestrictedDispatchPipeWorker() 1699 *success_ = 0; in Run() 1702 *success_ += (value == 3); in Run() 1704 *success_ += (value == 4); in Run() [all …]
|
/external/mesa3d/src/compiler/glsl/glcpp/tests/ |
D | 072-token-pasting-same-line.c | 1 #define paste(x) success_ ## x
|
/external/llvm/utils/unittest/googletest/include/gtest/ |
D | gtest.h | 271 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/ |
D | gtest.h | 271 explicit AssertionResult(bool success) : success_(success) {} in AssertionResult() 274 operator bool() const { return success_; } // NOLINT 313 bool success_; variable
|
/external/google-breakpad/src/testing/gtest/include/gtest/ |
D | gtest.h | 272 explicit AssertionResult(bool success) : success_(success) {} in AssertionResult() 275 operator bool() const { return success_; } // NOLINT 314 bool success_; variable
|
/external/swiftshader/third_party/llvm-7.0/llvm/utils/unittest/googletest/include/gtest/ |
D | gtest.h | 277 : success_(success) {} in success_() function 288 operator bool() const { return success_; } // NOLINT 330 bool success_; variable
|
/external/mesa3d/src/gtest/include/gtest/ |
D | gtest.h | 277 : success_(success) {} in success_() function 288 operator bool() const { return success_; } // NOLINT 330 bool success_; variable
|
/external/libaom/libaom/third_party/googletest/src/googletest/include/gtest/ |
D | gtest.h | 277 : success_(success) {} in success_() function 288 operator bool() const { return success_; } // NOLINT 330 bool success_; variable
|
/external/googletest/googletest/include/gtest/ |
D | gtest.h | 314 : success_(success) {} in success_() function 327 operator bool() const { return success_; } // NOLINT 367 bool success_; variable
|
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/ |
D | gtest.h | 304 : success_(success) {} in success_() function 317 operator bool() const { return success_; } // NOLINT 359 bool success_; variable
|
/external/libaom/libaom/third_party/googletest/src/googletest/src/ |
D | gtest.cc | 989 : success_(other.success_), in AssertionResult() 998 swap(success_, other.success_); in swap() 1004 AssertionResult negation(!success_); in operator !()
|
/external/swiftshader/third_party/llvm-7.0/llvm/utils/unittest/googletest/src/ |
D | gtest.cc | 988 : success_(other.success_), in AssertionResult() 997 swap(success_, other.success_); in swap() 1003 AssertionResult negation(!success_); in operator !()
|
/external/mesa3d/src/gtest/src/ |
D | gtest.cc | 988 : 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/ |
D | gtest.cc | 1032 : success_(other.success_), in AssertionResult() 1041 swap(success_, other.success_); in swap() 1047 AssertionResult negation(!success_); in operator !()
|
/external/googletest/googletest/src/ |
D | gtest.cc | 1011 : success_(other.success_), in AssertionResult() 1019 swap(success_, other.success_); in swap() 1025 AssertionResult negation(!success_); in operator !()
|
/external/swiftshader/third_party/LLVM/utils/unittest/googletest/ |
D | gtest.cc | 951 : success_(other.success_), in AssertionResult() 959 AssertionResult negation(!success_); in operator !()
|
/external/llvm/utils/unittest/googletest/src/ |
D | gtest.cc | 951 : success_(other.success_), in AssertionResult() 959 AssertionResult negation(!success_); in operator !()
|
/external/google-breakpad/src/testing/gtest/src/ |
D | gtest.cc | 952 : success_(other.success_), in AssertionResult() 960 AssertionResult negation(!success_); in operator !()
|
/external/epid-sdk/ext/gtest/ |
D | gtest-all.cc | 2436 : success_(other.success_), in AssertionResult() 2445 swap(success_, other.success_); in swap() 2451 AssertionResult negation(!success_); in operator !()
|
D | gtest.h | 18887 : success_(success) {} 18898 operator bool() const { return success_; } // NOLINT 18940 bool success_;
|