Home
last modified time | relevance | path

Searched defs:x (Results 1 – 25 of 696) sorted by relevance

12345678910>>...28

/packages/modules/Bluetooth/system/stack/include/
Dhcidefs.h960 #define HCI_3_SLOT_PACKETS_SUPPORTED(x) ((x)[0] & 0x01) argument
961 #define HCI_5_SLOT_PACKETS_SUPPORTED(x) ((x)[0] & 0x02) argument
962 #define HCI_ENCRYPTION_SUPPORTED(x) ((x)[0] & 0x04) argument
963 #define HCI_SLOT_OFFSET_SUPPORTED(x) ((x)[0] & 0x08) argument
964 #define HCI_TIMING_ACC_SUPPORTED(x) ((x)[0] & 0x10) argument
965 #define HCI_SWITCH_SUPPORTED(x) ((x)[0] & 0x20) argument
966 #define HCI_HOLD_MODE_SUPPORTED(x) ((x)[0] & 0x40) argument
967 #define HCI_SNIFF_MODE_SUPPORTED(x) ((x)[0] & 0x80) argument
969 #define HCI_PARK_MODE_SUPPORTED(x) ((x)[1] & 0x01) argument
970 #define HCI_RSSI_SUPPORTED(x) ((x)[1] & 0x02) argument
[all …]
/packages/modules/Bluetooth/system/gd/crypto_toolbox/
Daes.cc78 #define f1(x) (x) argument
79 #define f2(x) (((x) << 1) ^ ((((x) >> 7) & 1) * WPOLY)) argument
80 #define f4(x) (((x) << 2) ^ ((((x) >> 6) & 1) * WPOLY) ^ ((((x) >> 6) & 2) * WPOLY)) argument
81 #define f8(x) (((x) << 3) ^ ((((x) >> 5) & 1) * WPOLY) ^ ((((x) >> 5) & 2) * WPOLY) ^ ((((x) >> 5) … argument
82 #define d2(x) (((x) >> 1) ^ ((x)&1 ? DPOLY : 0)) argument
84 #define f3(x) (f2(x) ^ (x)) argument
85 #define f9(x) (f8(x) ^ (x)) argument
86 #define fb(x) (f8(x) ^ f2(x) ^ (x)) argument
87 #define fd(x) (f8(x) ^ f4(x) ^ (x)) argument
88 #define fe(x) (f8(x) ^ f4(x) ^ f2(x)) argument
[all …]
/packages/modules/Bluetooth/system/stack/crypto_toolbox/
Daes.cc78 #define f1(x) (x) argument
79 #define f2(x) (((x) << 1) ^ ((((x) >> 7) & 1) * WPOLY)) argument
80 #define f4(x) \ argument
82 #define f8(x) \ argument
85 #define d2(x) (((x) >> 1) ^ ((x)&1 ? DPOLY : 0)) argument
87 #define f3(x) (f2(x) ^ (x)) argument
88 #define f9(x) (f8(x) ^ (x)) argument
89 #define fb(x) (f8(x) ^ f2(x) ^ (x)) argument
90 #define fd(x) (f8(x) ^ f4(x) ^ (x)) argument
91 #define fe(x) (f8(x) ^ f4(x) ^ f2(x)) argument
[all …]
/packages/apps/Settings/res/raw/
Duser_aspect_ratio_education.json1 …x":11},"r":{"a":0,"k":0,"ix":10},"p":{"k":[{"s":[38.5,-79.5,0],"t":15,"i":{"x":1,"y":1},"o":{"x":0… number
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/common/
DInputPointersTests.java70 final int x = i; in testAdd() local
78 final int x = i; in testAdd() local
94 final int x = i; in testAddAt() local
102 final int x = i; in testAddAt() local
118 final int x = i; in testSet() local
138 final int x = i; in testCopy() local
167 final int x = i * 4; in testAppend() local
183 final int x = i; in testAppend() local
237 final int x = i * 4; in testAppendResizableIntArray() local
256 final int x = i * 3; in testAppendResizableIntArray() local
[all …]
/packages/modules/Bluetooth/system/embdrv/lc3/src/
Dfastmath.h35 static inline float fast_exp2f(float x) in fast_exp2f()
66 static inline float fast_log2f(float x) in fast_log2f()
94 static inline float fast_log10f(float x) in fast_log10f()
107 static inline int32_t fast_db_q16(float x) in fast_db_q16()
Dltpf.c184 struct lc3_ltpf_hp50_state *hp50, const int16_t *x, int16_t *y, int n) in resample_x64k_12k8()
228 struct lc3_ltpf_hp50_state *hp50, const int16_t *x, int16_t *y, int n) in resample_x192k_12k8()
273 struct lc3_ltpf_hp50_state *hp50, const int16_t *x, int16_t *y, int n) in resample_8k_12k8()
289 struct lc3_ltpf_hp50_state *hp50, const int16_t *x, int16_t *y, int n) in resample_16k_12k8()
305 struct lc3_ltpf_hp50_state *hp50, const int16_t *x, int16_t *y, int n) in resample_32k_12k8()
321 struct lc3_ltpf_hp50_state *hp50, const int16_t *x, int16_t *y, int n) in resample_24k_12k8()
337 struct lc3_ltpf_hp50_state *hp50, const int16_t *x, int16_t *y, int n) in resample_48k_12k8()
351 LC3_HOT static void resample_6k4(const int16_t *x, int16_t *y, int n) in resample_6k4()
425 LC3_HOT static int argmax(const float *x, int n, float *x_max) in argmax()
445 const float *x, int n, float w_incr, float *x_max) in argmax_weighted()
[all …]
Dltpf_arm.h49 struct lc3_ltpf_hp50_state *hp50, const int16x2_t *x, int16_t *y, int n) in arm_resample_x64k_12k8()
80 struct lc3_ltpf_hp50_state *hp50, const int16x2_t *x, int16_t *y, int n) in arm_resample_x192k_12k8()
122 struct lc3_ltpf_hp50_state *hp50, const int16_t *x, int16_t *y, int n) in arm_resample_8k_12k8()
154 struct lc3_ltpf_hp50_state *hp50, const int16_t *x, int16_t *y, int n) in arm_resample_16k_12k8()
207 struct lc3_ltpf_hp50_state *hp50, const int16_t *x, int16_t *y, int n) in arm_resample_32k_12k8()
251 struct lc3_ltpf_hp50_state *hp50, const int16_t *x, int16_t *y, int n) in arm_resample_24k_12k8()
347 struct lc3_ltpf_hp50_state *hp50, const int16_t *x, int16_t *y, int n) in arm_resample_48k_12k8()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
DInputView.java73 final int x = (int)me.getX(index) + rect.left; in onInterceptTouchEvent() local
103 final int x = (int)me.getX(index) + rect.left; in onTouchEvent() local
130 protected abstract boolean needsToForward(final int x, final int y); in needsToForward()
133 protected int translateX(final int x) { in translateX()
150 public boolean onInterceptTouchEvent(final int x, final int y, final MotionEvent me) { in onInterceptTouchEvent()
175 public boolean onTouchEvent(final int x, final int y, final MotionEvent me) { in onTouchEvent()
207 protected boolean needsToForward(final int x, final int y) { in needsToForward()
241 protected boolean needsToForward(final int x, final int y) { in needsToForward()
/packages/services/Car/tests/DiagnosticTools/src/com/google/android/car/diagnostictools/utils/
DMathEval.java98 double x = parseExpression(); in eval() local
112 double x = parseTerm(); in eval() local
125 double x = parseFactor(); in eval() local
145 double x; in eval() local
/packages/modules/NeuralNetworks/common/types/include/nnapi/
DTypeUtils.h251 #define NN_RET_CHECK_EQ(x, y) NN_RET_CHECK_OP(x, y, ==) argument
252 #define NN_RET_CHECK_NE(x, y) NN_RET_CHECK_OP(x, y, !=) argument
253 #define NN_RET_CHECK_LE(x, y) NN_RET_CHECK_OP(x, y, <=) argument
254 #define NN_RET_CHECK_LT(x, y) NN_RET_CHECK_OP(x, y, <) argument
255 #define NN_RET_CHECK_GE(x, y) NN_RET_CHECK_OP(x, y, >=) argument
256 #define NN_RET_CHECK_GT(x, y) NN_RET_CHECK_OP(x, y, >) argument
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
DPointerTracker.java276 private void callListenerOnCodeInput(final Key key, final int primaryCode, final int x, in callListenerOnCodeInput()
381 public Key getKeyOn(final int x, final int y) { in getKeyOn()
472 private Key onDownKey(final int x, final int y, final long eventTime) { in onDownKey()
483 private Key onMoveKeyInternal(final int x, final int y) { in onMoveKeyInternal()
490 private Key onMoveKey(final int x, final int y) { in onMoveKey()
494 private Key onMoveToNewKey(final Key newKey, final int x, final int y) { in onMoveToNewKey()
591 final int x = (int)me.getX(index); in processMotionEvent() local
599 final int x = (int)me.getX(index); in processMotionEvent() local
616 private void onDownEvent(final int x, final int y, final long eventTime, in onDownEvent()
671 private void onDownEventInternal(final int x, final int y, final long eventTime) { in onDownEventInternal()
[all …]
/packages/apps/Launcher3/quickstep/res/raw/
Doverview_gesture_tutorial_open_foldable_animation.json1 …,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"s":true,"x":{"a":1,"k":[{"i":{"… number
Doverview_gesture_tutorial_animation.json1 …,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"s":true,"x":{"a":1,"k":[{"i":{"… array
Dback_gesture_tutorial_tablet_animation.json1 …,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"s":true,"x":{"a":1,"k":[{"i":{"… number
Dback_gesture_tutorial_open_foldable_animation.json1 …,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"s":true,"x":{"a":0,"k":818,"ix"… array
Dback_gesture_tutorial_animation.json1 …":".onSurfaceBack","cl":"onSurfaceBack","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.999],"y":[1]},"o… number
/packages/modules/DnsResolver/
DDnsTlsServer.cpp44 static bool operator <(const in6_addr& x, const in6_addr& y) { in operator <()
50 static bool operator ==(const in6_addr& x, const in6_addr& y) { in operator ==()
56 static bool operator <(const sockaddr_storage& x, const sockaddr_storage& y) { in operator <()
73 static bool operator ==(const sockaddr_storage& x, const sockaddr_storage& y) { in operator ==()
94 bool AddressComparator::operator() (const DnsTlsServer& x, const DnsTlsServer& y) const { in operator ()() argument
/packages/apps/Dialer/java/com/android/dialer/app/list/
DOnDragDropListener.java32 void onDragStarted(int x, int y, PhoneFavoriteSquareTileView view); in onDragStarted()
42 void onDragHovered(int x, int y, PhoneFavoriteSquareTileView view); in onDragHovered()
51 void onDragFinished(int x, int y); in onDragFinished()
DDragDropController.java38 boolean handleDragStarted(View v, int x, int y) { in handleDragStarted()
53 public void handleDragHovered(View v, int x, int y) { in handleDragHovered()
63 public void handleDragFinished(int x, int y, boolean isRemoveView) { in handleDragFinished()
94 PhoneFavoriteSquareTileView getViewForLocation(int x, int y); in getViewForLocation()
/packages/apps/Gallery2/jni/filters/
Dkmeans.h27 int x, y; in sum() local
41 int x; in set() local
49 int x; in add() local
57 int x; in divide() local
72 int x; in euclideanDist() local
90 int x, z, num_vals, cntr; in initialPickHeuristicRandom() local
143 int x, pop_size; in calculateNewCentroids() local
182 int x; in runKMeansWithPicks() local
224 int x, pop_size; in applyCentroids() local
/packages/modules/Bluetooth/system/embdrv/sbc/decoder/include/
Doi_codec_sbc_private.h47 #define ERROR(x) \ argument
53 #define ERROR(x) argument
57 #define TRACE(x) \ argument
63 #define TRACE(x) argument
113 #define VALID_INT16(x) (((x) >= OI_INT16_MIN) && ((x) <= OI_INT16_MAX)) argument
114 #define VALID_INT32(x) (((x) >= OI_INT32_MIN) && ((x) <= OI_INT32_MAX)) argument
/packages/modules/Bluetooth/system/osi/test/
Dlist_test.cc61 int x; in TEST_F() local
71 int x[] = {1, 2, 3, 4, 5}; in TEST_F() local
82 int x[] = {1, 2, 3, 4, 5}; in TEST_F() local
93 int x[] = {1, 2, 3, 4, 5}; in TEST_F() local
106 int x[] = {1, 2, 3, 4, 5}; in TEST_F() local
120 int x[] = {1, 2, 3, 4, 5}; in TEST_F() local
166 int x[] = {1, 2, 3, 4, 5}; in TEST_F() local
183 int x[] = {1, 2, 3, 4, 5}; in TEST_F() local
/packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/
DtrsMatrix.h37 inline double ProjZ(double trs[3][3], double x, double y, double f) in ProjZ()
42 inline double ProjX(double trs[3][3], double x, double y, double z, double f) in ProjX()
47 inline double ProjY(double trs[3][3], double x, double y, double z, double f) in ProjY()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/inputconsumers/
DTaskbarUnstashInputConsumer.java141 final float x = ev.getRawX(); in onMotionEvent() local
242 private boolean isInTaskbarArea(float x) { in isInTaskbarArea()
248 private boolean isInBubbleBarArea(float x) { in isInBubbleBarArea()
291 private void updateHoveredTaskbarState(int x, int y) { in updateHoveredTaskbarState()
309 private void updateUnhoveredTaskbarState(int x, int y) { in updateUnhoveredTaskbarState()
331 private boolean isStashedTaskbarHovered(int x, int y) { in isStashedTaskbarHovered()

12345678910>>...28