Searched refs:MethodAnnotation (Results 1 – 10 of 10) sorted by relevance
/external/dexmaker/dexmaker-tests/src/androidTest/java/com/android/dx/ |
D | AnnotationIdTest.java | 48 @interface MethodAnnotation { annotation in AnnotationIdTest 99 Boolean elementBoolean = ((MethodAnnotation)methodAnnotations[0]).elementBoolean(); in addMethodAnnotationWithBooleanElement() 115 byte elementByte = ((MethodAnnotation)methodAnnotations[0]).elementByte(); in addMethodAnnotationWithByteElement() 131 char elementChar = ((MethodAnnotation)methodAnnotations[0]).elementChar(); in addMethodAnnotationWithCharElement() 147 double elementDouble = ((MethodAnnotation)methodAnnotations[0]).elementDouble(); in addMethodAnnotationWithDoubleElement() 163 float elementFloat = ((MethodAnnotation)methodAnnotations[0]).elementFloat(); in addMethodAnnotationWithFloatElement() 179 int elementInt = ((MethodAnnotation)methodAnnotations[0]).elementInt(); in addMethodAnnotationWithIntElement() 195 long elementLong = ((MethodAnnotation)methodAnnotations[0]).elementLong(); in addMethodAnnotationWithLongElement() 211 short elementShort = ((MethodAnnotation)methodAnnotations[0]).elementShort(); in addMethodAnnotationWithShortElement() 227 String elementString = ((MethodAnnotation)methodAnnotations[0]).elementString(); in addMethodAnnotationWithStingElement() [all …]
|
/external/zucchini/aosp/include/components/zucchini/ |
D | type_dex.h | 297 struct MethodAnnotation { struct
|
/external/zucchini/ |
D | type_dex.h | 297 struct MethodAnnotation { struct
|
D | disassembler_dex.cc | 612 sizeof(dex::MethodAnnotation), in ParseAnnotationsDirectoryItems() 1317 ReadTargetIndex<decltype(dex::MethodAnnotation::method_idx)>, image_, in MakeReadAnnotationsDirectoryToMethodId32() 1320 lo, hi, offsetof(dex::MethodAnnotation, method_idx), in MakeReadAnnotationsDirectoryToMethodId32() 1331 lo, hi, offsetof(dex::MethodAnnotation, annotations_off), in MakeReadAnnotationsDirectoryToMethodAnnotationSet()
|
/external/smali/examples/AnnotationTypes/ |
D | Main.smali | 7 #@MethodAnnotation()
|
/external/google-smali/examples/AnnotationTypes/ |
D | Main.smali | 7 #@MethodAnnotation()
|
/external/cronet/third_party/protobuf/csharp/protos/ |
D | unittest_custom_options_proto3.proto | 315 option (methodopt) = { s:'MethodAnnotation' };
|
/external/protobuf/csharp/protos/ |
D | unittest_custom_options_proto3.proto | 315 option (methodopt) = { s:'MethodAnnotation' };
|
/external/protobuf/src/google/protobuf/ |
D | unittest_custom_options.proto | 409 s: 'MethodAnnotation'
|
/external/cronet/third_party/protobuf/src/google/protobuf/ |
D | unittest_custom_options.proto | 409 s: 'MethodAnnotation'
|