HomeSort by relevance Sort by last modified time
    Searched full:slist (Results 126 - 150 of 225) sorted by null

1 2 3 4 56 7 8 9

  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/libs/mips/include/bits/
extc++.h 53 #include <ext/slist>
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/libs/x86/include/bits/
extc++.h 53 #include <ext/slist>
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/libs/armeabi/include/bits/
extc++.h 53 #include <ext/slist>
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/libs/armeabi-v7a/include/bits/
extc++.h 53 #include <ext/slist>
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/libs/mips/include/bits/
extc++.h 53 #include <ext/slist>
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/libs/x86/include/bits/
extc++.h 53 #include <ext/slist>
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/libs/armeabi/include/bits/
extc++.h 53 #include <ext/slist>
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/libs/armeabi-v7a/include/bits/
extc++.h 53 #include <ext/slist>
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/libs/mips/include/bits/
extc++.h 53 #include <ext/slist>
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/libs/x86/include/bits/
extc++.h 53 #include <ext/slist>
  /external/stlport/etc/
msvcincl.dat 115 slist
116 slist.h
  /external/stlport/src/
dll_main.cpp 45 #include <slist>
177 template class _STLP_CLASS_DECLSPEC _STLP_PTR_IMPL_NAME(slist)<void*, allocator<void*> >;
  /ndk/sources/cxx-stl/stlport/src/
dll_main.cpp 45 #include <slist>
177 template class _STLP_CLASS_DECLSPEC _STLP_PTR_IMPL_NAME(slist)<void*, allocator<void*> >;
  /external/chromium_org/third_party/tcmalloc/vendor/src/
page_heap.cc 294 Length PageHeap::ReleaseLastNormalSpan(SpanList* slist) {
295 Span* s = slist->normal.prev;
322 SpanList* slist = (release_index_ == kMaxPages) ? local
324 if (!DLL_IsEmpty(&slist->normal)) {
325 Length released_len = ReleaseLastNormalSpan(slist);
  /external/libpcap/
optimize.c 102 static int eq_slist(struct slist *, struct slist *);
129 static inline struct slist *this_op(struct slist *);
137 static int slength(struct slist *);
452 struct slist *s;
679 static inline struct slist *
681 struct slist *s;
702 struct slist *s;
703 struct slist *next, *last
    [all...]
  /external/stlport/stlport/stl/
_hashtable.h 252 typedef _STLP_PRIV _STLP_NON_DBG_NAME(slist)<value_type, _All> _ElemsCont;
254 typedef slist<value_type, _All> _ElemsCont;
263 * - avoid _STLP_DEBUG performance trouble: with a vector of iterator on slist the resize
264 * method would be too slow because the slist::splice_after method become linear on
266 * has to be move from a slist to the other.
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_hashtable.h 252 typedef _STLP_PRIV _STLP_NON_DBG_NAME(slist)<value_type, _All> _ElemsCont;
254 typedef slist<value_type, _All> _ElemsCont;
263 * - avoid _STLP_DEBUG performance trouble: with a vector of iterator on slist the resize
264 * method would be too slow because the slist::splice_after method become linear on
266 * has to be move from a slist to the other.
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_hashtable.h 252 typedef _STLP_PRIV _STLP_NON_DBG_NAME(slist)<value_type, _All> _ElemsCont;
254 typedef slist<value_type, _All> _ElemsCont;
263 * - avoid _STLP_DEBUG performance trouble: with a vector of iterator on slist the resize
264 * method would be too slow because the slist::splice_after method become linear on
266 * has to be move from a slist to the other.
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_hashtable.h 252 typedef _STLP_PRIV _STLP_NON_DBG_NAME(slist)<value_type, _All> _ElemsCont;
254 typedef slist<value_type, _All> _ElemsCont;
263 * - avoid _STLP_DEBUG performance trouble: with a vector of iterator on slist the resize
264 * method would be too slow because the slist::splice_after method become linear on
266 * has to be move from a slist to the other.
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_hashtable.h 252 typedef _STLP_PRIV _STLP_NON_DBG_NAME(slist)<value_type, _All> _ElemsCont;
254 typedef slist<value_type, _All> _ElemsCont;
263 * - avoid _STLP_DEBUG performance trouble: with a vector of iterator on slist the resize
264 * method would be too slow because the slist::splice_after method become linear on
266 * has to be move from a slist to the other.
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_hashtable.h 252 typedef _STLP_PRIV _STLP_NON_DBG_NAME(slist)<value_type, _All> _ElemsCont;
254 typedef slist<value_type, _All> _ElemsCont;
263 * - avoid _STLP_DEBUG performance trouble: with a vector of iterator on slist the resize
264 * method would be too slow because the slist::splice_after method become linear on
266 * has to be move from a slist to the other.
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_hashtable.h 252 typedef _STLP_PRIV _STLP_NON_DBG_NAME(slist)<value_type, _All> _ElemsCont;
254 typedef slist<value_type, _All> _ElemsCont;
263 * - avoid _STLP_DEBUG performance trouble: with a vector of iterator on slist the resize
264 * method would be too slow because the slist::splice_after method become linear on
266 * has to be move from a slist to the other.
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/
_parseaddr.py 376 slist = ['']
381 slist.append(self.field[self.pos])
387 slist.append(self.getcomment())
392 slist.append(self.field[self.pos])
395 return EMPTYSTRING.join(slist)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/
_parseaddr.py 376 slist = ['']
381 slist.append(self.field[self.pos])
387 slist.append(self.getcomment())
392 slist.append(self.field[self.pos])
395 return EMPTYSTRING.join(slist)
  /external/stlport/test/unit/
mvctor_test.cpp 5 # include <slist>
148 standard_test1(slist<int>(10));
168 CheckFullMoveSupport(slist<int>());
701 //slist move contructor:
702 vector<slist<string> > vect(10, slist<string>(10, long_str));
706 vector<slist<string> >::iterator it(vect.begin());

Completed in 548 milliseconds

1 2 3 4 56 7 8 9