HomeSort by relevance Sort by last modified time
    Searched refs:toType (Results 1 - 25 of 36) sorted by null

1 2

  /frameworks/base/core/java/android/animation/
AnimatorInflater.java 308 int toType = hasTo ? tvTo.type : 0;
312 if ((hasFrom && isColorType(fromType)) || (hasTo && isColorType(toType))) {
368 if (toType == TypedValue.TYPE_DIMENSION) {
379 if (toType == TypedValue.TYPE_DIMENSION) {
398 if (toType == TypedValue.TYPE_DIMENSION) {
400 } else if (isColorType(toType)) {
411 if (toType == TypedValue.TYPE_DIMENSION) {
413 } else if (isColorType(toType)) {
590 * @param toType The type of "valueTo".
593 boolean getFloats, boolean hasFrom, int fromType, boolean hasTo, int toType) {
    [all...]
  /cts/tools/signature-tools/src/signature/compare/
Main.java 94 String toType = args[++at];
143 IApi toApi = getApi(toType, nameTo, toFiles, packages);
  /external/mesa3d/src/mesa/main/
es_generator.py 68 def ConvertValue(value, fromType, toType):
76 if not Converters[fromType].has_key(toType):
77 print >> sys.stderr, "No converter found for type '%s' to type '%s'. Ignoring." % (fromType, toType)
81 conversionString = Converters[fromType][toType]
    [all...]
  /external/skia/src/animator/
SkScript.cpp 343 bool SkScriptEngine::convertTo(SkDisplayTypes toType, SkScriptValue* value ) {
345 if (type == toType)
349 if (ToOpType(toType) == kString) {
364 return convertTo(toType, value);
366 return ConvertTo(this, toType, value);
    [all...]
SkScriptTokenizer.cpp 155 SkOperand2::OpType toType, SkScriptEngine2::TypeOp op) {
156 if (value->fIsConstant == SkScriptValue2::kConstant && convertTo(toType, value))
161 value->fType = toType;
346 bool SkScriptEngine2::convertTo(SkOperand2::OpType toType, SkScriptValue2* value ) {
348 if (type == toType)
353 return convertTo(toType, value);
355 return ConvertTo(this, toType, value);
    [all...]
SkScript.h 91 static bool ConvertTo(SkScriptEngine* , SkDisplayTypes toType, SkScriptValue* value);
SkScript2.h 53 static bool ConvertTo(SkScriptEngine2* , SkOperand2::OpType toType, SkScriptValue2* value);
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.databinding_1.3.100.I20100601-0800.jar 
  /cts/libs/deviceutil/src/android/cts/util/
ReadElf.java 89 return "Symbol[" + name + "," + toBind() + "," + toType() + "]";
104 private String toType() {
  /frameworks/data-binding/compiler/src/main/java/android/databinding/tool/store/
SetterStore.java 301 String toType = getQualifiedName(conversionMethod.getReturnType());
308 convertTo.put(toType, methodDescription);
335 for (String toType : convertTos.keySet()) {
336 MethodDescription methodDescription = convertTos.get(toType);
338 removedConversions.add(toType);
    [all...]
  /libcore/luni/src/main/java/java/sql/
DatabaseMetaData.java     [all...]
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
org.eclipse.sisu.plexus-0.0.0.M5.jar 
sisu-guice-3.1.3-no_aop.jar 
org.eclipse.sisu.inject-0.0.0.M5.jar 
  /external/llvm/lib/Target/NVPTX/
NVPTXISelDAGToDAG.cpp     [all...]
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/sonatype/sisu/sisu-inject-bean/1.4.2/
sisu-inject-bean-1.4.2.jar 
  /prebuilts/tools/common/m2/repository/org/sonatype/sisu/sisu-inject-bean/1.4.2/
sisu-inject-bean-1.4.2.jar 
  /external/javasqlite/src/main/java/SQLite/JDBC2z/
JDBCDatabaseMetaData.java 168 public boolean supportsConvert(int fromType, int toType)
    [all...]
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/sonatype/sisu/sisu-guice/2.1.7/
sisu-guice-2.1.7-noaop.jar 
  /prebuilts/tools/common/m2/repository/org/sonatype/sisu/sisu-guice/2.1.7/
sisu-guice-2.1.7-noaop.jar 
  /external/clang/lib/Sema/
SemaExpr.cpp     [all...]
  /prebuilts/tools/common/m2/repository/org/apache/commons/commons-lang3/3.2.1/
commons-lang3-3.2.1.jar 
  /prebuilts/tools/common/m2/repository/org/apache/commons/commons-lang3/3.3/
commons-lang3-3.3.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant-nodeps.jar 
  /external/robolectric/lib/main/
sqlite-jdbc-3.7.2.jar 

Completed in 846 milliseconds

1 2