/dalvik/libcore/luni/src/main/java/java/lang/ |
Integer.java | 89 /** Ones [i] contains the tens digit of the number i, 0 <= i <= 99. */ 90 static final char[] ONES = { 551 i < 10 ? stringOf('-', ONES[i]) 552 : stringOf('-', TENS[i], ONES[i]); 561 i < 10 ? stringOf(ONES[i]) : stringOf(TENS[i], ONES[i]); 579 buf[--cursor] = ONES[r];
|
/external/qemu/ |
trace.c | 186 uint32_t ones = year; local 187 year = (thousands << 12) | (hundreds << 8) | (tens << 4) | ones; 191 ones = (mon - tens * 10); 192 mon = (tens << 4) | ones; 196 ones = (day - tens * 10); 197 day = (tens << 4) | ones; 203 ones = (hour - tens * 10); 204 hour = (tens << 4) | ones; 208 ones = (min - tens * 10); 209 min = (tens << 4) | ones; [all...] |
/bionic/libc/kernel/ |
README.TXT | 45 scans a list of source files or directories and prints which ones do 123 process the original kernel headers into clean ones: 233 ones by stripping the __KERNEL__ protected declarations.
|
/external/freetype/include/freetype/internal/ |
pshints.h | 157 * 0 for horizontal stems (hstem), 1 for vertical ones (vstem). 198 * 0 for horizontal stems, 1 for vertical ones. 444 * 0 for horizontal stems (hstem), 1 for vertical ones (vstem).
|
/external/qemu/slirp/ |
debug.c | 113 else if (ttyp->ones) 114 lprint(" %d ones have been typed\r\n", ttyp->ones);
|
/external/qemu/slirp-android/ |
debug.c | 112 else if (ttyp->ones) 113 lprint(" %d ones have been typed\r\n", ttyp->ones);
|
/dalvik/libcore/nio_char/src/test/java/tests/api/java/nio/charset/ |
Charset_AbstractTest.java | 161 // assertTrue("Decoded charactes (REPLACEed ones INCLUSIVE) must match!", 164 // assertEqualChars("Decoded charactes (REPLACEed ones INCLUSIVE) must match!",
|
/dalvik/libcore/security/src/main/java/org/apache/harmony/security/provider/crypto/ |
SHA1Impl.java | 35 * The "updateHash(..)" method appends new bytes to existing ones 146 * The method appends new bytes to existing ones
|
/external/bison/lib/ |
bbitset.h | 123 void (*ones) (bitset); member in struct:bitset_vtable 204 #define BITSET_ONES_(DST) (DST)->b.vtable->ones (DST)
|
/external/bluetooth/bluez/audio/ |
gstsbcutil.c | 80 * Selects one allocation mode from the ones on the list 90 * Selects one mode from the ones on the list
|
/external/bluetooth/glib/docs/reference/glib/ |
running.sgml | 184 GLib-2.0 are used instead of the new better ones. Use the GLib-2.0 219 character pointers, not the "wide" ones.)
|
/external/emma/core/java12/com/vladium/emma/data/ |
MergeProcessor.java | 154 mdata = (IMetaData) mdata.merge (_mdata); // note: later datapath entries override earlier ones 165 cdata = (ICoverageData) cdata.merge (_cdata); // note: later datapath entries override earlier ones
|
/external/emma/core/java12/com/vladium/emma/report/ |
ReportProcessor.java | 185 mdata = (IMetaData) mdata.merge (_mdata); // note: later datapath entries override earlier ones 196 cdata = (ICoverageData) cdata.merge (_cdata); // note: later datapath entries override earlier ones
|
/external/freetype/include/freetype/config/ |
ftconfig.h | 54 /* ones are defaults used to compile FreeType in an ANSI C environment */ 113 /* These macros are computed from the ones defined above. Don't touch */
|
/external/freetype/include/freetype/ |
ftoutln.h | 466 * be filled, and counter-clockwise ones must be unfilled. 470 * must be filled, and clockwise ones must be unfilled.
|
/external/proguard/src/proguard/obfuscate/ |
Obfuscator.java | 410 // and remove the other ones. 415 // and remove the other ones.
|
/prebuilt/darwin-x86/toolchain/arm-eabi-4.2.1/lib/gcc/arm-eabi/4.2.1/include/ |
stddef.h | 378 /* The following ones are the real ones. */
|
/prebuilt/darwin-x86/toolchain/arm-eabi-4.2.1/lib/gcc/arm-eabi/4.2.1/install-tools/include/ |
stddef.h | 378 /* The following ones are the real ones. */
|
/prebuilt/darwin-x86/toolchain/arm-eabi-4.3.1/lib/gcc/arm-eabi/4.3.1/include/ |
stddef.h | 378 /* The following ones are the real ones. */
|
/prebuilt/darwin-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/include/ |
stddef.h | 375 /* The following ones are the real ones. */
|
/prebuilt/linux-x86/toolchain/arm-eabi-4.2.1/lib/gcc/arm-eabi/4.2.1/include/ |
stddef.h | 378 /* The following ones are the real ones. */
|
/prebuilt/linux-x86/toolchain/arm-eabi-4.2.1/lib/gcc/arm-eabi/4.2.1/install-tools/include/ |
stddef.h | 378 /* The following ones are the real ones. */
|
/prebuilt/linux-x86/toolchain/arm-eabi-4.3.1/lib/gcc/arm-eabi/4.3.1/include/ |
stddef.h | 378 /* The following ones are the real ones. */
|
/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/include/ |
stddef.h | 375 /* The following ones are the real ones. */
|
/prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/lib/gcc/i686-unknown-linux-gnu/4.2.1/include/ |
stddef.h | 378 /* The following ones are the real ones. */
|