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

12

/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);
H A DITreeNodeStreamFixture.cs619 Assert.IsTrue(wrapBy < N, "bad test code; wrapBy must be less than N");
/external/v8/test/cctest/
H A Dtest-threads.cc84 CHECK(script->Run()->IsTrue());
95 CHECK(script->Run()->IsTrue());
H A Dtest-deoptimization.cc288 CHECK(env->Global()->Get(v8_str("result"))->IsTrue());
H A Dtest-thread-termination.cc368 "f()"))->Run()->IsTrue());
H A Dtest-log.cc528 if (!result->IsTrue()) {
/external/zlib/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/protobuf/gtest/include/gtest/internal/
H A Dgtest-port.h582 bool IsTrue(bool condition);
606 if (IsTrue(sizeof(T) > 0)) { // Makes sure T is a complete type.
1044 if (::testing::internal::IsTrue(condition)) \
H A Dgtest-internal.h863 if (::testing::internal::IsTrue(boolexpr)) \
/external/chromium/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/chromium/testing/gtest/include/gtest/internal/
H A Dgtest-port.h751 GTEST_API_ bool IsTrue(bool condition);
777 if (IsTrue(sizeof(T) > 0)) { // Makes sure T is a complete type.
930 if (::testing::internal::IsTrue(condition)) \
/external/gtest/include/gtest/internal/
H A Dgtest-port.h785 GTEST_API_ bool IsTrue(bool condition);
811 if (IsTrue(sizeof(T) > 0)) { // Makes sure T is a complete type.
964 if (::testing::internal::IsTrue(condition)) \
/external/llvm/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-port.h772 GTEST_API_ bool IsTrue(bool condition);
798 if (IsTrue(sizeof(T) > 0)) { // Makes sure T is a complete type.
951 if (::testing::internal::IsTrue(condition)) \
/external/v8/src/
H A Dcode-stubs.cc392 return object->IsTrue();
H A Dlog.cc684 if (global->IsTrue()) {
689 if (ignorecase->IsTrue()) {
694 if (multiline->IsTrue()) {
H A Dast.h1227 virtual bool ToBooleanIsTrue() { return handle_->ToBoolean()->IsTrue(); }
1235 bool IsTrue() const { function in class:v8::internal::Literal
1237 return handle_->IsTrue();
H A Dapi.cc2077 return is_eval->IsTrue();
2088 return is_constructor->IsTrue();
2108 bool Value::IsTrue() const { function in class:v8::Value
2109 if (IsDeadCheck(i::Isolate::Current(), "v8::Value::IsTrue()")) return false;
2110 return Utils::OpenHandle(this)->IsTrue();
2508 return obj->IsTrue();
2515 return value->IsTrue();
2810 return obj->IsTrue();
3021 return i::JSObject::DeleteProperty(self, key_obj)->IsTrue();
3042 return i::JSObject::DeleteElement(self, index)->IsTrue();
[all...]
/external/chromium/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/protobuf/gtest/src/
H A Dgtest-death-test.cc223 if (!::testing::internal::IsTrue(expression)) { \
/external/chromium/testing/gtest/src/
H A Dgtest-death-test.cc236 if (!::testing::internal::IsTrue(expression)) { \

Completed in 500 milliseconds

12