Searched refs:TYPE (Results 1 - 25 of 116) sorted by relevance

12345

/frameworks/base/libs/hwui/utils/
H A DSortedList.h35 template<class TYPE>
38 typedef TYPE value_type;
41 SortedList(const SortedList<TYPE>& rhs);
44 const SortedList<TYPE>& operator =(const SortedList<TYPE>& rhs) const;
45 SortedList<TYPE>& operator =(const SortedList<TYPE>& rhs);
67 inline const TYPE* array() const;
69 TYPE* editArray();
71 ssize_t indexOf(const TYPE
[all...]
/frameworks/native/services/sensorservice/
H A Dquat.h29 template <typename TYPE>
30 mat<TYPE, 3, 3> quatToMatrix(const vec<TYPE, 4>& q) {
31 mat<TYPE, 3, 3> R;
32 TYPE q0(q.w);
33 TYPE q1(q.x);
34 TYPE q2(q.y);
35 TYPE q3(q.z);
36 TYPE sq_q1 = 2 * q1 * q1;
37 TYPE sq_q
[all...]
H A Dvec.h36 template <typename TYPE, size_t SIZE>
39 template <typename TYPE, size_t SIZE>
48 typename TYPE, size_t SIZE, size_t S>
49 vec<TYPE, SIZE>& doAssign(
50 vec<TYPE, SIZE>& lhs, const VEC<TYPE, S>& rhs) {
64 typename TYPE,
67 VLHS<TYPE, SIZE> PURE doAdd(
68 const VLHS<TYPE, SIZE>& lhs,
69 const VRHS<TYPE, SIZ
[all...]
H A Dmat.h27 template <typename TYPE, size_t C, size_t R>
32 template <typename TYPE, size_t C, size_t R>
33 mat<TYPE, C, R>& doAssign(
34 mat<TYPE, C, R>& lhs,
35 typename TypeTraits<TYPE>::ParameterType rhs) {
42 template <typename TYPE, size_t C, size_t R, size_t D>
43 mat<TYPE, C, R> PURE doMul(
44 const mat<TYPE, D, R>& lhs,
45 const mat<TYPE, C, D>& rhs)
47 mat<TYPE,
[all...]
/frameworks/base/libs/hwui/
H A DVertexBuffer.h58 template <class TYPE>
59 TYPE* alloc(int vertexCount) {
61 TYPE* reallocBuffer = (TYPE*)mReallocBuffer;
72 mByteCount = mVertexCount * sizeof(TYPE);
73 mReallocBuffer = mBuffer = (void*)new TYPE[vertexCount];
75 mCleanupMethod = &(cleanup<TYPE>);
77 return (TYPE*)mBuffer;
80 template <class TYPE>
81 TYPE* allocIndice
[all...]
/frameworks/opt/bluetooth/src/android/bluetooth/client/map/
H A DBluetoothMasRequestUpdateInbox.java26 private static final String TYPE = "x-bt/MAP-messageUpdate"; field in class:BluetoothMasRequestUpdateInbox
29 mHeaderSet.setHeader(HeaderSet.TYPE, TYPE);
H A DBluetoothMasRequestSetNotificationRegistration.java28 private static final String TYPE = "x-bt/MAP-NotificationRegistration"; field in class:BluetoothMasRequestSetNotificationRegistration
35 mHeaderSet.setHeader(HeaderSet.TYPE, TYPE);
H A DBluetoothMasRequestGetFolderListingSize.java28 private static final String TYPE = "x-obex/folder-listing"; field in class:BluetoothMasRequestGetFolderListingSize
33 mHeaderSet.setHeader(HeaderSet.TYPE, TYPE);
H A DBluetoothMasRequestGetMessagesListingSize.java28 private static final String TYPE = "x-bt/MAP-msg-listing"; field in class:BluetoothMasRequestGetMessagesListingSize
34 mHeaderSet.setHeader(HeaderSet.TYPE, TYPE);
H A DBluetoothMasRequestSetMessageStatus.java32 private static final String TYPE = "x-bt/messageStatus"; field in class:BluetoothMasRequestSetMessageStatus
37 mHeaderSet.setHeader(HeaderSet.TYPE, TYPE);
/frameworks/native/services/surfaceflinger/RenderEngine/
H A DMesh.h38 template <typename TYPE>
45 TYPE& operator[](size_t index) {
46 return *reinterpret_cast<TYPE*>(&mData[index*mStride]);
48 TYPE const& operator[](size_t index) const {
49 return *reinterpret_cast<TYPE const*>(&mData[index*mStride]);
53 template <typename TYPE>
54 VertexArray<TYPE> getPositionArray() { return VertexArray<TYPE>(getPositions(), mStride); }
56 template <typename TYPE>
57 VertexArray<TYPE> getTexCoordArra
[all...]
/frameworks/rs/cpp/util/
H A DTypeHelpers.h40 template <typename TYPE>
44 is_pointer = trait_pointer<TYPE>::value,
46 has_trivial_ctor = is_pointer || trait_trivial_ctor<TYPE>::value,
48 has_trivial_dtor = is_pointer || trait_trivial_dtor<TYPE>::value,
50 has_trivial_copy = is_pointer || trait_trivial_copy<TYPE>::value,
52 has_trivial_move = is_pointer || trait_trivial_move<TYPE>::value
117 template<typename TYPE> inline
118 int strictly_order_type(const TYPE& lhs, const TYPE& rhs) {
122 template<typename TYPE> inlin
[all...]
/frameworks/rs/server/
H A DTypeHelpers.h40 template <typename TYPE>
44 is_pointer = trait_pointer<TYPE>::value,
46 has_trivial_ctor = is_pointer || trait_trivial_ctor<TYPE>::value,
48 has_trivial_dtor = is_pointer || trait_trivial_dtor<TYPE>::value,
50 has_trivial_copy = is_pointer || trait_trivial_copy<TYPE>::value,
52 has_trivial_move = is_pointer || trait_trivial_move<TYPE>::value
117 template<typename TYPE> inline
118 int strictly_order_type(const TYPE& lhs, const TYPE& rhs) {
122 template<typename TYPE> inlin
[all...]
/frameworks/data-binding/baseLibrary/src/main/java/android/databinding/
H A DBindingMethods.java26 @Target({ElementType.TYPE})
H A DUntaggable.java24 @Target({ElementType.TYPE})
/frameworks/base/core/java/android/annotation/
H A DBinderThread.java23 import static java.lang.annotation.ElementType.TYPE;
40 @Target({METHOD,CONSTRUCTOR,TYPE})
H A DMainThread.java23 import static java.lang.annotation.ElementType.TYPE;
40 @Target({METHOD,CONSTRUCTOR,TYPE})
H A DTargetApi.java20 import static java.lang.annotation.ElementType.TYPE;
28 @Target({TYPE, METHOD, CONSTRUCTOR})
H A DUiThread.java23 import static java.lang.annotation.ElementType.TYPE;
40 @Target({METHOD,CONSTRUCTOR,TYPE})
H A DWorkerThread.java23 import static java.lang.annotation.ElementType.TYPE;
40 @Target({METHOD,CONSTRUCTOR,TYPE})
/frameworks/native/include/ui/
H A DANativeObjectBase.h57 template <typename NATIVE_TYPE, typename TYPE, typename REF>
70 typedef ANativeObjectBase<NATIVE_TYPE, TYPE, REF> BASE;
75 static inline TYPE* getSelf(NATIVE_TYPE* self) {
76 return static_cast<TYPE*>(self);
78 static inline TYPE const* getSelf(NATIVE_TYPE const* self) {
79 return static_cast<TYPE const *>(self);
81 static inline TYPE* getSelf(android_native_base_t* base) {
84 static inline TYPE const * getSelf(android_native_base_t const* base) {
/frameworks/support/annotations/src/android/support/annotation/
H A DBinderThread.java23 import static java.lang.annotation.ElementType.TYPE;
38 @Target({METHOD,CONSTRUCTOR,TYPE})
H A DMainThread.java23 import static java.lang.annotation.ElementType.TYPE;
38 @Target({METHOD,CONSTRUCTOR,TYPE})
H A DUiThread.java23 import static java.lang.annotation.ElementType.TYPE;
39 @Target({METHOD,CONSTRUCTOR,TYPE})
H A DWorkerThread.java23 import static java.lang.annotation.ElementType.TYPE;
38 @Target({METHOD,CONSTRUCTOR,TYPE})

Completed in 3179 milliseconds

12345