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

1 2 3 4 5 6

  /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...]
  /build/kati/
find.cc 49 virtual bool IsTrue(const string& path, unsigned char type) const = 0;
64 virtual bool IsTrue(const string& path, unsigned char) const override {
83 virtual bool IsTrue(const string&, unsigned char type) const override {
101 virtual bool IsTrue(const string& path, unsigned char type) const override {
102 return !c_->IsTrue(path, type);
119 virtual bool IsTrue(const string& path, unsigned char type) const override {
120 if (c1_->IsTrue(path, type))
121 return c2_->IsTrue(path, type);
139 virtual bool IsTrue(const string& path, unsigned char type) const override {
140 if (!c1_->IsTrue(path, type)
    [all...]
  /external/protobuf/csharp/src/Google.Protobuf.Test/
ByteStringTest.cs 54 Assert.IsTrue(b1 == b1);
55 Assert.IsTrue(b1 == b2);
59 Assert.IsTrue((ByteString) null == null);
63 Assert.IsTrue(b1 != b3);
64 Assert.IsTrue(b1 != b4);
65 Assert.IsTrue(b1 != null);
89 Assert.IsTrue(ByteString.CopyFromUtf8("").IsEmpty);
CodedInputStreamTest.cs 67 Assert.IsTrue(input.IsAtEnd);
77 Assert.IsTrue(input.IsAtEnd);
157 Assert.IsTrue(input.IsAtEnd);
165 Assert.IsTrue(input.IsAtEnd);
177 Assert.IsTrue(input.IsAtEnd);
185 Assert.IsTrue(input.IsAtEnd);
389 Assert.IsTrue(input.IsAtEnd);
580 Assert.IsTrue(memoryStream.CanRead);
591 Assert.IsTrue(memoryStream.CanRead);
595 Assert.IsTrue(memoryStream.CanRead); // We left the stream open
    [all...]
CodedOutputStreamTest.cs 377 Assert.IsTrue(cin.IsAtEnd);
387 Assert.IsTrue(cin.IsAtEnd);
395 Assert.IsTrue(memoryStream.CanWrite);
409 Assert.IsTrue(memoryStream.CanWrite);
416 Assert.IsTrue(memoryStream.CanWrite); // We left the stream open
  /external/flatbuffers/tests/FlatBuffers.Test/
Assert.cs 102 public static void IsTrue(bool value)
FlatBuffersExampleTests.cs 126 Assert.IsTrue(Monster.LookupByKey(sortMons, "Frodo", fbb.DataBuffer) != null);
127 Assert.IsTrue(Monster.LookupByKey(sortMons, "Barney", fbb.DataBuffer) != null);
128 Assert.IsTrue(Monster.LookupByKey(sortMons, "Wilma", fbb.DataBuffer)!= null);
221 Assert.IsTrue(monster.GetTestarrayofboolsBytes().HasValue);
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Library/
ParserValidate.py 601 IsTrue = False
605 IsTrue = True
609 IsTrue = True
610 if IsTrue:
611 return IsTrue
  /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());
  /external/google-breakpad/src/testing/gtest/test/
gtest_repeat_test.cc 67 if (::testing::internal::IsTrue(expected_val != actual_val)) {\
  /external/googletest/googletest/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 34 bool name = args[index]->IsTrue(isolate);
  /external/v8/testing/gtest/test/
gtest_repeat_test.cc 67 if (::testing::internal::IsTrue(expected_val != actual_val)) {\
  /external/vulkan-validation-layers/tests/gtest-1.7.0/test/
gtest_repeat_test.cc 67 if (::testing::internal::IsTrue(expected_val != actual_val)) {\
  /prebuilts/ndk/r11/sources/third_party/googletest/googletest/test/
gtest_repeat_test.cc 67 if (::testing::internal::IsTrue(expected_val != actual_val)) {\
  /prebuilts/ndk/r13/sources/third_party/googletest/googletest/test/
gtest_repeat_test.cc 67 if (::testing::internal::IsTrue(expected_val != actual_val)) {\
  /art/compiler/optimizing/
dead_code_elimination.cc 45 if (condition->AsIntConstant()->IsTrue()) {
230 if (value_to_check->AsIntConstant()->IsTrue()) {
  /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/swiftshader/third_party/subzero/unittest/AssemblerX8664/
DataMov.cpp 422 #define TestRegReg(C, Dest, IsTrue, Src0, Value0, Src1, Value1) \
425 "(" #C ", " #Dest ", " #IsTrue ", " #Src0 ", " #Value0 ", " #Src1 \
436 ASSERT_EQ((IsTrue) ? (Value1) : (Value0), test.Dest()) << TestString; \
441 #define TestRegAddr(C, Dest, IsTrue, Src0, Value0, Value1) \
444 "(" #C ", " #Dest ", " #IsTrue ", " #Src0 ", " #Value0 \
457 ASSERT_EQ((IsTrue) ? (Value1) : (Value0), test.Dest()) << TestString; \
462 #define TestValue(C, Dest, IsTrue, Src0, Value0, Src1, Value1) \
464 TestRegReg(C, Dest, IsTrue, Src0, Value0, Src1, Value1); \
465 TestRegAddr(C, Dest, IsTrue, Src0, Value0, Value1); \
    [all...]
  /external/swiftshader/third_party/subzero/unittest/AssemblerX8632/
DataMov.cpp     [all...]
  /build/soong/ui/build/
environment.go 80 // IsTrue returns whether an environment variable is set to a positive value (1,y,yes,on,true)
  /external/v8/src/compiler/
js-graph.cc 156 } else if (value->IsTrue(isolate())) {

Completed in 996 milliseconds

1 2 3 4 5 6