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

1 2 3 4 5 67 8 91011>>

  /external/webkit/WebCore/platform/android/
GeolocationServiceAndroid.cpp 169 // to approximate the distance between the two positions as the sum of the
175 // The threshold is when the distance between the two positions exceeds the
  /frameworks/base/docs/html/resources/tutorials/views/
hello-relativelayout.jd 7 child {@link android.view.View} elements in relative positions. The position of a {@link
9 a given element) or in positions relative to the {@link android.widget.RelativeLayout} area (such as
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/parallel/
list_partition.h 42 * @param os_starts Start positions worked on (oversampled).
65 * @param os_starts Start positions worked on (oversampled).
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
irda.h 34 /* Hint bit positions for first hint byte */
44 /* Hint bit positions for second hint byte (first extension byte) */
  /frameworks/base/core/java/android/widget/
ExpandableListConnector.java 47 * ListAdapter expects to/from group and child positions that the ExpandableListAdapter
58 * of data essential for efficiently translating between flat list positions
59 * and group/child positions. See {@link GroupMetadata}.
198 * To figure out exact insertion and prior group positions, we need to
327 * To figure out exact insertion and prior group positions, we need to
507 * positions.
511 * @param syncGroupPositions Whether to search for the group positions
526 // We need to check whether any groups have moved positions
545 // At least one group changed positions, so re-sort
580 /* Update the flat list positions, and the current flat list pos *
    [all...]
Spinner.java 108 * Creates and positions all views
120 * Creates and positions all views for this Spinner.
172 * from the old to new positions.
  /frameworks/base/core/jni/android/opengl/
util.cpp 236 FloatArrayHelper positions(env, positions_ref, positionsOffset, 0);
239 bool checkOK = positions.check() && sphere.check();
244 positions.bind();
252 const float* pSrc = positions.mData;
432 float[] positions, int positionsOffset,
443 FloatArrayHelper positions(env, positions_ref, positionsOffset, 0);
446 bool checkOK = ws.check() && positions.check() && indices.check();
459 positions.bind();
463 positions.mData, positions.mLength
    [all...]
  /external/icu4c/layout/
OpenTypeLayoutEngine.h 362 * This method uses the GPOS table, if there is one, to adjust the glyph positions.
371 * @param positions - the output X and Y positions (two entries per glyph)
LEGlyphStorage.cpp 125 // FIXME: do we want to initialize the positions to [0, 0]?
387 void LEGlyphStorage::getGlyphPositions(float positions[], LEErrorCode &success) const
393 if (positions == NULL) {
403 LE_ARRAY_COPY(positions, fPositions, fGlyphCount * 2 + 2);
LayoutEngine.cpp 182 void LayoutEngine::getGlyphPositions(float positions[], LEErrorCode &success) const
184 fGlyphStorage->getGlyphPositions(positions, success);
325 // Output: positions
479 // Output: glyphs, positions, char indices
ThaiLayoutEngine.h 132 * @param glyphStorage - the object which holds the per-glyph storage. The glyph positions will be
  /development/simulator/app/
README 48 "window-*" (int) Positions and sizes of windows.
  /external/chromium/third_party/icu/public/common/unicode/
unifilt.h 24 * U_ETHER is used to represent character values for positions outside
  /external/chromium/third_party/icu/source/common/
unorm_it.h 132 * - getState() will return UITER_NO_STATE for unknown states for positions
  /external/chromium/third_party/icu/source/i18n/
usrchimp.h 62 // positions within the collation element iterator is used to determine
  /external/expat/lib/
expat_external.h 98 #ifdef XML_LARGE_SIZE /* Use large integers for file/stream positions. */
  /external/icu4c/common/unicode/
unifilt.h 24 * U_ETHER is used to represent character values for positions outside
  /external/icu4c/common/
unorm_it.h 132 * - getState() will return UITER_NO_STATE for unknown states for positions
  /external/icu4c/i18n/
usrchimp.h 65 // positions within the collation element iterator is used to determine
  /external/icu4c/layoutex/layout/
playout.h 392 * Get the (x, y) positions of the glyphs in the visual run. To simplify storage
393 * management, the x and y positions are stored in a single array with the x positions
400 * @return the address of the array of glyph positions for this visual run. The storage
  /external/libvpx/vp8/common/
entropy.h 83 coefficient band (and since zigzag positions 0, 1, and 2 are in
  /external/webkit/WebCore/css/
makeprop.pl 96 system("gperf -a -L ANSI-C -E -C -c -o -t --key-positions=\"*\" -NfindProp -Hhash_prop -Wwordlist_prop -D -s 2 CSSPropertyNames.gperf > CSSPropertyNames.cpp") == 0 || die "calling gperf failed: $?";
makevalues.pl 89 system("gperf -L ANSI-C -E -C -n -o -t --key-positions=\"*\" -NfindValue -Hhash_val -Wwordlist_value -D CSSValueKeywords.gperf > CSSValueKeywords.c") == 0 || die "calling gperf failed: $?";
  /external/webkit/WebCore/platform/graphics/chromium/
UniscribeHelper.h 183 // the run. For positions appearing before the first character, this will
288 // It is used to adjust the positions of multiple combining characters
333 // Called to update the glyph positions based on the current spacing
406 // and positions. This list is in screen order from left to right, and
  /frameworks/base/media/libstagefright/codecs/amrwbenc/src/
cor_h_x.c 22 * 4 pulses per track, 16 positions in each track) to *

Completed in 1073 milliseconds

1 2 3 4 5 67 8 91011>>