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

<<141142143144145146147148149150>>

  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
FilterGradRepresentation.java 268 public void setSelectedPoint(int pos) {
269 mCurrentBand = mBands.get(pos);
  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
SwipeableListView.java 358 public boolean performItemClick(View view, int pos, long id) {
363 final boolean handled = super.performItemClick(view, pos, id);
  /packages/inputmethods/LatinIME/native/jni/src/suggest/core/dicnode/
dic_node.h 115 NOT_A_DICT_POS /* pos */, rootGroupPos, NOT_A_CODE_POINT /* nodeCodePoint */,
128 NOT_A_DICT_POS /* pos */, rootGroupPos, NOT_A_CODE_POINT /* nodeCodePoint */,
160 void initAsChild(const DicNode *const dicNode, const int pos, const int childrenPos,
169 mDicNodeProperties.init(pos, childrenPos, mergedNodeCodePoints[0], probability,
  /packages/inputmethods/PinyinIME/jni/android/
com_android_inputmethod_pinyin_PinyinDecoderService.cpp 113 JNIEXPORT jint JNICALL nativeImDelSearch(JNIEnv* env, jclass jclazz, jint pos,
116 return im_delsearch(pos, is_pos_in_splid, clear_fixed_this_step);
  /prebuilts/gradle-plugin/com/android/tools/lint/lint/22.2.0/
lint-22.2.0.jar 
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_gzip.py 181 for pos in range(0, 256, 16):
182 f.seek(pos)
test_io.py 88 def seek(self, pos, whence):
115 def truncate(self, pos=None):
116 return pos
149 def seek(self, pos, whence):
861 pos = 0
863 self.assertEqual(bufio.read(nbytes), data[pos:pos+nbytes])
864 pos += nbytes
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_gzip.py 181 for pos in range(0, 256, 16):
182 f.seek(pos)
test_io.py 88 def seek(self, pos, whence):
115 def truncate(self, pos=None):
116 return pos
149 def seek(self, pos, whence):
861 pos = 0
863 self.assertEqual(bufio.read(nbytes), data[pos:pos+nbytes])
864 pos += nbytes
    [all...]
  /system/core/include/utils/
Vector.h 196 inline iterator erase(iterator pos) {
197 ssize_t index = removeItemsAt(pos-array());
  /frameworks/base/libs/androidfw/
ResourceTypes.cpp 3592 uint32_t pos = 0; local
4680 const char16_t* pos = s; local
    [all...]
  /external/qemu/
qemu-char.c 2393 int pos; local
    [all...]
  /packages/apps/Browser/src/com/android/browser/
Controller.java 2373 final int pos = mTabControl.getCurrentPosition(); local
2524 int pos = mTabControl.getCurrentPosition() + 1; local
2536 int pos = mTabControl.getCurrentPosition() - 1; local
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
mailbox.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
mailbox.py     [all...]
  /external/chromium_org/third_party/bintrees/bintrees/
cwalker.c 2847 Py_ssize_t pos = 0; local
3539 int pos; local
3552 int pos, i; local
    [all...]
  /frameworks/base/tools/aapt/
ResourceTable.cpp 2372 const char16_t* pos = name; local
3107 const SourcePos& pos = c->getEntries().valueAt(k)->getPos(); local
3534 int pos = -1; local
    [all...]
  /external/v8/src/
d8.js 328 var pos = cmd_line.indexOf(' ');
331 if (pos == -1) {
335 cmd = cmd_line.slice(0, pos);
336 args = cmd_line.slice(pos).replace(/^\s+|\s+$/g, '');
970 var pos;
977 pos = args.indexOf(' ');
978 if (pos > 0) {
979 target = args.substring(0, pos);
980 condition = args.substring(pos + 1, args.length);
985 pos = target.indexOf(':')
    [all...]
  /bionic/libc/kernel/common/linux/
soundcard.h     [all...]
  /cts/tests/tests/database/src/android/database/cts/
DatabaseUtilsTest.java 372 int pos = cursor.getPosition(); local
395 assertEquals(pos, cursor.getPosition()); // dumpCursor should not change status of cursor
400 assertEquals(pos, cursor.getPosition()); // dumpCursor should not change status of cursor
404 assertEquals(pos, cursor.getPosition()); // dumpCursor should not change status of cursor
  /development/ndk/platforms/android-3/include/linux/
soundcard.h 802 #define SEQ_PANNING(dev, voice, pos) SEQ_CONTROL(dev, voice, CTL_PAN, (pos+128) / 2)
813 #define SEQ_SONGPOS(pos) _TIMER_EVENT(TMR_SPP, pos)
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
ANTLRBaseTree.h 162 - (void) setCharPositionInLine:(NSInteger)pos;
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
ANTLRBaseTree.h 162 - (void) setCharPositionInLine:(NSInteger)pos;
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
ANTLRBaseTree.h 162 - (void) setCharPositionInLine:(NSInteger)pos;
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/
ANTLRBaseTree.h 166 - (void) setCharPositionInLine:(NSUInteger)pos;

Completed in 765 milliseconds

<<141142143144145146147148149150>>