HomeSort by relevance Sort by last modified time
    Searched refs:slist (Results 76 - 95 of 95) sorted by null

1 2 34

  /external/bluetooth/glib/tests/
makefile.msc.in 60 slist-test.exe \
  /external/bluetooth/glib/gobject/
gobject.c 1120 GSList *slist; local
    [all...]
gtype.c 1881 GSList *slist, *init_slist = NULL; local
    [all...]
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
determinize.h 28 #include <ext/slist>
29 using __gnu_cxx::slist;
221 typedef slist<Element> Subset;
rmepsilon.h 25 #include <ext/slist>
26 using __gnu_cxx::slist;
128 slist<StateId> visited_states_; // List of visited states
factor-weight.h 27 #include <ext/slist>
28 using __gnu_cxx::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());
  /ndk/tests/device/test-gnustl-full/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());
  /ndk/tests/device/test-stlport/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());
  /external/bluetooth/glib/glib/
gstrfuncs.c 2402 GSList *string_list = NULL, *slist; local
    [all...]
  /external/openfst/src/include/fst/
rmepsilon.h 27 #include <fst/slist.h>
146 slist<StateId> visited_states_; // List of visited states
determinize.h 31 #include <fst/slist.h>
256 typedef slist<Element> Subset;
factor-weight.h 28 #include <fst/slist.h>
  /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/android-ndk-r5/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/android-ndk-r6/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/android-ndk-r7/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.
  /external/openfst/src/include/fst/extensions/pdt/
expand.h 499 slist<pair<StateId, Weight> > cached_dest_list_;
672 for (typename slist<pair<StateId, Weight> >::const_iterator iter =
758 slist<StateId> sources;
764 for (typename slist<StateId>::const_iterator sources_iter = sources.begin();
    [all...]
  /external/webkit/Source/JavaScriptCore/wtf/
FastMalloc.cpp     [all...]

Completed in 711 milliseconds

1 2 34