HomeSort by relevance Sort by last modified time
    Searched refs:mB (Results 1 - 25 of 35) sorted by null

1 2

  /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() +
  /dalvik/dx/tests/140-ssa-phi-overlap/
Test.class 
Test.java 60 private B mB = new B();
  /external/swiftshader/third_party/PowerVR_SDK/Tools/
PVRTMatrixF.cpp 59 @Output mOut Result of mA x mB
61 @Input mB Second operand
62 @Description Multiply mA by mB and assign the result to mOut
64 the function because mOut can be a parameter mA or mB.
69 const PVRTMATRIXf &mB)
74 mRet.f[ 0] = mA.f[ 0]*mB.f[ 0] + mA.f[ 1]*mB.f[ 4] + mA.f[ 2]*mB.f[ 8] + mA.f[ 3]*mB.f[12];
75 mRet.f[ 1] = mA.f[ 0]*mB.f[ 1] + mA.f[ 1]*mB.f[ 5] + mA.f[ 2]*mB.f[ 9] + mA.f[ 3]*mB.f[13]
    [all...]
PVRTMatrixX.cpp 62 @Output mOut Result of mA x mB
64 @Input mB Second operand
65 @Description Multiply mA by mB and assign the result to mOut
67 the function because mOut can be a parameter mA or mB.
75 const PVRTMATRIXx &mB)
80 mRet.f[ 0] = PVRTXMUL(mA.f[ 0], mB.f[ 0]) + PVRTXMUL(mA.f[ 1], mB.f[ 4]) + PVRTXMUL(mA.f[ 2], mB.f[ 8]) + PVRTXMUL(mA.f[ 3], mB.f[12]);
81 mRet.f[ 1] = PVRTXMUL(mA.f[ 0], mB.f[ 1]) + PVRTXMUL(mA.f[ 1], mB.f[ 5]) + PVRTXMUL(mA.f[ 2], mB.f[ 9]) + PVRTXMUL(mA.f[ 3], mB.f[13] (…)
    [all...]
PVRTMatrix.h 236 @param[out] mOut Result of mA x mB
238 @param[in] mB Second operand
239 @brief Multiply mA by mB and assign the result to mOut
241 the function because mOut can be a parameter mA or mB.
246 const PVRTMATRIXf &mB);
249 @param[out] mOut Result of mA x mB
251 @param[in] mB Second operand
252 @brief Multiply mA by mB and assign the result to mOut
254 the function because mOut can be a parameter mA or mB.
262 const PVRTMATRIXx &mB);
    [all...]
  /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...]
  /art/test/GetMethodSignature/
GetMethodSignature.java 28 Object[][] mB() { return null; }
  /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;
  /frameworks/av/media/libstagefright/
SurfaceUtils.cpp 142 info->sType1.mB.x * 0.00002f,
143 info->sType1.mB.y * 0.00002f
  /frameworks/av/media/libstagefright/foundation/
ColorUtils.cpp 710 data[9] = LO_UINT16(info.sType1.mB.x);
711 data[10] = HI_UINT16(info.sType1.mB.x);
712 data[11] = LO_UINT16(info.sType1.mB.y);
713 data[12] = HI_UINT16(info.sType1.mB.y);
769 info->sType1.mB.x = U16LE_AT(&data[9]);
770 info->sType1.mB.y = U16LE_AT(&data[11]);
781 info->sType1.mB.x, info->sType1.mB.y, info->sType1.mW.x, info->sType1.mW.y,
  /frameworks/av/media/libstagefright/webm/
WebmElement.cpp 446 || info->sType1.mG.y || info->sType1.mB.x || info->sType1.mB.y) {
456 kMkvPrimaryBChromaticityX, info->sType1.mB.x * 0.00002));
458 kMkvPrimaryBChromaticityY, info->sType1.mB.y * 0.00002));
  /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) {
  /frameworks/base/rs/java/android/renderscript/
Mesh.java 570 float mB = 1;
627 mVtxData[mVtxCount++] = mB;
745 mB = b;
  /external/clang/test/SemaCXX/
friend.cpp 60 T4B *mB; // error here
  /frameworks/native/headers/media_plugin/media/hardware/
VideoAPI.h 208 Primaries1 mB; // display primary 2
  /external/webp/src/dsp/
rescaler_sse2.c 256 const __m128i mB = _mm_set_epi32(0, B, 0, B);
261 LoadDispatchAndMult_SSE2(irow + x_out, &mB, &B0, &B1, &B2, &B3);
  /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/cxcore/src/
cxmatmul.cpp     [all...]
  /hardware/google/av/media/sfplugin/tests/
MediaCodec_sanity_test.cpp 128 EXPECT_GE(maxInputSize, 1 << 20); // 1 MB
157 EXPECT_GE(maxInputSize, 1 << 20); // 1 MB
210 .mB = { .x = 6550, .y = 2300 }, .mW = { .x = 15635, .y = 16450 },
269 .mB = { .x = 6550, .y = 2300 }, .mW = { .x = 15635, .y = 16450 },
  /frameworks/av/media/extractors/mkv/
MatroskaExtractor.cpp     [all...]
  /external/webrtc/data/voice_engine/stereo_rtp_files/
stereo_pcmu_vad.rtp     [all...]
stereo_pcmu_vad_jitter.rtp     [all...]
  /external/opencv/cv/src/
cvimgwarp.cpp     [all...]

Completed in 1067 milliseconds

1 2