HomeSort by relevance Sort by last modified time
    Searched refs:annotations (Results 76 - 100 of 1245) sorted by null

1 2 34 5 6 7 8 91011>>

  /dalvik/dx/src/com/android/dx/util/
ByteArrayAnnotatedOutput.java 50 /** whether annotations are to be verbose */
54 * {@code null-ok;} list of annotations, or {@code null} if this instance
57 private ArrayList<Annotation> annotations; field in class:ByteArrayAnnotatedOutput
64 * in annotations
73 * instance does not keep annotations by default.
83 * reallocated. The constructed instance does not keep annotations
93 * keep annotations by default.
114 this.annotations = null;
354 return (annotations != null);
364 if (annotations == null)
    [all...]
  /external/dexmaker/src/dx/java/com/android/dx/util/
ByteArrayAnnotatedOutput.java 47 /** whether annotations are to be verbose */
51 * {@code null-ok;} list of annotations, or {@code null} if this instance
54 private ArrayList<Annotation> annotations; field in class:ByteArrayAnnotatedOutput
61 * in annotations
70 * instance does not keep annotations by default.
80 * reallocated. The constructed instance does not keep annotations
90 * keep annotations by default.
111 this.annotations = null;
351 return (annotations != null);
361 if (annotations == null)
    [all...]
  /external/smali/dexlib/src/main/java/org/jf/dexlib/Util/
ByteArrayAnnotatedOutput.java 55 /** whether annotations are to be verbose */
59 * null-ok; list of annotations, or <code>null</code> if this instance
62 private ArrayList<Annotation> annotations; field in class:ByteArrayAnnotatedOutput
69 * in annotations
81 * instance does not keep annotations by default.
91 * reallocated. The constructed instance does not keep annotations
113 this.annotations = null;
370 return (annotations != null);
380 if (annotations == null) {
385 annotations.add(new Annotation(cursor, msg, currentIndent))
    [all...]
  /cts/tools/dex-tools/src/dex/reader/
DexParameterImpl.java 30 private Set<DexAnnotation> annotations; field in class:DexParameterImpl
49 annotations = new HashSet<DexAnnotation>();
54 annotations.add(new DexAnnotationImpl(buffer.createCopy(),
65 return annotations;
  /external/guava/guava/src/com/google/common/base/
Function.java 19 import com.google.common.annotations.GwtCompatible;
Platform.java 19 import com.google.common.annotations.GwtCompatible;
Predicate.java 19 import com.google.common.annotations.GwtCompatible;
  /external/guava/guava/src/com/google/common/collect/
BstAggregate.java 17 import com.google.common.annotations.GwtCompatible;
BstModifier.java 17 import com.google.common.annotations.GwtCompatible;
BstPathFactory.java 17 import com.google.common.annotations.GwtCompatible;
BstSide.java 17 import com.google.common.annotations.GwtCompatible;
EmptyImmutableListMultimap.java 19 import com.google.common.annotations.GwtCompatible;
EmptyImmutableSetMultimap.java 19 import com.google.common.annotations.GwtCompatible;
ForwardingObject.java 19 import com.google.common.annotations.GwtCompatible;
PeekingIterator.java 19 import com.google.common.annotations.GwtCompatible;
SortedIterable.java 17 import com.google.common.annotations.GwtCompatible;
UnmodifiableIterator.java 19 import com.google.common.annotations.GwtCompatible;
UnmodifiableListIterator.java 19 import com.google.common.annotations.GwtCompatible;
  /external/guava/guava/src/com/google/common/eventbus/
DeadEvent.java 19 import com.google.common.annotations.Beta;
  /external/guava/guava/src/com/google/common/io/
ByteProcessor.java 19 import com.google.common.annotations.Beta;
LineProcessor.java 19 import com.google.common.annotations.Beta;
NullOutputStream.java 19 import com.google.common.annotations.Beta;
  /external/guava/guava/src/com/google/common/util/concurrent/
AsyncFunction.java 19 import com.google.common.annotations.Beta;
FutureCallback.java 19 import com.google.common.annotations.Beta;
  /external/guava/guava-tests/test/com/google/common/collect/
BstMutationResultTest.java 19 import com.google.common.annotations.GwtIncompatible;

Completed in 429 milliseconds

1 2 34 5 6 7 8 91011>>