/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime.Tests/ |
D | RewriteRuleXxxxStreamFixture.cs | 105 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 …]
|
D | ITreeFixture.cs | 267 Assert.IsTrue(error); in testReplaceWithNoChildren()
|
/external/zlib/src/contrib/dotzlib/DotZLib/ |
D | UnitTests.cs | 54 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/ |
D | runtime-interpreter-unittest.cc | 42 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/ |
D | gtest_repeat_test.cc | 67 if (::testing::internal::IsTrue(expected_val != actual_val)) {\
|
/external/vulkan-validation-layers/tests/gtest-1.7.0/test/ |
D | gtest_repeat_test.cc | 67 if (::testing::internal::IsTrue(expected_val != actual_val)) {\
|
/external/google-breakpad/src/testing/gtest/test/ |
D | gtest_repeat_test.cc | 67 if (::testing::internal::IsTrue(expected_val != actual_val)) {\
|
/external/gtest/test/ |
D | gtest_repeat_test.cc | 67 if (::testing::internal::IsTrue(expected_val != actual_val)) {\
|
/external/protobuf/gtest/include/gtest/internal/ |
D | gtest-port.h | 616 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/ |
D | runtime-utils.h | 42 bool name = args[index]->IsTrue();
|
/external/llvm/utils/unittest/googletest/include/gtest/internal/ |
D | gtest-port.h | 777 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/ |
D | gtest-port.h | 767 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/ |
D | gtest-port.h | 883 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/ |
D | gtest-port.h | 790 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/ |
D | js-graph.cc | 93 } else if (value->IsTrue()) { in Constant()
|
/external/vulkan-validation-layers/tests/gtest-1.7.0/include/gtest/internal/ |
D | gtest-port.h | 897 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/ |
D | test-alloc.cc | 105 CHECK(o->IsTrue()); in HEAP_TEST()
|
/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombineCompares.cpp | 1109 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/ |
D | log.cc | 992 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/ |
D | gtest-printers.h | 314 if (IsTrue(ImplicitlyConvertible<T*, const void*>::value)) { in DefaultPrintTo()
|
/external/mesa3d/src/gtest/include/gtest/ |
D | gtest-printers.h | 314 if (IsTrue(ImplicitlyConvertible<T*, const void*>::value)) { in DefaultPrintTo()
|
/external/llvm/utils/unittest/googletest/include/gtest/ |
D | gtest-printers.h | 314 if (IsTrue(ImplicitlyConvertible<T*, const void*>::value)) { in DefaultPrintTo()
|
/external/v8/test/cctest/ |
D | test-log.cc | 513 if (!result->IsTrue()) { in TEST()
|
/external/vulkan-validation-layers/tests/gtest-1.7.0/include/gtest/ |
D | gtest-printers.h | 314 if (IsTrue(ImplicitlyConvertible<T*, const void*>::value)) { in DefaultPrintTo()
|
/external/gtest/include/gtest/ |
D | gtest-printers.h | 314 if (IsTrue(ImplicitlyConvertible<T*, const void*>::value)) { in DefaultPrintTo()
|