/aosp_15_r20/external/ksp/compiler-plugin/src/main/kotlin/com/google/devtools/ksp/symbol/impl/synthetic/ |
H A D | KSValueParameterSyntheticImpl.kt | 38 override val name: KSName? by lazy { in <lambda>() constant 58 override val annotations: Sequence<KSAnnotation> by lazy { in <lambda>() constant
|
/aosp_15_r20/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/introspect/ |
H A D | AnnotatedFieldCollector.java | 115 String name = mixinField.getName(); in _addFieldMixIns() local 144 public AnnotationCollector annotations; field in AnnotatedFieldCollector.FieldBuilder
|
/aosp_15_r20/external/TestParameterInjector/junit4/src/test/java/com/google/testing/junit/testparameterinjector/ |
H A D | TestParameterTest.java | 235 public TestParameterTest(String name, Class<?> testClass) { in TestParameterTest() 245 Iterable<Annotation> annotations) { in annotationTypes()
|
/aosp_15_r20/external/auto/factory/src/main/java/com/google/auto/factory/processor/ |
H A D | AutoFactoryProcessor.java | 92 public boolean process(Set<? extends TypeElement> annotations, RoundEnvironment roundEnv) { in process() 249 builder.put(name.className(), name); in simpleNamesToNames() local
|
/aosp_15_r20/external/cronet/third_party/jni_zero/ |
H A D | java_types.py | 73 def name(self): member in JavaClass 139 def make_nested(self, name): argument 149 annotations: Dict[str, Optional[str]] = \ variable in JavaType 370 def resolve(self, name): argument
|
/aosp_15_r20/external/opencensus-java/impl_core/src/main/java/io/opencensus/implcore/trace/ |
H A D | RecordEventsSpanImpl.java | 70 private final String name; field in RecordEventsSpanImpl 87 private TraceEvents<EventWithNanoTime<Annotation>> annotations; field in RecordEventsSpanImpl 136 String name, in startSpan() 566 String name, in RecordEventsSpanImpl()
|
/aosp_15_r20/out/soong/.intermediates/packages/apps/Dialer/dialer-rootcomponentprocessor/linux_glibc_common/javac/ |
D | dialer-rootcomponentprocessor.jar | ... DialerVariant valueOf (java.lang.String)
String name
private void <init> (java.lang. ... |
/aosp_15_r20/external/google-java-format/core/src/main/java/com/google/googlejavaformat/java/java17/ |
H A D | Java17InputAstVisitor.java | 85 private void visitBindingPattern(ModifiersTree modifiers, Tree type, Name name) { in visitBindingPattern() 88 List<AnnotationTree> annotations = in visitBindingPattern() local
|
/aosp_15_r20/external/googleapis/google/rpc/context/ |
H A D | attribute_context.proto | 254 string name = 2; field 279 map<string, string> annotations = 6; field
|
/aosp_15_r20/external/sdk-platform-java/java-common-protos/proto-google-common-protos/src/main/proto/google/rpc/context/ |
H A D | attribute_context.proto | 254 string name = 2; field 279 map<string, string> annotations = 6; field
|
/aosp_15_r20/out/soong/.intermediates/prebuilts/sdk/current/androidx/m2repository/androidx/compose/ui/ui-tooling-preview-android/1.8.0-beta01/androidx.compose.ui_ui-tooling-preview/android_common/aar/ |
D | classes.jar | ... init> ()
public static synthetic void getWEAR_OS_LARGE_ROUND$annotations ()
public static synthetic void getWEAR_OS_SMALL_ROUND$annotations ( ... |
D | androidx.compose.ui_ui-tooling-preview.jar | ... init> ()
public static synthetic void getWEAR_OS_LARGE_ROUND$annotations ()
public static synthetic void getWEAR_OS_SMALL_ROUND$annotations ( ... |
/aosp_15_r20/external/python/google-api-python-client/googleapiclient/discovery_cache/documents/ |
D | licensing.v1.json | 25 "name": "licensing", string 426 "annotations": { object 443 "annotations": { object 456 "annotations": { object 472 "annotations": { object
|
/aosp_15_r20/external/dagger2/java/dagger/internal/codegen/xprocessing/ |
HD | xprocessing.jar | ... .String, java.util.List)
String name
java.util.List bounds
}
META-INF ... |
/aosp_15_r20/out/soong/.intermediates/external/dagger2/dagger2-room-compiler-processing/linux_glibc_common/local-combined/ |
D | dagger2-room-compiler-processing.jar | ... lang.String, int)
String $enum$name
int $enum$ordinal
public static androidx.room ... |
/aosp_15_r20/frameworks/base/tools/aapt2/java/ |
H A D | JavaClassGenerator.cpp | 230 static FieldReference GetRFieldReference(const ResourceName& name, in GetRFieldReference() 238 bool JavaClassGenerator::ProcessStyleable(const ResourceNameRef& name, const ResourceId& id, in ProcessStyleable() 452 void JavaClassGenerator::ProcessResource(const ResourceNameRef& name, const ResourceId& id, in ProcessResource() 587 static void AppendJavaDocAnnotations(const std::vector<std::string>& annotations, in AppendJavaDocAnnotations()
|
/aosp_15_r20/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/ |
D | DeviceTestCase.java | 92 public DeviceTestCase(String name) { in DeviceTestCase() 264 public void addAllIncludeAnnotation(Set<String> annotations) { in addAllIncludeAnnotation()
|
/aosp_15_r20/external/auto/value/src/main/java/com/google/auto/value/processor/ |
H A D | AutoAnnotationProcessor.java | 126 public boolean process(Set<? extends TypeElement> annotations, RoundEnvironment roundEnv) { in process() 277 String name = type.getSimpleName().toString(); in generatedClassName() local 303 String name = member.getSimpleName().toString(); in getMemberMethods() local 314 String name = memberMethod.getSimpleName().toString(); in getMembers() local 324 String name = member.getSimpleName().toString(); in getDefaultValues() local 338 String name = parameter.getSimpleName().toString(); in getParameters() local
|
/aosp_15_r20/external/ksp/compiler-plugin/src/main/kotlin/com/google/devtools/ksp/symbol/impl/kotlin/ |
H A D | KSValueParameterImpl.kt | 74 override val annotations: Sequence<KSAnnotation> by lazy { in <lambda>() constant 105 override val name: KSName? by lazy { in <lambda>() constant
|
/aosp_15_r20/cts/tools/release-parser/src/com/android/cts/releaseparser/ |
H A D | DexParser.java | 84 public void setPackageName(String name) { in setPackageName() 200 private List<ApiAnnotation> getAnnotationList(Set<? extends Annotation> annotations) { in getAnnotationList()
|
/aosp_15_r20/external/guice/extensions/struts2/lib/ |
HD | xwork-core-2.2.1.jar | ... , java.lang.Object)
Class type
String name
Object impl
}
com/opensymphony/xwork2/ActionProxy ... |
/aosp_15_r20/external/kotlinpoet/kotlinpoet/src/commonMain/kotlin/com/squareup/kotlinpoet/ |
H A D | TypeSpec.kt | 54 public val name: String? = builder.name in <lambda>() constant 56 override val annotations: List<AnnotationSpec> = builder.annotations.toImmutableList() in <lambda>() constant 472 internal val name: String?, in <lambda>() constant in com.squareup.kotlinpoet.Builder 498 override val annotations: MutableList<AnnotationSpec> = mutableListOf() in <lambda>() constant
|
/aosp_15_r20/external/guice/core/src/com/google/inject/internal/ |
H A D | ProviderMethodsModule.java | 204 final String name; field in ProviderMethodsModule.Signature 282 <T> Key<T> getKey(Errors errors, TypeLiteral<T> type, Member member, Annotation[] annotations) { in getKey()
|
/aosp_15_r20/external/dagger2/java/dagger/hilt/processor/internal/aggregateddeps/ |
H A D | AggregatedDepsProcessingStep.java | 357 XElement element, ImmutableSet<ClassName> annotations) { in getAnnotation() 401 String name = annotation.getTypeElement().getQualifiedName(); in isGenerated() local
|
/aosp_15_r20/libcore/luni/src/test/java/libcore/java/lang/ |
H A D | OldClassTest.java | 240 Annotation [] annotations = PublicTestClass.class.getAnnotations(); in test_getAnnotations() local 359 Annotation [] annotations = PublicTestClass.class.getDeclaredAnnotations(); in test_getDeclaredAnnotations() local 951 String name = "/HelloWorld.txt"; in test_getResourceAsStreamLjava_lang_String() local
|