Home
last modified time | relevance | path

Searched defs:asType (Results 1 – 25 of 377) sorted by relevance

12345678910>>...16

/aosp_15_r20/external/turbine/java/com/google/turbine/processing/
H A DTurbineElement.java367 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/
DCompatUIEvent.java16 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 DCompatUIEvent.kt29 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 DOptionalEmptinessHandler.java331 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 DKSClassDeclaration.kt70 fun asType(typeArguments: List<KSTypeArgument>): KSType method
/aosp_15_r20/external/skia/src/core/
H A DSkRect.cpp146 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 DSkStringUtils.cpp20 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 DDeclaration.java83 default TypeDeclaration asType() { in asType() method
H A DTypeDeclaration.java108 default TypeDeclaration asType() { in asType() method
/aosp_15_r20/frameworks/base/packages/StatementService/src/com/android/statementservice/utils/
H A DResult.kt31 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 DResolvedDeclaration.java99 default ResolvedTypeDeclaration asType() { in asType() method
H A DResolvedTypeDeclaration.java135 default ResolvedTypeDeclaration asType() { in asType() method
/aosp_15_r20/libcore/ojluni/src/lambda/java/java/lang/invoke/
H A DMethodHandle.java40 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 DJSONPObject.java42 public JSONPObject(String function, Object value, JavaType asType) in JSONPObject()
H A DJSONWrappedObject.java54 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 DMethodHandleDesc.java193 default MethodHandleDesc asType(MethodTypeDesc type) { in asType() method
/aosp_15_r20/external/dagger2/java/dagger/internal/codegen/javapoet/
H A DExpressionType.java116 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 DKSErrorTypeClassDeclaration.kt67 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 DKSErrorTypeClassDeclaration.kt67 override fun asType(typeArguments: List<KSTypeArgument>): KSType { in asType() method
H A DKSClassDeclarationImpl.kt95 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 DJavaParserSymbolDeclaration.java155 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/
DResult.java47 … 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 DJavaParserSymbolDeclaration.java163 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 DKspUtil.kt35 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 DKSClassDeclarationJavaEnumEntryImpl.kt98 override fun asType(typeArguments: List<KSTypeArgument>): KSType { in asType() method in com.google.devtools.ksp.symbol.impl.java.KSClassDeclarationJavaEnumEntryImpl

12345678910>>...16