Searched refs:ElementType (Results 1 - 25 of 354) sorted by relevance

1234567891011>>

/external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/util/
H A DZIndexable.java27 * @param <ElementType>
29 public interface ZIndexable<ElementType> {
36 public boolean moveToTop(ElementType element);
45 public boolean moveAbove(ElementType objectToMove, ElementType reference);
55 public boolean moveBeneath(ElementType objectToMove, ElementType reference);
62 public boolean moveToBottom(ElementType key);
70 public boolean moveUp(ElementType key);
77 public boolean moveDown(ElementType ke
[all...]
H A DListOrganizer.java23 * @param <ElementType>
25 public class ListOrganizer<ElementType> implements ZIndexable<ElementType> {
26 private List<ElementType> list;
28 public ListOrganizer(List<ElementType> list) {
33 public boolean moveToTop(ElementType element) {
42 public boolean moveAbove(ElementType objectToMove, ElementType reference) {
56 public boolean moveBeneath(ElementType objectToMove, ElementType referenc
[all...]
/external/proguard/examples/annotations/src/proguard/annotation/
H A DKeep.java15 @Target({ ElementType.TYPE, ElementType.FIELD, ElementType.METHOD, ElementType.CONSTRUCTOR })
H A DKeepName.java15 @Target({ ElementType.TYPE, ElementType.FIELD, ElementType.METHOD, ElementType.CONSTRUCTOR })
/external/conscrypt/common/src/main/java/org/conscrypt/
H A DInternal.java20 import java.lang.annotation.ElementType;
32 @Target({ElementType.ANNOTATION_TYPE, ElementType.CONSTRUCTOR, ElementType.FIELD,
33 ElementType.METHOD, ElementType.PACKAGE, ElementType.TYPE})
H A DExperimentalApi.java19 import java.lang.annotation.ElementType;
39 ElementType.ANNOTATION_TYPE,
40 ElementType.CONSTRUCTOR,
41 ElementType.FIELD,
42 ElementType.METHOD,
43 ElementType.PACKAGE,
44 ElementType.TYPE})
/external/libmojo/base/android/java/src/org/chromium/base/annotations/
H A DUsedByReflection.java7 import java.lang.annotation.ElementType;
20 ElementType.METHOD, ElementType.FIELD, ElementType.TYPE,
21 ElementType.CONSTRUCTOR })
H A DRemovableInRelease.java7 import java.lang.annotation.ElementType;
17 @Target({ElementType.METHOD, ElementType.CONSTRUCTOR})
/external/owasp/sanitizer/src/main/org/owasp/html/
H A DTCB.java31 import java.lang.annotation.ElementType;
40 ElementType.CONSTRUCTOR,
41 ElementType.METHOD,
42 ElementType.PACKAGE,
43 ElementType.TYPE
/external/guava/guava/src/com/google/common/annotations/
H A DBeta.java20 import java.lang.annotation.ElementType;
43 ElementType.ANNOTATION_TYPE,
44 ElementType.CONSTRUCTOR,
45 ElementType.FIELD,
46 ElementType.METHOD,
47 ElementType.TYPE})
H A DGwtIncompatible.java20 import java.lang.annotation.ElementType;
40 ElementType.TYPE, ElementType.METHOD,
41 ElementType.CONSTRUCTOR, ElementType.FIELD })
/external/protobuf/java/core/src/main/java/com/google/protobuf/
H A DExperimentalApi.java34 import java.lang.annotation.ElementType;
53 ElementType.ANNOTATION_TYPE,
54 ElementType.CONSTRUCTOR,
55 ElementType.FIELD,
56 ElementType.METHOD,
57 ElementType.PACKAGE,
58 ElementType.TYPE})
/external/deqp/framework/delibs/decpp/
H A DdeAppendList.hpp51 template<typename ElementType>
58 void append (const ElementType& value);
65 AppendList (const AppendList<ElementType>&);
66 AppendList<ElementType>& operator= (const AppendList<ElementType>&);
71 ElementType* elements;
76 , elements (reinterpret_cast<ElementType*>(deAlignedMalloc(sizeof(ElementType)*size,
77 deAlign32((deUint32)alignOf<ElementType>(), (deUint32)sizeof(void*)))))
153 typedef Iterator<const ElementType> const_iterato
[all...]
/external/jsr305/ri/src/main/java/javax/annotation/meta/
H A DTypeQualifierNickname.java4 import java.lang.annotation.ElementType;
30 @Target(ElementType.ANNOTATION_TYPE)
/external/parameter-framework/upstream/parameter/
H A DElementBuilderTemplate.h34 template <class ElementType>
38 virtual CElement *createElement(const CXmlElement & /*elem*/) const { return new ElementType; }
H A DNamedElementBuilderTemplate.h34 template <class ElementType>
40 return new ElementType(xmlElement.getNameAttribute());
/external/guice/core/src/com/google/inject/name/
H A DNamed.java23 import java.lang.annotation.ElementType;
33 @Target({ ElementType.FIELD, ElementType.PARAMETER, ElementType.METHOD })
/external/guice/extensions/grapher/test/com/google/inject/grapher/demo/
H A DDriver.java23 import java.lang.annotation.ElementType;
28 @Target({ ElementType.FIELD, ElementType.PARAMETER, ElementType.METHOD })
H A DInventor.java23 import java.lang.annotation.ElementType;
28 @Target({ ElementType.FIELD, ElementType.PARAMETER, ElementType.METHOD })
H A DNuclear.java23 import java.lang.annotation.ElementType;
28 @Target({ ElementType.FIELD, ElementType.PARAMETER, ElementType.METHOD })
H A DRenewable.java23 import java.lang.annotation.ElementType;
28 @Target({ ElementType.FIELD, ElementType.PARAMETER, ElementType.METHOD })
H A DUsed.java23 import java.lang.annotation.ElementType;
28 @Target({ ElementType.FIELD, ElementType.PARAMETER, ElementType.METHOD })
/external/guice/extensions/servlet/src/com/google/inject/servlet/
H A DRequestParameters.java23 import java.lang.annotation.ElementType;
34 @Target({ ElementType.FIELD, ElementType.PARAMETER, ElementType.METHOD })
H A DScopingOnly.java23 import java.lang.annotation.ElementType;
35 @Target({ ElementType.FIELD, ElementType.PARAMETER, ElementType.METHOD })
/external/guice/core/src/com/google/inject/
H A DSingleton.java21 import java.lang.annotation.ElementType;
31 @Target({ ElementType.TYPE, ElementType.METHOD })

Completed in 443 milliseconds

1234567891011>>