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

/external/chromium_org/content/renderer/accessibility/
H A Dblink_ax_tree_source.cc56 bool IsTrue(std::string html_value) { function in namespace:content::__anon7321
382 dst->AddBoolAttribute(ui::AX_ATTR_LIVE_ATOMIC, IsTrue(live_atomic));
384 dst->AddBoolAttribute(ui::AX_ATTR_LIVE_BUSY, IsTrue(live_busy));
392 IsTrue(container_live_atomic));
396 IsTrue(container_live_busy));
/external/chromium_org/testing/gtest/src/
H A Dgtest.cc4648 bool IsTrue(bool condition) { return condition; } function
4654 if (IsTrue(false))
/external/chromium_org/third_party/mesa/src/src/gtest/src/
H A Dgtest.cc4531 bool IsTrue(bool condition) { return condition; } function
4537 if (IsTrue(false))
/external/gtest/src/
H A Dgtest.cc4648 bool IsTrue(bool condition) { return condition; } function
4654 if (IsTrue(false))
/external/llvm/utils/unittest/googletest/src/
H A Dgtest.cc4499 bool IsTrue(bool condition) { return condition; } function
4505 if (IsTrue(false))
/external/mesa3d/src/gtest/src/
H A Dgtest.cc4531 bool IsTrue(bool condition) { return condition; } function
4537 if (IsTrue(false))
/external/protobuf/gtest/src/
H A Dgtest.cc4315 bool IsTrue(bool condition) { return condition; } function
4321 if (IsTrue(false))
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/googletest/src/src/
H A Dgtest-all.cc6132 bool IsTrue(bool condition) { return condition; } function
6138 if (IsTrue(false))
6768 if (!::testing::internal::IsTrue(expression)) { \
/external/chromium_org/v8/src/
H A Dapi.cc2243 return is_eval->IsTrue();
2254 return is_constructor->IsTrue();
2295 bool Value::IsTrue() const { function in class:v8::Value
2296 return Utils::OpenHandle(this)->IsTrue();
3092 return obj->IsTrue();
3330 return obj->IsTrue();
3350 return obj->IsTrue();
3374 return obj->IsTrue();
4812 return obj->IsTrue();
5593 return jsvalue->value()->IsTrue();
[all...]
H A Dobjects-inl.h1001 bool Object::IsTrue() { function in class:v8::internal::Object
2090 IsTrue() ||
/external/clang/lib/Sema/
H A DSemaChecking.cpp5363 bool IsTrue = true; local
5434 IsTrue = op == BO_NE;
5439 IsTrue = !PositiveConstant;
5441 IsTrue = PositiveConstant;
5444 IsTrue = !PositiveConstant;
5446 IsTrue = PositiveConstant;
5520 IsTrue = false;
5522 IsTrue = true;
5545 << OtherT << (OtherIsBooleanType && !OtherT->isBooleanType()) << IsTrue
/external/libvpx/libvpx/third_party/googletest/src/src/
H A Dgtest-all.cc6132 bool IsTrue(bool condition) { return condition; } function
6138 if (IsTrue(false))
6768 if (!::testing::internal::IsTrue(expression)) { \
/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/ ...
/external/jarjar/lib/
H A Dapache-ant-1.9.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...

Completed in 1426 milliseconds