HomeSort by relevance Sort by last modified time
    Searched refs:ElementType (Results 26 - 50 of 946) sorted by null

12 3 4 5 6 7 8 91011>>

  /packages/services/Car/car-lib/src/android/car/annotation/
FutureFeature.java 18 import java.lang.annotation.ElementType;
29 @Target({ElementType.TYPE, ElementType.FIELD, ElementType.METHOD, ElementType.CONSTRUCTOR,
30 ElementType.LOCAL_VARIABLE})
  /system/chre/util/include/chre/util/
fixed_size_vector_impl.h 27 template<typename ElementType, size_t kCapacity>
28 FixedSizeVector<ElementType, kCapacity>::~FixedSizeVector() {
32 template<typename ElementType, size_t kCapacity>
33 ElementType& FixedSizeVector<ElementType, kCapacity>::back() {
38 template<typename ElementType, size_t kCapacity>
39 const ElementType& FixedSizeVector<ElementType, kCapacity>::back() const {
44 template<typename ElementType, size_t kCapacity>
45 ElementType& FixedSizeVector<ElementType, kCapacity>::front()
    [all...]
synchronized_memory_pool_impl.h 25 template<typename ElementType, size_t kSize>
27 ElementType *SynchronizedMemoryPool<ElementType, kSize>::allocate(
33 template<typename ElementType, size_t kSize>
34 void SynchronizedMemoryPool<ElementType, kSize>::deallocate(
35 ElementType *element) {
40 template<typename ElementType, size_t kSize>
41 size_t SynchronizedMemoryPool<ElementType, kSize>::getFreeBlockCount() {
fixed_size_blocking_queue_impl.h 25 template<typename ElementType, size_t kSize>
26 bool FixedSizeBlockingQueue<ElementType, kSize>::push(
27 const ElementType& element) {
39 template<typename ElementType, size_t kSize>
40 bool FixedSizeBlockingQueue<ElementType, kSize>::push(ElementType&& element) {
52 template<typename ElementType, size_t kSize>
53 ElementType FixedSizeBlockingQueue<ElementType, kSize>::pop() {
59 ElementType element(std::move(mQueue.front()))
    [all...]
priority_queue.h 32 template<typename ElementType, typename CompareFunction = std::less<ElementType>>
78 bool push(const ElementType& element);
84 * @param args The arguments to the constructor of ElementType
99 ElementType& operator[](size_t index);
111 const ElementType& operator[](size_t index) const;
121 ElementType& top();
131 const ElementType& top() const;
152 typedef ElementType* iterator;
153 typedef const ElementType* const_iterator
    [all...]
synchronized_memory_pool.h 28 template<typename ElementType, size_t kSize>
41 ElementType *allocate(Args&&... args);
52 void deallocate(ElementType *element);
65 MemoryPool<ElementType, kSize> mMemoryPool;
memory_pool_impl.h 25 template<typename ElementType, size_t kSize>
26 MemoryPool<ElementType, kSize>::MemoryPool() {
36 template<typename ElementType, size_t kSize>
38 ElementType *MemoryPool<ElementType, kSize>::allocate(Args&&... args) {
48 ElementType(std::forward<Args>(args)...);
51 template<typename ElementType, size_t kSize>
52 void MemoryPool<ElementType, kSize>::deallocate(ElementType *element) {
57 blocks()[blockIndex].mElement.~ElementType();
    [all...]
  /external/parameter-framework/upstream/parameter/
NamedElementBuilderTemplate.h 34 template <class ElementType>
40 return new ElementType(xmlElement.getNameAttribute());
  /frameworks/data-binding/baseLibrary/src/main/java/android/databinding/
BindingConversion.java 19 import java.lang.annotation.ElementType;
28 @Target({ElementType.METHOD})
  /libcore/ojluni/src/main/java/java/lang/annotation/
Target.java 32 * constants of {@link ElementType java.lang.annotation.ElementType}.
39 * the usage restrictions indicated by {@code ElementType}
46 * &#064;Target(ElementType.ANNOTATION_TYPE)
62 * <p>It is a compile-time error for a single {@code ElementType} constant to
66 * &#064;Target({ElementType.FIELD, ElementType.METHOD, ElementType.FIELD})
78 @Target(ElementType.ANNOTATION_TYPE)
86 ElementType[] value()
    [all...]
  /frameworks/support/room/common/src/main/java/androidx/room/
Ignore.java 19 import java.lang.annotation.ElementType;
30 @Target({ElementType.METHOD, ElementType.FIELD, ElementType.CONSTRUCTOR})
TypeConverters.java 19 import java.lang.annotation.ElementType;
40 @Target({ElementType.METHOD, ElementType.PARAMETER, ElementType.TYPE, ElementType.FIELD})
  /external/conscrypt/common/src/main/java/org/conscrypt/
ExperimentalApi.java 19 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/protobuf/java/core/src/main/java/com/google/protobuf/
ExperimentalApi.java 34 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/guava/guava/src/com/google/common/annotations/
GwtIncompatible.java 20 import java.lang.annotation.ElementType;
40 ElementType.TYPE, ElementType.METHOD,
41 ElementType.CONSTRUCTOR, ElementType.FIELD })
  /frameworks/base/services/core/java/com/android/server/hdmi/
HdmiAnnotations.java 19 import java.lang.annotation.ElementType;
34 @Target({ElementType.METHOD, ElementType.FIELD})
44 @Target({ElementType.METHOD, ElementType.FIELD})
  /packages/apps/Contacts/src/com/android/contacts/test/
NeededForReflection.java 19 import java.lang.annotation.ElementType;
29 @Target({ElementType.TYPE, ElementType.CONSTRUCTOR, ElementType.METHOD, ElementType.FIELD})
  /packages/apps/Dialer/java/com/android/dialer/proguard/
UsedByReflection.java 19 import java.lang.annotation.ElementType;
30 @Target({ElementType.TYPE, ElementType.CONSTRUCTOR, ElementType.METHOD, ElementType.FIELD})
  /packages/apps/Launcher3/src/com/android/launcher3/util/
Thunk.java 19 import java.lang.annotation.ElementType;
42 @Target({ElementType.METHOD, ElementType.FIELD, ElementType.CONSTRUCTOR, ElementType.TYPE})
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/util/
NeededForTesting.java 19 import java.lang.annotation.ElementType;
29 @Target({ElementType.TYPE, ElementType.CONSTRUCTOR, ElementType.METHOD, ElementType.FIELD})
  /frameworks/base/core/java/android/annotation/
SuppressAutoDoc.java 19 import static java.lang.annotation.ElementType.CONSTRUCTOR;
20 import static java.lang.annotation.ElementType.FIELD;
21 import static java.lang.annotation.ElementType.LOCAL_VARIABLE;
22 import static java.lang.annotation.ElementType.METHOD;
23 import static java.lang.annotation.ElementType.PARAMETER;
24 import static java.lang.annotation.ElementType.TYPE;
SystemApi.java 19 import static java.lang.annotation.ElementType.ANNOTATION_TYPE;
20 import static java.lang.annotation.ElementType.CONSTRUCTOR;
21 import static java.lang.annotation.ElementType.FIELD;
22 import static java.lang.annotation.ElementType.METHOD;
23 import static java.lang.annotation.ElementType.PACKAGE;
24 import static java.lang.annotation.ElementType.TYPE;
TestApi.java 19 import static java.lang.annotation.ElementType.ANNOTATION_TYPE;
20 import static java.lang.annotation.ElementType.CONSTRUCTOR;
21 import static java.lang.annotation.ElementType.FIELD;
22 import static java.lang.annotation.ElementType.METHOD;
23 import static java.lang.annotation.ElementType.PACKAGE;
24 import static java.lang.annotation.ElementType.TYPE;
  /frameworks/support/annotations/src/main/java/androidx/annotation/
Keep.java 18 import static java.lang.annotation.ElementType.ANNOTATION_TYPE;
19 import static java.lang.annotation.ElementType.CONSTRUCTOR;
20 import static java.lang.annotation.ElementType.FIELD;
21 import static java.lang.annotation.ElementType.METHOD;
22 import static java.lang.annotation.ElementType.PACKAGE;
23 import static java.lang.annotation.ElementType.TYPE;
  /tools/metalava/stub-annotations/src/main/java/androidx/annotation/
NonNull.java 18 import static java.lang.annotation.ElementType.FIELD;
19 import static java.lang.annotation.ElementType.METHOD;
20 import static java.lang.annotation.ElementType.PARAMETER;
21 import static java.lang.annotation.ElementType.PACKAGE;
22 import static java.lang.annotation.ElementType.TYPE_PARAMETER;
23 import static java.lang.annotation.ElementType.TYPE_USE;

Completed in 507 milliseconds

12 3 4 5 6 7 8 91011>>