Searched
full:half (Results
326 -
350 of
838) sorted by null
<<11121314151617181920>>
/external/v8/src/ |
zone.h | 109 // the half-open interval [position, limit). The 'position' variable
|
/external/webkit/WebCore/inspector/front-end/ |
Panel.js | 159 // Update the matches count every half-second so it doesn't feel twitchy.
|
/external/webkit/WebCore/platform/chromium/ |
ScrollbarThemeChromiumWin.cpp | 265 // Our actual rect will shrink to half the available space when we have < 2
|
/external/webkit/WebCore/platform/graphics/ |
FontFastPath.cpp | 242 if (c < 0xFE20) // U+FE20 through U+FE2F Combining half marks
|
/external/webkit/WebCore/svg/ |
SVGFontFaceElement.cpp | 180 // were set to half of the effective value of attribute horiz-adv-x.
|
/external/webkit/WebKit/mac/Misc/ |
WebKitNSStringExtras.mm | 72 // The following is a half-assed attempt to match AppKit's rounding rules for drawAtPoint.
|
/frameworks/base/core/java/android/widget/ |
AbsSeekBar.java | 82 * If the thumb is a valid drawable (i.e. not null), half its width will be
|
/packages/apps/Launcher2/src/com/android/launcher2/ |
AllApps3D.java | 534 int half = (int) Math.floor((mRowsPerPage + 1) / 2); 535 int end = mTouchYBorders.length - (half + 1); 537 for (int i = -half; i <= end; i++) { 538 mTouchYBorders[i + half] = centerY + (i * cellHeight) - viewPos[1]; [all...] |
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/JAJP/ |
RomkanHalfKatakana.java | 24 * The Romaji to half-width Kataka converter class for Japanese IME.
|
/packages/inputmethods/PinyinIME/jni/include/ |
atomdictbase.h | 161 * and there may be half ids in splids to be updated to full ids. In this
|
/system/core/adb/ |
adb.h | 67 /* An asocket represents one half of a connection between a local and
|
/external/icu4c/common/ |
ucnv2022.c | 164 * - The escape sequence ESC ( I for half-width 7-bit Katakana is recognized in [all...] |
utrie2.c | 565 * This special block has half the normal length. 572 * Enumerate the second half of the surrogates block.
|
/external/icu4c/data/unidata/ |
UnicodeData.txt | 190 00BD;VULGAR FRACTION ONE HALF;No;0;ON;<fraction> 0031 2044 0032;;;1/2;N;FRACTION ONE HALF;;;; [all...] |
/dalvik/libcore/security/src/main/java/org/apache/harmony/security/provider/crypto/ |
SHA1PRNG_SecureRandomImpl.java | 51 // RIGHT1 - shifts to right for left half of long 52 // RIGHT2 - shifts to right for right half of long
|
/dalvik/vm/compiler/ |
Frontend.c | 296 int traceSize = 0; // # of half-words 462 /* Convert # of half-word to bytes */
|
/external/bzip2/ |
bzip2.1 | 227 decompressed in 2300k of memory, albeit at about half the normal speed. 301 decompress using approximately half this amount of memory, about 2300
|
bzip2.1.preformatted | 161 half the normal speed. 241 half this amount of memory, about 2300 kbytes. Decompres
|
bzip2.txt | 158 half the normal speed. 238 half this amount of memory, about 2300 kbytes. Decompres-
|
/external/grub/netboot/ |
eepro100.c | 68 * about half a minute anyway, so getting 10 times closer to the 586 /* options = 0x40; */ /* 10mbps half duplex... */
|
natsemi.c | 304 chip_config & 0x8000 ? "full" : "half"); 580 duplex ? "full" : "half");
|
/external/icu4c/test/intltest/ |
tchcfmt.cpp | 447 // Construct open, half-open, half-open (the other way), and closed
|
/external/icu4c/test/perf/ubrkperf/ |
ubrkperfold.cpp | 619 // Process first half this time through the main loop, and 620 // remember the other half for the next time through.
|
/external/kernel-headers/original/linux/ |
ethtool.h | 23 __u8 duplex; /* Duplex, half or full */ 526 /* Duplex, half or full. */
|
pci_regs.h | 134 #define PCI_PREF_BASE_UPPER32 0x28 /* Upper half of prefetchable memory range */ 136 #define PCI_IO_BASE_UPPER16 0x30 /* Upper half of I/O addresses */
|
Completed in 6767 milliseconds
<<11121314151617181920>>