HomeSort by relevance Sort by last modified time
    Searched full:posn (Results 1 - 25 of 40) sorted by null

1 2

  /frameworks/native/include/utils/
List.h 211 iterator insert(iterator posn, const T& val)
214 newNode->setNext(posn.getNode());
215 newNode->setPrev(posn.getNode()->getPrev());
216 posn.getNode()->getPrev()->setNext(newNode);
217 posn.getNode()->setPrev(newNode);
222 void insert(iterator posn, const_iterator first, const_iterator last) {
224 insert(posn, *first);
228 iterator erase(iterator posn) {
229 _Node* pNext = posn.getNode()->getNext();
230 _Node* pPrev = posn.getNode()->getPrev()
    [all...]
  /system/core/include/sysutils/
List.h 212 iterator insert(iterator posn, const T& val)
215 newNode->setNext(posn.getNode());
216 newNode->setPrev(posn.getNode()->getPrev());
217 posn.getNode()->getPrev()->setNext(newNode);
218 posn.getNode()->setPrev(newNode);
223 void insert(iterator posn, const_iterator first, const_iterator last) {
225 insert(posn, *first);
229 iterator erase(iterator posn) {
230 _Node* pNext = posn.getNode()->getNext();
231 _Node* pPrev = posn.getNode()->getPrev()
    [all...]
  /system/netd/
List.h 212 iterator insert(iterator posn, const T& val)
215 newNode->setNext(posn.getNode());
216 newNode->setPrev(posn.getNode()->getPrev());
217 posn.getNode()->getPrev()->setNext(newNode);
218 posn.getNode()->setPrev(newNode);
223 void insert(iterator posn, const_iterator first, const_iterator last) {
225 insert(posn, *first);
229 iterator erase(iterator posn) {
230 _Node* pNext = posn.getNode()->getNext();
231 _Node* pPrev = posn.getNode()->getPrev()
    [all...]
  /external/qemu-pc-bios/vgabios/tests/lfbprof/
lfbprof.h 65 char RedFieldPosition; /* Bit posn of lsb of red mask */
67 char GreenFieldPosition; /* Bit posn of lsb of green mask */
69 char BlueFieldPosition; /* Bit posn of lsb of blue mask */
71 char RsvdFieldPosition; /* Bit posn of lsb of res mask */
  /external/icu4c/layout/
GlyphIterator.cpp 479 le_int32 posn; local
481 for (posn = position; posn != markPosition; posn += direction) {
482 if (glyphStorage[posn] == 0xFFFE) {
  /external/svox/pico/lib/
picowa.h 63 - WORDINDEX(POSes,NA)pos1|ind1...posN|indN
64 - graph in lex - {1,4} entries with phone, pos1...posN from lex,
77 - pos1|ind1, pos2|ind2, ..., posN|indN
picoacph.h 39 - WORDINDEX(POSes,NA)POS|1ind1...POSN|indN
picosa.h 43 - WORDINDEX(POSes,NA)POS|1ind1...POSN|indN
picowa.c 272 N entries possible -> WORDINDEX(POSes,NA)POS1|ind1...POSN|indN
  /development/tools/apkcheck/src/com/android/apkcheck/
TypeUtils.java 62 int posn = -1; local
63 while ((posn = type.indexOf('[', posn+1)) != -1) {
65 firstPosn = posn;
  /external/valgrind/main/coregrind/m_debuginfo/
readdwarf3.c 436 struct { ULong abbv_code; UWord posn; } saC_cache[N_ABBV_CACHE]; member in struct:__anon16707::__anon16708
919 cc->saC_cache[i].posn = 0;
3419 UWord posn; local
    [all...]
  /hardware/ti/omap3/dspbridge/inc/
dynamic_loader.h 203 * posn Desired file position relative to start of file in sizeof() units.
213 unsigned int posn); /* to be eliminated in release 2*/
  /libcore/luni/src/main/java/libcore/net/http/
HttpsURLConnectionImpl.java 260 public String getHeaderFieldKey(int posn) {
261 return delegate.getHeaderFieldKey(posn);
  /libcore/luni/src/main/java/java/net/
URLConnection.java 551 * Returns the name of the header field at the given position {@code posn} or
552 * {@code null} if there are fewer than {@code posn} fields. The base
559 * @param posn
563 public String getHeaderFieldKey(int posn) {
    [all...]
  /build/tools/zipalign/
ZipEntry.cpp 42 long posn; local
57 posn = ftell(fp);
70 if (fseek(fp, posn, SEEK_SET) != 0)
  /frameworks/base/tools/aapt/
ZipEntry.cpp 42 long posn; local
57 posn = ftell(fp);
70 if (fseek(fp, posn, SEEK_SET) != 0)
  /external/libvpx/libwebm/
mkvparser.hpp 802 const long long m_start; //posn of segment payload
856 long long m_pos; //absolute file posn; what has been consumed so far
  /dalvik/vm/analysis/
DexPrepare.cpp 1176 off_t posn; local
    [all...]
  /external/quake/quake/src/QW/scitech/include/
mgraph.h 823 char redFieldPosition; /* Bit posn of lsb of red mask */
825 char greenFieldPosition; /* Bit posn of lsb of green mask */
827 char blueFieldPosition; /* Bit posn of lsb of blue mask */
829 char rsvdFieldPosition; /* Bit posn of reserved mask */
    [all...]
  /external/quake/quake/src/WinQuake/scitech/INCLUDE/
MGRAPH.H 823 char redFieldPosition; /* Bit posn of lsb of red mask */
825 char greenFieldPosition; /* Bit posn of lsb of green mask */
827 char blueFieldPosition; /* Bit posn of lsb of blue mask */
829 char rsvdFieldPosition; /* Bit posn of reserved mask */
    [all...]
  /prebuilts/sdk/tools/linux/
zipalign 
  /external/bison/data/
glr.c     [all...]
  /external/stlport/stlport/stl/
_rope.h 815 // As above, but assumes path cache is valid for previous posn.
    [all...]
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_rope.h 815 // As above, but assumes path cache is valid for previous posn.
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/
rope     [all...]

Completed in 1948 milliseconds

1 2