Searched
full:range (Results
1576 -
1600 of
3739) sorted by null
<<61626364656667686970>>
/external/webkit/WebCore/wml/ |
WMLSelectElement.cpp | 430 // Spec: Remove all non-integer indices from the value. Remove all out-of-range indices 431 // from the value, where out-of-range is defined as any index with a value greater than
|
/external/webkit/WebKit/android/nav/ |
SelectText.cpp | 197 #define HYPHEN 0x2010 // unicode hyphen, first in range of dashes 198 #define HORZ_BAR 0x2015 // unicode horizontal bar, last in range of dashes
|
/external/webkit/WebKit/chromium/public/ |
WebKitClient.h | 217 // Generic callback for reporting histogram data. Range is identified by the min, max pair. 219 // linear to true would require bucket count to cover whole min-max range.
|
/external/webkit/WebKitTools/iExploder/htdocs/ |
cssproperties.in | 232 unicode-range 400 pitch-range
|
/external/webkit/WebKitTools/simplejson/ |
encoder.py | 23 for i in range(0x20): 43 raise ValueError("Out of range float values are not JSON compliant: %r"
|
/external/wpa_supplicant/ |
common.h | 357 * the hex numbers and ASCII characters (for printable range) are shown. 16 373 * the hex numbers and ASCII characters (for printable range) are shown. 16
|
/external/zlib/contrib/ada/ |
test.adb | 202 subtype Visible_Symbols is Stream_Element range 16#20# .. 16#7E#; 296 for Level in ZLib.Compression_Level'Range loop
|
/frameworks/base/awt/org/apache/harmony/awt/gl/font/ |
CaretManager.java | 47 * Checks if TextHitInfo is not out of the text range and throws the 55 // awt.42=TextHitInfo out of range
|
CompositeFont.java | 94 * that can display this character and don't have exclusion range covering 117 * that can display this character and don't have exclusion range covering
|
/frameworks/base/core/java/android/pim/ |
RecurrenceSet.java | 169 * there was an error, including if the date is out of range. 216 Log.d(TAG, "DTSTART is out of range: " + component.toString());
|
/frameworks/base/core/java/android/widget/ |
FastScroller.java | 315 // and interpolate the currently visible letter's range across the 356 // Compute the beginning and ending scroll range percentage of the
|
/frameworks/base/include/camera/ |
CameraParameters.h | 102 // The quality of the EXIF thumbnail in Jpeg picture. The range is 1 to 100, 106 // Jpeg quality of captured picture. The range is 1 to 100, with 100 being
|
/frameworks/base/media/libstagefright/codecs/aacdec/ |
pv_sine.cpp | 142 sine = z; /* better approximation in this range */ 171 { /* better approximation in this range */
|
/frameworks/base/media/libstagefright/codecs/amrnb/common/include/ |
log2.h | 108 Word16 *pExponent, /* (o) : Integer part of Log2. (range: 0<=val<=30)*/ 109 Word16 *pFraction, /* (o) : Fractional part of Log2. (range: 0<=val<1) */
|
log2_norm.h | 108 Word16 *exponent, /* (o) : Integer part of Log2. (range: 0<=val<=30) */ 109 Word16 *fraction /* (o) : Fractional part of Log2. (range: 0<=val<1) */
|
/frameworks/base/media/libstagefright/codecs/amrnb/dec/src/ |
dec_lag3.h | 108 Word16 T0_min, /* i : minimum of search range */ 109 Word16 T0_max, /* i : maximum of search range */
|
/frameworks/base/media/libstagefright/codecs/amrnb/enc/src/ |
enc_lag3.h | 109 Word16 T0_min, /* i : minimum of search range */ 110 Word16 T0_max, /* i : maximum of search range */
|
/frameworks/base/opengl/libs/GLES2/ |
gl2_api.in | 208 void API_ENTRY(glGetShaderPrecisionFormat)(GLenum shadertype, GLenum precisiontype, GLint* range, GLint* precision) { 209 CALL_GL_API(glGetShaderPrecisionFormat, shadertype, precisiontype, range, precision);
|
/frameworks/base/tests/DumpRenderTree/assets/ |
run_layout_tests.py | 85 for i in range(0, len(ndict)): 87 for i in range(0, len(cdict)):
|
/hardware/broadcom/wlan/bcm4329/src/include/ |
bcmutils.h | 369 "Out of Range Channel", \ 379 "Not In Range", \
|
/packages/apps/IM/src/com/android/im/imps/ |
PtsPrimitiveSerializer.java | 35 // The ccc is the Transaction-ID in range 0-999 without preceding zero. 68 "Transaction-ID must be in range 0-999 without preceding zero");
|
/packages/apps/Phone/src/com/android/phone/ |
BluetoothAtPhonebook.java | 279 /* Ideally we should return the maximum range of valid index's 281 * Parrot CK3300. So instead send just the range of currently
|
/packages/wallpapers/MusicVisualization/src/com/android/musicvis/vis5/ |
Visualization5RS.java | 340 volt = volt * 4 / len; // arbitrary scalar to get better range 380 mWorldState.mAngle = 131f - (mNeedlePos / 410f); // ~80 degree range
|
/system/wlan/ti/sta_dk_4_0_4_32/CUDK/CLI/ |
wipp_ctrl.c | 383 /* Translate the value from range of '0-4' to range of '-20 - 20' */
|
/bionic/libc/netbsd/resolv/ |
res_random.c | 114 * Do a fast modular exponation, returned value will be in the range
|
Completed in 498 milliseconds
<<61626364656667686970>>