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

  /frameworks/base/core/java/android/hardware/camera2/utils/
ArrayUtils.java 65 * {@code convertTo} as a one-to-one map (via the index).
68 * strings appearing in {@code convertFrom} but not {@code convertTo} are silently
73 * @param convertTo Conversion list of ints
74 * @return An array of ints where the values correspond to the ones in {@code convertTo}
78 List<String> list, String[] convertFrom, int[] convertTo) {
83 List<Integer> convertedList = convertStringListToIntList(list, convertFrom, convertTo);
95 * {@code convertTo} as a one-to-one map (via the index).
98 * strings appearing in {@code convertFrom} but not {@code convertTo} are silently
103 * @param convertTo Conversion list of ints
104 * @return A list of ints where the values correspond to the ones in {@code convertTo}
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/xml/
XPathExpression.cpp 96 result->convertTo(type, exceptionState);
XPathResult.h 63 void convertTo(unsigned short type, ExceptionState&);
XPathResult.cpp 77 void XPathResult::convertTo(unsigned short type, ExceptionState& exceptionState)
  /external/chromium_org/third_party/skia/src/animator/
SkScript.h 76 bool convertTo(SkDisplayTypes , SkScriptValue* );
91 static bool ConvertTo(SkScriptEngine* , SkDisplayTypes toType, SkScriptValue* value);
198 convertTo(SkType_String, &scriptValue);
SkScript2.h 41 bool convertTo(SkOperand2::OpType , SkScriptValue2* );
53 static bool ConvertTo(SkScriptEngine2* , SkOperand2::OpType toType, SkScriptValue2* value);
231 convertTo(SkOperand2::kString, &scriptValue);
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...]
SkMemberInfo.cpp 282 success = engine.convertTo(SkType_String, &scriptValue);
286 success = engine.convertTo(SkType_Float, &scriptValue);
289 success = engine.convertTo(SkType_Int, &scriptValue);
292 success = engine.convertTo(arrayType(), &scriptValue);
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...]
SkAnimatorScript.cpp 212 engine->convertTo(SkType_Int, valuePtr);
  /external/skia/src/animator/
SkScript.h 76 bool convertTo(SkDisplayTypes , SkScriptValue* );
91 static bool ConvertTo(SkScriptEngine* , SkDisplayTypes toType, SkScriptValue* value);
198 convertTo(SkType_String, &scriptValue);
SkScript2.h 41 bool convertTo(SkOperand2::OpType , SkScriptValue2* );
53 static bool ConvertTo(SkScriptEngine2* , SkOperand2::OpType toType, SkScriptValue2* value);
231 convertTo(SkOperand2::kString, &scriptValue);
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...]
SkMemberInfo.cpp 282 success = engine.convertTo(SkType_String, &scriptValue);
286 success = engine.convertTo(SkType_Float, &scriptValue);
289 success = engine.convertTo(SkType_Int, &scriptValue);
292 success = engine.convertTo(arrayType(), &scriptValue);
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...]
SkAnimatorScript.cpp 212 engine->convertTo(SkType_Int, valuePtr);
  /external/clang/include/clang/ASTMatchers/Dynamic/
VariantValue.h 157 Out.reset(new MatcherT(Matcher.convertTo<T>()));
  /external/clang/lib/ASTMatchers/
ASTMatchFinder.cpp 805 addMatcher(NodeMatch.convertTo<Decl>(), Action);
808 addMatcher(NodeMatch.convertTo<QualType>(), Action);
811 addMatcher(NodeMatch.convertTo<Stmt>(), Action);
814 addMatcher(NodeMatch.convertTo<NestedNameSpecifier>(), Action);
817 addMatcher(NodeMatch.convertTo<NestedNameSpecifierLoc>(), Action);
820 addMatcher(NodeMatch.convertTo<TypeLoc>(), Action);
  /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/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/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 

Completed in 565 milliseconds