HomeSort by relevance Sort by last modified time
    Searched refs:IsTrue (Results 1 - 25 of 103) sorted by null

1 2 3 4 5

  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime.Tests/
RewriteRuleXxxxStreamFixture.cs 105 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(subtreeTest.HasNext, "HasNext should be true here (1).")
    [all...]
ITreeFixture.cs 267 Assert.IsTrue(error);
  /build/kati/
find.cc 40 virtual bool IsTrue(const string& path, unsigned char type) const = 0;
52 virtual bool IsTrue(const string& path, unsigned char) const override {
64 virtual bool IsTrue(const string&, unsigned char type) const override {
76 virtual bool IsTrue(const string& path, unsigned char type) const override {
77 return !c_->IsTrue(path, type);
88 virtual bool IsTrue(const string& path, unsigned char type) const override {
89 if (c1_->IsTrue(path, type))
90 return c2_->IsTrue(path, type);
102 virtual bool IsTrue(const string& path, unsigned char type) const override {
103 if (!c1_->IsTrue(path, type)
    [all...]
  /packages/apps/Test/connectivity/sl4n/rapidjson/test/unittest/
pointertest.cpp 660 EXPECT_TRUE(Pointer("/foo/true").GetWithDefault(d, true, a).IsTrue());
661 EXPECT_TRUE(Pointer("/foo/true").GetWithDefault(d, false, a).IsTrue());
712 EXPECT_TRUE(Pointer("/foo/true").GetWithDefault(d, true).IsTrue());
713 EXPECT_TRUE(Pointer("/foo/true").GetWithDefault(d, false).IsTrue());
771 EXPECT_TRUE(GetValueByPointer(d, "/foo/true")->IsTrue());
830 EXPECT_TRUE(GetValueByPointer(d, "/foo/true")->IsTrue());
    [all...]
valuetest.cpp 289 EXPECT_FALSE(x.IsTrue());
312 EXPECT_TRUE(x.IsTrue());
323 EXPECT_TRUE(y.IsTrue());
328 EXPECT_TRUE(z.IsTrue());
339 EXPECT_FALSE(x.IsTrue());
381 EXPECT_FALSE(x.IsTrue());
429 EXPECT_FALSE(x.IsTrue());
467 EXPECT_FALSE(x.IsTrue());
521 EXPECT_FALSE(x.IsTrue());
559 EXPECT_FALSE(x.IsTrue());
    [all...]
documenttest.cpp 41 EXPECT_TRUE(t.IsTrue());
233 EXPECT_TRUE(d2.IsTrue());
236 EXPECT_TRUE(o.IsTrue());
  /art/compiler/optimizing/
dead_code_elimination.cc 44 if (condition->AsIntConstant()->IsTrue()) {
instruction_simplifier.cc 595 if (input_const->AsIntConstant()->IsTrue()) {
626 if (input_const->AsIntConstant()->IsTrue()) {
655 if (input->AsIntConstant()->IsTrue()) {
699 if (condition->AsIntConstant()->IsTrue()) {
708 if (true_value->AsIntConstant()->IsTrue() && false_value->AsIntConstant()->IsFalse()) {
711 } else if (true_value->AsIntConstant()->IsFalse() && false_value->AsIntConstant()->IsTrue()) {
    [all...]
reference_type_propagation.cc 322 if (rhs->AsIntConstant()->IsTrue()) {
344 DCHECK(rhs->AsIntConstant()->IsTrue()) << rhs->AsIntConstant()->GetValue();
    [all...]
  /external/google-breakpad/src/testing/gtest/test/
gtest_repeat_test.cc 67 if (::testing::internal::IsTrue(expected_val != actual_val)) {\
  /external/gtest/test/
gtest_repeat_test.cc 67 if (::testing::internal::IsTrue(expected_val != actual_val)) {\
  /external/protobuf/gtest/test/
gtest_repeat_test.cc 67 if (::testing::internal::IsTrue(expected_val != actual_val)) {\
  /external/v8/src/runtime/
runtime-utils.h 55 bool name = args[index]->IsTrue(isolate);
  /external/vulkan-validation-layers/tests/gtest-1.7.0/test/
gtest_repeat_test.cc 67 if (::testing::internal::IsTrue(expected_val != actual_val)) {\
  /ndk/sources/third_party/googletest/googletest/test/
gtest_repeat_test.cc 67 if (::testing::internal::IsTrue(expected_val != actual_val)) {\
  /external/protobuf/gtest/include/gtest/internal/
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)) \
    [all...]
  /external/v8/src/compiler/
js-graph.cc 123 } else if (value->IsTrue(isolate())) {
  /external/v8/test/cctest/heap/
test-alloc.cc 105 CHECK(o->IsTrue(CcTest::i_isolate()));
  /external/google-breakpad/src/testing/gtest/include/gtest/internal/
gtest-port.h 790 GTEST_API_ bool IsTrue(bool condition);
816 if (IsTrue(sizeof(T) > 0)) { // Makes sure T is a complete type.
    [all...]
  /external/gtest/include/gtest/internal/
gtest-port.h     [all...]
  /external/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-port.h 777 GTEST_API_ bool IsTrue(bool condition);
803 if (IsTrue(sizeof(T) > 0)) { // Makes sure T is a complete type.
    [all...]
  /external/mesa3d/src/gtest/include/gtest/internal/
gtest-port.h 767 GTEST_API_ bool IsTrue(bool condition);
793 if (IsTrue(sizeof(T) > 0)) { // Makes sure T is a complete type.
    [all...]
  /external/vulkan-validation-layers/tests/gtest-1.7.0/include/gtest/internal/
gtest-port.h     [all...]
  /ndk/sources/third_party/googletest/googletest/include/gtest/internal/
gtest-port.h     [all...]
  /external/v8/src/
log.cc 949 if (global->IsTrue(isolate)) {
955 if (ignorecase->IsTrue(isolate)) {
961 if (multiline->IsTrue(isolate)) {
    [all...]

Completed in 1794 milliseconds

1 2 3 4 5