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

1 2 3 4 5 6 7 8 91011>>

  /external/jsr305/sampleUses/src/main/java/
SocialSecurityNumber.java 2 import java.lang.annotation.ElementType;
CreditCardNumber.java 2 import java.lang.annotation.ElementType;
  /external/mockito/src/org/mockito/
InjectMocks.java 11 import static java.lang.annotation.ElementType.FIELD;
Spy.java 9 import static java.lang.annotation.ElementType.FIELD;
Mock.java 11 import static java.lang.annotation.ElementType.FIELD;
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/annotation/
Values.java 9 @java.lang.annotation.Target(java.lang.annotation.ElementType.METHOD)
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/internal/
DoNotInstrument.java 8 @java.lang.annotation.Target({java.lang.annotation.ElementType.TYPE})
Implementation.java 11 @java.lang.annotation.Target({java.lang.annotation.ElementType.METHOD})
Implements.java 11 @java.lang.annotation.Target({java.lang.annotation.ElementType.TYPE})
Instrument.java 8 @java.lang.annotation.Target({java.lang.annotation.ElementType.TYPE})
RealObject.java 10 @java.lang.annotation.Target({java.lang.annotation.ElementType.FIELD})
  /frameworks/base/core/java/android/annotation/
IntDef.java 21 import static java.lang.annotation.ElementType.ANNOTATION_TYPE;
StringDef.java 21 import static java.lang.annotation.ElementType.ANNOTATION_TYPE;
  /external/chromium_org/extensions/common/permissions/
manifest_permission_set.h 26 typedef ManifestPermission ElementType;
base_set_operators.h 17 // should define |ElementType| for the type of elements to store in the set,
29 typedef typename BaseSetOperatorsTraits<T>::ElementType ElementType;
31 typedef std::map<ElementIDType, linked_ptr<ElementType> > Map;
34 public std::iterator<std::input_iterator_tag, const ElementType*> {
57 const ElementType* operator*() const {
61 const ElementType* operator->() const {
161 ElementType* p = it1->Diff(*it2);
190 ElementType* p = it1->Intersect(*it2);
262 void insert(ElementType* item)
    [all...]
api_permission_set.h 23 typedef APIPermission ElementType;
  /external/guava/guava/src/com/google/common/collect/
GwtTransient.java 19 import static java.lang.annotation.ElementType.FIELD;
  /external/guava/guava-testlib/src/com/google/common/collect/testing/features/
TesterAnnotation.java 39 @Target(value = {java.lang.annotation.ElementType.ANNOTATION_TYPE})
  /external/tagsoup/src/org/ccil/cowan/tagsoup/
Element.java 20 @see ElementType
26 private ElementType theType; // type of element
32 Return an Element from a specified ElementType.
37 public Element(ElementType type, boolean defaultAttributes) {
50 public ElementType type() { return theType; }
128 public ElementType parent() { return theType.parent(); }
ElementType.java 23 public class ElementType {
32 private ElementType theParent; // parent of this element type
36 Construct an ElementType:
50 public ElementType(String name, int model, int memberOf, int flags, Schema schema) {
157 public ElementType parent() {return theParent;}
175 public boolean canContain(ElementType other) {
274 public void setParent(ElementType parent) { theParent = parent; }
  /external/chromium_org/mojo/public/cpp/bindings/lib/
array_internal.cc 40 ElementType* elements,
49 ElementType* elements,
58 const ElementType* elements,
array_internal.h 120 typedef typename ArrayDataTraits<T>::StorageType ElementType;
123 ElementType* elements,
128 ElementType* elements,
133 const ElementType* elements,
141 typedef ArrayDataTraits<Handle>::StorageType ElementType;
144 ElementType* elements,
148 ElementType* elements,
152 const ElementType* elements,
158 typedef typename ArrayDataTraits<H>::StorageType ElementType;
161 ElementType* elements
    [all...]
  /frameworks/base/test-runner/tests/src/android/test/suitebuilder/annotation/
HasAnnotationTest.java 22 import java.lang.annotation.ElementType;
52 @Target({ElementType.TYPE, ElementType.METHOD})
  /external/chromium_org/content/renderer/java/
gin_java_bridge_value_converter.cc 66 template <typename ElementType, typename ListType>
71 scoped_ptr<TypedArraySerializerImpl<ElementType, ListType> > result(
72 new TypedArraySerializerImpl<ElementType, ListType>(typed_array));
79 DCHECK_EQ(data_length, typed_array_->Length() * sizeof(ElementType));
80 for (ElementType *element = reinterpret_cast<ElementType*>(data),
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/reflect/
AccessibleObjectTest.java 21 import java.lang.annotation.ElementType;
50 @Target( {ElementType.METHOD})
55 @Target( { ElementType.METHOD})
60 @Target( { ElementType.METHOD})
65 @Target( {ElementType.METHOD})
71 @Target( {ElementType.METHOD})

Completed in 1968 milliseconds

1 2 3 4 5 6 7 8 91011>>