HomeSort by relevance Sort by last modified time
    Searched defs:parameterAnnotation (Results 1 - 9 of 9) sorted by null

  /art/tools/dexfuzz/src/dexfuzz/rawdex/
AnnotationsDirectoryItem.java 28 public ParameterAnnotation[] parameterAnnotations;
51 parameterAnnotations = new ParameterAnnotation[annotatedParametersSize];
53 (parameterAnnotations[i] = new ParameterAnnotation()).read(file);
77 for (ParameterAnnotation parameterAnnotation : parameterAnnotations) {
78 parameterAnnotation.write(file);
96 for (ParameterAnnotation parameterAnnotation : parameterAnnotations) {
97 parameterAnnotation.incrementIndex(kind, insertedIdx);
  /cts/tools/dex-tools/src/dex/reader/
DexMethodImpl.java 28 import dex.reader.DexClassImpl.ParameterAnnotation;
50 private final ParameterAnnotation parameterAnnotation;
57 ParameterAnnotation parameterAnnotation, String[] stringPool,
65 this.parameterAnnotation = parameterAnnotation;
75 if (parameterAnnotation != null) {
76 buffer.setPosition(parameterAnnotation.annotationsOff);
  /cts/tools/dex-tools/test/dex/reader/
DexFileReaderTests.java 314 static final JavaSource parameterAnnotation = new JavaSource("A",
326 DexFile dexFile = javaToDexUtil.getFrom(parameterAnnotation);
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.repository.tools_2.0.1.R36x_v20100823.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.equinox.p2.repository.tools_2.1.0.v20130327-2119.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.p2.repository.tools_2.1.0.v20130327-2119.jar 
  /prebuilts/tools/common/m2/repository/net/bytebuddy/byte-buddy/1.4.33/
byte-buddy-1.4.33.jar 
  /prebuilts/tools/common/m2/repository/nl/jqno/equalsverifier/equalsverifier/2.1.5/
equalsverifier-2.1.5.jar 
  /external/icu/tools/srcgen/currysrc/libs/
org.eclipse.jdt.core_3.11.0.v20150602-1242.jar 

Completed in 459 milliseconds