Home
last modified time | relevance | path

Searched defs:TYPE (Results 1 – 25 of 29) sorted by relevance

12

/frameworks/native/services/sensorservice/
Dvec.h49 vec<TYPE, SIZE>& doAssign( in doAssign()
50 vec<TYPE, SIZE>& lhs, const VEC<TYPE, S>& rhs) { in doAssign()
68 const VLHS<TYPE, SIZE>& lhs, in doAdd()
69 const VRHS<TYPE, SIZE>& rhs) { in doAdd()
83 const VLHS<TYPE, SIZE>& lhs, in doSub()
84 const VRHS<TYPE, SIZE>& rhs) { in doSub()
97 const VEC<TYPE, SIZE>& lhs, in doMulScalar()
112 const VEC<TYPE, SIZE>& rhs) { in doScalarMul()
193 const VLHS<TYPE, SIZE>& lhs, in dot_product()
194 const VRHS<TYPE, SIZE>& rhs) { in dot_product()
[all …]
Dmat.h33 mat<TYPE, C, R>& doAssign( in doAssign()
44 const mat<TYPE, D, R>& lhs, in doMul()
62 const mat<TYPE, D, R>& lhs, in doMul()
63 const vec<TYPE, D>& rhs) in doMul()
78 const vec<TYPE, R>& lhs, in doMul()
79 const mat<TYPE, C, 1>& rhs) in doMul()
92 const mat<TYPE, C, R>& rhs, in doMul()
107 const mat<TYPE, C, R>& rhs) in doMul()
290 mat<TYPE, R, C> PURE transpose(const mat<TYPE, C, R>& m) { in transpose()
299 template <typename TYPE, size_t C> static TYPE trace(const mat<TYPE, C, C>& m) { in trace()
[all …]
Dquat.h30 mat<TYPE, 3, 3> quatToMatrix(const vec<TYPE, 4>& q) { in quatToMatrix()
58 vec<TYPE, 4> matrixToQuat(const mat<TYPE, 3, 3>& R) { in matrixToQuat()
83 vec<TYPE, 4> normalize_quat(const vec<TYPE, 4>& q) { in normalize_quat()
DFusion.cpp111 const mat<TYPE, C, R>& A, in scaleCovariance()
132 static mat<TYPE, 3, 3> crossMatrix(const vec<TYPE, 3>& p, OTHER_TYPE diag) { in crossMatrix()
154 void update(const vec<TYPE, SIZE>& x) { in update()
/frameworks/opt/bluetooth/src/android/bluetooth/client/map/
DBluetoothMasRequestUpdateInbox.java26 private static final String TYPE = "x-bt/MAP-messageUpdate"; field in BluetoothMasRequestUpdateInbox
DBluetoothMasRequestSetNotificationRegistration.java28 private static final String TYPE = "x-bt/MAP-NotificationRegistration"; field in BluetoothMasRequestSetNotificationRegistration
DBluetoothMasRequestGetMessagesListingSize.java28 private static final String TYPE = "x-bt/MAP-msg-listing"; field in BluetoothMasRequestGetMessagesListingSize
DBluetoothMasRequestGetFolderListingSize.java28 private static final String TYPE = "x-obex/folder-listing"; field in BluetoothMasRequestGetFolderListingSize
DBluetoothMasRequestGetFolderListing.java29 private static final String TYPE = "x-obex/folder-listing"; field in BluetoothMasRequestGetFolderListing
DBluetoothMasRequestSetMessageStatus.java32 private static final String TYPE = "x-bt/messageStatus"; field in BluetoothMasRequestSetMessageStatus
DBluetoothMasRequestGetMessage.java39 private static final String TYPE = "x-bt/message"; field in BluetoothMasRequestGetMessage
DBluetoothMasRequestPushMessage.java31 private static final String TYPE = "x-bt/message"; field in BluetoothMasRequestPushMessage
DBluetoothMasRequestGetMessagesListing.java33 private static final String TYPE = "x-bt/MAP-msg-listing"; field in BluetoothMasRequestGetMessagesListing
DBluetoothMnsObexServer.java41 private final static String TYPE = "x-bt/MAP-event-report"; field in BluetoothMnsObexServer
/frameworks/base/packages/PrintRecommendationService/src/com/android/printservice/recommendation/plugin/google/
DCloudPrintPlugin.java52 private static final String TYPE = "printer"; field in CloudPrintPlugin
/frameworks/base/core/java/android/util/
DXml.java114 static final String TYPE field in Xml.XmlSerializerFactory
/frameworks/base/core/java/android/provider/
DBrowserContract.java297 public static final String TYPE = "type"; field in BrowserContract.Bookmarks
615 public static final String TYPE = "type"; field in BrowserContract.Images
DContacts.java859 public static final String TYPE = "type"; field
1151 public static final String TYPE = "type"; field
1681 public static final String TYPE = "type"; field
DCallLog.java186 public static final String TYPE = "type"; field in CallLog.Calls
/frameworks/base/obex/javax/obex/
DHeaderSet.java69 public static final int TYPE = 0x42; field in HeaderSet
/frameworks/base/packages/SystemUI/src/com/android/systemui/tuner/
DNavBarTuner.java70 private static final String TYPE = "type"; field in NavBarTuner
/frameworks/native/include/private/ui/
DRegionHelper.h31 typedef typename RECT::value_type TYPE; typedef
/frameworks/base/core/java/android/os/
DBuild.java765 public static final String TYPE = getString("ro.build.type"); field in Build
/frameworks/base/telephony/java/android/telephony/
DTelephony.java150 public static final String TYPE = "type"; field
1810 public static final String TYPE = "type"; field
2170 public static final String TYPE = "type"; field in Telephony.Mms.Addr
2636 public static final String TYPE = "type"; field in Telephony.Carriers
/frameworks/rs/support/java/src/android/support/v8/renderscript/
DElement.java415 public static Element TYPE(RenderScript rs) { in TYPE() method in Element

12