Searched refs:isBool (Results 1 - 18 of 18) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/animation/
H A DInterpolation.cpp18 if (start->isBool())
19 return end->isBool();
H A DInterpolableValue.h19 virtual bool isBool() const { return false; } function in class:blink::InterpolableValue
71 virtual bool isBool() const OVERRIDE FINAL { return true; }
161 DEFINE_TYPE_CASTS(InterpolableBool, InterpolableValue, value, value->isBool(), value.isBool());
/external/chromium_org/third_party/skia/gm/
H A Dgm_expectations.cpp144 } else if (!ignoreFailure.isBool()) {
/external/skia/gm/
H A Dgm_expectations.cpp144 } else if (!ignoreFailure.isBool()) {
/external/chromium_org/third_party/webrtc/base/
H A Djson.cc22 if (in.isBool()) {
/external/chromium_org/third_party/jsoncpp/overrides/include/json/
H A Dvalue.h281 bool isBool() const;
/external/jsoncpp/chromium-overrides/include/json/
H A Dvalue.h281 bool isBool() const;
/external/jsoncpp/include/json/
H A Dvalue.h281 bool isBool() const;
/external/llvm/include/llvm/Support/
H A DYAMLTraits.h374 inline bool isBool(StringRef S) { function in namespace:llvm::yaml
395 if (isBool(S))
/external/deqp/modules/gles2/functional/
H A Des2fShaderOperatorTests.cpp477 bool isBool = de::inRange<int>(inType, TYPE_BOOL, TYPE_BOOL_VEC4); local
482 if (precision && !isBool) op << precision << " ";
486 if (isBool)
496 if (isBool)
/external/deqp/modules/gles2/performance/
H A Des2pShaderOperatorTests.cpp2209 int isBool = funcTypes[i] & VALUE_ANY_BOOL;
2219 : isBool ? boolTypes[typeArrayNdx]
/external/deqp/modules/gles3/performance/
H A Des3pShaderOperatorTests.cpp2252 int isBool = funcTypes[i] & VALUE_ANY_BOOL;
2264 : isBool ? boolTypes[typeArrayNdx]
/external/chromium_org/third_party/jsoncpp/overrides/src/lib_json/
H A Djson_value.cpp1393 Value::isBool() const function in class:Json::Value
/external/jsoncpp/chromium-overrides/src/lib_json/
H A Djson_value.cpp1387 Value::isBool() const function in class:Json::Value
/external/jsoncpp/src/lib_json/
H A Djson_value.cpp1383 Value::isBool() const function in class:Json::Value
/external/deqp/modules/gles3/functional/
H A Des3fShaderOperatorTests.cpp756 bool isBool = de::inRange<int>(inType, TYPE_BOOL, TYPE_BOOL_VEC4); local
761 if (precision && !isBool) op << precision << " ";
765 if (isBool)
775 if (isBool)
/external/jsoncpp/src/test_lib_json/
H A Dmain.cpp1239 JSONTEST_ASSERT_EQUAL(check.isBool_, value.isBool() );
/external/chromium_org/third_party/WebKit/PerformanceTests/Dromaeo/resources/dromaeo/web/lib/
H A Djquery-1.6.4.js2053 isBool = typeof stateVal === "boolean";
2072 state = isBool ? state : !self.hasClass( className );

Completed in 453 milliseconds