Searched defs:IsTrue (Results 1 - 12 of 12) sorted by relevance

/external/chromium/testing/gtest/src/
H A Dgtest.cc4531 bool IsTrue(bool condition) { return condition; } function
4537 if (IsTrue(false))
/external/gtest/src/
H A Dgtest.cc4531 bool IsTrue(bool condition) { return condition; } function
4537 if (IsTrue(false))
/external/libvpx/libvpx/third_party/googletest/src/src/
H A Dgtest.cc4531 bool IsTrue(bool condition) { return condition; } function
4537 if (IsTrue(false))
/external/llvm/utils/unittest/googletest/
H A Dgtest.cc4499 bool IsTrue(bool condition) { return condition; } function
4505 if (IsTrue(false))
/external/open-vcdiff/gtest/src/
H A Dgtest.cc4346 bool IsTrue(bool condition) { return condition; } function
4352 if (IsTrue(false))
/external/protobuf/gtest/src/
H A Dgtest.cc4315 bool IsTrue(bool condition) { return condition; } function
4321 if (IsTrue(false))
/external/v8/src/
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 Dobjects-inl.h790 bool Object::IsTrue() { function in class:v8::internal::Object
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/ceres-solver/internal/ceres/
H A Dgmock_gtest_all.cc5835 bool IsTrue(bool condition) { return condition; } function
5841 if (IsTrue(false))
6433 if (!::testing::internal::IsTrue(expression)) { \
/external/clang/lib/Sema/
H A DSemaChecking.cpp4482 bool IsTrue = true; local
4484 IsTrue = op == BO_NE;
4489 IsTrue = !PositiveConstant;
4491 IsTrue = PositiveConstant;
4494 IsTrue = !PositiveConstant;
4496 IsTrue = PositiveConstant;
4513 << OS.str() << OtherT << IsTrue
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...

Completed in 580 milliseconds