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

1 2 3

  /libcore/luni/src/test/java/libcore/java/util/concurrent/
CopyOnWriteArrayListTest.java 55 List<String> bcd = list.subList(1, 4); local
58 bcd.get(1);
67 List<String> bcd = list.subList(1, 4); local
70 bcd.get(1);
79 List<String> bcd = list.subList(1, 4); local
83 bcd.get(1);
106 List<String> bcd = list.subList(1, 4); local
107 bcd.clear();
109 bcd.addAll(Arrays.asList("B", "C", "D"));
120 Iterator<String> bcd = list.subList(1, 4).iterator() local
131 List<String> bcd = list.subList(1, 4); local
140 List<String> bcd = list.subList(1, 4); local
205 List<String> bcd = list.subList(1, 4); local
214 List<String> bcd = list.subList(1, 4); local
    [all...]
  /libcore/luni/src/test/java/libcore/internal/
StringPoolTest.java 26 String bcd = stringPool.get(new char[] { 'a', 'b', 'c', 'd', 'e' }, 1, 3); local
27 assertEquals("bcd", bcd);
28 assertSame(bcd, stringPool.get(new char[] { 'a', 'b', 'c', 'd', 'e' }, 1, 3));
  /external/chromium_org/third_party/icu/source/i18n/
decNumberLocal.h 449 /* a BCD string (uByte *bcdin) of length DECPMAX uBytes. */
474 #define GETCOEFF(df, bcd) { \
476 *(bcd)=(uByte)DECCOMBMSD[sourhi>>26]; \
477 dpd2bcd8(bcd+1, sourhi>>10); \
478 dpd2bcd83(bcd+4, sourhi);}
479 #define GETWCOEFF(df, bcd) { \
482 *(bcd)=(uByte)DECCOMBMSD[sourhi>>26]; \
483 dpd2bcd8(bcd+1, sourhi>>8); \
484 dpd2bcd8(bcd+4, (sourhi<<2) | (sourlo>>30)); \
485 dpd2bcd8(bcd+7, sourlo>>20);
    [all...]
  /external/icu/icu4c/source/i18n/
decNumberLocal.h 449 /* a BCD string (uByte *bcdin) of length DECPMAX uBytes. */
474 #define GETCOEFF(df, bcd) { \
476 *(bcd)=(uByte)DECCOMBMSD[sourhi>>26]; \
477 dpd2bcd8(bcd+1, sourhi>>10); \
478 dpd2bcd83(bcd+4, sourhi);}
479 #define GETWCOEFF(df, bcd) { \
482 *(bcd)=(uByte)DECCOMBMSD[sourhi>>26]; \
483 dpd2bcd8(bcd+1, sourhi>>8); \
484 dpd2bcd8(bcd+4, (sourhi<<2) | (sourlo>>30)); \
485 dpd2bcd8(bcd+7, sourlo>>20);
    [all...]
  /external/valgrind/main/memcheck/tests/amd64/
more_x87_fp.c 148 unsigned short bcd[5]; local
151 asm("fbstp %0" : "=m" (bcd[0]) : "t" (a) : "st");
152 asm("fbld %1" : "=t" (b) : "m" (bcd[0]));
153 printf("a=%f bcd=%04x%04x%04x%04x%04x b=%f\n",
154 a, bcd[4], bcd[3], bcd[2], bcd[1], bcd[0], b);
  /external/valgrind/main/memcheck/tests/x86/
more_x86_fp.c 138 unsigned short bcd[5]; local
141 asm("fbstp %0" : "=m" (bcd[0]) : "t" (a) : "st");
142 asm("fbld %1" : "=t" (b) : "m" (bcd[0]));
143 printf("a=%f bcd=%04x%04x%04x%04x%04x b=%f\n",
144 a, bcd[4], bcd[3], bcd[2], bcd[1], bcd[0], b);
  /external/chromium_org/third_party/skia/experimental/Intersection/
CubicSubDivide.cpp 62 double bcd = interp(bc, cd, t); local
63 double abcd = interp(abc, bcd, t);
116 double bcd = interp(bc, cd, t); local
117 double abcd = interp(abc, bcd, t);
123 dst[8] = bcd;
CubicReduceOrder.cpp 18 double bcd = interp(bc, cd, t); local
19 return interp(abc, bcd, t);
  /external/skia/experimental/Intersection/
CubicSubDivide.cpp 62 double bcd = interp(bc, cd, t); local
63 double abcd = interp(abc, bcd, t);
116 double bcd = interp(bc, cd, t); local
117 double abcd = interp(abc, bcd, t);
123 dst[8] = bcd;
CubicReduceOrder.cpp 18 double bcd = interp(bc, cd, t); local
19 return interp(abc, bcd, t);
  /external/chromium_org/v8/test/mjsunit/harmony/
