HomeSort by relevance Sort by last modified time
    Searched defs:mB (Results 1 - 12 of 12) sorted by null

  /frameworks/base/core/tests/coretests/src/android/widget/layout/table/
CellSpanTest.java 32 private View mB;
48 mB = activity.findViewById(R.id.b);
58 assertNotNull(mB);
67 int spanWidth = mA.getMeasuredWidth() + mB.getMeasuredWidth();
74 int spanWidth = mB.getMeasuredWidth() + mC.getMeasuredWidth();
81 int spanWidth = mA.getMeasuredWidth() + mB.getMeasuredWidth() +
  /art/test/530-checker-lse2/src/
Main.java 54 private B mB = new B();
131 mF += (mZ ? (mB.a()) : ((! mZ) ? -752042357.0f : (++mF)));
  /art/test/525-checker-arrays-fields2/src/
Main.java 30 private byte mB;
82 mArrB[i] = mB;
199 mArrB[i] = mB;
201 mB++;
520 mB = 1;
  /external/clang/test/SemaCXX/
friend.cpp 60 T4B *mB; // error here
  /external/webp/src/dsp/
rescaler_sse2.c 256 const __m128i mB = _mm_set_epi32(0, B, 0, B);
261 LoadDispatchAndMult(irow + x_out, &mB, &B0, &B1, &B2, &B3);
  /packages/screensavers/PhotoTable/src/com/android/dreams/phototable/
PhotoTouchListener.java 52 private int mB = INVALID_POINTER;
70 int b = ev.findPointerIndex(mB);
141 if (mB == INVALID_POINTER) {
142 mB = ev.getPointerId(ev.getActionIndex());
148 if (mB == ev.getPointerId(ev.getActionIndex())) {
149 mB = INVALID_POINTER;
154 mA = mB;
156 mB = INVALID_POINTER;
186 if (mManualImageRotation && mB != INVALID_POINTER) {
228 mB = INVALID_POINTER
    [all...]
  /frameworks/base/rs/java/android/renderscript/
Mesh.java 570 float mB = 1;
627 mVtxData[mVtxCount++] = mB;
745 mB = b;
  /system/sepolicy/tools/
check_seapp.c 533 key_map *mB;
539 mB = &(rmB->m[j]);
542 if (strcmp(mA->name, mB->name))
545 if (strcmp(mA->data, mB->data))
548 if (mB->dir != mA->dir)
550 else if (mB->dir == dir_in) {
  /development/samples/ControllerSample/src/com/example/controllersample/
GameView.java 652 private final int mR, mG, mB;
690 mB = (colorIndex & 0x04) == 0 ? 63 : 255;
    [all...]
  /external/opencv/cv/src/
cvimgwarp.cpp     [all...]
  /prebuilts/tools/common/m2/repository/org/jsoup/jsoup/1.7.3/
jsoup-1.7.3.jar 
  /prebuilts/sdk/current/support/compat/libs/
android-support-compat.jar 

Completed in 334 milliseconds