Searched refs:IsTrue (Results 1 - 25 of 77) sorted by relevance

1234

/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime.Tests/
H A DRewriteRuleXxxxStreamFixture.cs105 Assert.IsTrue(true, "Reset() shouldn't make any problems here.");
124 Assert.IsTrue(true, "Reset() shouldn't make any problems here.");
142 Assert.IsTrue(true, "Reset() shouldn't make any problems here.");
199 Assert.IsTrue(tokenTest.HasNext, "HasNext should be true here (1).");
209 Assert.IsTrue(tokenTest.HasNext, "HasNext should be true here (2).");
219 Assert.IsTrue(tokenTest.HasNext, "HasNext should be true here (3).");
229 Assert.IsTrue(tokenTest.HasNext, "HasNext should be true here (3).");
236 Assert.IsTrue(tokenTest.HasNext, "HasNext should be true here (4).");
241 Assert.IsTrue(tokenTest.HasNext, "HasNext should be true here (5).");
265 Assert.IsTrue(subtreeTes
[all...]
H A DITreeFixture.cs267 Assert.IsTrue(error);
/external/v8/test/unittests/runtime/
H A Druntime-interpreter-unittest.cc42 CHECK(result->IsTrue() || result->IsFalse());
43 return result->IsTrue() == expected;
165 CHECK_EQ(result->IsTrue(), value_expected_tuple.second);
/external/zlib/src/contrib/dotzlib/DotZLib/
H A DUnitTests.cs54 Assert.IsTrue(buf.Put( 1 ));
70 Assert.IsTrue( buf.Put(11) );
74 Assert.IsTrue( Utils.byteArrEqual(arr,arr2) );
/external/google-breakpad/src/testing/gtest/test/
H A Dgtest_repeat_test.cc67 if (::testing::internal::IsTrue(expected_val != actual_val)) {\
/external/gtest/test/
H A Dgtest_repeat_test.cc67 if (::testing::internal::IsTrue(expected_val != actual_val)) {\
/external/protobuf/gtest/test/
H A Dgtest_repeat_test.cc67 if (::testing::internal::IsTrue(expected_val != actual_val)) {\
/external/v8/src/runtime/
H A Druntime-utils.h42 bool name = args[index]->IsTrue();
/external/vulkan-validation-layers/tests/gtest-1.7.0/test/
H A Dgtest_repeat_test.cc67 if (::testing::internal::IsTrue(expected_val != actual_val)) {\
/external/protobuf/gtest/include/gtest/internal/
H A Dgtest-port.h616 GTEST_API_ bool IsTrue(bool condition);
642 if (IsTrue(sizeof(T) > 0)) { // Makes sure T is a complete type.
776 if (::testing::internal::IsTrue(condition)) \
/external/v8/src/compiler/
H A Djs-graph.cc93 } else if (value->IsTrue()) {
/external/v8/test/cctest/heap/
H A Dtest-alloc.cc105 CHECK(o->IsTrue());
/external/google-breakpad/src/testing/gtest/include/gtest/internal/
H A Dgtest-port.h790 GTEST_API_ bool IsTrue(bool condition);
816 if (IsTrue(sizeof(T) > 0)) { // Makes sure T is a complete type.
970 if (::testing::internal::IsTrue(condition)) \
/external/gtest/include/gtest/internal/
H A Dgtest-port.h883 GTEST_API_ bool IsTrue(bool condition);
909 if (IsTrue(sizeof(T) > 0)) { // Makes sure T is a complete type.
1062 if (::testing::internal::IsTrue(condition)) \
/external/llvm/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-port.h777 GTEST_API_ bool IsTrue(bool condition);
803 if (IsTrue(sizeof(T) > 0)) { // Makes sure T is a complete type.
956 if (::testing::internal::IsTrue(condition)) \
/external/mesa3d/src/gtest/include/gtest/internal/
H A Dgtest-port.h767 GTEST_API_ bool IsTrue(bool condition);
793 if (IsTrue(sizeof(T) > 0)) { // Makes sure T is a complete type.
946 if (::testing::internal::IsTrue(condition)) \
/external/vulkan-validation-layers/tests/gtest-1.7.0/include/gtest/internal/
H A Dgtest-port.h897 GTEST_API_ bool IsTrue(bool condition);
923 if (IsTrue(sizeof(T) > 0)) { // Makes sure T is a complete type.
1076 if (::testing::internal::IsTrue(condition)) \
/external/v8/src/
H A Dlog.cc992 if (global->IsTrue()) {
998 if (ignorecase->IsTrue()) {
1004 if (multiline->IsTrue()) {
/external/google-breakpad/src/testing/gtest/include/gtest/
H A Dgtest-printers.h312 // IsTrue() silences warnings: "Condition is always true",
314 if (IsTrue(ImplicitlyConvertible<T*, const void*>::value)) {
/external/gtest/include/gtest/
H A Dgtest-printers.h312 // IsTrue() silences warnings: "Condition is always true",
314 if (IsTrue(ImplicitlyConvertible<T*, const void*>::value)) {
/external/llvm/utils/unittest/googletest/include/gtest/
H A Dgtest-printers.h312 // IsTrue() silences warnings: "Condition is always true",
314 if (IsTrue(ImplicitlyConvertible<T*, const void*>::value)) {
/external/mesa3d/src/gtest/include/gtest/
H A Dgtest-printers.h312 // IsTrue() silences warnings: "Condition is always true",
314 if (IsTrue(ImplicitlyConvertible<T*, const void*>::value)) {
/external/protobuf/gtest/src/
H A Dgtest-death-test.cc223 if (!::testing::internal::IsTrue(expression)) { \
/external/v8/test/cctest/
H A Dtest-log.cc513 if (!result->IsTrue()) {
/external/vulkan-validation-layers/tests/gtest-1.7.0/include/gtest/
H A Dgtest-printers.h312 // IsTrue() silences warnings: "Condition is always true",
314 if (IsTrue(ImplicitlyConvertible<T*, const void*>::value)) {

Completed in 420 milliseconds

1234