Home
last modified time | relevance | path

Searched refs:IsTrue (Results 1 – 25 of 76) sorted by relevance

1234

/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime.Tests/
DRewriteRuleXxxxStreamFixture.cs105 Assert.IsTrue(true, "Reset() shouldn't make any problems here."); in CheckRRTokenStreamBehaviourWhileEmpty1()
124 Assert.IsTrue(true, "Reset() shouldn't make any problems here."); in CheckRRSubtreeStreamBehaviourWhileEmpty1()
142 Assert.IsTrue(true, "Reset() shouldn't make any problems here."); in CheckRRNodeStreamBehaviourWhileEmpty1()
199 Assert.IsTrue(tokenTest.HasNext, "HasNext should be true here (1)."); in CheckRRTokenStreamBehaviourWithElements()
209 Assert.IsTrue(tokenTest.HasNext, "HasNext should be true here (2)."); in CheckRRTokenStreamBehaviourWithElements()
219 Assert.IsTrue(tokenTest.HasNext, "HasNext should be true here (3)."); in CheckRRTokenStreamBehaviourWithElements()
229 Assert.IsTrue(tokenTest.HasNext, "HasNext should be true here (3)."); in CheckRRTokenStreamBehaviourWithElements()
236 Assert.IsTrue(tokenTest.HasNext, "HasNext should be true here (4)."); in CheckRRTokenStreamBehaviourWithElements()
241 Assert.IsTrue(tokenTest.HasNext, "HasNext should be true here (5)."); in CheckRRTokenStreamBehaviourWithElements()
265 Assert.IsTrue(subtreeTest.HasNext, "HasNext should be true here (1)."); in CheckRRSubtreeStreamBehaviourWithElements()
[all …]
DITreeFixture.cs267 Assert.IsTrue(error); in testReplaceWithNoChildren()
/external/zlib/src/contrib/dotzlib/DotZLib/
DUnitTests.cs54 Assert.IsTrue(buf.Put( 1 )); in SinglePutGet()
70 Assert.IsTrue( buf.Put(11) ); in BlockPutGet()
74 Assert.IsTrue( Utils.byteArrEqual(arr,arr2) ); in BlockPutGet()
/external/v8/test/unittests/runtime/
Druntime-interpreter-unittest.cc42 CHECK(result->IsTrue() || result->IsFalse()); in TestOperatorWithObjects()
43 return result->IsTrue() == expected; in TestOperatorWithObjects()
165 CHECK_EQ(result->IsTrue(), value_expected_tuple.second); in TEST_F()
/external/protobuf/gtest/test/
Dgtest_repeat_test.cc67 if (::testing::internal::IsTrue(expected_val != actual_val)) {\
/external/vulkan-validation-layers/tests/gtest-1.7.0/test/
Dgtest_repeat_test.cc67 if (::testing::internal::IsTrue(expected_val != actual_val)) {\
/external/google-breakpad/src/testing/gtest/test/
Dgtest_repeat_test.cc67 if (::testing::internal::IsTrue(expected_val != actual_val)) {\
/external/gtest/test/
Dgtest_repeat_test.cc67 if (::testing::internal::IsTrue(expected_val != actual_val)) {\
/external/protobuf/gtest/include/gtest/internal/
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/runtime/
Druntime-utils.h42 bool name = args[index]->IsTrue();
/external/llvm/utils/unittest/googletest/include/gtest/internal/
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/
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/gtest/include/gtest/internal/
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/google-breakpad/src/testing/gtest/include/gtest/internal/
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/v8/src/compiler/
Djs-graph.cc93 } else if (value->IsTrue()) { in Constant()
/external/vulkan-validation-layers/tests/gtest-1.7.0/include/gtest/internal/
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/test/cctest/heap/
Dtest-alloc.cc105 CHECK(o->IsTrue()); in HEAP_TEST()
/external/llvm/lib/Transforms/InstCombine/
DInstCombineCompares.cpp1109 auto getConstant = [&I, this](bool IsTrue) { in FoldICmpCstShrCst() argument
1111 IsTrue = !IsTrue; in FoldICmpCstShrCst()
1112 return ReplaceInstUsesWith(I, ConstantInt::get(I.getType(), IsTrue)); in FoldICmpCstShrCst()
1173 auto getConstant = [&I, this](bool IsTrue) { in FoldICmpCstShlCst() argument
1175 IsTrue = !IsTrue; in FoldICmpCstShlCst()
1176 return ReplaceInstUsesWith(I, ConstantInt::get(I.getType(), IsTrue)); in FoldICmpCstShlCst()
/external/v8/src/
Dlog.cc992 if (global->IsTrue()) { in LogRegExpSource()
998 if (ignorecase->IsTrue()) { in LogRegExpSource()
1004 if (multiline->IsTrue()) { in LogRegExpSource()
/external/google-breakpad/src/testing/gtest/include/gtest/
Dgtest-printers.h314 if (IsTrue(ImplicitlyConvertible<T*, const void*>::value)) { in DefaultPrintTo()
/external/mesa3d/src/gtest/include/gtest/
Dgtest-printers.h314 if (IsTrue(ImplicitlyConvertible<T*, const void*>::value)) { in DefaultPrintTo()
/external/llvm/utils/unittest/googletest/include/gtest/
Dgtest-printers.h314 if (IsTrue(ImplicitlyConvertible<T*, const void*>::value)) { in DefaultPrintTo()
/external/v8/test/cctest/
Dtest-log.cc513 if (!result->IsTrue()) { in TEST()
/external/vulkan-validation-layers/tests/gtest-1.7.0/include/gtest/
Dgtest-printers.h314 if (IsTrue(ImplicitlyConvertible<T*, const void*>::value)) { in DefaultPrintTo()
/external/gtest/include/gtest/
Dgtest-printers.h314 if (IsTrue(ImplicitlyConvertible<T*, const void*>::value)) { in DefaultPrintTo()

1234