HomeSort by relevance Sort by last modified time
    Searched refs:ElementType (Results 226 - 250 of 610) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /libcore/luni/src/test/java/libcore/java/lang/
TestPackageAnnotation.java 18 import java.lang.annotation.ElementType;
24 @Target(ElementType.PACKAGE)
  /libcore/luni/src/test/java/org/apache/harmony/annotation/tests/java/lang/annotation/
TestAnnotation4.java 3 import java.lang.annotation.ElementType;
9 @Target( {ElementType.METHOD})
  /packages/apps/LegacyCamera/src/com/android/camera/
OnClickAttr.java 19 import java.lang.annotation.ElementType;
29 @Target(ElementType.METHOD)
  /packages/services/Car/car-lib/src/android/car/annotation/
ValueTypeDef.java 19 import java.lang.annotation.ElementType;
28 @Target(ElementType.FIELD)
  /packages/services/Car/car-support-lib/src/android/support/car/annotation/
ValueTypeDef.java 19 import java.lang.annotation.ElementType;
28 @Target(ElementType.FIELD)
VersionDef.java 19 import java.lang.annotation.ElementType;
28 @Target(ElementType.FIELD)
  /sdk/hierarchyviewer/src/com/android/hierarchyviewer/util/
WorkerThread.java 20 import java.lang.annotation.ElementType;
29 @Target({ ElementType.METHOD })
  /frameworks/base/core/java/android/annotation/
RequiresPermission.java 23 import static java.lang.annotation.ElementType.ANNOTATION_TYPE;
24 import static java.lang.annotation.ElementType.CONSTRUCTOR;
25 import static java.lang.annotation.ElementType.FIELD;
26 import static java.lang.annotation.ElementType.METHOD;
27 import static java.lang.annotation.ElementType.PARAMETER;
  /frameworks/support/annotations/src/android/support/annotation/
Dimension.java 23 import static java.lang.annotation.ElementType.ANNOTATION_TYPE;
24 import static java.lang.annotation.ElementType.FIELD;
25 import static java.lang.annotation.ElementType.LOCAL_VARIABLE;
26 import static java.lang.annotation.ElementType.METHOD;
27 import static java.lang.annotation.ElementType.PARAMETER;
FloatRange.java 21 import static java.lang.annotation.ElementType.ANNOTATION_TYPE;
22 import static java.lang.annotation.ElementType.FIELD;
23 import static java.lang.annotation.ElementType.LOCAL_VARIABLE;
24 import static java.lang.annotation.ElementType.METHOD;
25 import static java.lang.annotation.ElementType.PARAMETER;
RequiresPermission.java 21 import static java.lang.annotation.ElementType.ANNOTATION_TYPE;
22 import static java.lang.annotation.ElementType.CONSTRUCTOR;
23 import static java.lang.annotation.ElementType.FIELD;
24 import static java.lang.annotation.ElementType.METHOD;
25 import static java.lang.annotation.ElementType.PARAMETER;
Size.java 21 import static java.lang.annotation.ElementType.ANNOTATION_TYPE;
22 import static java.lang.annotation.ElementType.FIELD;
23 import static java.lang.annotation.ElementType.LOCAL_VARIABLE;
24 import static java.lang.annotation.ElementType.METHOD;
25 import static java.lang.annotation.ElementType.PARAMETER;
  /external/vixl/src/vixl/
invalset.h 48 // - The templated class `ElementType` must provide comparison operators so that
69 // 'ElementType' and 'KeyType' are respectively the types of the elements and
74 class ElementType, \
82 ElementType, N_PREALLOCATED_ELEMENTS, \
96 void insert(const ElementType& element);
99 void erase(const ElementType& element);
111 const ElementType min_element();
116 static bool IsValid(const ElementType& element);
117 static KeyType Key(const ElementType& element);
118 static void SetKey(ElementType* element, KeyType key)
    [all...]
  /external/tagsoup/src/org/ccil/cowan/tagsoup/
Schema.java 41 new HashMap(); // String -> ElementType
45 private ElementType theRoot = null;
55 public void elementType(String name, int model, int memberOf, int flags) {
56 ElementType e = new ElementType(name, model, memberOf, flags, this);
65 public ElementType rootElementType() {
79 ElementType e = getElementType(elemName);
95 ElementType child = getElementType(name);
96 ElementType parent = getElementType(parentName);
117 Get an ElementType by name
    [all...]
  /external/caliper/caliper/src/main/java/com/google/caliper/options/
CaliperDirectory.java 19 import static java.lang.annotation.ElementType.FIELD;
20 import static java.lang.annotation.ElementType.METHOD;
21 import static java.lang.annotation.ElementType.PARAMETER;
  /external/caliper/caliper/src/main/java/com/google/caliper/runner/
BenchmarkParameters.java 19 import static java.lang.annotation.ElementType.FIELD;
20 import static java.lang.annotation.ElementType.METHOD;
21 import static java.lang.annotation.ElementType.PARAMETER;
InstrumentName.java 19 import static java.lang.annotation.ElementType.FIELD;
20 import static java.lang.annotation.ElementType.METHOD;
21 import static java.lang.annotation.ElementType.PARAMETER;
InstrumentOptions.java 19 import static java.lang.annotation.ElementType.FIELD;
20 import static java.lang.annotation.ElementType.METHOD;
21 import static java.lang.annotation.ElementType.PARAMETER;
LocalPort.java 19 import static java.lang.annotation.ElementType.FIELD;
20 import static java.lang.annotation.ElementType.METHOD;
21 import static java.lang.annotation.ElementType.PARAMETER;
NanoTimeGranularity.java 19 import static java.lang.annotation.ElementType.FIELD;
20 import static java.lang.annotation.ElementType.METHOD;
21 import static java.lang.annotation.ElementType.PARAMETER;
TrialId.java 19 import static java.lang.annotation.ElementType.FIELD;
20 import static java.lang.annotation.ElementType.METHOD;
21 import static java.lang.annotation.ElementType.PARAMETER;
TrialNumber.java 19 import static java.lang.annotation.ElementType.FIELD;
20 import static java.lang.annotation.ElementType.METHOD;
21 import static java.lang.annotation.ElementType.PARAMETER;
  /external/caliper/caliper/src/main/java/com/google/caliper/util/
Stderr.java 17 import static java.lang.annotation.ElementType.FIELD;
18 import static java.lang.annotation.ElementType.METHOD;
19 import static java.lang.annotation.ElementType.PARAMETER;
Stdout.java 17 import static java.lang.annotation.ElementType.FIELD;
18 import static java.lang.annotation.ElementType.METHOD;
19 import static java.lang.annotation.ElementType.PARAMETER;
  /external/caliper/caliper/src/main/java/com/google/caliper/worker/
WorkerOptions.java 17 import static java.lang.annotation.ElementType.FIELD;
18 import static java.lang.annotation.ElementType.METHOD;
19 import static java.lang.annotation.ElementType.PARAMETER;

Completed in 326 milliseconds

1 2 3 4 5 6 7 8 91011>>