Searched refs:xf (Results 26 - 50 of 59) sorted by relevance

123

/frameworks/base/core/tests/coretests/src/android/database/
H A DDatabaseCursorTest.java244 randomString.append((random.nextInt() & 0xf) % 10);
325 randomString.append((random.nextInt() & 0xf) % 10);
358 randomString.append((random.nextInt() & 0xf) % 10);
/frameworks/base/services/core/java/com/android/server/wm/
H A DDragState.java392 private WindowState getTouchedWinAtPointLw(float xf, float yf) { argument
394 final int x = (int) xf;
/frameworks/native/opengl/tests/gl2_yuvtex/
H A Dgl2_yuvtex.cpp200 int yuvTexStrideV = (yuvTexStrideY/2 + 0xf) & ~0xf;
/frameworks/av/media/libstagefright/codecs/amrwb/src/
H A Dpvamrwb_math_op.cpp156 var_out = (int16)(var1 >> (var2 & 0xf));
/frameworks/av/media/libstagefright/tests/
H A DSurfaceMediaSource_test.cpp546 int yuvTexStrideV = (yuvTexStrideY/2 + 0xf) & ~0xf;
575 int yuvTexStrideV = (yuvTexStrideY/2 + 0xf) & ~0xf;
/frameworks/base/core/java/android/util/
H A DTypedValue.java93 public static final int COMPLEX_UNIT_MASK = 0xf;
/frameworks/base/libs/hwui/
H A DMatrix.h78 static const int sGeometryMask = 0xf;
/frameworks/wilhelm/src/android/util/
H A DAacAdtsExtractor.cpp114 sf_index = (header[0] >> 2) & 0xf;
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
H A Dblock_idct.cpp286 if ((bmapr&0xf) == 0) /* 07/18/01 */
384 if ((bmapr&0xf) == 0) /* 07/18/01 */
H A Dvop.cpp335 if (tmpvar == 0xf /* extended_par */)
/frameworks/compile/mclinker/unittests/
H A DLEB128Test.cpp377 ASSERT_EQ(buffer[4], 0xf);
387 ASSERT_EQ(buffer[4], 0xf);
/frameworks/native/libs/gui/tests/
H A DSurfaceTextureGL_test.cpp232 int yuvTexStrideV = (yuvTexStrideY/2 + 0xf) & ~0xf;
/frameworks/native/opengl/libs/ETC1/
H A Detc1.cpp128 int c = b & 0xf;
517 static const unsigned short kYMask[] = { 0x0, 0xf, 0xff, 0xfff, 0xffff };
/frameworks/av/media/libstagefright/
H A DAACExtractor.cpp161 sf_index = (header[0] >> 2) & 0xf;
/frameworks/native/opengl/tests/gl_perf/
H A Dfill_common.cpp255 m[y*16 + x] = rgb(x << 4, (((x+y) & 0xf) == 0x7) * 0xff, y << 4);
/frameworks/rs/cpu_ref/
H A DrsCpuIntrinsicColorMatrix.cpp394 uint32_t op = ((vd & 0xf) << 12) | (((vd & 0x10) >> 4) << 22);
395 op |= (vm & 0xf) | (((vm & 0x10) >> 4) << 5);
396 op |= ((vn & 0xf) << 16) | (((vn & 0x10) >> 4) << 7);
H A DrsCpuIntrinsicBlur.cpp314 buf = (float4 *) ((((intptr_t)cp->mScratch[p->lid]) + 15) & ~0xf);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
H A DSIMRecords.java466 int indicator = (int) (mEfCPHS_MWI[0] & 0xf);
875 mMncLength = data[3] & 0xf;
878 if (mMncLength == 0xf) {
/frameworks/base/core/java/android/hardware/camera2/legacy/
H A DRequestThreadManager.java227 dimen = (dimen + 0xf) & ~0xf; // round up to nearest multiple of 16
/frameworks/native/opengl/tests/hwc/
H A DhwcTestLib.cpp624 uint32_t uPlaneStride = ((gBuf->getStride() / 2) + 0xf) & ~0xf;
/frameworks/av/cmds/screenrecord/
H A DFontBitmap.h407 0x0, 0xf2, 0xd5, 0xff, 0xa7, 0xfe, 0xf, 0xeb,
418 0xb, 0x3f, 0x3f, 0x3f, 0xf, 0x1c, 0x0, 0x0,
504 0xff, 0x5d, 0x7d, 0xff, 0xdf, 0xf, 0x60, 0x0,
603 0x36, 0xf, 0x6f, 0x6f, 0x43, 0x6e, 0x0, 0x0,
622 0xf1, 0xff, 0xff, 0xd5, 0xf, 0x64, 0x0, 0x0,
670 0x0, 0x0, 0x0, 0x0, 0x0, 0x12, 0xf, 0xff,
749 0x0, 0x0, 0x88, 0xf, 0xc7, 0xff, 0xff, 0xfd,
760 0xf, 0xf0, 0xcb, 0xff, 0xa7, 0xe4, 0xe6, 0xad,
888 0x0, 0x0, 0x4c, 0xe8, 0xf, 0x43, 0x43, 0xf,
[all...]
/frameworks/base/telephony/java/android/telephony/
H A DPhoneNumberUtils.java907 c = bcdToChar((byte)(bytes[i] & 0xf));
921 b = (byte)((bytes[i] >> 4) & 0xf);
923 if (b == 0xf && i + 1 == length + offset) {
924 //ignore final 0xf
/frameworks/native/opengl/libagl/
H A Ddxt.cpp401 int a = alpha & 0xf;
/frameworks/base/core/java/com/android/internal/widget/
H A DLockPatternUtils.java1103 ret += hex.charAt((ary[i] >> 4) & 0xf);
1104 ret += hex.charAt(ary[i] & 0xf);
/frameworks/av/media/libstagefright/wifi-display/source/
H A DTSPacketizer.cpp335 | 0xf /* reserved */;

Completed in 904 milliseconds

123