/aosp_15_r20/external/turbine/java/com/google/turbine/processing/ |
H A D | TurbineElement.java | 367 public TypeMirror asType() { in asType() method in TurbineElement.TurbineTypeElement 616 public TypeMirror asType() { in asType() method in TurbineElement.TurbineTypeParameterElement 806 public TypeMirror asType() { in asType() method in TurbineElement.TurbineExecutableElement 905 public TypeMirror asType() { in asType() method in TurbineElement.TurbineFieldElement 1024 public TypeMirror asType() { in asType() method in TurbineElement.TurbinePackageElement 1175 public TypeMirror asType() { in asType() method in TurbineElement.TurbineParameterElement 1280 public TypeMirror asType() { in asType() method in TurbineElement.TurbineRecordComponentElement 1345 public TypeMirror asType() { in asType() method in TurbineElement.TurbineNoTypeElement
|
/aosp_15_r20/out/soong/.intermediates/frameworks/base/libs/WindowManager/Shell/WindowManager-Shell/android_common/kapt/gen/stubs/com/android/wm/shell/compatui/api/ |
D | CompatUIEvent.java | 16 public default <T extends com.android.wm.shell.compatui.api.CompatUIEvent>T asType() { in asType() method 21 …public default <T extends com.android.wm.shell.compatui.api.CompatUIEvent>T asType(@org.jetbrains.… in asType() method
|
/aosp_15_r20/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/compatui/api/ |
H A D | CompatUIEvent.kt | 29 fun <T : CompatUIEvent> asType(): T? = this as? T in asType() method 31 fun <T : CompatUIEvent> asType(clazz: Class<T>): T? { in asType() method
|
/aosp_15_r20/external/nullaway/nullaway/src/main/java/com/uber/nullaway/handlers/ |
H A D | OptionalEmptinessHandler.java | 331 private final TypeMirror asType; field in OptionalEmptinessHandler.OptionalContentVariableElement 344 private OptionalContentVariableElement(Name name, TypeMirror asType) { in OptionalContentVariableElement() 398 public TypeMirror asType() { in asType() method in OptionalEmptinessHandler.OptionalContentVariableElement
|
/aosp_15_r20/external/ksp/api/src/main/kotlin/com/google/devtools/ksp/symbol/ |
H A D | KSClassDeclaration.kt | 70 fun asType(typeArguments: List<KSTypeArgument>): KSType method
|
/aosp_15_r20/external/skia/src/core/ |
H A D | SkRect.cpp | 146 static const char* set_scalar(SkString* storage, float value, SkScalarAsStringType asType) { in set_scalar() 153 SkScalarAsStringType asType = asHex ? kHex_SkScalarAsStringType : kDec_SkScalarAsStringType; in dumpToString() local
|
H A D | SkStringUtils.cpp | 20 void SkAppendScalar(SkString* str, SkScalar value, SkScalarAsStringType asType) { in SkAppendScalar()
|
/aosp_15_r20/external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javasymbolsolver_0_6_0/src/java-symbol-solver-model/com/github/javaparser/symbolsolver/model/declarations/ |
H A D | Declaration.java | 83 default TypeDeclaration asType() { in asType() method
|
H A D | TypeDeclaration.java | 108 default TypeDeclaration asType() { in asType() method
|
/aosp_15_r20/frameworks/base/packages/StatementService/src/com/android/statementservice/utils/ |
H A D | Result.kt | 31 fun <T> asType() = this as Result<T> in successValueOrNull() method in com.android.statementservice.utils.Result.Failure
|
/aosp_15_r20/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/resolution/declarations/ |
H A D | ResolvedDeclaration.java | 99 default ResolvedTypeDeclaration asType() { in asType() method
|
H A D | ResolvedTypeDeclaration.java | 135 default ResolvedTypeDeclaration asType() { in asType() method
|
/aosp_15_r20/libcore/ojluni/src/lambda/java/java/lang/invoke/ |
H A D | MethodHandle.java | 40 public MethodHandle asType(MethodType newType) { return null; } in asType() method in MethodHandle
|
/aosp_15_r20/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/util/ |
H A D | JSONPObject.java | 42 public JSONPObject(String function, Object value, JavaType asType) in JSONPObject()
|
H A D | JSONWrappedObject.java | 54 public JSONWrappedObject(String prefix, String suffix, Object value, JavaType asType) in JSONWrappedObject()
|
/aosp_15_r20/libcore/ojluni/src/main/java/java/lang/constant/ |
H A D | MethodHandleDesc.java | 193 default MethodHandleDesc asType(MethodTypeDesc type) { in asType() method
|
/aosp_15_r20/external/dagger2/java/dagger/internal/codegen/javapoet/ |
H A D | ExpressionType.java | 116 Optional<XType> asType() { in asType() method in ExpressionType
|
/aosp_15_r20/external/ksp/compiler-plugin/src/main/kotlin/com/google/devtools/ksp/symbol/impl/synthetic/ |
H A D | KSErrorTypeClassDeclaration.kt | 67 override fun asType(typeArguments: List<KSTypeArgument>): KSType { in asType() method
|
/aosp_15_r20/external/ksp/kotlin-analysis-api/src/main/kotlin/com/google/devtools/ksp/impl/symbol/kotlin/ |
H A D | KSErrorTypeClassDeclaration.kt | 67 override fun asType(typeArguments: List<KSTypeArgument>): KSType { in asType() method
|
H A D | KSClassDeclarationImpl.kt | 95 override fun asType(typeArguments: List<KSTypeArgument>): KSType { in <lambda>() method in com.google.devtools.ksp.impl.symbol.kotlin.KSClassDeclarationImpl
|
/aosp_15_r20/external/javaparser/javaparser-symbol-solver-core/src/main/java/com/github/javaparser/symbolsolver/javaparsermodel/declarations/ |
H A D | JavaParserSymbolDeclaration.java | 155 public ResolvedTypeDeclaration asType() { in asType() method in JavaParserSymbolDeclaration
|
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/StatementService/StatementService/android_common/kapt/gen/stubs/com/android/statementservice/utils/ |
D | Result.java | 47 … public final <T extends java.lang.Object>com.android.statementservice.utils.Result<T> asType() { in asType() method in Result.Failure
|
/aosp_15_r20/external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javasymbolsolver_0_6_0/src/java-symbol-solver-core/com/github/javaparser/symbolsolver/javaparsermodel/declarations/ |
H A D | JavaParserSymbolDeclaration.java | 163 public TypeDeclaration asType() { in asType() method in JavaParserSymbolDeclaration
|
/aosp_15_r20/external/moshi/moshi-kotlin-codegen/src/main/java/com/squareup/moshi/kotlin/codegen/ksp/ |
H A D | KspUtil.kt | 35 internal fun KSClassDeclaration.asType() = asType(emptyList()) in <lambda>() method
|
/aosp_15_r20/external/ksp/compiler-plugin/src/main/kotlin/com/google/devtools/ksp/symbol/impl/java/ |
H A D | KSClassDeclarationJavaEnumEntryImpl.kt | 98 override fun asType(typeArguments: List<KSTypeArgument>): KSType { in asType() method in com.google.devtools.ksp.symbol.impl.java.KSClassDeclarationJavaEnumEntryImpl
|