Home
last modified time | relevance | path

Searched +defs:name +defs:annotations (Results 1 – 25 of 1129) sorted by relevance

12345678910>>...46

/aosp_15_r20/system/chre/api_parser/
H A Dchre_api_annotations.json13 "name": "chreWwanCellInfoResult", string
14 "annotations": [ array
48 "name": "chreWwanCellInfo", string
49 "annotations": [ array
94 "name": "chreWwanCellIdentityGsm", string
95 "annotations": [ array
119 "name": "chreWifiScanEvent", string
120 "annotations": [ array
139 "name": "chreWifiScanResult", string
140 "annotations": [ array
[all …]
/aosp_15_r20/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/ast/visitor/
H A DModifierVisitor.java57 SimpleName name = (SimpleName) n.getName().accept(this, arg); in visit() local
58 NodeList<AnnotationExpr> annotations = modifyList(n.getAnnotations(), arg); in visit() local
74 SimpleName name = (SimpleName) n.getName().accept(this, arg); in visit() local
76 NodeList<AnnotationExpr> annotations = modifyList(n.getAnnotations(), arg); in visit() local
92 Expression name = (Expression) n.getName().accept(this, arg); in visit() local
243 SimpleName name = (SimpleName) n.getName().accept(this, arg); in visit() local
244 NodeList<AnnotationExpr> annotations = modifyList(n.getAnnotations(), arg); in visit() local
261 SimpleName name = (SimpleName) n.getName().accept(this, arg); in visit() local
264 NodeList<AnnotationExpr> annotations = modifyList(n.getAnnotations(), arg); in visit() local
310 SimpleName name = (SimpleName) n.getName().accept(this, arg); in visit() local
[all …]
H A DCloneVisitor.java59 NodeList<AnnotationExpr> annotations = cloneList(n.getAnnotations(), arg); in visit() local
60 Name name = cloneNode(n.getName(), arg); in visit() local
71 SimpleName name = cloneNode(n.getName(), arg); in visit() local
73 NodeList<AnnotationExpr> annotations = cloneList(n.getAnnotations(), arg); in visit() local
109 SimpleName name = cloneNode(n.getName(), arg); in visit() local
110 NodeList<AnnotationExpr> annotations = cloneList(n.getAnnotations(), arg); in visit() local
125 SimpleName name = cloneNode(n.getName(), arg); in visit() local
126 NodeList<AnnotationExpr> annotations = cloneList(n.getAnnotations(), arg); in visit() local
139 SimpleName name = cloneNode(n.getName(), arg); in visit() local
140 NodeList<AnnotationExpr> annotations = cloneList(n.getAnnotations(), arg); in visit() local
[all …]
/aosp_15_r20/external/turbine/java/com/google/turbine/binder/bound/
H A DTypeBoundClass.java69 ImmutableList<AnnoInfo> annotations(); in annotations() method
75 private final ImmutableList<AnnoInfo> annotations; field in TypeBoundClass.TyVarInfo
78 IntersectionTy upperBound, @Nullable Type lowerBound, ImmutableList<AnnoInfo> annotations) { in TyVarInfo()
98 public ImmutableList<AnnoInfo> annotations() { in annotations() method in TypeBoundClass.TyVarInfo
108 private final ImmutableList<AnnoInfo> annotations; field in TypeBoundClass.FieldInfo
117 ImmutableList<AnnoInfo> annotations, in FieldInfo()
134 public String name() { in name() method in TypeBoundClass.FieldInfo
159 public ImmutableList<AnnoInfo> annotations() { in annotations() method in TypeBoundClass.FieldInfo
174 private final ImmutableList<AnnoInfo> annotations; field in TypeBoundClass.MethodInfo
186 ImmutableList<AnnoInfo> annotations, in MethodInfo()
[all …]
/aosp_15_r20/external/junit/src/main/java/org/junit/runner/
H A DDescription.java44 public static Description createSuiteDescription(String name, Annotation... annotations) { in createSuiteDescription()
57 …lic static Description createSuiteDescription(String name, Serializable uniqueId, Annotation... an… in createSuiteDescription()
72 …tatic Description createTestDescription(String className, String name, Annotation... annotations) { in createTestDescription()
85 … static Description createTestDescription(Class<?> clazz, String name, Annotation... annotations) { in createTestDescription()
98 public static Description createTestDescription(Class<?> clazz, String name) { in createTestDescription()
109 …public static Description createTestDescription(String className, String name, Serializable unique… in createTestDescription()
113 private static String formatDisplayName(String name, String className) { in formatDisplayName()
134 … public static Description createSuiteDescription(Class<?> testClass, Annotation... annotations) { in createSuiteDescription()
161 private Description(Class<?> clazz, String displayName, Annotation... annotations) { in Description()
165 …ription(Class<?> testClass, String displayName, Serializable uniqueId, Annotation... annotations) { in Description()
[all …]
/aosp_15_r20/out/soong/.intermediates/prebuilts/r8/keepanno-annotations/android_common/combined/
Dkeepanno-annotations.jar ... com/android/tools/r8/keepanno/annotations/ com/android/tools/r8/keepanno ...
/aosp_15_r20/prebuilts/r8/
HDkeepanno-annotations.jar ... com/android/tools/r8/keepanno/annotations/ com/android/tools/r8/keepanno
/aosp_15_r20/out/soong/.intermediates/prebuilts/r8/keepanno-annotations/android_common/local-combined/
Dkeepanno-annotations.jar ... com/android/tools/r8/keepanno/annotations/ com/android/tools/r8/keepanno ...
/aosp_15_r20/external/turbine/java/com/google/turbine/bytecode/
H A DClassFile.java36 private final String name; field in ClassFile
43 private final List<AnnotationInfo> annotations; field in ClassFile
55 String name, in ClassFile()
62 List<AnnotationInfo> annotations, in ClassFile()
100 public String name() { in name() method in ClassFile
135 public List<AnnotationInfo> annotations() { in annotations() method in ClassFile
175 private final String name; field in ClassFile.FieldInfo
179 private final List<AnnotationInfo> annotations; field in ClassFile.FieldInfo
184 String name, in FieldInfo()
188 List<AnnotationInfo> annotations, in FieldInfo()
[all …]
H A DAttribute.java110 List<AnnotationInfo> annotations(); in annotations() method
115 List<AnnotationInfo> annotations; field in Attribute.RuntimeVisibleAnnotations
117 public RuntimeVisibleAnnotations(List<AnnotationInfo> annotations) { in RuntimeVisibleAnnotations()
122 public List<AnnotationInfo> annotations() { in annotations() method in Attribute.RuntimeVisibleAnnotations
134 List<AnnotationInfo> annotations; field in Attribute.RuntimeInvisibleAnnotations
136 public RuntimeInvisibleAnnotations(List<AnnotationInfo> annotations) { in RuntimeInvisibleAnnotations()
141 public List<AnnotationInfo> annotations() { in annotations() method in Attribute.RuntimeInvisibleAnnotations
186 List<List<AnnotationInfo>> annotations(); in annotations() method
193 public List<List<AnnotationInfo>> annotations() { in annotations() method in Attribute.RuntimeVisibleParameterAnnotations
197 final List<List<AnnotationInfo>> annotations; field in Attribute.RuntimeVisibleParameterAnnotations
[all …]
/aosp_15_r20/out/soong/.intermediates/external/android_onboarding/java/com/android/onboarding/contracts/annotations/android_onboarding.contracts.annotations/android_common/kotlin/
Dandroid_onboarding.contracts.annotations.jar ... .MF META-INF/external__android_onboarding__java__com__android__onboarding__contracts__annotations__android_common__android_onboarding.contracts.annotations.kotlin_module com/ com/android/ com/
/aosp_15_r20/out/soong/.intermediates/external/android_onboarding/java/com/android/onboarding/contracts/annotations/android_onboarding.contracts.annotations/android_common/repackaged-jarjar/kotlinc/
Dandroid_onboarding.contracts.annotations.jar ... com/android/onboarding/contracts/annotations/OnboardingNodeMetadata.class OnboardingNodeMetadata.kt package com.
/aosp_15_r20/prebuilts/gradle-plugin/com/android/tools/lint/lint-gradle/31.7.0-alpha07/
HDlint-gradle-31.7.0-alpha07.jar ... java package com.android.tools.lint.annotations com.android.tools.lint.annotations.
/aosp_15_r20/external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javaparser_new_src/javaparser-core/com/github/javaparser/ast/
H A DPackageDeclaration.java49 private List<AnnotationExpr> annotations; field in PackageDeclaration
51 private NameExpr name; field in PackageDeclaration
56 public PackageDeclaration(NameExpr name) { in PackageDeclaration()
60 public PackageDeclaration(List<AnnotationExpr> annotations, NameExpr name) { in PackageDeclaration()
65 public PackageDeclaration(Range range, List<AnnotationExpr> annotations, NameExpr name) { in PackageDeclaration()
112 public PackageDeclaration setAnnotations(List<AnnotationExpr> annotations) { in setAnnotations()
124 public PackageDeclaration setName(NameExpr name) { in setName()
/aosp_15_r20/external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javaparser_src/proper_source/com/github/javaparser/ast/
H A DPackageDeclaration.java46 private List<AnnotationExpr> annotations; field in PackageDeclaration
48 private NameExpr name; field in PackageDeclaration
53 public PackageDeclaration(NameExpr name) { in PackageDeclaration()
57 public PackageDeclaration(List<AnnotationExpr> annotations, NameExpr name) { in PackageDeclaration()
62 …inLine, int beginColumn, int endLine, int endColumn, List<AnnotationExpr> annotations, NameExpr na… in PackageDeclaration()
101 public void setAnnotations(List<AnnotationExpr> annotations) { in setAnnotations()
112 public void setName(NameExpr name) { in setName()
/aosp_15_r20/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/ast/body/
H A DReceiverParameter.java55 private NodeList<AnnotationExpr> annotations; field in ReceiverParameter
57 private Name name; field in ReceiverParameter
63 public ReceiverParameter(Type type, Name name) { in ReceiverParameter()
73 public ReceiverParameter(Type type, String name) { in ReceiverParameter()
78 public ReceiverParameter(NodeList<AnnotationExpr> annotations, Type type, Name name) { in ReceiverParameter()
86 …ublic ReceiverParameter(TokenRange tokenRange, NodeList<AnnotationExpr> annotations, Type type, Na… in ReceiverParameter()
138 public ReceiverParameter setAnnotations(final NodeList<AnnotationExpr> annotations) { in setAnnotations()
169 public ReceiverParameter setName(final Name name) { in setName()
H A DParameter.java68 private NodeList<AnnotationExpr> annotations; field in Parameter
70 private SimpleName name; field in Parameter
76 public Parameter(Type type, SimpleName name) { in Parameter()
86 public Parameter(Type type, String name) { in Parameter()
90 public Parameter(NodeList<Modifier> modifiers, Type type, SimpleName name) { in Parameter()
95 … modifiers, NodeList<AnnotationExpr> annotations, Type type, boolean isVarArgs, NodeList<Annotatio… in Parameter()
103 … modifiers, NodeList<AnnotationExpr> annotations, Type type, boolean isVarArgs, NodeList<Annotatio… in Parameter()
189 public Parameter setAnnotations(final NodeList<AnnotationExpr> annotations) { in setAnnotations()
203 public Parameter setName(final SimpleName name) { in setName()
/aosp_15_r20/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/ast/
H A DPackageDeclaration.java47 private NodeList<AnnotationExpr> annotations = new NodeList<>(); field in PackageDeclaration
49 private Name name; field in PackageDeclaration
55 public PackageDeclaration(Name name) { in PackageDeclaration()
60 public PackageDeclaration(NodeList<AnnotationExpr> annotations, Name name) { in PackageDeclaration()
68 …public PackageDeclaration(TokenRange tokenRange, NodeList<AnnotationExpr> annotations, Name name) { in PackageDeclaration()
112 public PackageDeclaration setAnnotations(final NodeList<AnnotationExpr> annotations) { in setAnnotations()
131 public PackageDeclaration setName(final Name name) { in setName()
/aosp_15_r20/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/ast/modules/
H A DModuleDeclaration.java26 private Name name; field in ModuleDeclaration
28 private NodeList<AnnotationExpr> annotations; field in ModuleDeclaration
38 public ModuleDeclaration(Name name, boolean isOpen) { in ModuleDeclaration()
43 …public ModuleDeclaration(NodeList<AnnotationExpr> annotations, Name name, boolean isOpen, NodeList… in ModuleDeclaration()
51 …public ModuleDeclaration(TokenRange tokenRange, NodeList<AnnotationExpr> annotations, Name name, b… in ModuleDeclaration()
78 public ModuleDeclaration setName(final Name name) { in setName()
97 public ModuleDeclaration setAnnotations(final NodeList<AnnotationExpr> annotations) { in setAnnotations()
/aosp_15_r20/prebuilts/cmdline-tools/tools/lib/external/com/google/j2objc/j2objc-annotations/2.8/
HDj2objc-annotations-2.8.jar ... google/j2objc/ com/google/j2objc/annotations/ com/google/j2objc/annotations/ObjectiveCName
/aosp_15_r20/prebuilts/tools/common/google-api-java-client/1.33.2/libs/
HDj2objc-annotations-1.3.jar ... google/j2objc/ com/google/j2objc/annotations/ com/google/j2objc/annotations/AutoreleasePool
/aosp_15_r20/prebuilts/tools/common/google-api-java-client/1.31.3/libs/
HDj2objc-annotations-1.3.jar ... google/j2objc/ com/google/j2objc/annotations/ com/google/j2objc/annotations/AutoreleasePool
/aosp_15_r20/prebuilts/devtools/tools/lib/
HDj2objc-annotations-1.1.jar ... google/j2objc/ com/google/j2objc/annotations/ com/google/j2objc/annotations/AutoreleasePool
/aosp_15_r20/packages/apps/TV/libs/m2/
Dj2objc-annotations-1.3.jar ... google/j2objc/ com/google/j2objc/annotations/ com/google/j2objc/annotations/AutoreleasePool
/aosp_15_r20/prebuilts/tools/common/m2/repository/com/google/j2objc/j2objc-annotations/1.1/
HDj2objc-annotations-1.1.jar ... google/j2objc/ com/google/j2objc/annotations/ com/google/j2objc/annotations/AutoreleasePool

12345678910>>...46