/cts/tests/tests/graphics/src/android/graphics/drawable/shapes/cts/ |
ArcShapeTest.java | 77 arcShape.resize(SQUARE, SQUARE); // half circle
|
/dalvik/docs/opcodes/ |
opcode-10-return-wide.html | 50 Register vA must be the lower half of a register pair.
|
/dalvik/libcore/security/src/main/java/org/bouncycastle/crypto/generators/ |
RSAKeyPairGenerator.java | 33 // p and q values should have a length of half the strength in bits
|
/development/tools/zoneinfo/tzdata2009s/ |
systemv | 8 # using the System V "TZ" scheme (half-hour offset), or anything outside
|
/external/fdlibm/ |
e_remainder.c | 18 * integer nearest x/p (in half way case choose the even one).
|
/external/freetype/src/base/ |
fttrigon.c | 267 /* Get the vector into the right half plane */ 436 FT_Int32 half = (FT_Int32)1L << ( shift - 1 ); local 439 vec->x = ( v.x + half + FT_SIGN_LONG( v.x ) ) >> shift; 440 vec->y = ( v.y + half + FT_SIGN_LONG( v.y ) ) >> shift;
|
/external/kernel-headers/original/linux/ |
hardirq.h | 63 * Are we doing bottom half or hardware interrupt processing?
|
/external/proguard/src/proguard/obfuscate/ |
NameAndTypeShrinker.java | 91 // Don't update the flag if this is the second half of a long entry.
|
Utf8Shrinker.java | 89 // Don't update the flag if this is the second half of a long entry.
|
/external/webkit/WebCore/platform/graphics/ |
Path.cpp | 124 // If rx is greater than half of the width of the rectangle 125 // then set rx to half of the width (required in SVG spec) 129 // If ry is greater than half of the height of the rectangle 130 // then set ry to half of the height (required in SVG spec)
|
/external/webkit/WebCore/platform/graphics/cg/ |
PatternCG.cpp | 66 // To make error of floating point less than 0.5, we use the half of the number of mantissa of float (1 << 22).
|
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/ |
DefaultSoftKeyboard.java | 99 /** Japanese 12-key keyboard [HALF-WIDTH KATAKANA MODE] */ 101 /** Japanese 12-key keyboard [HALF-WIDTH NUMBER MODE] */ 103 /** Japanese 12-key keyboard [HALF-WIDTH ALPHABET MODE] */ 131 /** Japanese Qwerty keyboard [HALF-WIDTH KATAKANA MODE] */ 221 /** Japanese key-mode (Half-width alphabet) */ 223 /** Japanese key-mode (Half-width number) */ 225 /** Japanese key-mode (Half-width Katakana) */ 227 /** Japanese key-mode (Half-width phone number) */ 239 /** Chinese key-mode (Half-width number) */
|
/bionic/libm/src/ |
e_rem_pio2f.c | 56 half = 5.00000000000000000000e-01, /* 0x3FE00000, 0x00000000 */ variable 74 n = (int32_t) (t*invpio2+half);
|
e_lgammaf_r.c | 25 half= 5.0000000000e-01, /* 0x3f000000 */ variable 209 r = half*y+p/q; 225 r = (x-half)*(t-one)+w;
|
s_erff.c | 25 half= 5.0000000000e-01, /* 0x3F000000 */ variable 174 r += (x-half); 175 return half - r ;
|
/dalvik/libcore/security/src/main/java/org/bouncycastle/crypto/macs/ |
CBCBlockCipherMac.java | 27 * authentication code half the length of the block size of the cipher. 39 * authentication code half the length of the block size of the cipher.
|
/external/icu4c/i18n/ |
csr2022.cpp | 87 // half or less good: quality = 0; 115 {0x1b, 0x28, 0x49, 0x00, 0x00}, // Half-width katakana
|
/external/openssl/crypto/des/ |
ofb_enc.c | 63 * the first 12 bits will be retrieved from the first byte and half 64 * the second. The second 12 bits will come from the 3rd and half the 4th
|
/packages/inputmethods/PinyinIME/jni/include/ |
dictdef.h | 48 // The number of half spelling ids. For Chinese Pinyin, there 30 half ids.
|
searchutility.h | 101 // If the newly added id is a half id, id_start is the first id of the 106 // If the newly added id is a half id, id_num is the number of corresponding
|
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/JAJP/ |
DefaultSoftKeyboardJAJP.java | 37 /** Enable English word prediction on half-width alphabet mode */ 52 /** Key code for switching to half-width KATAKANA mode */ 55 /** Key code for switching to half-width alphabet mode */ 58 /** Key code for switching to half-width number mode */ 158 /** Toggle cycle table for half-width KATAKANA */ 173 /** Replace table for half-width KATAKANA */ 223 /** Toggle cycle table for half-width alphabet */ 238 /** Replace table for half-width alphabet */ 258 /** Character table for half-width number */ 613 /* Change mode to Half width katakana * [all...] |
/external/opencore/codecs_v2/video/m4v_h263/enc/src/ |
sad_halfpel.cpp | 64 /* One component is half-pel */ 96 /* Two components need half-pel */ 138 /* One component needs half-pel */ 170 /* Two components need half-pel */ 208 Purpose: Compute the SAD on the half-pel resolution 221 /* One component is half-pel */ 780 /* One component is half-pel */
|
sad_mb_offset.h | 107 x10 = x10 + (x10 << 16); /* add with lower half word */ 203 x10 = x10 + (x10 << 16); /* add with lower half word */ 296 x10 = x10 + (x10 << 16); /* add with lower half word */
|
/external/opencore/codecs_v2/video/avc_h264/enc/src/ |
sad_mb_offset.h | 102 x10 = x10 + (x10 << 16); /* add with lower half word */ 197 x10 = x10 + (x10 << 16); /* add with lower half word */ 290 x10 = x10 + (x10 << 16); /* add with lower half word */
|
/frameworks/base/libs/surfaceflinger/ |
BlurFilter.cpp | 268 // we only copy half of the data, and fill the rest with zeros 274 // sum half of each column, because we assume the first half is
|