/external/icu4c/data/rbnf/ |
D | th.txt | 38 "10: \u0E2A\u0E34\u0E1A[\u200B>%%alt-ones>];", 39 "20: \u0E22\u0E35\u0E48\u200B\u0E2A\u0E34\u0E1A[\u200B>%%alt-ones>];", 40 "30: <<\u200B\u0E2A\u0E34\u0E1A[\u200B>%%alt-ones>];", 47 "%%alt-ones:",
|
/external/qemu/slirp/ |
D | if.c | 104 ttyp->ones = 0; 111 if (++ttyp->ones >= 5) 116 ttyp->ones = ttyp->zeros = 0;
|
D | debug.c | 113 else if (ttyp->ones) 114 lprint(" %d ones have been typed\r\n", ttyp->ones);
|
/external/qemu/slirp-android/ |
D | if.c | 104 ttyp->ones = 0; 111 if (++ttyp->ones >= 5) 116 ttyp->ones = ttyp->zeros = 0;
|
D | debug.c | 112 else if (ttyp->ones) 113 lprint(" %d ones have been typed\r\n", ttyp->ones);
|
/external/chromium/net/disk_cache/ |
D | bitmap_unittest.cc | 120 char ones[kMapSize]; in TEST() local 122 memset(ones, 0xff, kMapSize); in TEST() 128 EXPECT_EQ(0, memcmp(ones, map.GetMap(), kMapSize)); in TEST()
|
/external/qemu/ |
D | trace.c | 283 uint32_t ones = year; in convert_secs_to_date_time() local 284 year = (thousands << 12) | (hundreds << 8) | (tens << 4) | ones; in convert_secs_to_date_time() 288 ones = (mon - tens * 10); in convert_secs_to_date_time() 289 mon = (tens << 4) | ones; in convert_secs_to_date_time() 293 ones = (day - tens * 10); in convert_secs_to_date_time() 294 day = (tens << 4) | ones; in convert_secs_to_date_time() 300 ones = (hour - tens * 10); in convert_secs_to_date_time() 301 hour = (tens << 4) | ones; in convert_secs_to_date_time() 305 ones = (min - tens * 10); in convert_secs_to_date_time() 306 min = (tens << 4) | ones; in convert_secs_to_date_time() [all …]
|
/external/llvm/test/CodeGen/X86/ |
D | zext-inreg-1.ll | 3 ; These tests differ from the ones in zext-inreg-0.ll in that
|
D | fold-pcmpeqd-2.ll | 5 ; so it shouldn't use pcmpeqd to materialize an all-ones vector; it 10 ; Constant pool all-ones vector:
|
/external/llvm/test/Assembler/ |
D | named-metadata.ll | 14 ; conflicting with anonymous metadata), but not the subsequent ones.
|
/external/llvm/test/Linker/ |
D | visibility1.ll | 4 ; The values in this file are strong, the ones in visibility2.ll are weak,
|
/external/webkit/Source/WebCore/rendering/ |
D | RenderListMarker.cpp | 181 if (int ones = number % 10) in toHebrewUnder1000() local 182 letters[length++] = 1487 + ones; in toHebrewUnder1000() 247 if (int ones = number % 10) { in toArmenianUnder10000() local 248 letters[length++] = (0x531 - 1 + lowerOffset) + ones; in toArmenianUnder10000() 303 if (int ones = number % 10) { in toGeorgian() local 307 letters[length++] = georgianOnes[ones - 1]; in toGeorgian()
|
/external/llvm/test/Bindings/Ocaml/ |
D | target.ml | 8 little ones. *)
|
D | ipo_opts.ml | 8 little ones. *)
|
D | scalar_opts.ml | 8 little ones. *)
|
/external/webkit/Tools/android/flex-2.5.4a/MISC/ |
D | NeXT | 8 disciplined as flex' ones, so it should get more discipline first.
|
/external/openssl/crypto/rc2/ |
D | version | 14 the ones taken from idea and des :-). I have implemented them as
|
/external/bison/lib/ |
D | bbitset.h | 123 void (*ones) (bitset); member 204 #define BITSET_ONES_(DST) (DST)->b.vtable->ones (DST)
|
/external/icu4c/samples/ufortune/resources/ |
D | fortune_resources.mak | 35 # clear out the built-in ones (for .c and the like), and add
|
/external/mdnsresponder/mDNSPosix/ |
D | mDNSUNP.c | 73 int block, ones=0xffff, ones_in_block; in plen_to_mask() local 76 block = ones & (ones << (bits_in_block-ones_in_block)); in plen_to_mask()
|
/external/valgrind/main/docs/internals/ |
D | porting-HOWTO.txt | 43 uncomment and fix up the copied ones. Just use stubs that fail (immediately 79 ones).
|
/external/bison/data/ |
D | README | 20 These skeletons are the only ones supported by the Bison team.
|
/external/valgrind/main/ |
D | darwin9.supp | 211 # These ones were necessary to give no errors on a tiny non-threaded 241 # These ones were necessary to give no errors on a tiny threaded program.
|
/external/oprofile/events/arm/armv7-ca9/ |
D | events | 5 …m:zero minimum:500 name:JAVA_BC_EXEC : Number of Java bytecodes decoded, including speculative ones 6 …um:500 name:JAVA_SFTBC_EXEC : Number of software Java bytecodes decoded, including speculative ones
|
/external/antlr/antlr-3.4/antlr3-maven-plugin/src/site/apt/examples/ |
D | libraries.apt | 20 .tokens files in the same source directory as the ones that use the .tokens files, then
|