/libcore/luni/src/test/java/libcore/java/io/ |
OldInputStreamReaderTest.java | 244 * multibyte encodings spanned buffer boundaries.
|
/packages/apps/Camera/src/com/android/camera/ |
Mosaic.java | 80 * boundaries smoother. Since this mode uses lesser image frames, it is
|
/packages/apps/Camera2/src/com/android/camera/ |
Mosaic.java | 80 * boundaries smoother. Since this mode uses lesser image frames, it is
|
/packages/apps/LegacyCamera/src/com/android/camera/panorama/ |
Mosaic.java | 80 * boundaries smoother. Since this mode uses lesser image frames, it is
|
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/ |
TokenRewriteStream.as | 278 * R.i-j.u R.x-y.v | boundaries overlap ERROR 344 throw new Error("replace op boundaries of "+rop+ 378 " within boundaries of previous "+rop);
|
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/ |
TokenRewriteStream.cs | 455 * R.i-j.u R.x-y.v | boundaries overlap ERROR 525 throw new ArgumentException("replace op boundaries of " + rop + 562 " within boundaries of previous " + rop);
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/ |
ANTLRTokenRewriteStream.m | 521 * R.i-j.u R.x-y.v | boundaries overlap ERROR 592 [NSString stringWithFormat:@"replace op boundaries of %@, overlap with previous %@\n", rop, prevRop]]; 627 @throw [ANTLRIllegalArgumentException newException:[NSString stringWithFormat:@"insert op %d within boundaries of previous %d", iop, rop]];
|
/external/chromium_org/third_party/icu/source/common/ |
unorm_it.c | 41 * from normalization boundaries, and UITER_NO_STATE in between. 248 /* set unknown states for all but the normalization boundaries */ 319 /* set unknown states for all but the normalization boundaries */
|
ustrcase.c | 251 * R3 toTitlecase(X): Find the word boundaries based on Unicode Standard Annex 252 * #29, "Text Boundaries." Between each pair of word boundaries, find the first
|
/external/icu4c/common/ |
unorm_it.c | 42 * from normalization boundaries, and UITER_NO_STATE in between. 249 /* set unknown states for all but the normalization boundaries */ 320 /* set unknown states for all but the normalization boundaries */
|
ustrcase.cpp | 207 * R3 toTitlecase(X): Find the word boundaries based on Unicode Standard Annex 208 * #29, "Text Boundaries." Between each pair of word boundaries, find the first
|
/external/jpeg/ |
jmemdos.c | 17 * 2-byte boundaries. 456 * at odd byte boundaries. Some compilers will align struct fields at even 457 * byte boundaries. While it's usually possible to force byte alignment,
|
/external/qemu/distrib/jpeg-6b/ |
jmemdos.c | 17 * 2-byte boundaries. 456 * at odd byte boundaries. Some compilers will align struct fields at even 457 * byte boundaries. While it's usually possible to force byte alignment,
|
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/ |
get_pred_outside.cpp | 79 right boundaries; ypos is compared to the top and bottom boundaries. The number 84 After the boundaries are tested, any pixels lying outside a boundary are
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_struct.py | 270 # boundaries in range, and a few out of range, plus 452 # Go beyond boundaries. 480 # Go beyond boundaries.
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_struct.py | 270 # boundaries in range, and a few out of range, plus 452 # Go beyond boundaries. 480 # Go beyond boundaries.
|
/ndk/sources/host-tools/sed-4.2.1/lib/ |
regexec.c | 109 int boundaries, Idx subexp_idx, 2051 int boundaries; local [all...] |
/external/antlr/antlr-3.4/runtime/Python/antlr3/ |
streams.py | [all...] |
/external/chromium_org/third_party/icu/source/common/unicode/ |
uset.h | 138 * span() will yield contained/not-contained boundaries of { 0, 2, 3 } 139 * while spanBack() will yield boundaries of { 0, 1, 3 }. 141 * Note: If it is important to get the same boundaries whether iterating forward 143 * the boundaries cached for backward operation, or an ICU BreakIterator 147 * Similarly, set strings match only on code point boundaries, [all...] |
/external/icu4c/common/unicode/ |
uset.h | 132 * span() will yield contained/not-contained boundaries of { 0, 2, 3 } 133 * while spanBack() will yield boundaries of { 0, 1, 3 }. 135 * Note: If it is important to get the same boundaries whether iterating forward 137 * the boundaries cached for backward operation, or an ICU BreakIterator 141 * Similarly, set strings match only on code point boundaries, [all...] |
/external/libogg/doc/ |
rfc3533.txt | 84 the original packet boundaries without relying on decoding to find 85 packet boundaries. 327 packet boundaries dependent on the encoding format. The process of 409 logical bitstream with packet boundaries 533 It helps a decoder to find the page boundaries and regain
|
/frameworks/base/core/java/android/widget/ |
GridLayout.java | 507 * Returns whether or not row boundaries are ordered by their grid indices. 509 * @return {@code true} if row boundaries must appear in the order of their indices, 521 * When this property is {@code true}, GridLayout is forced to place the row boundaries 525 * boundaries in whatever order best fits the given constraints. 530 * of row boundaries 543 * Returns whether or not column boundaries are ordered by their grid indices. 545 * @return {@code true} if column boundaries must appear in the order of their indices, 557 * When this property is {@code true}, GridLayout is forced to place the column boundaries 561 * boundaries in whatever order best fits the given constraints. 566 * of column boundaries [all...] |
/frameworks/support/v7/gridlayout/src/android/support/v7/widget/ |
GridLayout.java | 507 * Returns whether or not row boundaries are ordered by their grid indices. 509 * @return {@code true} if row boundaries must appear in the order of their indices, 521 * When this property is {@code true}, GridLayout is forced to place the row boundaries 525 * boundaries in whatever order best fits the given constraints. 530 * of row boundaries 543 * Returns whether or not column boundaries are ordered by their grid indices. 545 * @return {@code true} if column boundaries must appear in the order of their indices, 557 * When this property is {@code true}, GridLayout is forced to place the column boundaries 561 * boundaries in whatever order best fits the given constraints. 566 * of column boundaries [all...] |
/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
RenderText.cpp | 405 FloatRect boundaries = box->calculateBoundaries(); local 412 boundaries.setWidth(ellipsisRect.maxX() - boundaries.x()); 414 boundaries.setHeight(ellipsisRect.maxY() - boundaries.y()); 416 quads.append(localToAbsoluteQuad(boundaries, 0, wasFixed)); [all...] |
/external/bluetooth/bluedroid/btif/co/ |
bta_av_co.c | 855 /* Update the bit pool boundaries with the codec capabilities */ 894 /* Must match all items exactly except bitpool boundaries which can be adjusted */ [all...] |