/external/pixman/test/ |
radial-perf-test.c | 13 { 0x10000, { 0x0000, 0x0000, 0x0000, 0xffff } } 18 { 0x0, 0x0, 0x10000}
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.members/ |
utf_sanity_check.pass.cpp | 56 if (c32x < 0x10000) 64 if (c32x < 0x10000) 72 else if (c32x < 0x10000) 82 else if (c32x < 0x10000) 94 else if (c32x < 0x10000) 104 else if (c32x < 0x10000) 108 if (c32x < 0x10000) 119 if (c32x < 0x10000)
|
/external/chromium_org/v8/test/mjsunit/ |
string-fromcharcode.js | 63 assertEquals(" ", String.fromCharCode(0x20 + 0x10000)); 64 assertEquals(" ", String.fromCharCode(0x20 - 0x10000)); 68 assertEquals("\u1234", String.fromCharCode(0x1234 + 0x10000)); 69 assertEquals("\u1234", String.fromCharCode(0x1234 - 0x10000)); 76 assertEquals(" ", fcc(0x20 + 0x10000)); 77 assertEquals(" ", fcc(0x20 - 0x10000)); 81 assertEquals("\u1234", fcc(0x1234 + 0x10000)); 82 assertEquals("\u1234", fcc(0x1234 - 0x10000)); 94 assertEquals(expected, receiver.fromCharCode(0x20 - 0x10000)); 97 assertEquals(expected, fcc2(0x20 - 0x10000)); [all...] |
/external/pixman/pixman/ |
pixman-gradient-walker.c | 39 walker->right_x = 0x10000; 72 if ((int32_t)pos & 0x10000) 73 x = 0x10000 - x; 99 if ((int32_t)pos & 0x10000) 104 tmp_x = 0x10000 - right_x; 105 right_x = 0x10000 - left_x; 112 x = 0x10000 - x;
|
/external/bison/lib/ |
float+.h | 56 FLT_EXP_MASK < 0x10000 ? 16 : \ 82 DBL_EXP_MASK < 0x10000 ? 16 : \ 108 LDBL_EXP_MASK < 0x10000 ? 16 : \
|
/development/ndk/platforms/android-4/samples/san-angeles/jni/ |
demo.c | 418 -0x10000, -0x10000, 419 0x10000, -0x10000, 420 -0x10000, 0x10000, 421 0x10000, -0x10000, 422 0x10000, 0x10000, [all...] |
/frameworks/native/opengl/tests/angeles/ |
demo.c | 418 -0x10000, -0x10000, 419 0x10000, -0x10000, 420 -0x10000, 0x10000, 421 0x10000, -0x10000, 422 0x10000, 0x10000, [all...] |
/bionic/libc/kernel/arch-mips/asm/mips-boards/ |
malta.h | 30 #define MALTA_BONITO_PORT_BASE ((unsigned long)ioremap (0x1fd00000, 0x10000))
|
/bionic/libc/kernel/arch-mips/asm/ |
mman.h | 47 #define MAP_POPULATE 0x10000
|
/bionic/libc/kernel/common/sound/ |
tlv.h | 30 #define TLV_DB_SCALE_MUTE 0x10000
|
/development/ndk/platforms/android-9/arch-mips/include/asm/mips-boards/ |
malta.h | 30 #define MALTA_BONITO_PORT_BASE ((unsigned long)ioremap (0x1fd00000, 0x10000))
|
/development/ndk/platforms/android-9/arch-mips/include/asm/ |
mman.h | 47 #define MAP_POPULATE 0x10000
|
/development/samples/ApiDemos/src/com/example/android/apis/graphics/kube/ |
GLColor.java | 37 this.alpha = 0x10000;
|
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/codegen/ |
JavaScriptTarget.java | 40 String hex = Integer.toHexString(v|0x10000).substring(1,5);
|
/external/chromium_org/net/cert/ |
asn1_util.h | 30 static const unsigned kAny = 0x10000;
|
/external/chromium_org/third_party/icu/source/common/unicode/ |
utf.h | 184 #define U_IS_SUPPLEMENTARY(c) ((uint32_t)((c)-0x10000)<=0xfffff)
|
/external/grub/stage2/ |
freebsd.h | 37 #define RB_MUTE 0x10000 /* Come up with the console muted */
|
/external/icu4c/common/unicode/ |
utf.h | 167 #define U_IS_SUPPLEMENTARY(c) ((uint32_t)((c)-0x10000)<=0xfffff)
|
/external/iptables/include/ |
iptables.h | 24 #define LINUX_VERSION(x,y,z) (0x10000*(x) + 0x100*(y) + z)
|
/external/kernel-headers/original/asm-mips/ |
mman.h | 47 #define MAP_POPULATE 0x10000 /* populate (prefault) pagetables */
|
/external/kernel-headers/original/sound/ |
tlv.h | 42 #define TLV_DB_SCALE_MUTE 0x10000
|
/external/lzma/CPP/7zip/ |
PropID.h | 73 kpidUserDefined = 0x10000
|
/external/replicaisland/src/com/replica/replicaisland/ |
DrawableBitmap.java | 75 gl.glColor4x(0x10000, 0x10000, 0x10000, 0x10000);
|
/hardware/samsung_slsi/exynos5/include/ |
ion.h | 53 IMSYNC_SYNC_FOR_DEV = 0x10000,
|
/ndk/sources/android/support/src/musl-multibyte/ |
wcrtomb.c | 29 } else if ((unsigned)wc-0x10000 < 0x100000) {
|