HomeSort by relevance Sort by last modified time
    Searched defs:convertTo (Results 1 - 10 of 10) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/xml/
XPathResult.cpp 77 void XPathResult::convertTo(unsigned short type, ExceptionState& exceptionState)
  /external/chromium_org/third_party/skia/src/animator/
SkScript.cpp 337 if (convertTo((SkDisplayTypes) paramTypes[index], &params[index]) == false)
343 bool SkScriptEngine::convertTo(SkDisplayTypes toType, SkScriptValue* value ) {
364 return convertTo(toType, value);
366 return ConvertTo(this, toType, value);
559 if (convertTo(tokenInfo->getType(), &tokenValue) == false)
595 if (convertTo(type, &tokenValue) == false)
846 if (convertTo(ToDisplayType(fReturnType), value) == false)
888 if (convertTo(SkType_Int, &scriptValue) == false)
    [all...]
SkScriptTokenizer.cpp 156 if (value->fIsConstant == SkScriptValue2::kConstant && convertTo(toType, value))
342 convertTo(paramTypes[index], &(*params)[index]);
346 bool SkScriptEngine2::convertTo(SkOperand2::OpType toType, SkScriptValue2* value ) {
353 return convertTo(toType, value);
355 return ConvertTo(this, toType, value);
503 convertTo(type, &tokenValue);
763 convertTo(fReturnType, value);
781 success = convertTo(SkOperand2::kS32, &scriptValue);
    [all...]
  /external/skia/src/animator/
SkScript.cpp 337 if (convertTo((SkDisplayTypes) paramTypes[index], &params[index]) == false)
343 bool SkScriptEngine::convertTo(SkDisplayTypes toType, SkScriptValue* value ) {
364 return convertTo(toType, value);
366 return ConvertTo(this, toType, value);
559 if (convertTo(tokenInfo->getType(), &tokenValue) == false)
595 if (convertTo(type, &tokenValue) == false)
846 if (convertTo(ToDisplayType(fReturnType), value) == false)
888 if (convertTo(SkType_Int, &scriptValue) == false)
    [all...]
SkScriptTokenizer.cpp 156 if (value->fIsConstant == SkScriptValue2::kConstant && convertTo(toType, value))
342 convertTo(paramTypes[index], &(*params)[index]);
346 bool SkScriptEngine2::convertTo(SkOperand2::OpType toType, SkScriptValue2* value ) {
353 return convertTo(toType, value);
355 return ConvertTo(this, toType, value);
503 convertTo(type, &tokenValue);
763 convertTo(fReturnType, value);
781 success = convertTo(SkOperand2::kS32, &scriptValue);
    [all...]
  /external/clang/include/clang/ASTMatchers/
ASTMatchersInternal.h 364 template <typename T> Matcher<T> convertTo() const {
369 /// \brief Same as \c convertTo(), but does not check that the underlying
454 inline Matcher<QualType> DynTypedMatcher::convertTo<QualType>() const {
    [all...]
  /external/llvm/lib/Target/SystemZ/
SystemZISelDAGToDAG.cpp 276 SDValue convertTo(SDLoc DL, EVT VT, SDValue N) const;
854 SDValue SystemZDAGToDAGISel::convertTo(SDLoc DL, EVT VT, SDValue N) const {
908 convertTo(SDLoc(N), OpcodeVT, RISBG.Input),
914 return convertTo(SDLoc(N), VT, SDValue(N, 0)).getNode();
    [all...]
  /external/robolectric/lib/main/
h2-1.2.147.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.mortbay.jetty.util_6.1.23.v201004211559.jar 
  /prebuilts/tools/common/google-api-java-client/1.8.0-rc/
google-api-java-client-min-repackaged.jar 

Completed in 746 milliseconds