Home
last modified time | relevance | path

Searched refs:ones (Results 1 – 25 of 171) sorted by relevance

1234567

/external/icu4c/data/rbnf/
Dth.txt38 "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/chromium/third_party/icu/source/data/rbnf/
Dth.txt38 "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/
Dif.c104 ttyp->ones = 0;
111 if (++ttyp->ones >= 5)
116 ttyp->ones = ttyp->zeros = 0;
Ddebug.c113 else if (ttyp->ones)
114 lprint(" %d ones have been typed\r\n", ttyp->ones);
/external/qemu/slirp-android/
Dif.c104 ttyp->ones = 0;
111 if (++ttyp->ones >= 5)
116 ttyp->ones = ttyp->zeros = 0;
Ddebug.c112 else if (ttyp->ones)
113 lprint(" %d ones have been typed\r\n", ttyp->ones);
/external/qemu/
Dtrace.c186 uint32_t ones = year; in convert_secs_to_date_time() local
187 year = (thousands << 12) | (hundreds << 8) | (tens << 4) | ones; in convert_secs_to_date_time()
191 ones = (mon - tens * 10); in convert_secs_to_date_time()
192 mon = (tens << 4) | ones; in convert_secs_to_date_time()
196 ones = (day - tens * 10); in convert_secs_to_date_time()
197 day = (tens << 4) | ones; in convert_secs_to_date_time()
203 ones = (hour - tens * 10); in convert_secs_to_date_time()
204 hour = (tens << 4) | ones; in convert_secs_to_date_time()
208 ones = (min - tens * 10); in convert_secs_to_date_time()
209 min = (tens << 4) | ones; in convert_secs_to_date_time()
[all …]
/external/chromium/net/disk_cache/
Dbitmap_unittest.cc120 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/webkit/WebCore/rendering/
DRenderListMarker.cpp161 if (int ones = number % 10) in toHebrewUnder1000() local
162 letters[length++] = 1487 + ones; in toHebrewUnder1000()
228 if (int ones = number % 10) { in toArmenianUnder10000() local
229 letters[length++] = (0x531 - 1 + lowerOffset) + ones; in toArmenianUnder10000()
286 if (int ones = number % 10) { in toGeorgian() local
290 letters[length++] = georgianOnes[ones - 1]; in toGeorgian()
/external/bison/lib/
Dbbitset.h123 void (*ones) (bitset); member
204 #define BITSET_ONES_(DST) (DST)->b.vtable->ones (DST)
/external/openssl/crypto/rc2/
Dversion14 the ones taken from idea and des :-). I have implemented them as
/external/webkit/WebKitTools/android/flex-2.5.4a/MISC/
DNeXT8 disciplined as flex' ones, so it should get more discipline first.
/external/icu4c/samples/ufortune/resources/
Dfortune_resources.mak35 # clear out the built-in ones (for .c and the like), and add
/external/bison/data/
DREADME20 These skeletons are the only ones supported by the Bison team.
/external/bzip2/
DREADME.COMPILATION.PROBLEMS23 but many newer ones can. Large files are pretty huge -- most files
/external/webkit/SunSpider/
DTODO5 (X marks the ones that are fairly well covered now).
/external/webkit/WebKit/chromium/
Dgyp_webkit47 duplicating ones that are already specified on the command line.
/external/dropbear/
Dfilelist.txt16 preferred ones
/external/stlport/
Dconfigure.bat20 echo use "configure --help" to see the available ones.
128 echo available, only the ones that make a difference when building STLport are.
492 echo Error: Setting C runtime library for compiler other than microsoft ones!
/external/bluetooth/glib/docs/reference/glib/
Drunning.sgml184 GLib-2.0 are used instead of the new better ones. Use the GLib-2.0
219 character pointers, not the "wide" ones.)
/external/bluetooth/glib/build/win32/
Dmodule.defs94 # or the ones the current GTK+ 2.0 for Windows uses.
/external/stlport/doc/
DREADME.evc928 rem instead of the ones in the SDK if you want to use the newer version of ATL/MFC.
/external/chromium/third_party/icu/
Dicu.gyp201 # ICU headers instead of the ones in ../WebKit/JavaScriptCore/wtf,
375 # ICU headers instead of the ones in ../WebKit/JavaScriptCore/wtf,
/external/yaffs2/yaffs2/
DKconfig38 the ones from the generic MTD-NAND driver.
/external/libvpx/
Dvp8_api1_migration.txt50 identifiers were removed in favor of the ones used by the decoder:

1234567