/external/qemu/distrib/sdl-1.2.15/src/cdrom/macosx/ |
AudioFilePlayer.h | 124 void (*SetPosition)(struct S_AudioFileManager *afm, SInt64 pos); /* seek/rewind in the file */ 126 void (*SetEndOfFile)(struct S_AudioFileManager *afm, SInt64 pos); /* set the "EOF" (will behave just like it reached eof) */
|
/external/skia/include/core/ |
SkDraw.h | 62 const SkScalar pos[], SkScalar constY, 113 const SkScalar pos[], SkScalar constY,
|
/external/skia/src/core/ |
SkBuffer.h | 47 size_t pos() const { return fPos - fData; } function in class:SkRBuffer 122 is legal, in which case no data is ever written, but the relative pos() 144 size_t pos() const { return fPos - fData; } function in class:SkWBuffer
|
/external/v8/src/ |
variables.h | 109 void set_initializer_position(int pos) { initializer_position_ = pos; }
|
/external/wpa_supplicant_8/src/eap_common/ |
eap_ikev2_common.c | 80 const u8 *pos, const u8 *end) 95 if (end - pos < (int) icv_len) {
|
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/ |
FixASCIIControlsReader.java | 61 int pos = off; local 78 cbuf[pos++] = c;
|
/external/yaffs2/yaffs2/direct/ |
yaffsfs.c | 514 int pos = 0; local 529 pos= h->position; 530 if(yaffs_GetObjectFileLength(obj) > pos) 532 maxRead = yaffs_GetObjectFileLength(obj) - pos; 547 nRead = yaffs_ReadDataFromFile(obj,buf,pos,nbyte); 550 h->position = pos + nRead; 575 int pos = 0; local 596 pos = yaffs_GetObjectFileLength(obj); 600 pos = h->position; 603 nWritten = yaffs_WriteDataToFile(obj,buf,pos,nbyte,writeThrough) 654 int pos = -1; local [all...] |
/frameworks/av/media/libmedia/ |
Metadata.cpp | 148 size_t pos = mData->dataPosition(); local 159 mData->setDataPosition(pos + size);
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p10/src/ |
omxVCM4P10_FilterDeblockingChroma_VerEdge_I_s.s | 103 pos RN 5 label 359 SEL pos, t1, m00 360 USUB8 neg, pos, t1 361 USUB8 t3, pos, tC 362 SEL pos, tC, pos 365 UQADD8 P_0, p_0, pos 366 UQSUB8 Q_0, q_0, pos
|
/frameworks/base/tests/LocationTracker/src/com/android/locationtracker/data/ |
TrackerDataHelper.java | 117 int pos = (cursor.getCount() < limit ? 0 : cursor.getCount() - limit); local 118 cursor.moveToPosition(pos);
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/basic.string/string.modifiers/string_erase/ |
size_size.pass.cpp | 13 // erase(size_type pos = 0, size_type n = npos); 23 test(S s, typename S::size_type pos, typename S::size_type n, S expected) 29 s.erase(pos, n); 31 assert(pos <= old_size); 36 assert(pos > old_size); 43 test(S s, typename S::size_type pos, S expected) 49 s.erase(pos); 51 assert(pos <= old_size); 56 assert(pos > old_size);
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/basic.string/string.modifiers/string_insert/ |
iter_char.pass.cpp | 25 typename S::difference_type pos = p - s.begin(); 29 assert(i - s.begin() == pos);
|
/ndk/tests/build/issue56508-gcc4.7-ICE/jni/ |
extraMachine.c | 109 Uint16 pos; member in struct:ob 135 /* get pos field from object */ 136 #define OBpos(obp) ((obp)->pos)
|
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ |
ListSuggestionCursor.java | 78 public void moveTo(int pos) { 79 mPos = pos;
|
/packages/apps/Settings/src/com/android/settings/ |
ApnPreference.java | 118 int pos = Integer.parseInt(getKey()); local 119 Uri url = ContentUris.withAppendedId(Telephony.Carriers.CONTENT_URI, pos);
|
/packages/apps/UnifiedEmail/src/com/android/mail/compose/ |
FromAddressSpinnerAdapter.java | 71 public int getItemViewType(int pos) { 72 return getItem(pos).isCustomFrom ? CUSTOM_FROM : FROM;
|
/packages/inputmethods/PinyinIME/jni/share/ |
pinyinime.cpp | 89 size_t im_delsearch(size_t pos, bool is_pos_in_splid, 93 matrix_search->delsearch(pos, is_pos_in_splid, clear_fixed_this_step);
|
/prebuilts/python/darwin-x86/2.7.5/include/python2.7/ |
dictobject.h | 115 PyObject *mp, Py_ssize_t *pos, PyObject **key, PyObject **value); 117 PyObject *mp, Py_ssize_t *pos, PyObject **key, PyObject **value, long *hash);
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/ |
PyParse.py | 149 str, pos = self.str, None 156 # but don't try too often; pos will be left None, or 166 pos = m.start() 169 if pos is None: 180 pos = m.start() 181 return pos 185 i = pos + 1 191 pos = s 194 return pos
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
wave.py | 29 setpos(pos) -- seek to the specified position 219 def setpos(self, pos): 220 if pos < 0 or pos > self._nframes: 222 self._soundpos = pos 228 pos = self._soundpos * self._framesize 229 if pos: 230 self._data_chunk.seek(pos, 0) 404 def setmark(self, id, pos, name):
|
/prebuilts/python/linux-x86/2.7.5/include/python2.7/ |
dictobject.h | 115 PyObject *mp, Py_ssize_t *pos, PyObject **key, PyObject **value); 117 PyObject *mp, Py_ssize_t *pos, PyObject **key, PyObject **value, long *hash);
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/ |
PyParse.py | 149 str, pos = self.str, None 156 # but don't try too often; pos will be left None, or 166 pos = m.start() 169 if pos is None: 180 pos = m.start() 181 return pos 185 i = pos + 1 191 pos = s 194 return pos
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
wave.py | 29 setpos(pos) -- seek to the specified position 219 def setpos(self, pos): 220 if pos < 0 or pos > self._nframes: 222 self._soundpos = pos 228 pos = self._soundpos * self._framesize 229 if pos: 230 self._data_chunk.seek(pos, 0) 404 def setmark(self, id, pos, name):
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/tests/ |
AdtTestData.java | 69 int pos = mOsRootDataPath.indexOf(':'); local 70 if (pos > 0 && mOsRootDataPath.charAt(0) == '/') {
|
/external/harfbuzz/src/ |
harfbuzz-indic.cpp | 1307 Position pos = Post; local 1484 unsigned char pos = position[i]; local 1497 unsigned char pos = position[i]; local 1728 int pos = 0; local [all...] |