string-endswith.js 114 assertTrue("abcd".endsWith("bcd"));
158 assertEquals("abc".endsWith("bcd"), false);
169 assertEquals("abc".endsWith("bcd", NaN), false);
180 assertEquals("abc".endsWith("bcd", false), false);
191 assertEquals("abc".endsWith("bcd", undefined), false);
202 assertEquals("abc".endsWith("bcd", null), false);
213 assertEquals("abc".endsWith("bcd", -Infinity), false);
224 assertEquals("abc".endsWith("bcd", -1), false);
235 assertEquals("abc".endsWith("bcd", -0), false);
246 assertEquals("abc".endsWith("bcd", +0), false)
    [all...]
string-startswith.js 157 assertEquals("abc".startsWith("bcd"), false);
168 assertEquals("abc".startsWith("bcd", NaN), false);
179 assertEquals("abc".startsWith("bcd", false), false);
190 assertEquals("abc".startsWith("bcd", undefined), false);
201 assertEquals("abc".startsWith("bcd", null), false);
212 assertEquals("abc".startsWith("bcd", -Infinity), false);
223 assertEquals("abc".startsWith("bcd", -1), false);
234 assertEquals("abc".startsWith("bcd", -0), false);
245 assertEquals("abc".startsWith("bcd", +0), false);
256 assertEquals("abc".startsWith("bcd", 1), false)
    [all...]
  /external/qemu/hw/timer/
i8254.c 47 uint8_t bcd; /* not supported */ member in struct:PITChannelState
264 /* XXX: add BCD and null count */
268 s->bcd;
284 s->bcd = val & 1;
410 qemu_put_8s(f, &s->bcd);
441 qemu_get_8s(f, &s->bcd);
  /external/qemu/telephony/
gsm.h 22 /** BCD
25 /* convert a 8-bit value into the corresponding nibble-bcd byte */
28 /* convert a nibble-bcd byte into an int, invalid nibbles are silently converted to 0 */
145 /** Dial Numbers: TON byte + 'count' bcd numbers
148 /* convert a bcd-coded GSM dial number into an ASCII string (not zero-terminated)
152 extern int gsm_bcdnum_to_ascii ( cbytes_t bcd, int num_digits, bytes_t dst );
154 /* convert an ASCII dial-number into a bcd-coded string, returns the number of 4-bit nibbles written, */
gsm.c 40 gsm_bcdi_to_ascii( cbytes_t bcd, int bcdlen, bytes_t dst )
48 int c = (bcd[0] >> shift) & 0xf;
60 bcd++;
996 gsm_bcdnum_to_ascii( cbytes_t bcd, int count, bytes_t dst )
1002 int c = (bcd[0] >> shift) & 0xf;
1016 bcd += 1;
  /external/chromium_org/v8/test/intl/overrides/
security.js 50 assertDoesNotThrow('new String(\'abc\').localeCompare(\'bcd\')');
  /external/chromium_org/v8/test/webkit/fast/js/kde/
statements.js 42 shouldBe("testSwitch(1)", "'bcd'"); // IE agrees, NS disagrees
  /external/valgrind/main/VEX/test/
test-amd64.c 668 unsigned short bcd[5]; local
671 asm("fbstp %0" : "=m" (bcd[0]) : "t" (a) : "st");
672 asm("fbld %1" : "=t" (b) : "m" (bcd[0]));
673 printf("a=%f bcd=%04x%04x%04x%04x%04x b=%f\n",
674 a, bcd[4], bcd[3], bcd[2], bcd[1], bcd[0], b);
    [all...]
test-i386.c 630 unsigned short bcd[5]; local
633 asm("fbstp %0" : "=m" (bcd[0]) : "t" (a) : "st");
634 asm("fbld %1" : "=t" (b) : "m" (bcd[0]));
635 printf("a=%f bcd=%04x%04x%04x%04x%04x b=%f\n",
636 a, bcd[4], bcd[3], bcd[2], bcd[1], bcd[0], b);
    [all...]
  /external/chromium_org/third_party/skia/src/pathops/
SkPathOpsCubic.cpp 461 double bcd = SkDInterp(bc, cd, t); local
462 double abcd = SkDInterp(abc, bcd, t);
553 double bcd = SkDInterp(bc, cd, t); local
554 double abcd = SkDInterp(abc, bcd, t);
560 dst[8] = bcd;
  /external/skia/src/pathops/
SkPathOpsCubic.cpp 461 double bcd = SkDInterp(bc, cd, t); local
462 double abcd = SkDInterp(abc, bcd, t);
553 double bcd = SkDInterp(bc, cd, t); local
554 double abcd = SkDInterp(abc, bcd, t);
560 dst[8] = bcd;
  /bionic/libc/kernel/uapi/asm-x86/asm/
kvm.h 257 __u8 bcd; member in struct:kvm_pit_channel_state
  /development/ndk/platforms/android-9/arch-mips/include/asm/sgi/
hpc3.h 70 volatile u32 bcd; member in struct:hpc3_scsiregs
  /development/ndk/platforms/android-L/arch-x86/include/asm/
kvm.h 257 __u8 bcd; member in struct:kvm_pit_channel_state
  /development/ndk/platforms/android-L/arch-x86_64/include/asm/
kvm.h 257 __u8 bcd; member in struct:kvm_pit_channel_state

Completed in 723 milliseconds

1 2 3