/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 | 409 FloatRect boundaries = box->calculateBoundaries(); local 416 boundaries.setWidth(ellipsisRect.maxX() - boundaries.x()); 418 boundaries.setHeight(ellipsisRect.maxY() - boundaries.y()); 420 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...] |
/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/infobar/ |
InfoBarLayout.java | 585 // Other controls obey the side boundaries, and have boundaries between them. 590 // Determine how wide each item would be on the same row, including boundaries. [all...] |
/external/protobuf/src/google/protobuf/io/ |
tokenizer_unittest.cc | 172 // we test cases where reads cross buffer boundaries as well as cases 635 "0:4: String literals cannot cross line boundaries.\n" }, 637 "0:4: String literals cannot cross line boundaries.\n" },
|
/frameworks/base/core/java/android/text/ |
TextLine.java | 573 // the boundaries get the strong caret. [all...] |
/bionic/libc/arch-arm/cortex-a15/bionic/ |
memcpy_base.S | 70 // word boundaries, use the neon code.
|
/dalvik/libdex/ |
SysUtil.cpp | 39 * page boundaries (usually 4K).
|
/dalvik/vm/ |
BitVector.cpp | 111 /* Round up to word boundaries for "num+1" bits */
|
/dalvik/vm/compiler/ |
Utility.cpp | 302 /* Round up to word boundaries for "num+1" bits */
|
/device/asus/flo/conn_init/ |
wfc_util_qcom.c | 131 * //always ensure fields are aligned to 32-bit boundaries
|
/device/lge/mako/conn_init/ |
wfc_util_qcom.c | 129 * //always ensure fields are aligned to 32-bit boundaries
|
/docs/source.android.com/src/devices/ |
camera.jd | 55 <dd>The IPC binder proxies facilitate communication over process boundaries. There are three camera binder
|
/external/chromium/chrome/browser/ui/views/ |
dropdown_bar_host.cc | 276 // Calculate how much our current position overlaps our boundaries. If we
|
find_bar_host.cc | 242 // Place the view in the top right corner of the widget boundaries (top left
|
/external/chromium/net/disk_cache/ |
bitmap_unittest.cc | 9 // Test that we don't over allocate on boundaries.
|