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

1 2 3 4 5

  /external/guice/core/src/com/google/inject/spi/
TypeConverter.java 32 Object convert(String value, TypeLiteral<?> toType);
  /external/guice/core/src/com/google/inject/internal/
TypeConverterBindingProcessor.java 55 public Object convert(String value, TypeLiteral<?> toType) {
70 public Object convert(String value, TypeLiteral<?> toType) {
71 return Enum.valueOf((Class) toType.getRawType(), value);
90 public Object convert(String value, TypeLiteral<?> toType) {
113 public Object convert(String value, TypeLiteral<?> toType) {
  /frameworks/base/core/java/android/animation/
AnimatorInflater.java 280 int toType = hasTo ? tvTo.type : 0;
284 if ((hasFrom && isColorType(fromType)) || (hasTo && isColorType(toType))) {
340 if (toType == TypedValue.TYPE_DIMENSION) {
351 if (toType == TypedValue.TYPE_DIMENSION) {
370 if (toType == TypedValue.TYPE_DIMENSION) {
372 } else if (isColorType(toType)) {
383 if (toType == TypedValue.TYPE_DIMENSION) {
385 } else if (isColorType(toType)) {
568 * @param toType The type of "valueTo".
571 boolean getFloats, boolean hasFrom, int fromType, boolean hasTo, int toType) {
    [all...]
  /frameworks/support/graphics/drawable/animated/src/android/support/graphics/drawable/
AnimatorInflaterCompat.java 211 int toType = hasTo ? tvTo.type : 0;
215 if ((hasFrom && isColorType(fromType)) || (hasTo && isColorType(toType))) {
271 if (toType == TypedValue.TYPE_DIMENSION) {
282 if (toType == TypedValue.TYPE_DIMENSION) {
301 if (toType == TypedValue.TYPE_DIMENSION) {
303 } else if (isColorType(toType)) {
314 if (toType == TypedValue.TYPE_DIMENSION) {
316 } else if (isColorType(toType)) {
660 int toType = hasTo ? tvTo.type : 0;
664 if ((hasFrom && isColorType(fromType)) || (hasTo && isColorType(toType))) {
    [all...]
  /external/guice/extensions/struts2/lib/
ognl-3.0.jar 
  /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/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.databinding_1.3.100.I20100601-0800.jar 
  /external/guice/core/test/com/google/inject/
TypeConversionTest.java 379 public Object convert(String value, TypeLiteral<?> toType) {
455 public Object convert(String value, TypeLiteral<?> toType) {
467 public Object convert(String value, TypeLiteral<?> toType) {
ParentInjectorTest.java 289 public Object convert(String value, TypeLiteral<?> toType) {
  /cts/common/device-side/util/src/com/android/compatibility/common/util/
ReadElf.java 89 return "Symbol[" + name + "," + toBind() + "," + toType() + "]";
104 private String toType() {
  /prebuilts/sdk/current/support/graphics/drawable/
android-support-animatedvectordrawable.jar 
  /libcore/ojluni/src/main/java/java/sql/
DatabaseMetaData.java 442 * and <i>toType</i>. The JDBC types are the generic SQL data types defined
447 * @param toType the type to convert to; one of the type codes from
453 boolean supportsConvert(int fromType, int toType) throws SQLException;
    [all...]
  /prebuilts/tools/common/m2/repository/org/glassfish/jaxb/jaxb-xjc/2.2.11/
jaxb-xjc-2.2.11.jar 
  /prebuilts/tools/common/m2/repository/com/jakewharton/butterknife-compiler/8.4.0/
butterknife-compiler-8.4.0.jar 
  /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 
  /prebuilts/tools/common/m2/repository/org/eclipse/sisu/org.eclipse.sisu.plexus/0.0.0.M5/
org.eclipse.sisu.plexus-0.0.0.M5.jar 
  /frameworks/data-binding/compiler/src/main/java/android/databinding/tool/store/
SetterStore.java 380 String toType = getQualifiedName(conversionMethod.getReturnType());
387 convertTo.put(toType, methodDescription);
414 for (String toType : convertTos.keySet()) {
415 MethodDescription methodDescription = convertTos.get(toType);
417 removedConversions.add(toType);
    [all...]
  /prebuilts/go/darwin-x86/src/reflect/
type.go 940 return toType(tt.elem)
943 return toType(tt.elem)
946 return toType(tt.elem)
949 return toType(tt.elem)
952 return toType(tt.elem)
994 return toType(tt.in()[i])
1002 return toType(tt.key)
1042 return toType(tt.out()[i])
1092 m.Type = toType(t.typeOff(p.typ))
    [all...]
  /prebuilts/go/linux-x86/src/reflect/
type.go 940 return toType(tt.elem)
943 return toType(tt.elem)
946 return toType(tt.elem)
949 return toType(tt.elem)
952 return toType(tt.elem)
994 return toType(tt.in()[i])
1002 return toType(tt.key)
1042 return toType(tt.out()[i])
1092 m.Type = toType(t.typeOff(p.typ))
    [all...]
  /prebuilts/tools/common/m2/repository/com/jakewharton/butterknife/7.0.1/
butterknife-7.0.1.jar 
  /external/llvm/lib/Target/NVPTX/
NVPTXISelDAGToDAG.cpp     [all...]
  /external/guice/extensions/persist/lib/
ognl-2.6.7.jar 
xwork-2.0.4.jar 
  /prebuilts/tools/common/m2/repository/com/cedarsoftware/java-util/1.24.0/
java-util-1.24.0.jar 

Completed in 494 milliseconds

1 2 3 4 5