Home
last modified time | relevance | path

Searched +defs:result +defs:annotations (Results 1 – 25 of 1212) sorted by relevance

12345678910>>...49

/aosp_15_r20/external/sl4a/Common/src/com/googlecode/android_scripting/rpc/
H A DMethodDescriptor.java86 final Annotation annotations[][] = getParameterAnnotations(); in invoke() local
115 final Annotation annotations[][] = getParameterAnnotations(); in invoke() local
134 Object result = null; in invoke() local
177 Integer[] result = new Integer[list.length()]; in convertParameter() local
191 String[] result = new String[list.length()]; in convertParameter() local
311 final Annotation[][] annotations = mMethod.getParameterAnnotations(); in getHelp() local
351 private static String getHelpForParameter(Type parameterType, Annotation[] annotations) { in getHelpForParameter()
352 StringBuilder result = new StringBuilder(); in getHelpForParameter() local
461 private static String getName(Annotation[] annotations) { in getName()
476 private static String getDescription(Annotation[] annotations) { in getDescription()
[all …]
/aosp_15_r20/platform_testing/libraries/flag-helpers/junit/src_base/android/platform/test/flag/junit/
H A DAnnotationsRetriever.java63 Set<String> result = new HashSet<>(); in getAllUsedFlagsClasses() local
70 Description description, Set<Object> visited, Set<String> result) { in collectUsedFlagsClasses()
74 collectUsedFlagsClasses(List.of(testClass.getAnnotations()), result); in collectUsedFlagsClasses() local
76 collectUsedFlagsClasses(description.getAnnotations(), result); in collectUsedFlagsClasses() local
83 Collection<Annotation> annotations, Set<String> result) { in collectUsedFlagsClasses()
88 Set<String> result = new HashSet<>(); in getAllAnnotationSetFlags() local
95 Description description, Set<Object> visited, Set<String> result) { in collectAnnotationSetFlags()
99 collectAnnotationSetFlags(List.of(testClass.getAnnotations()), result); in collectAnnotationSetFlags() local
101 collectAnnotationSetFlags(description.getAnnotations(), result); in collectAnnotationSetFlags() local
108 Collection<Annotation> annotations, Set<String> result) { in collectAnnotationSetFlags()
[all …]
/aosp_15_r20/external/moshi/moshi/src/main/java/com/squareup/moshi/
H A DMoshi.java97 Set<Annotation> annotations = new LinkedHashSet<>(annotationTypes.length); in adapter() local
105 public <T> JsonAdapter<T> adapter(Type type, Set<? extends Annotation> annotations) { in adapter()
116 Type type, Set<? extends Annotation> annotations, @Nullable String fieldName) { in adapter()
129 JsonAdapter<?> result = adapterCache.get(cacheKey); in adapter() local
146 JsonAdapter<T> result = (JsonAdapter<T>) factories.get(i).create(type, annotations, this); in adapter() local
167 JsonAdapter.Factory skipPast, Type type, Set<? extends Annotation> annotations) { in nextAdapter()
177 JsonAdapter<T> result = (JsonAdapter<T>) factories.get(i).create(type, annotations, this); in nextAdapter() local
187 Builder result = new Builder(); in newBuilder() local
198 private Object cacheKey(Type type, Set<? extends Annotation> annotations) { in cacheKey()
/aosp_15_r20/external/mobly-snippet-lib/third_party/sl4a/src/main/java/com/google/android/mobly/snippet/rpc/
H A DMethodDescriptor.java81 final Annotation[][] annotations = getParameterAnnotations(); in invoke() local
141 Integer[] result = new Integer[list.length()]; in convertParameter() local
151 Long[] result = new Long[list.length()]; in convertParameter() local
173 String[] result = new String[list.length()]; in convertParameter() local
297 public static Object getDefaultValue(Type parameterType, Iterable<Annotation> annotations) { in getDefaultValue()
315 public static Object getOptionalValue(Type parameterType, Iterable<Annotation> annotations) { in getOptionalValue()
351 public static boolean hasDefaultValue(Iterable<Annotation> annotations) { in hasDefaultValue()
365 public static boolean isOptional(Iterable<Annotation> annotations) { in isOptional()
/aosp_15_r20/external/libtextclassifier/native/annotator/pod_ner/
H A Dpod-ner-impl_test.cc122 std::vector<AnnotatedSpan> annotations; in TEST_F() local
129 std::vector<AnnotatedSpan> annotations; in TEST_F() local
145 std::vector<AnnotatedSpan> annotations; in TEST_F() local
206 std::vector<AnnotatedSpan> annotations; in TEST_F() local
230 std::vector<AnnotatedSpan> annotations; in TEST_F() local
266 std::vector<AnnotatedSpan> annotations; in TEST_F() local
291 std::vector<AnnotatedSpan> annotations; in TEST_F() local
312 std::vector<AnnotatedSpan> annotations; in TEST_F() local
325 std::vector<AnnotatedSpan> annotations; in TEST_F() local
346 std::vector<AnnotatedSpan> annotations; in TEST_F() local
[all …]
/aosp_15_r20/external/turbine/java/com/google/turbine/binder/
H A DTypeBinder.java128 Symbol result = Resolve.resolve(env, sym, curr, lookup.first()); in lookup() local
182 ImmutableList<AnnoInfo> annotations = bindAnnotations(enclosingScope, base.decl().annos()); in bind() local
494 ImmutableList.Builder<RecordComponentInfo> result = ImmutableList.builder(); in bindComponents() local
656 LinkedHashMap<TyVarSymbol, TyVarInfo> result = new LinkedHashMap<>(); in bindTyParams() local
664 ImmutableList<AnnoInfo> annotations = bindAnnotations(scope, tree.annos()); in bindTyParams() local
803 ImmutableList<AnnoInfo> annotations = bindAnnotations(scope, t.annos()); in bindMethod() local
842 ImmutableList<AnnoInfo> annotations = bindAnnotations(scope, decl.annos()); in bindField() local
860 ImmutableList.Builder<AnnoInfo> result = ImmutableList.builder(); in bindAnnotations() local
901 ImmutableList.Builder<Type> result = ImmutableList.builder(); in bindTyArgs() local
913 Type result = bindTy(scope, ty); in bindTyArg() local
[all …]
/aosp_15_r20/external/turbine/java/com/google/turbine/lower/
H A DLower.java148 ImmutableMap.Builder<String, byte[]> result = ImmutableMap.builder(); in lowerAll() local
200 ImmutableList<AnnotationInfo> annotations = lowerAnnotations(module.annos()); in lower() local
326 ImmutableList<AnnotationInfo> annotations = lowerAnnotations(info.annotations()); in lower() local
392 ImmutableList<AnnotationInfo> annotations = lowerAnnotations(m.annotations()); in lowerMethod() local
414 ImmutableList.Builder<ParameterInfo> result = ImmutableList.builder(); in methodParameters() local
425 ImmutableList.Builder<ImmutableList<AnnotationInfo>> annotations = ImmutableList.builder(); in parameterAnnotations() local
455 TySig result = sig.signature(Erasure.erase(m.returnType(), tenv)); in methodDescriptor() local
466 ImmutableList<AnnotationInfo> annotations = lowerAnnotations(f.annotations()); in lowerField() local
538 ImmutableList.Builder<String> result = ImmutableList.builder(); in collectNestMembers() local
610 TyVarInfo result = tyParams.get(sym); in apply() local
[all …]
/aosp_15_r20/out/soong/.intermediates/external/exoplayer/exoplayer-annotation_stubs/android_common_apex30/turbine/
Dexoplayer-annotation_stubs.jar ... kotlin.annotations.jvm public final enum kotlin.annotations.jvm.MigrationStatus extends java.lang.Enum ...
/aosp_15_r20/out/soong/.intermediates/external/exoplayer/exoplayer-annotation_stubs/android_common_apex31/turbine/
Dexoplayer-annotation_stubs.jar ... kotlin.annotations.jvm public final enum kotlin.annotations.jvm.MigrationStatus extends java.lang.Enum ...
/aosp_15_r20/out/soong/.intermediates/external/exoplayer/exoplayer-annotation_stubs/android_common/turbine/
Dexoplayer-annotation_stubs.jar ... kotlin.annotations.jvm public final enum kotlin.annotations.jvm.MigrationStatus extends java.lang.Enum ...
/aosp_15_r20/cts/common/device-side/bedstead/harrier/src/main/java/com/android/bedstead/harrier/
H A DBedsteadJUnit4.java297 List<Annotation> annotations, List<Annotation> parameterizedAnnotations) { in resolveRecursiveAnnotations()
298 resolveRecursiveAnnotations(getHarrierRule(), annotations, parameterizedAnnotations); in resolveRecursiveAnnotations() local
308 List<Annotation> annotations, in resolveRecursiveAnnotations()
410 Annotation[] annotations = in getReplacementAnnotations() local
524 List<List<Annotation>> annotations) { in calculateCartesianProductOfAnnotationSets()
525 List<List<Annotation>> result = new ArrayList<>(); in calculateCartesianProductOfAnnotationSets() local
538 List<List<Annotation>> annotations, in generateCartesianProductOfAnnotationSets()
540 List<List<Annotation>> result, in generateCartesianProductOfAnnotationSets()
620 List<Annotation> annotations = in generateGeneralParameterisationMethods() local
754 List<Annotation> annotations = new ArrayList<>(annotationCosts.keySet()); in bedsteadAnnotationsSortedByCost() local
[all …]
/aosp_15_r20/out/soong/.intermediates/external/exoplayer/exoplayer-annotation_stubs/android_common_apex30/javac/
Dexoplayer-annotation_stubs.jar ... -INF/MANIFEST.MF kotlin/ kotlin/annotations/ kotlin/annotations/jvm/ kotlin/annotations ...
/aosp_15_r20/out/soong/.intermediates/external/exoplayer/exoplayer-annotation_stubs/android_common/javac/
Dexoplayer-annotation_stubs.jar ... -INF/MANIFEST.MF kotlin/ kotlin/annotations/ kotlin/annotations/jvm/ kotlin/annotations ...
/aosp_15_r20/out/soong/.intermediates/external/exoplayer/exoplayer-annotation_stubs/android_common_apex31/javac/
Dexoplayer-annotation_stubs.jar ... -INF/MANIFEST.MF kotlin/ kotlin/annotations/ kotlin/annotations/jvm/ kotlin/annotations ...
/aosp_15_r20/external/kotlinpoet/interop/kotlin-metadata/src/main/kotlin/com/squareup/kotlinpoet/metadata/specs/
H A DKmTypes.kt146 val annotations = ClassInspectorUtil.createAnnotations { in toTypeName() constant
172 val annotations = ClassInspectorUtil.createAnnotations { in toTypeVariableName() constant
241 var result = o1.name.compareTo(o2.name) in o1() variable
261 val result = signature1.toString().compareTo(signature2.toString()) in o1() constant
/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()
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()
254 public ImmutableList<AnnoInfo> annotations() { in annotations() method in TypeBoundClass.MethodInfo
[all …]
/aosp_15_r20/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/util/
H A DAnnotations.java54 private final Set<String> annotations; field in Annotations
101 Set<String> annotations = in cleanup() local
110 final AnnotationSet result = new AnnotationSet(locale, localeData, templocaleData); in cleanup() local
173 Annotations annotations = unicodeMap.get(entry); in addItems() local
211 TreeSet<String> result = new TreeSet<>(a); in union() local
336 String result = cldrFile2.getStringValueWithBailey(xpath); in getStringValue() local
552 Set<String> annotations = new LinkedHashSet<>(); in getBasePlusRemainder() local
630 Annotations result = in getBasePlusRemainder() local
669 String result = Joiner.on(" |\u00a0").join(keywords); in toString() local
727 AnnotationSet result = dirCache.get(locale); in getDataSet() local
[all …]
/aosp_15_r20/external/turbine/java/com/google/turbine/binder/bytecode/
H A DBytecodeBoundClass.java405 ImmutableMap.Builder<String, TyVarSymbol> result = ImmutableMap.builder(); in bindMethod() local
441 ImmutableList<AnnoInfo> annotations = in bindMethod() local
468 ImmutableList<AnnoInfo> annotations = BytecodeBinder.bindAnnotations(m.annotations()); in bindMethod() local
545 ImmutableSet.Builder<TurbineElementType> result = ImmutableSet.builder(); in bindTarget() local
592 private final Supplier<ImmutableList<AnnoInfo>> annotations = field in BytecodeBoundClass
602 public ImmutableList<AnnoInfo> annotations() { in annotations() method in BytecodeBoundClass
/aosp_15_r20/prebuilts/module_sdk/art/1/test-exports/java/
Dcore-tests.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META- ...
/aosp_15_r20/out/soong/.intermediates/external/testng/testng/linux_glibc_common/local-javac-header/
Dtestng.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/beust/ com/ ...
/aosp_15_r20/out/soong/.intermediates/external/testng/testng/linux_glibc_common/javac/
Dtestng.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/beust/ com/ ...
/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 …Description createSuiteDescription(String name, Serializable uniqueId, Annotation... annotations) { 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()
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()
225 int result = 0; in testCount() local
/aosp_15_r20/external/javaparser/javaparser-symbol-solver-testing/src/test/resources/
HDjavaparser-core-2.1.0.jar ... .github.javaparser.ast.stmt.BlockStmt result public static com.github.javaparser.ast. ...
/aosp_15_r20/dalvik/dx/src/com/android/dx/rop/annotation/
H A DAnnotations.java39 private final TreeMap<CstType, Annotation> annotations; field in Annotations
52 Annotations result = new Annotations(); in combine() local
71 public static Annotations combine(Annotations annotations, in combine()
73 Annotations result = new Annotations(); in combine() local
117 int result = thisOne.compareTo(otherOne); in compareTo() local
/aosp_15_r20/dalvik/dexgen/src/com/android/dexgen/rop/annotation/
H A DAnnotations.java40 private final TreeMap<CstType, Annotation> annotations; field in Annotations
53 Annotations result = new Annotations(); in combine() local
72 public static Annotations combine(Annotations annotations, in combine()
74 Annotations result = new Annotations(); in combine() local
117 int result = thisOne.compareTo(otherOne); in compareTo() local

12345678910>>...49