/external/chromium_org/third_party/WebKit/Source/core/animation/ |
D | InterpolableValue.h | 19 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());
|
D | Interpolation.cpp | 18 if (start->isBool()) in typesMatch() 19 return end->isBool(); in typesMatch()
|
/external/skia/gm/ |
D | gm_expectations.cpp | 144 } else if (!ignoreFailure.isBool()) { in Expectations()
|
/external/chromium_org/third_party/skia/gm/ |
D | gm_expectations.cpp | 144 } else if (!ignoreFailure.isBool()) { in Expectations()
|
/external/chromium_org/third_party/webrtc/base/ |
D | json.cc | 22 if (in.isBool()) { in GetStringFromJson()
|
/external/jsoncpp/ |
D | NEWS.txt | 18 * isBool, isNull, isString, isArray, and isObject now return true if and
|
/external/llvm/include/llvm/Support/ |
D | YAMLTraits.h | 374 inline bool isBool(StringRef S) { 395 if (isBool(S))
|
/external/jsoncpp/chromium-overrides/include/json/ |
D | value.h | 281 bool isBool() const;
|
/external/chromium_org/third_party/jsoncpp/overrides/include/json/ |
D | value.h | 281 bool isBool() const;
|
/external/jsoncpp/include/json/ |
D | value.h | 281 bool isBool() const;
|
/external/deqp/modules/gles2/functional/ |
D | es2fShaderOperatorTests.cpp | 477 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/ |
D | es3pShaderOperatorTests.cpp | 2252 int isBool = funcTypes[i] & VALUE_ANY_BOOL; in init() local 2264 : isBool ? boolTypes[typeArrayNdx] in init()
|
/external/deqp/modules/gles2/performance/ |
D | es2pShaderOperatorTests.cpp | 2209 int isBool = funcTypes[i] & VALUE_ANY_BOOL; in init() local 2219 : isBool ? boolTypes[typeArrayNdx] in init()
|
/external/deqp/modules/gles3/functional/ |
D | es3fShaderOperatorTests.cpp | 756 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/ |
D | json_value.cpp | 1393 Value::isBool() const in isBool() function in Json::Value
|
/external/jsoncpp/src/lib_json/ |
D | json_value.cpp | 1383 Value::isBool() const in isBool() function in Json::Value
|
/external/jsoncpp/chromium-overrides/src/lib_json/ |
D | json_value.cpp | 1387 Value::isBool() const in isBool() function in Json::Value
|
/external/jsoncpp/src/test_lib_json/ |
D | main.cpp | 1239 JSONTEST_ASSERT_EQUAL(check.isBool_, value.isBool() ); in checkIs()
|
/external/chromium_org/third_party/WebKit/PerformanceTests/Dromaeo/resources/dromaeo/web/lib/ |
D | jquery-1.6.4.js | 2053 isBool = typeof stateVal === "boolean"; 2072 state = isBool ? state : !self.hasClass( className );
|