HomeSort by relevance Sort by last modified time
    Searched full:positions (Results 176 - 200 of 701) sorted by null

1 2 3 4 5 6 78 91011>>

  /libcore/dom/src/test/java/org/w3c/domts/level1/core/
hc_nodeinsertbeforedocfragment.java 40 * positions fourth and fifth respectively.
nodeinsertbeforedocfragment.java 40 * positions fourth and fifth respectively.
  /packages/apps/QuickSearchBox/tests/src/com/android/quicksearchbox/
SuggestionCursorUtil.java 43 message += " at positions " + positionExpected + "(expected) "
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/parallel/
equally_split.h 39 * positions when splitting the range [0,n) into parts of almost
  /external/astl/include/
ios_base.h 114 // left: Adds fill characters on the right (final positions) of
118 // right: Adds fill characters on the left (initial positions) of
  /external/chromium/third_party/icu/public/i18n/unicode/
fieldpos.h 159 * @return TRUE if the two field positions are equal, FALSE otherwise.
167 * @return TRUE if the two field positions are not equal, FALSE otherwise.
  /external/icu4c/i18n/unicode/
fieldpos.h 159 * @return TRUE if the two field positions are equal, FALSE otherwise.
167 * @return TRUE if the two field positions are not equal, FALSE otherwise.
  /external/icu4c/layout/
ArabicLayoutEngine.h 131 * @param positions - the position array, will be updated as needed
231 * @param glyphStorage - the glyph storage object. The glyph positions will be updated as needed.
  /external/icu4c/samples/layout/
pflow.c 342 const float *positions = pl_getVisualRunPositions(visualRun); local
344 rs_drawGlyphs(surface, font, glyphs, glyphCount, positions, x, y, obj->fWidth, obj->fHeight);
  /external/neven/Embedded/common/src/b_ImageEm/
UInt8Image.h 138 /** applies affine linear warping to pixels positions of imageA before copying the into *ptrA
150 /** applies affine linear warping to pixels positions of imageA before copying the into *ptrA */
  /external/webkit/WebCore/editing/
htmlediting.cpp 94 // Compare two positions, taking into account the possibility that one or both
335 // Internally editing uses "invalid" positions for historical reasons. For
338 // position to a Range object. Ideally all internal positions should
366 // Editing should never generate positions like this.
383 // This method is used to create positions in the DOM. It returns the maximum valid offset
385 // creates technically invalid DOM Positions. Be sure to call rangeCompliantEquivalent
615 // Create a range object with two visible positions, start and end.
    [all...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
locale.h 88 /* Positive and negative sign positions:
105 /* Positive and negative sign positions:
  /frameworks/base/media/libstagefright/codecs/amrnb/enc/src/
c8_31pf.cpp 184 * codevector, based on the signs and positions of 8 pulses.
265 { /* 2nd row of pulses , test if positions needs to be switched */
673 indx Array of type Word16 -- index of 8 pulses (signs+positions)
696 The 40 positions in a subframe are divided into 4 tracks of
697 interleaved positions. Each track contains two pulses.
698 The pulses can have the following possible positions:
705 Each pair of pulses require 1 bit for their signs. The positions
708 positions. This results in a 31 (4 sign and 27 pos) bit codebook.
709 The function determines the optimal pulse signs and positions, builds
754 Word16 indx[], /* o : 7 Word16, index of 8 pulses (signs+positions) */
    [all...]
  /frameworks/base/media/libstagefright/codecs/amrwbenc/src/
c4t64fx.c 28 * 4 tracks x 16 positions per track = 64 samples. *
39 * Each pulse can have sixteen (16) possible positions. *
111 Word16 dn2[], /* (i) vector of selected positions */
374 * positions (16) in each track (4). Total = 4x16 = 64. *
649 * Calculate correlation of all possible positions *
651 * Each pulse can have 16 possible positions. *
666 * Find best positions of 2 pulses. *
961 * Find the best positions of 2 pulses in a subframe. *
973 Word16 dn2[], /* (i) vector of selected positions */
    [all...]
  /external/webkit/WebKit/android/nav/
FindCanvas.cpp 209 // We only care about the positions starting at the index of our match
286 const SkPaint& paint, const SkScalar positions[],
291 const SkScalar positions[], SkScalar y)) {
360 remaining, glyphs, positions, y);
442 partialGlyphs, positions, y);
  /libcore/luni/src/main/java/java/text/
BreakIterator.java 42 * positions where it is legal for a text editor to wrap lines. This is similar
63 * positions.</li>
72 * <li>Break positions are numbered by the positions of the characters that
211 * that the break positions it returns don't represent both the start and end of
  /cts/tests/src/android/widget/cts/util/
ListScenario.java 179 * Set positions as unselectable (a.k.a a separator)
181 public Params setPositionsUnselectable(int ...positions) {
182 for (int pos : positions) {
  /cts/tools/dx-tests/etc/
starttests 171 dx --dex --positions=lines --output="$BASEDIR/dxcore.jar" dxc/junit/DxAbstractMain.class dxc/junit/DxUtil.class
221 dx --dex --positions=lines $testclass &>/dev/null
231 dx --dex --positions=lines --output="$BASEDIR/dxclasses.jar" .
  /external/chromium/base/
string_util.cc 396 TrimPositions positions,
400 const typename STR::size_type first_good_char = (positions & TRIM_LEADING) ?
402 const typename STR::size_type last_good_char = (positions & TRIM_TRAILING) ?
412 return input_was_empty ? TRIM_NONE : positions;
446 TrimPositions positions,
448 return TrimStringT(input, kWhitespaceWide, positions, output);
453 TrimPositions positions,
455 return TrimStringT(input, kWhitespaceUTF16, positions, output);
460 TrimPositions positions,
462 return TrimStringT(input, kWhitespaceASCII, positions, output)
    [all...]
  /external/chromium/third_party/icu/public/common/unicode/
ubrk.h 65 * Title boundary analysis locates all positions,
69 * The text boundary positions are found according to the rules
158 /** Tag value for soft line breaks, positions at which a line break
  /frameworks/base/core/tests/coretests/src/android/util/
ListScenario.java 178 * Set positions as unselectable (a.k.a a separator)
180 public Params setPositionsUnselectable(int ...positions) {
181 for (int pos : positions) {
  /frameworks/base/media/libstagefright/codecs/amrnb/dec/src/
d2_11pf.cpp 95 index -- Word16 -- Positions of the 2 pulses.
152 Word16 index, /* i : Positions of the 2 pulses. */
162 /* Decode the positions */
d3_14pf.cpp 101 index -- Word16 -- Positions of the 3 pulses.
158 Word16 index, /* i : Positions of the 3 pulses. */
167 /* Decode the positions */
  /frameworks/base/media/libstagefright/codecs/amrwb/src/
dec_acelp_2p_in_64.cpp 54 2 tracks x 32 positions per track = 64 samples.
59 Each pulse can have 32 possible positions.
133 /* decode the positions and signs of pulses and build the codeword */
pvamrwbdecoder_basic_op.h 94 Arithmetically shift the 16 bit input var1 left var2 positions.Zero fill
140 Arithmetically shift the 32 bit input L_var1 left var2 positions. Zero
184 Arithmetically shift the 32 bit input L_var1 right var2 positions with

Completed in 890 milliseconds

1 2 3 4 5 6 78 91011>>