HomeSort by relevance Sort by last modified time
    Searched refs:pos (Results 1501 - 1525 of 4804) sorted by null

<<61626364656667686970>>

  /external/skia/include/gpu/
GrGlyph.h 53 static inline unsigned ExtractSubPixelBitsFromFixed(GrFixed pos) {
55 return (pos >> 14) & 3;
  /external/skia/src/effects/
Sk1DPathEffect.cpp 83 SkPoint pos; local
89 if (!meas.getPosTan(dist + sx, &pos, &tangent)) {
99 matrix.postTranslate(pos.fX, pos.fY);
181 SkPoint pos; local
182 if (meas.getPosTan(distance, &pos, NULL)) {
183 dst->addPath(fPath, pos.fX, pos.fY);
  /external/svox/pico/lib/
picoktab.c 557 static void ktab_getUtf8 (picoos_uchar ** pos, picoos_uchar * to)
560 l = picobase_det_utf8_length(**pos);
562 *(to++) = *((*pos)++);
583 picoos_uint8 * pos; local
592 pos = &(g->graphTable[graphsOffset]);
593 *propset = *pos;
595 pos++; /* advance to FROM */
596 ktab_getUtf8(&pos, from); /* get FROM and advance */
598 ktab_getUtf8(&pos, to); /* get TO and advance */
603 (*stokenType) = *(pos++); /* get TOKENTYPE and advance *
891 picoos_uint16 os, pos; local
    [all...]
  /external/wpa_supplicant_8/src/eap_peer/
eap_methods.c 93 char *pos, *end; local
100 pos = buf;
101 end = pos + buflen;
104 ret = os_snprintf(pos, end - pos, "%s%s",
106 if (ret < 0 || ret >= end - pos)
108 pos += ret;
112 return pos - buf;
  /external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/
networkconfig.cpp 461 const char *txt, *pos; local
477 pos = txt;
479 while (*pos) {
480 if (!((*pos >= '0' && *pos <= '9') ||
481 (*pos >= 'a' && *pos <= 'f') ||
482 (*pos >= 'A' && *pos <= 'F'))) {
486 pos++
508 char reply[1024], cmd[256], *pos; local
    [all...]
  /frameworks/av/media/libstagefright/codecs/amrwbenc/src/
c2t64fx.c 56 Word32 i, j, k, i0, i1, ix, iy, pos, pos2; local
165 pos = MSIZE - 1;
171 p1 = &rrixiy[pos];
196 pos -= NB_POS;
221 * 32 pos x 32 pos = 1024 tests (all combinaisons is tested) *
236 pos = -1;
247 pos = i1;
251 if (pos >= 0)
254 iy = pos;
    [all...]
  /frameworks/base/core/java/android/os/
ParcelableParcel.java 36 int pos = src.dataPosition(); local
38 src.setDataPosition(pos + size);
  /frameworks/base/core/tests/coretests/src/android/util/
ListUtil.java 44 * @param pos The desired position.
46 public final void setSelectedPosition(final int pos) {
49 mListView.setSelection(pos);
  /libcore/luni/src/main/native/
libcore_icu_DateIntervalFormat.cpp 58 FieldPosition pos = 0; local
60 formatter->format(&date_interval, s, pos, status);
  /libcore/luni/src/test/java/libcore/java/text/
OldFormatTest.java 32 FieldPosition pos) {
39 public Object parseObject(String source, ParsePosition pos) {
  /packages/apps/Music/src/com/android/music/
IMediaPlaybackService.aidl 35 long seek(long pos);
  /packages/inputmethods/LatinIME/native/jni/src/suggest/core/dicnode/
dic_node_vector.h 65 void pushLeavingChild(const DicNode *const dicNode, const int pos, const int childrenPos,
71 mDicNodes.back().initAsChild(dicNode, pos, childrenPos, probability, isTerminal,
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/unordered_iterator/
iterator.hpp 145 iterator_(pointer p_value, PB_DS_GEN_POS pos, PB_DS_CLASS_C_DEC* p_tbl) : const_iterator_(p_value, pos, p_tbl)
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/pb_ds/detail/unordered_iterator/
iterator.hpp 145 iterator_(pointer p_value, PB_DS_GEN_POS pos, PB_DS_CLASS_C_DEC* p_tbl) : const_iterator_(p_value, pos, p_tbl)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ext/pb_ds/detail/unordered_iterator/
iterator.hpp 145 iterator_(pointer p_value, PB_DS_GEN_POS pos, PB_DS_CLASS_C_DEC* p_tbl) : const_iterator_(p_value, pos, p_tbl)
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/unordered_iterator/
iterator.hpp 145 iterator_(pointer p_value, PB_DS_GEN_POS pos, PB_DS_CLASS_C_DEC* p_tbl) : const_iterator_(p_value, pos, p_tbl)
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/unordered_iterator/
iterator.hpp 145 iterator_(pointer p_value, PB_DS_GEN_POS pos, PB_DS_CLASS_C_DEC* p_tbl) : const_iterator_(p_value, pos, p_tbl)
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/unordered_iterator/
iterator.hpp 145 iterator_(pointer p_value, PB_DS_GEN_POS pos, PB_DS_CLASS_C_DEC* p_tbl) : const_iterator_(p_value, pos, p_tbl)
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/pb_ds/detail/unordered_iterator/
iterator.hpp 145 iterator_(pointer p_value, PB_DS_GEN_POS pos, PB_DS_CLASS_C_DEC* p_tbl) : const_iterator_(p_value, pos, p_tbl)
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/detail/unordered_iterator/
iterator.hpp 145 iterator_(pointer p_value, PB_DS_GEN_POS pos, PB_DS_CLASS_C_DEC* p_tbl) : const_iterator_(p_value, pos, p_tbl)
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/unordered_iterator/
iterator.hpp 125 iterator_(pointer p_value, PB_DS_GEN_POS pos, PB_DS_CLASS_C_DEC* p_tbl)
126 : const_iterator_(p_value, pos, p_tbl)
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/detail/unordered_iterator/
iterator.hpp 145 iterator_(pointer p_value, PB_DS_GEN_POS pos, PB_DS_CLASS_C_DEC* p_tbl) : const_iterator_(p_value, pos, p_tbl)
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/unordered_iterator/
iterator.hpp 125 iterator_(pointer p_value, PB_DS_GEN_POS pos, PB_DS_CLASS_C_DEC* p_tbl)
126 : const_iterator_(p_value, pos, p_tbl)
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/pb_ds/detail/unordered_iterator/
iterator.hpp 125 iterator_(pointer p_value, PB_DS_GEN_POS pos, PB_DS_CLASS_C_DEC* p_tbl)
126 : const_iterator_(p_value, pos, p_tbl)
  /external/chromium_org/third_party/icu/source/i18n/
plurfmt.cpp 252 FieldPosition& pos,
261 return format((int32_t)obj.getDouble(), appendTo, pos, status);
265 return format(number, appendTo, pos, status);
268 return format((int32_t)obj.getInt64(), appendTo, pos, status);
301 FieldPosition& pos,
303 return format((double)number, appendTo, pos, status);
309 FieldPosition& pos,
314 return numberFormat->format(number, appendTo, pos);
317 replacedNumberFormat->format(number, appendTo, pos);
325 appendTo = insertFormattedNumber(number, *selectedPattern, appendTo, pos);
516 int32_t pos = -1; local
    [all...]

Completed in 4213 milliseconds

<<61626364656667686970>>