/aosp_15_r20/system/tools/aidl/ |
D | ast_java.h | 73 std::string value; member 81 std::string value; member 89 std::vector<std::string> annotations; member 114 std::vector<std::string> annotations; member 117 std::string value; member 291 std::vector<std::string> annotations; member 318 std::vector<std::string> annotations; member
|
/aosp_15_r20/external/sl4a/Common/src/com/googlecode/android_scripting/rpc/ |
H A D | MethodDescriptor.java | 86 final Annotation annotations[][] = getParameterAnnotations(); in invoke() local 115 final Annotation annotations[][] = getParameterAnnotations(); in invoke() local 311 final Annotation[][] annotations = mMethod.getParameterAnnotations(); in getHelp() local 351 private static String getHelpForParameter(Type parameterType, Annotation[] annotations) { in getHelpForParameter() 412 String value; in getParameterValues() local 461 private static String getName(Annotation[] annotations) { in getName() 476 private static String getDescription(Annotation[] annotations) { in getDescription() 491 public static Object getDefaultValue(Type parameterType, Annotation[] annotations) { in getDefaultValue() 529 public static boolean hasDefaultValue(Annotation[] annotations) { in hasDefaultValue() 544 static boolean hasExplicitDefaultValue(Annotation[] annotations) { in hasExplicitDefaultValue()
|
/aosp_15_r20/external/mesa3d/src/compiler/nir/ |
H A D | nir_print.c | 73 struct hash_table *annotations; member 161 print_hex_padded_const_value(const nir_const_value *value, unsigned bit_size, FILE *fp) in print_hex_padded_const_value() 182 print_hex_terse_const_value(const nir_const_value *value, unsigned bit_size, FILE *fp) in print_hex_terse_const_value() 203 print_float_const_value(const nir_const_value *value, unsigned bit_size, FILE *fp) in print_float_const_value() 221 print_int_const_value(const nir_const_value *value, unsigned bit_size, FILE *fp) in print_int_const_value() 242 print_uint_const_value(const nir_const_value *value, unsigned bit_size, FILE *fp) in print_uint_const_value() 2394 print_nz_x64(FILE *fp, const char *label, uint64_t value) in print_nz_x64() 2419 print_nz_x32(FILE *fp, const char *label, uint32_t value) in print_nz_x32() 2427 print_nz_x16(FILE *fp, const char *label, uint16_t value) in print_nz_x16() 2435 print_nz_x8(FILE *fp, const char *label, uint8_t value) in print_nz_x8() [all …]
|
/aosp_15_r20/external/doclava/src/com/google/doclava/ |
H A D | AndroidAuxSource.java | 105 private static TagInfo[] auxTags(int type, List<AnnotationInstanceInfo> annotations, in auxTags() 112 private static void auxTags(int type, List<AnnotationInstanceInfo> annotations, in auxTags() 190 AnnotationValueInfo value = null; in auxTags() local 224 String value = null; in auxTags() local 362 private static boolean hasSuppress(List<AnnotationInstanceInfo> annotations) { in hasSuppress()
|
/aosp_15_r20/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/ast/visitor/ |
H A D | CloneVisitor.java | 59 NodeList<AnnotationExpr> annotations = cloneList(n.getAnnotations(), arg); in visit() local 73 NodeList<AnnotationExpr> annotations = cloneList(n.getAnnotations(), arg); in visit() local 110 NodeList<AnnotationExpr> annotations = cloneList(n.getAnnotations(), arg); in visit() local 126 NodeList<AnnotationExpr> annotations = cloneList(n.getAnnotations(), arg); in visit() local 140 NodeList<AnnotationExpr> annotations = cloneList(n.getAnnotations(), arg); in visit() local 154 NodeList<AnnotationExpr> annotations = cloneList(n.getAnnotations(), arg); in visit() local 169 NodeList<AnnotationExpr> annotations = cloneList(n.getAnnotations(), arg); in visit() local 182 NodeList<AnnotationExpr> annotations = cloneList(n.getAnnotations(), arg); in visit() local 213 NodeList<AnnotationExpr> annotations = cloneList(n.getAnnotations(), arg); in visit() local 232 NodeList<AnnotationExpr> annotations = cloneList(n.getAnnotations(), arg); in visit() local [all …]
|
/aosp_15_r20/out/soong/.intermediates/external/guava/guava-android-annotation-stubs/android_common_apex33/turbine-combined/ |
D | guava-android-annotation-stubs.jar | ... Annotation {
public abstract com.google.j2objc.annotations.ReflectionSupport$Level value ()
}
com/ ... |
/aosp_15_r20/out/soong/.intermediates/external/guava/guava-android-annotation-stubs/android_common/turbine-combined/ |
D | guava-android-annotation-stubs.jar | ... Annotation {
public abstract com.google.j2objc.annotations.ReflectionSupport$Level value ()
}
com/ ... |
/aosp_15_r20/out/soong/.intermediates/external/guava/guava-android-annotation-stubs/android_common_apex34/turbine/ |
D | guava-android-annotation-stubs.jar | ... Annotation {
public abstract com.google.j2objc.annotations.ReflectionSupport$Level value ()
}
com/ ... |
/aosp_15_r20/out/soong/.intermediates/external/guava/guava-android-annotation-stubs/android_common/turbine/ |
D | guava-android-annotation-stubs.jar | ... Annotation {
public abstract com.google.j2objc.annotations.ReflectionSupport$Level value ()
}
com/ ... |
/aosp_15_r20/out/soong/.intermediates/external/guava/guava-android-annotation-stubs/android_common_apex10000/turbine/ |
D | guava-android-annotation-stubs.jar | ... Annotation {
public abstract com.google.j2objc.annotations.ReflectionSupport$Level value ()
}
com/ ... |
/aosp_15_r20/out/soong/.intermediates/external/guava/guava-android-annotation-stubs/android_common_apex30/turbine/ |
D | guava-android-annotation-stubs.jar | ... Annotation {
public abstract com.google.j2objc.annotations.ReflectionSupport$Level value ()
}
com/ ... |
/aosp_15_r20/out/soong/.intermediates/external/guava/guava-android-annotation-stubs/android_common_apex33/turbine/ |
D | guava-android-annotation-stubs.jar | ... Annotation {
public abstract com.google.j2objc.annotations.ReflectionSupport$Level value ()
}
com/ ... |
/aosp_15_r20/external/javassist/src/test/scoped/ |
H A D | ScopedRepositoryTestCase.java | 152 protected void checkTestAnnotation(CtClass ctClass, String value) throws Exception in checkTestAnnotation() 154 checkTestAnnotation(ctClass.getAnnotations(), value); in checkTestAnnotation() local 155 checkTestAnnotation(getFieldAnnotations(ctClass), value); in checkTestAnnotation() local 156 checkTestAnnotation(getConstructorAnnotations(ctClass), value); in checkTestAnnotation() local 157 checkTestAnnotation(getConstructorParameterAnnotations(ctClass), value); in checkTestAnnotation() local 158 checkTestAnnotation(getMethodAnnotations(ctClass), value); in checkTestAnnotation() local 159 checkTestAnnotation(getMethodParameterAnnotations(ctClass), value); in checkTestAnnotation() local 162 protected void checkTestAnnotation(Object[] annotations, String value) throws Exception in checkTestAnnotation() 172 …protected void checkScopedAnnotation(ClassLoader cl, CtClass ctClass, String value) throws Excepti… in checkScopedAnnotation() 183 …ected void checkScopedAnnotation(Class<?> annotationClass, Object[] annotations, String value) thr… in checkScopedAnnotation()
|
/aosp_15_r20/out/soong/.intermediates/prebuilts/sdk/current/androidx/m2repository/androidx/compose/ui/ui-geometry-android/1.8.0-beta01/androidx.compose.ui_ui-geometry/android_common/aar/ |
D | classes.jar | ... $annotations ()
public static synthetic void getUnspecifiedPackedFloats$annotations ()
public static synthetic void getDualFloatSignBit$annotations ( ... |
D | androidx.compose.ui_ui-geometry.jar | ... $annotations ()
public static synthetic void getUnspecifiedPackedFloats$annotations ()
public static synthetic void getDualFloatSignBit$annotations ( ... |
/aosp_15_r20/out/soong/.intermediates/prebuilts/sdk/current/androidx/m2repository/androidx/compose/ui/ui-geometry-android/1.8.0-beta01/androidx.compose.ui_ui-geometry/android_common_apex30/aar/ |
D | classes.jar | ... $annotations ()
public static synthetic void getUnspecifiedPackedFloats$annotations ()
public static synthetic void getDualFloatSignBit$annotations ( ... |
D | androidx.compose.ui_ui-geometry.jar | ... $annotations ()
public static synthetic void getUnspecifiedPackedFloats$annotations ()
public static synthetic void getDualFloatSignBit$annotations ( ... |
/aosp_15_r20/out/soong/.intermediates/prebuilts/sdk/current/androidx/m2repository/androidx/compose/ui/ui-geometry-android/1.8.0-beta01/androidx.compose.ui_ui-geometry/android_common_apex34/aar/ |
D | androidx.compose.ui_ui-geometry.jar | ... $annotations ()
public static synthetic void getUnspecifiedPackedFloats$annotations ()
public static synthetic void getDualFloatSignBit$annotations ( ... |
D | classes.jar | ... $annotations ()
public static synthetic void getUnspecifiedPackedFloats$annotations ()
public static synthetic void getDualFloatSignBit$annotations ( ... |
/aosp_15_r20/external/snakeyaml/src/test/java/org/yaml/snakeyaml/introspector/ |
H A D | PropertyTest.java | 65 List<Annotation> annotations = property.getAnnotations(); in testGetFieldPropertyAnnotations() local 103 List<Annotation> annotations = property.getAnnotations(); in testGetMethodPropertyAnnotationsSetterOnly() local 119 List<Annotation> annotations = age.getAnnotations(); in testGetMethodPropertyAnnotations() local 126 String value = ((TestAnnotation) annotation).value(); in testGetMethodPropertyAnnotations() local 149 List<Annotation> annotations = property.getAnnotations(); in testGetMissingPropertyAnnotations() local
|
/aosp_15_r20/out/soong/.intermediates/external/guava/guava-android-annotation-stubs/linux_glibc_common/local-javac-header/ |
D | guava-android-annotation-stubs.jar | ... Annotation {
public abstract com.google.j2objc.annotations.ReflectionSupport$Level value ()
}
com/ ... |
/aosp_15_r20/out/soong/.intermediates/external/guava/guava-android-annotation-stubs/linux_glibc_common/javac/ |
D | guava-android-annotation-stubs.jar | ... Annotation {
public abstract com.google.j2objc.annotations.ReflectionSupport$Level value ()
}
com/ ... |
/aosp_15_r20/out/soong/.intermediates/external/guava/guava-android-annotation-stubs/android_common_apex30/javac/ |
D | guava-android-annotation-stubs.jar | ... Annotation {
public abstract com.google.j2objc.annotations.ReflectionSupport$Level value ()
}
com/ ... |
/aosp_15_r20/out/soong/.intermediates/external/guava/guava-android-annotation-stubs/android_common_apex34/javac/ |
D | guava-android-annotation-stubs.jar | ... Annotation {
public abstract com.google.j2objc.annotations.ReflectionSupport$Level value ()
}
com/ ... |
/aosp_15_r20/out/soong/.intermediates/external/guava/guava-android-annotation-stubs/android_common_apex33/javac/ |
D | guava-android-annotation-stubs.jar | ... Annotation {
public abstract com.google.j2objc.annotations.ReflectionSupport$Level value ()
}
com/ ... |