OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:fieldannotation
(Results
1 - 12
of
12
) sorted by null
/art/tools/dexfuzz/src/dexfuzz/rawdex/
AnnotationsDirectoryItem.java
26
public
FieldAnnotation
[] fieldAnnotations;
39
fieldAnnotations = new
FieldAnnotation
[fieldsSize];
41
(fieldAnnotations[i] = new
FieldAnnotation
()).read(file);
67
for (
FieldAnnotation
fieldAnnotation
: fieldAnnotations) {
68
fieldAnnotation
.write(file);
86
for (
FieldAnnotation
fieldAnnotation
: fieldAnnotations) {
87
fieldAnnotation
.incrementIndex(kind, insertedIdx);
FieldAnnotation.java
21
public class
FieldAnnotation
implements RawDexObject {
/cts/tools/dex-tools/src/dex/reader/
DexFieldImpl.java
19
import dex.reader.DexClassImpl.
FieldAnnotation
;
37
private
FieldAnnotation
fieldAnnotation
;
44
FieldAnnotation
fieldAnnotation
, String[] stringPool,
50
this.
fieldAnnotation
=
fieldAnnotation
;
59
if (
fieldAnnotation
!= null) {
60
buffer.setPosition(
fieldAnnotation
.annotationsOff);
DexClassImpl.java
56
private Map<Integer,
FieldAnnotation
> idToFieldAnnotation =
57
new HashMap<Integer,
FieldAnnotation
>();
90
FieldAnnotation
[] fieldAnnotations;
100
static class
FieldAnnotation
{
129
new
FieldAnnotation
[annotationDir.fields_size];
131
annotationDir.fieldAnnotations[i] = new
FieldAnnotation
();
/external/smali/examples/AnnotationTypes/
Main.smali
8
#@
FieldAnnotation
()
/prebuilts/tools/common/m2/repository/com/google/code/findbugs/findbugs/3.0.0/
findbugs-3.0.0.jar
/external/owasp/sanitizer/tools/findbugs/lib/
findbugs.jar
/prebuilts/tools/common/m2/repository/com/google/code/findbugs/findbugs/2.0.1/
findbugs-2.0.1.jar
/prebuilts/tools/common/m2/repository/com/google/code/findbugs/findbugs/2.0.3/
findbugs-2.0.3.jar
/external/protobuf/src/google/protobuf/
unittest_custom_options.proto
365
optional int32 fieldname = 1 [(fieldopt) = { s:'
FieldAnnotation
' }];
descriptor_unittest.cc
[
all
...]
/external/protobuf/python/google/protobuf/internal/
descriptor_test.py
349
"
FieldAnnotation
",
Completed in 428 milliseconds