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

<<71727374757677787980>>

  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p10/src/
armVCM4P10_DeblockingLuma_unsafe_s.s 65 pos RN 7 label
157 SEL pos, t1, m00
158 USUB8 neg, pos, t1
159 USUB8 t3, pos, tC
160 SEL pos, tC, pos
167 UQADD8 P0a, p_0, pos
168 UQSUB8 Q0a, q_0, pos
omxVCM4P10_FilterDeblockingChroma_HorEdge_I_s.s 79 pos RN 5 label
278 SEL pos, t1, m00
279 USUB8 neg, pos, t1
280 USUB8 t3, pos, tC
281 SEL pos, tC, pos
284 UQADD8 P_0, p_0, pos
285 UQSUB8 Q_0, q_0, pos
  /frameworks/base/core/java/android/util/
JsonReader.java 196 private int pos = 0; field in class:JsonReader
611 pos--;
615 pos--;
633 pos--;
658 pos--;
679 if ((pos < limit || fillBuffer(1)) && buffer[pos] == '>') {
680 pos++;
709 pos--;
715 * Returns true once {@code limit - pos >= minimum}. If the data i
    [all...]
  /frameworks/base/core/jni/android/graphics/
Utils.cpp 38 off64_t pos = fAsset->seek(0, SEEK_SET); local
39 if (pos == (off64_t)-1) {
  /frameworks/base/tools/layoutlib/bridge/src/libcore/icu/
DateIntervalFormat_Delegate.java 52 FieldPosition pos = new FieldPosition(0); local
53 delegate.mFormat.format(interval, sb, pos);
  /libcore/xml/src/main/java/org/xmlpull/v1/
XmlPullParser.java 576 String getNamespacePrefix(int pos) throws XmlPullParserException;
585 String getNamespaceUri(int pos) throws XmlPullParserException;
    [all...]
  /packages/apps/Music/src/com/android/music/
WeekSelector.java 47 int pos = icicle != null ? icicle.getInt("numweeks", def - 1) : def - 1; local
48 mWeeks.setSelectedPos(pos);
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/google/
AbstractGoogleSourceResult.java 58 public void moveTo(int pos) {
59 mPos = pos;
  /packages/inputmethods/LatinIME/native/jni/src/suggest/core/dicnode/internal/
dic_node_properties.h 40 void init(const int pos, const int childrenPos, const int nodeCodePoint, const int probability,
43 mPos = pos;
  /packages/inputmethods/PinyinIME/lib/com/android/inputmethod/pinyin/
IPinyinDecoderService.aidl 24 int imDelSearch(int pos, boolean is_pos_in_splid, boolean clear_fixed_this_step);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/pulse/
channelmap.h 175 const char* pa_channel_position_to_string(pa_channel_position_t pos) PA_GCC_PURE;
178 const char* pa_channel_position_to_pretty_string(pa_channel_position_t pos);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/pulse/
channelmap.h 175 const char* pa_channel_position_to_string(pa_channel_position_t pos) PA_GCC_PURE;
178 const char* pa_channel_position_to_pretty_string(pa_channel_position_t pos);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/pulse/
channelmap.h 175 const char* pa_channel_position_to_string(pa_channel_position_t pos) PA_GCC_PURE;
178 const char* pa_channel_position_to_pretty_string(pa_channel_position_t pos);
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
setobject.h 91 PyAPI_FUNC(int) _PySet_Next(PyObject *set, Py_ssize_t *pos, PyObject **key);
92 PyAPI_FUNC(int) _PySet_NextEntry(PyObject *set, Py_ssize_t *pos, PyObject **key, long *hash);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_xdrlib.py 38 pos = up.get_position()
42 up.set_position(pos)
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
setobject.h 91 PyAPI_FUNC(int) _PySet_Next(PyObject *set, Py_ssize_t *pos, PyObject **key);
92 PyAPI_FUNC(int) _PySet_NextEntry(PyObject *set, Py_ssize_t *pos, PyObject **key, long *hash);
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_xdrlib.py 38 pos = up.get_position()
42 up.set_position(pos)
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
ClipboardSupport.java 187 int pos = title.lastIndexOf('.'); local
188 if (pos > 0 && pos < title.length() - 1) {
189 title = title.substring(pos + 1);
331 int pos = title.lastIndexOf('.'); local
332 if (pos > 0 && pos < title.length() - 1) {
333 title = title.substring(pos + 1);
  /external/chromium_org/third_party/freetype/src/pshinter/
pshalgo.c 207 write->org_pos = read->pos;
424 psh_hint_snap_stem_side_delta( FT_Fixed pos,
427 FT_Fixed delta1 = FT_PIX_ROUND( pos ) - pos;
428 FT_Fixed delta2 = FT_PIX_ROUND( pos + len ) - pos - len;
451 FT_Pos pos = FT_MulFix( hint->org_pos, scale ) + delta; local
463 hint->cur_pos = pos;
529 pos = par_cur_center + cur_delta - ( len >> 1 );
532 hint->cur_pos = pos;
    [all...]
  /external/freetype/src/pshinter/
pshalgo.c 207 write->org_pos = read->pos;
424 psh_hint_snap_stem_side_delta( FT_Fixed pos,
427 FT_Fixed delta1 = FT_PIX_ROUND( pos ) - pos;
428 FT_Fixed delta2 = FT_PIX_ROUND( pos + len ) - pos - len;
451 FT_Pos pos = FT_MulFix( hint->org_pos, scale ) + delta; local
463 hint->cur_pos = pos;
529 pos = par_cur_center + cur_delta - ( len >> 1 );
532 hint->cur_pos = pos;
    [all...]
  /external/harfbuzz/src/
harfbuzz-shaper.cpp 430 const HB_UChar16 *uc = item->string + item->item.pos;
473 int pos = 0; local
478 if (logClusters[i] == pos)
481 ++pos;
482 while (pos < logClusters[i]) {
483 attributes[pos] = attributes[pos-1];
484 ++pos;
488 attributes[pos].dontPrint = true;
493 attributes[pos].mark = false
    [all...]
  /bionic/libc/kernel/common/linux/sunrpc/
sched.h 94 #define task_for_each(task, pos, head) list_for_each(pos, head) if ((task=list_entry(pos, struct rpc_task, u.tk_wait.list)),1)
96 #define alltask_for_each(task, pos, head) list_for_each(pos, head) if ((task=list_entry(pos, struct rpc_task, tk_task)),1)
  /developers/samples/android/common/src/java/com/example/android/common/actionbarcompat/
MultiSelectionUtil.java 155 for (int pos = adapter.getCount() - 1; pos >= 0; pos--) {
156 if (idsToCheckOnRestore.contains(adapter.getItemId(pos))) {
161 mItemsToCheck.add(new Pair<Integer, Long>(pos, adapter.getItemId(pos)));
  /development/ndk/platforms/android-3/include/linux/sunrpc/
sched.h 83 #define task_for_each(task, pos, head) list_for_each(pos, head) if ((task=list_entry(pos, struct rpc_task, u.tk_wait.list)),1)
87 #define alltask_for_each(task, pos, head) list_for_each(pos, head) if ((task=list_entry(pos, struct rpc_task, tk_task)),1)
  /external/apache-http/src/org/apache/http/impl/io/
AbstractSessionInputBuffer.java 236 private int lineFromReadBuffer(final CharArrayBuffer charbuffer, int pos)
240 this.bufferpos = pos + 1;
244 if (pos > off && this.buffer[pos - 1] == HTTP.CR) {
246 pos--;
249 len = pos - off;

Completed in 1077 milliseconds

<<71727374757677787980>>