Home
last modified time | relevance | path

Searched refs:isBool (Results 1 – 19 of 19) sorted by relevance

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