/ndk/build/platforms/android-8/arch-arm/usr/include/netinet/ |
ip_icmp.h | 129 * Lower bounds on packet lengths for various types.
|
/ndk/build/platforms/android-8/arch-x86/usr/include/netinet/ |
ip_icmp.h | 129 * Lower bounds on packet lengths for various types.
|
/system/wlan/ti/sta_dk_4_0_4_32/common/src/core/rsn/ |
keyParserWep.c | 136 ("WEP_KEY_PARSER: ERROR: Key Length out of bounds=%d\n", pKeyDesc->KeyLength));
|
/build/tools/droiddoc/src/ |
Converter.java | 547 ti.setBounds(null, Converter.convertTypes((t.asTypeVariable().bounds()))); 573 if (t.asTypeVariable().bounds() != null){ 574 for(Type ty : t.asTypeVariable().bounds()){
|
/dalvik/libcore/text/src/main/java/java/text/ |
BreakIterator.java | 549 // text.1E=Offset out of bounds \: {0} 577 // text.1E=Offset out of bounds \: {0} 605 // text.1E=Offset out of bounds \: {0}
|
/external/icu4c/common/unicode/ |
uiter.h | 116 * Out of bounds movement will be pinned to the start or limit. 330 * which means it won't go out of bounds, or the index is modified by 335 * or U_SENTINEL if the iteration bounds are reached.
|
utext.h | 84 * text. An out-of-bounds index is not considered to be an error, but is 406 * or U_SENTINEL (-1) if it is out of bounds. 417 * (There is a subtle difference if the index is out of bounds by being less than zero - 505 * or U_SENTINEL (-1) if it is out of bounds. 524 * or U_SENTINEL (-1) if it is out of bounds. [all...] |
/external/skia/src/core/ |
SkScan_Antihair.cpp | 25 /* Our attempt to compute the worst case "bounds" for the horizontal and 32 This define enables our fix to outset our "bounds" by 1, thus avoiding the 436 their bounds, so we need to outset the clip before calling the
|
/external/tagsoup/src/org/ccil/cowan/tagsoup/ |
AttributesImpl.java | 148 * none is available, or null if the index is out of bounds. 166 * if the index is out of bounds. 183 * @return The attribute's value or null if the index is out of bounds.
|
/external/webkit/JavaScriptCore/icu/unicode/ |
uiter.h | 116 * Out of bounds movement will be pinned to the start or limit. 330 * which means it won't go out of bounds, or the index is modified by 335 * or U_SENTINEL if the iteration bounds are reached.
|
ucol.h | 749 * Resulting bounds can be used to produce a range of strings that are 750 * between upper and lower bounds. For example, if bounds are produced 752 * bounds with one level would include "Smith", "SMITH", "sMiTh".<br> 753 * There are two upper bounds that can be produced. If UCOL_BOUND_UPPER [all...] |
/external/webkit/JavaScriptGlue/icu/unicode/ |
uiter.h | 116 * Out of bounds movement will be pinned to the start or limit. 330 * which means it won't go out of bounds, or the index is modified by 335 * or U_SENTINEL if the iteration bounds are reached.
|
/external/webkit/WebCore/icu/unicode/ |
uiter.h | 116 * Out of bounds movement will be pinned to the start or limit. 330 * which means it won't go out of bounds, or the index is modified by 335 * or U_SENTINEL if the iteration bounds are reached.
|
ucol.h | 749 * Resulting bounds can be used to produce a range of strings that are 750 * between upper and lower bounds. For example, if bounds are produced 752 * bounds with one level would include "Smith", "SMITH", "sMiTh".<br> 753 * There are two upper bounds that can be produced. If UCOL_BOUND_UPPER [all...] |
/external/webkit/WebCore/rendering/ |
RenderLayer.cpp | [all...] |
RenderTable.cpp | 469 // Repaint with our new bounds if they are different from our old bounds. [all...] |
/external/webkit/WebKit/mac/icu/unicode/ |
uiter.h | 116 * Out of bounds movement will be pinned to the start or limit. 330 * which means it won't go out of bounds, or the index is modified by 335 * or U_SENTINEL if the iteration bounds are reached.
|
/frameworks/base/awt/java/awt/image/ |
WritableRaster.java | 46 * the rectangular region which defines the new image bounds. 248 * The pixels with (x+dx, y+dy) coordinates which are out the bounds of this 350 // awt.63=Coordinates are not in bounds
|
/external/icu4c/i18n/unicode/ |
coll.h | [all...] |
ucol.h | 775 * Resulting bounds can be used to produce a range of strings that are 776 * between upper and lower bounds. For example, if bounds are produced 778 * bounds with one level would include "Smith", "SMITH", "sMiTh".<br> 779 * There are two upper bounds that can be produced. If UCOL_BOUND_UPPER [all...] |
/frameworks/base/graphics/java/android/graphics/ |
Bitmap.java | 730 * if x or y are out of bounds (negative or >= to the width or height 736 * @throws IllegalArgumentException if x, y exceed the bitmap's bounds 761 * bounds of the bitmap, or if abs(stride) < width. 842 * bounds. [all...] |
/external/jpeg/ |
jquant2.c | 259 /* The bounds of the box (inclusive); expressed as histogram indexes */ 314 /* Shrink the min/max bounds of a box to enclose only nonzero elements, */ 444 /* Copy the color bounds to the new box. */ 466 /* Choose split point along selected axis, and update box bounds. 666 * histogram cell, which are the upper bounds of the volume we care about. 879 * histogram cell, which are the lower bounds of the volume we care about. [all...] |
/external/quake/quake/src/WinQuake/ |
pr_cmds.cpp | 136 float bounds[2][3]; local 165 VectorCopy (min, bounds[0]); 166 VectorCopy (max, bounds[1]); 173 base[0] = bounds[i][0]; 176 base[1] = bounds[j][1]; 179 base[2] = bounds[k][2]; [all...] |
/frameworks/base/core/java/android/webkit/ |
WebTextView.java | 697 Rect bounds = getBounds(); local 702 canvas.drawRect(bounds, paint); 706 canvas.drawRect(bounds, paint); [all...] |
/frameworks/base/core/jni/android/opengl/ |
util.cpp | 172 // We seperate the bounds check from the initialization because we want to 173 // be able to bounds-check multiple arrays, and we can't throw an exception 176 // Return true if the bounds check succeeded
|