Home
last modified time | relevance | path

Searched full:elementtype (Results 1 – 25 of 1875) sorted by relevance

12345678910>>...75

/external/llvm-project/openmp/libomptarget/deviceRTLs/common/
Dstate-queuei.h22 template <typename ElementType, uint32_t SIZE>
23 INLINE uint32_t omptarget_nvptx_Queue<ElementType, SIZE>::ENQUEUE_TICKET() { in ENQUEUE_TICKET()
27 template <typename ElementType, uint32_t SIZE>
28 INLINE uint32_t omptarget_nvptx_Queue<ElementType, SIZE>::DEQUEUE_TICKET() { in DEQUEUE_TICKET()
32 template <typename ElementType, uint32_t SIZE>
34 omptarget_nvptx_Queue<ElementType, SIZE>::ID(uint32_t ticket) { in ID()
38 template <typename ElementType, uint32_t SIZE>
39 INLINE bool omptarget_nvptx_Queue<ElementType, SIZE>::IsServing(uint32_t slot, in IsServing()
44 template <typename ElementType, uint32_t SIZE>
46 omptarget_nvptx_Queue<ElementType, SIZE>::PushElement(uint32_t slot, in PushElement()
[all …]
/external/vixl/src/
Dinvalset-vixl.h48 // - The templated class `ElementType` must provide comparison operators so that
69 // 'ElementType' and 'KeyType' are respectively the types of the elements and
75 class ElementType, \
84 ElementType, N_PREALLOCATED_ELEMENTS, KeyType, INVALID_KEY, RECLAIM_FROM, \
105 void insert(const ElementType& element);
109 size_t erase(const ElementType& element);
121 const ElementType GetMinElement();
126 static bool IsValid(const ElementType& element);
127 static KeyType GetKey(const ElementType& element);
128 static void SetKey(ElementType* element, KeyType key);
[all …]
/external/deqp/framework/delibs/decpp/
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, in Block()
77 deAlign32((deUint32)alignOf<ElementType>(), (deUint32)sizeof(void*))))) in Block()
153 typedef Iterator<const ElementType> const_iterator;
154 typedef Iterator<ElementType> iterator;
163 template<typename ElementType>
[all …]
/external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/util/
DListOrganizer.java23 * @param <ElementType>
25 public class ListOrganizer<ElementType> implements ZIndexable<ElementType> {
26 private List<ElementType> list;
28 public ListOrganizer(List<ElementType> list) { in ListOrganizer()
33 public boolean moveToTop(ElementType element) { in moveToTop()
42 public boolean moveAbove(ElementType objectToMove, ElementType reference) { in moveAbove()
56 public boolean moveBeneath(ElementType objectToMove, ElementType reference) { in moveBeneath()
68 public boolean moveToBottom(ElementType key) { in moveToBottom()
78 public boolean moveUp(ElementType key) { in moveUp()
89 ElementType widgetAbove = list.get(widgetIndex+1); in moveUp()
[all …]
DZIndexable.java27 * @param <ElementType>
29 public interface ZIndexable<ElementType> {
36 public boolean moveToTop(ElementType element); in moveToTop()
45 public boolean moveAbove(ElementType objectToMove, ElementType reference); in moveAbove()
55 public boolean moveBeneath(ElementType objectToMove, ElementType reference); in moveBeneath()
62 public boolean moveToBottom(ElementType key); in moveToBottom()
70 public boolean moveUp(ElementType key); in moveUp()
77 public boolean moveDown(ElementType key); in moveDown()
79 public List<ElementType> elements(); in elements()
86 //public void addToBottom(ElementType element);
[all …]
/external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javaparser_new_src/javaparser-core/com/github/javaparser/ast/expr/
DVariableDeclarationExpr.java57 private Type elementType; field in VariableDeclarationExpr
66 public VariableDeclarationExpr(final Type elementType, String variableName) { in VariableDeclarationExpr() argument
67 setElementType(elementType); in VariableDeclarationExpr()
71 public VariableDeclarationExpr(final Type elementType, VariableDeclarator var) { in VariableDeclarationExpr() argument
72 setElementType(elementType); in VariableDeclarationExpr()
76 …public VariableDeclarationExpr(final Type elementType, String variableName, Modifier... modifiers)… in VariableDeclarationExpr() argument
77 setElementType(elementType); in VariableDeclarationExpr()
83 …public VariableDeclarationExpr(final Type elementType, VariableDeclarator var, Modifier... modifie… in VariableDeclarationExpr() argument
84 setElementType(elementType); in VariableDeclarationExpr()
90 … public VariableDeclarationExpr(final Type elementType, final List<VariableDeclarator> variables) { in VariableDeclarationExpr() argument
[all …]
/external/guava/android-annotation-stubs/src/com/google/j2objc/annotations/
DReflectionSupport.java19 import java.lang.annotation.ElementType;
25 ElementType.ANNOTATION_TYPE,
26 ElementType.CONSTRUCTOR,
27 ElementType.FIELD,
28 ElementType.LOCAL_VARIABLE,
29 ElementType.METHOD,
30 ElementType.PACKAGE,
31 ElementType.PARAMETER,
32 ElementType.TYPE,
33 ElementType.TYPE_PARAMETER,
[all …]
DJ2ObjCIncompatible.java19 import java.lang.annotation.ElementType;
25 ElementType.ANNOTATION_TYPE,
26 ElementType.CONSTRUCTOR,
27 ElementType.FIELD,
28 ElementType.LOCAL_VARIABLE,
29 ElementType.METHOD,
30 ElementType.PACKAGE,
31 ElementType.PARAMETER,
32 ElementType.TYPE,
33 ElementType.TYPE_PARAMETER,
[all …]
DWeak.java19 import java.lang.annotation.ElementType;
25 ElementType.ANNOTATION_TYPE,
26 ElementType.CONSTRUCTOR,
27 ElementType.FIELD,
28 ElementType.LOCAL_VARIABLE,
29 ElementType.METHOD,
30 ElementType.PACKAGE,
31 ElementType.PARAMETER,
32 ElementType.TYPE,
33 ElementType.TYPE_PARAMETER,
[all …]
DWeakOuter.java19 import java.lang.annotation.ElementType;
25 ElementType.ANNOTATION_TYPE,
26 ElementType.CONSTRUCTOR,
27 ElementType.FIELD,
28 ElementType.LOCAL_VARIABLE,
29 ElementType.METHOD,
30 ElementType.PACKAGE,
31 ElementType.PARAMETER,
32 ElementType.TYPE,
33 ElementType.TYPE_PARAMETER,
[all …]
DRetainedWith.java19 import java.lang.annotation.ElementType;
25 ElementType.ANNOTATION_TYPE,
26 ElementType.CONSTRUCTOR,
27 ElementType.FIELD,
28 ElementType.LOCAL_VARIABLE,
29 ElementType.METHOD,
30 ElementType.PACKAGE,
31 ElementType.PARAMETER,
32 ElementType.TYPE,
33 ElementType.TYPE_PARAMETER,
[all …]
/external/guava/android-annotation-stubs/src/org/codehaus/mojo/animal_sniffer/
DIgnoreJRERequirement.java19 import java.lang.annotation.ElementType;
25 ElementType.ANNOTATION_TYPE,
26 ElementType.CONSTRUCTOR,
27 ElementType.FIELD,
28 ElementType.LOCAL_VARIABLE,
29 ElementType.METHOD,
30 ElementType.PACKAGE,
31 ElementType.PARAMETER,
32 ElementType.TYPE,
33 ElementType.TYPE_PARAMETER,
[all …]
/external/guava/android-annotation-stubs/src/org/checkerframework/checker/nullness/compatqual/
DMonotonicNonNullDecl.java19 import java.lang.annotation.ElementType;
25 ElementType.ANNOTATION_TYPE,
26 ElementType.CONSTRUCTOR,
27 ElementType.FIELD,
28 ElementType.LOCAL_VARIABLE,
29 ElementType.METHOD,
30 ElementType.PACKAGE,
31 ElementType.PARAMETER,
32 ElementType.TYPE,
33 ElementType.TYPE_PARAMETER,
[all …]
DNonNullDecl.java19 import java.lang.annotation.ElementType;
25 ElementType.ANNOTATION_TYPE,
26 ElementType.CONSTRUCTOR,
27 ElementType.FIELD,
28 ElementType.LOCAL_VARIABLE,
29 ElementType.METHOD,
30 ElementType.PACKAGE,
31 ElementType.PARAMETER,
32 ElementType.TYPE,
33 ElementType.TYPE_PARAMETER,
[all …]
DNullableDecl.java19 import java.lang.annotation.ElementType;
25 ElementType.ANNOTATION_TYPE,
26 ElementType.CONSTRUCTOR,
27 ElementType.FIELD,
28 ElementType.LOCAL_VARIABLE,
29 ElementType.METHOD,
30 ElementType.PACKAGE,
31 ElementType.PARAMETER,
32 ElementType.TYPE,
33 ElementType.TYPE_PARAMETER,
[all …]
/external/guava/android-annotation-stubs/src/org/checkerframework/checker/nullness/qual/
DNonNull.java19 import java.lang.annotation.ElementType;
25 ElementType.ANNOTATION_TYPE,
26 ElementType.CONSTRUCTOR,
27 ElementType.FIELD,
28 ElementType.LOCAL_VARIABLE,
29 ElementType.METHOD,
30 ElementType.PACKAGE,
31 ElementType.PARAMETER,
32 ElementType.TYPE,
33 ElementType.TYPE_PARAMETER,
[all …]
DMonotonicNonNull.java19 import java.lang.annotation.ElementType;
25 ElementType.ANNOTATION_TYPE,
26 ElementType.CONSTRUCTOR,
27 ElementType.FIELD,
28 ElementType.LOCAL_VARIABLE,
29 ElementType.METHOD,
30 ElementType.PACKAGE,
31 ElementType.PARAMETER,
32 ElementType.TYPE,
33 ElementType.TYPE_PARAMETER,
[all …]
DNullable.java19 import java.lang.annotation.ElementType;
25 ElementType.ANNOTATION_TYPE,
26 ElementType.CONSTRUCTOR,
27 ElementType.FIELD,
28 ElementType.LOCAL_VARIABLE,
29 ElementType.METHOD,
30 ElementType.PACKAGE,
31 ElementType.PARAMETER,
32 ElementType.TYPE,
33 ElementType.TYPE_PARAMETER,
[all …]
/external/google-java-format/android-annotation-stubs/
Dtmpl.java19 import java.lang.annotation.ElementType;
28 ElementType.ANNOTATION_TYPE,
29 ElementType.CONSTRUCTOR,
30 ElementType.FIELD,
31 ElementType.LOCAL_VARIABLE,
32 ElementType.METHOD,
33 ElementType.PACKAGE,
34 ElementType.PARAMETER,
35 ElementType.TYPE,
36 ElementType.TYPE_PARAMETER,
[all …]
/external/dagger2/android-annotation-stubs/
Dtmpl.java19 import java.lang.annotation.ElementType;
29 ElementType.ANNOTATION_TYPE,
30 ElementType.CONSTRUCTOR,
31 ElementType.FIELD,
32 ElementType.LOCAL_VARIABLE,
33 ElementType.METHOD,
34 ElementType.PACKAGE,
35 ElementType.PARAMETER,
36 ElementType.TYPE,
37 ElementType.TYPE_PARAMETER,
[all …]
/external/google-java-format/android-annotation-stubs/src/org/checkerframework/checker/nullness/qual/
DNullable.java19 import java.lang.annotation.ElementType;
28 ElementType.ANNOTATION_TYPE,
29 ElementType.CONSTRUCTOR,
30 ElementType.FIELD,
31 ElementType.LOCAL_VARIABLE,
32 ElementType.METHOD,
33 ElementType.PACKAGE,
34 ElementType.PARAMETER,
35 ElementType.TYPE,
36 ElementType.TYPE_PARAMETER,
[all …]
/external/turbine/android-annotation-stubs/src/org/checkerframework/checker/nullness/compatqual/
DNullableDecl.java19 import java.lang.annotation.ElementType;
28 ElementType.ANNOTATION_TYPE,
29 ElementType.CONSTRUCTOR,
30 ElementType.FIELD,
31 ElementType.LOCAL_VARIABLE,
32 ElementType.METHOD,
33 ElementType.PACKAGE,
34 ElementType.PARAMETER,
35 ElementType.TYPE,
36 ElementType.TYPE_PARAMETER,
[all …]
/external/auto/android-annotation-stubs/
Dtmpl.java19 import java.lang.annotation.ElementType;
29 ElementType.ANNOTATION_TYPE,
30 ElementType.CONSTRUCTOR,
31 ElementType.FIELD,
32 ElementType.LOCAL_VARIABLE,
33 ElementType.METHOD,
34 ElementType.PACKAGE,
35 ElementType.PARAMETER,
36 ElementType.TYPE,
37 ElementType.TYPE_PARAMETER,
[all …]
/external/turbine/android-annotation-stubs/src/org/checkerframework/checker/nullness/qual/
DNullable.java19 import java.lang.annotation.ElementType;
28 ElementType.ANNOTATION_TYPE,
29 ElementType.CONSTRUCTOR,
30 ElementType.FIELD,
31 ElementType.LOCAL_VARIABLE,
32 ElementType.METHOD,
33 ElementType.PACKAGE,
34 ElementType.PARAMETER,
35 ElementType.TYPE,
36 ElementType.TYPE_PARAMETER,
[all …]
/external/auto/android-annotation-stubs/src/net/ltgt/gradle/incap/
DIncrementalAnnotationProcessor.java19 import java.lang.annotation.ElementType;
28 ElementType.ANNOTATION_TYPE,
29 ElementType.CONSTRUCTOR,
30 ElementType.FIELD,
31 ElementType.LOCAL_VARIABLE,
32 ElementType.METHOD,
33 ElementType.PACKAGE,
34 ElementType.PARAMETER,
35 ElementType.TYPE,
36 ElementType.TYPE_PARAMETER,
[all …]

12345678910>>...75