HomeSort by relevance Sort by last modified time
    Searched refs:toType (Results 1 - 25 of 116) 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);
  /tools/metalava/src/main/java/com/android/tools/metalava/
DexApiWriter.kt 41 writer.print(cls.toType().internalName())
51 writer.print(method.containingClass().toType().internalName())
71 writer.print(cls.toType().internalName())
  /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/support/jetifier/jetifier/core/src/test/kotlin/com/android/tools/build/jetifier/core/rule/
RewriteRuleTest.kt 86 val toType: String,
91 val fieldRule = RewriteRule(fromType, toType)
99 val fieldRule = RewriteRule(fromType, toType)
  /external/javaparser/javaparser-symbol-solver-core/src/main/java/com/github/javaparser/symbolsolver/declarations/common/
MethodDeclarationCommonLogic.java 88 return methodDeclaration.getTypeParameters().stream().filter(tp -> tp.getName().equals(name)).map(tp -> toType(tp)).findFirst();
91 protected ResolvedType toType(ResolvedTypeParameterDeclaration typeParameterDeclaration) {
  /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/main/java/androidx/vectordrawable/graphics/drawable/
AnimatorInflaterCompat.java 212 int toType = hasTo ? tvTo.type : 0;
216 if ((hasFrom && isColorType(fromType)) || (hasTo && isColorType(toType))) {
272 if (toType == TypedValue.TYPE_DIMENSION) {
283 if (toType == TypedValue.TYPE_DIMENSION) {
302 if (toType == TypedValue.TYPE_DIMENSION) {
304 } else if (isColorType(toType)) {
315 if (toType == TypedValue.TYPE_DIMENSION) {
317 } 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/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) {
  /tools/metalava/src/main/java/com/android/tools/metalava/model/text/
TextClassItem.kt 120 override fun toType(): TypeItem = codebase.obtainTypeFromString(
182 interfaceTypes.add(itf.toType())
  /cts/common/device-side/util/src/com/android/compatibility/common/util/
ReadElf.java 89 return "Symbol[" + name + "," + toBind() + "," + toType() + "]";
104 private String toType() {
  /external/python/cpython2/Mac/Modules/ae/
_AEmodule.c 93 DescType toType;
99 PyMac_GetOSType, &toType))
102 toType,
768 PyDoc_STR("(DescType toType) -> (AEDesc result)")},
940 DescType toType;
948 PyMac_GetOSType, &toType))
953 toType,
    [all...]
  /tools/metalava/src/main/java/com/android/tools/metalava/model/
ClassItem.kt 191 fun toType(): TypeItem
210 fun setSuperClass(superClass: ClassItem?, superClassType: TypeItem? = superClass?.toType())
304 val type = toType()
309 visitor.visitType(it.toType(), it)
MethodItem.kt 54 sb.append(containingClass().containingClass()?.toType()?.internalName() ?: "")
  /frameworks/support/room/compiler/src/main/kotlin/androidx/room/ext/
element_ext.kt 103 fun AnnotationValue.toType(): TypeMirror {
  /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...]
  /frameworks/support/room/compiler/src/main/kotlin/androidx/room/processor/
EntityProcessor.kt 23 import androidx.room.ext.toType
551 getAnnotationValue(a, "entity").toType()
  /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 
  /test/suite_harness/common/util/src/com/android/compatibility/common/util/
ReadElf.java 111 toType(),
129 private String toType() {
    [all...]
  /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 944 return toType(tt.elem)
947 return toType(tt.elem)
950 return toType(tt.elem)
953 return toType(tt.elem)
956 return toType(tt.elem)
998 return toType(tt.in()[i])
1006 return toType(tt.key)
1046 return toType(tt.out()[i])
1109 m.Type = toType(t.typeOff(p.typ))
    [all...]
  /prebuilts/go/linux-x86/src/reflect/
type.go 944 return toType(tt.elem)
947 return toType(tt.elem)
950 return toType(tt.elem)
953 return toType(tt.elem)
956 return toType(tt.elem)
998 return toType(tt.in()[i])
1006 return toType(tt.key)
1046 return toType(tt.out()[i])
1109 m.Type = toType(t.typeOff(p.typ))
    [all...]

Completed in 2213 milliseconds

1 2 3 4 5