HomeSort by relevance Sort by last modified time
    Searched refs:slist (Results 1 - 25 of 155) sorted by null

1 2 3 4 5 6 7

  /external/linux-tools-perf/perf-3.12.0/tools/perf/util/
strlist.h 19 struct strlist *strlist__new(bool dupstr, const char *slist);
20 void strlist__delete(struct strlist *slist);
22 void strlist__remove(struct strlist *slist, struct str_node *sn);
23 int strlist__load(struct strlist *slist, const char *filename);
24 int strlist__add(struct strlist *slist, const char *str);
26 struct str_node *strlist__entry(const struct strlist *slist, unsigned int idx);
27 struct str_node *strlist__find(struct strlist *slist, const char *entry);
29 static inline bool strlist__has_entry(struct strlist *slist, const char *entry)
31 return strlist__find(slist, entry) != NULL;
34 static inline bool strlist__empty(const struct strlist *slist)
    [all...]
strlist.c 48 struct strlist *slist = container_of(rblist, struct strlist, rblist); local
51 str_node__delete(snode, slist->dupstr);
62 int strlist__add(struct strlist *slist, const char *new_entry)
64 return rblist__add_node(&slist->rblist, new_entry);
67 int strlist__load(struct strlist *slist, const char *filename)
83 err = strlist__add(slist, entry);
94 void strlist__remove(struct strlist *slist, struct str_node *snode)
96 rblist__remove_node(&slist->rblist, &snode->rb_node);
99 struct str_node *strlist__find(struct strlist *slist, const char *entry)
102 struct rb_node *rb_node = rblist__find(&slist->rblist, entry)
137 struct strlist *slist = malloc(sizeof(*slist)); local
    [all...]
  /external/openfst/src/include/fst/
slist.h 0 // slist.h
18 // Includes slist definition or defines in terms of STL list as a fallback.
27 #include <ext/slist>
31 using __gnu_cxx::slist;
43 template <typename T> class slist : public list<T> {
  /system/core/init/
ueventd.h 24 struct listnode slist; member in struct:ueventd_subsystem
  /external/stlport/stlport/stl/
_slist.c 58 # define slist _STLP_PTR_IMPL_NAME(slist) macro
60 # define slist _STLP_NON_DBG_NAME(slist) macro
70 slist<_Tp,_Alloc>& slist<_Tp,_Alloc>::operator=(const slist<_Tp,_Alloc>& __x) {
91 void slist<_Tp, _Alloc>::_M_fill_assign(size_type __n, const _Tp& __val) {
106 void slist<_Tp,_Alloc>::resize(size_type __len, const _Tp& __x) {
119 void slist<_Tp,_Alloc>::remove(const _Tp& __val)
215 # undef slist macro
    [all...]
_slist.h 190 # define slist _STLP_PTR_IMPL_NAME(slist) macro
192 # define slist _STLP_NON_DBG_NAME(slist) macro
198 class slist;
200 #if !defined (slist)
206 void _Slist_unique(slist<_Tp, _Alloc>& __that, _BinaryPredicate __binary_pred);
209 void _Slist_merge(slist<_Tp, _Alloc>& __that, slist<_Tp, _Alloc>& __x,
213 void _Slist_sort(slist<_Tp, _Alloc>& __that, _StrictWeakOrdering __comp)
220 class slist : protected _STLP_PRIV _Slist_base<_Tp,_Alloc> class in inherits:_STLP_PRIV_Slist_base,__stlport_class
280 explicit slist(const allocator_type& __a = allocator_type()) function in class:slist
289 explicit slist(size_type __n, const value_type& __x = _STLP_DEFAULT_CONSTRUCTED(_Tp), function in class:slist
307 slist(_InputIterator __first, _InputIterator __last, function in class:slist
314 slist(_InputIterator __first, _InputIterator __last) function in class:slist
319 slist(const_iterator __first, const_iterator __last, function in class:slist
323 slist(const value_type* __first, const value_type* __last, function in class:slist
329 slist(const _Self& __x) function in class:slist
334 slist(__move_source<_Self> src) function in class:slist
819 # undef slist macro
    [all...]
_config_compat_post.h 38 # define __slist__ slist
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_slist.c 58 # define slist _STLP_PTR_IMPL_NAME(slist) macro
60 # define slist _STLP_NON_DBG_NAME(slist) macro
70 slist<_Tp,_Alloc>& slist<_Tp,_Alloc>::operator=(const slist<_Tp,_Alloc>& __x) {
91 void slist<_Tp, _Alloc>::_M_fill_assign(size_type __n, const _Tp& __val) {
106 void slist<_Tp,_Alloc>::resize(size_type __len, const _Tp& __x) {
119 void slist<_Tp,_Alloc>::remove(const _Tp& __val)
215 # undef slist macro
    [all...]
_slist.h 190 # define slist _STLP_PTR_IMPL_NAME(slist) macro
192 # define slist _STLP_NON_DBG_NAME(slist) macro
198 class slist;
200 #if !defined (slist)
206 void _Slist_unique(slist<_Tp, _Alloc>& __that, _BinaryPredicate __binary_pred);
209 void _Slist_merge(slist<_Tp, _Alloc>& __that, slist<_Tp, _Alloc>& __x,
213 void _Slist_sort(slist<_Tp, _Alloc>& __that, _StrictWeakOrdering __comp)
220 class slist : protected _STLP_PRIV _Slist_base<_Tp,_Alloc> class in inherits:_STLP_PRIV_Slist_base,__stlport_class
280 explicit slist(const allocator_type& __a = allocator_type()) function in class:slist
289 explicit slist(size_type __n, const value_type& __x = _STLP_DEFAULT_CONSTRUCTED(_Tp), function in class:slist
307 slist(_InputIterator __first, _InputIterator __last, function in class:slist
314 slist(_InputIterator __first, _InputIterator __last) function in class:slist
319 slist(const_iterator __first, const_iterator __last, function in class:slist
323 slist(const value_type* __first, const value_type* __last, function in class:slist
329 slist(const _Self& __x) function in class:slist
334 slist(__move_source<_Self> src) function in class:slist
819 # undef slist macro
    [all...]
_config_compat_post.h 38 # define __slist__ slist
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_slist.c 58 # define slist _STLP_PTR_IMPL_NAME(slist) macro
60 # define slist _STLP_NON_DBG_NAME(slist) macro
70 slist<_Tp,_Alloc>& slist<_Tp,_Alloc>::operator=(const slist<_Tp,_Alloc>& __x) {
91 void slist<_Tp, _Alloc>::_M_fill_assign(size_type __n, const _Tp& __val) {
106 void slist<_Tp,_Alloc>::resize(size_type __len, const _Tp& __x) {
119 void slist<_Tp,_Alloc>::remove(const _Tp& __val)
216 # undef slist macro
    [all...]
_slist.h 190 # define slist _STLP_PTR_IMPL_NAME(slist) macro
192 # define slist _STLP_NON_DBG_NAME(slist) macro
198 class slist;
200 #if !defined (slist)
206 void _Slist_unique(slist<_Tp, _Alloc>& __that, _BinaryPredicate __binary_pred);
209 void _Slist_merge(slist<_Tp, _Alloc>& __that, slist<_Tp, _Alloc>& __x,
213 void _Slist_sort(slist<_Tp, _Alloc>& __that, _StrictWeakOrdering __comp)
220 class slist : protected _STLP_PRIV _Slist_base<_Tp,_Alloc> class in inherits:_STLP_PRIV_Slist_base,__stlport_class
280 explicit slist(const allocator_type& __a = allocator_type()) function in class:slist
289 explicit slist(size_type __n, const value_type& __x = _STLP_DEFAULT_CONSTRUCTED(_Tp), function in class:slist
307 slist(_InputIterator __first, _InputIterator __last, function in class:slist
314 slist(_InputIterator __first, _InputIterator __last) function in class:slist
319 slist(const_iterator __first, const_iterator __last, function in class:slist
323 slist(const value_type* __first, const value_type* __last, function in class:slist
329 slist(const _Self& __x) function in class:slist
334 slist(__move_source<_Self> src) function in class:slist
819 # undef slist macro
    [all...]
_config_compat_post.h 38 # define __slist__ slist
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_slist.c 58 # define slist _STLP_PTR_IMPL_NAME(slist) macro
60 # define slist _STLP_NON_DBG_NAME(slist) macro
70 slist<_Tp,_Alloc>& slist<_Tp,_Alloc>::operator=(const slist<_Tp,_Alloc>& __x) {
91 void slist<_Tp, _Alloc>::_M_fill_assign(size_type __n, const _Tp& __val) {
106 void slist<_Tp,_Alloc>::resize(size_type __len, const _Tp& __x) {
119 void slist<_Tp,_Alloc>::remove(const _Tp& __val)
216 # undef slist macro
    [all...]
_slist.h 190 # define slist _STLP_PTR_IMPL_NAME(slist) macro
192 # define slist _STLP_NON_DBG_NAME(slist) macro
198 class slist;
200 #if !defined (slist)
206 void _Slist_unique(slist<_Tp, _Alloc>& __that, _BinaryPredicate __binary_pred);
209 void _Slist_merge(slist<_Tp, _Alloc>& __that, slist<_Tp, _Alloc>& __x,
213 void _Slist_sort(slist<_Tp, _Alloc>& __that, _StrictWeakOrdering __comp)
220 class slist : protected _STLP_PRIV _Slist_base<_Tp,_Alloc> class in inherits:_STLP_PRIV_Slist_base,__stlport_class
280 explicit slist(const allocator_type& __a = allocator_type()) function in class:slist
289 explicit slist(size_type __n, const value_type& __x = _STLP_DEFAULT_CONSTRUCTED(_Tp), function in class:slist
307 slist(_InputIterator __first, _InputIterator __last, function in class:slist
314 slist(_InputIterator __first, _InputIterator __last) function in class:slist
319 slist(const_iterator __first, const_iterator __last, function in class:slist
323 slist(const value_type* __first, const value_type* __last, function in class:slist
329 slist(const _Self& __x) function in class:slist
334 slist(__move_source<_Self> src) function in class:slist
819 # undef slist macro
    [all...]
_config_compat_post.h 38 # define __slist__ slist
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_slist.c 58 # define slist _STLP_PTR_IMPL_NAME(slist) macro
60 # define slist _STLP_NON_DBG_NAME(slist) macro
70 slist<_Tp,_Alloc>& slist<_Tp,_Alloc>::operator=(const slist<_Tp,_Alloc>& __x) {
91 void slist<_Tp, _Alloc>::_M_fill_assign(size_type __n, const _Tp& __val) {
106 void slist<_Tp,_Alloc>::resize(size_type __len, const _Tp& __x) {
119 void slist<_Tp,_Alloc>::remove(const _Tp& __val)
216 # undef slist macro
    [all...]
_slist.h 190 # define slist _STLP_PTR_IMPL_NAME(slist) macro
192 # define slist _STLP_NON_DBG_NAME(slist) macro
198 class slist;
200 #if !defined (slist)
206 void _Slist_unique(slist<_Tp, _Alloc>& __that, _BinaryPredicate __binary_pred);
209 void _Slist_merge(slist<_Tp, _Alloc>& __that, slist<_Tp, _Alloc>& __x,
213 void _Slist_sort(slist<_Tp, _Alloc>& __that, _StrictWeakOrdering __comp)
220 class slist : protected _STLP_PRIV _Slist_base<_Tp,_Alloc> class in inherits:_STLP_PRIV_Slist_base,__stlport_class
280 explicit slist(const allocator_type& __a = allocator_type()) function in class:slist
289 explicit slist(size_type __n, const value_type& __x = _STLP_DEFAULT_CONSTRUCTED(_Tp), function in class:slist
307 slist(_InputIterator __first, _InputIterator __last, function in class:slist
314 slist(_InputIterator __first, _InputIterator __last) function in class:slist
319 slist(const_iterator __first, const_iterator __last, function in class:slist
323 slist(const value_type* __first, const value_type* __last, function in class:slist
329 slist(const _Self& __x) function in class:slist
334 slist(__move_source<_Self> src) function in class:slist
819 # undef slist macro
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_slist.c 58 # define slist _STLP_PTR_IMPL_NAME(slist) macro
60 # define slist _STLP_NON_DBG_NAME(slist) macro
70 slist<_Tp,_Alloc>& slist<_Tp,_Alloc>::operator=(const slist<_Tp,_Alloc>& __x) {
91 void slist<_Tp, _Alloc>::_M_fill_assign(size_type __n, const _Tp& __val) {
106 void slist<_Tp,_Alloc>::resize(size_type __len, const _Tp& __x) {
119 void slist<_Tp,_Alloc>::remove(const _Tp& __val)
216 # undef slist macro
    [all...]
_slist.h 190 # define slist _STLP_PTR_IMPL_NAME(slist) macro
192 # define slist _STLP_NON_DBG_NAME(slist) macro
198 class slist;
200 #if !defined (slist)
206 void _Slist_unique(slist<_Tp, _Alloc>& __that, _BinaryPredicate __binary_pred);
209 void _Slist_merge(slist<_Tp, _Alloc>& __that, slist<_Tp, _Alloc>& __x,
213 void _Slist_sort(slist<_Tp, _Alloc>& __that, _StrictWeakOrdering __comp)
220 class slist : protected _STLP_PRIV _Slist_base<_Tp,_Alloc> class in inherits:_STLP_PRIV_Slist_base,__stlport_class
280 explicit slist(const allocator_type& __a = allocator_type()) function in class:slist
289 explicit slist(size_type __n, const value_type& __x = _STLP_DEFAULT_CONSTRUCTED(_Tp), function in class:slist
307 slist(_InputIterator __first, _InputIterator __last, function in class:slist
314 slist(_InputIterator __first, _InputIterator __last) function in class:slist
319 slist(const_iterator __first, const_iterator __last, function in class:slist
323 slist(const value_type* __first, const value_type* __last, function in class:slist
329 slist(const _Self& __x) function in class:slist
334 slist(__move_source<_Self> src) function in class:slist
819 # undef slist macro
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_slist.c 58 # define slist _STLP_PTR_IMPL_NAME(slist) macro
60 # define slist _STLP_NON_DBG_NAME(slist) macro
70 slist<_Tp,_Alloc>& slist<_Tp,_Alloc>::operator=(const slist<_Tp,_Alloc>& __x) {
91 void slist<_Tp, _Alloc>::_M_fill_assign(size_type __n, const _Tp& __val) {
106 void slist<_Tp,_Alloc>::resize(size_type __len, const _Tp& __x) {
119 void slist<_Tp,_Alloc>::remove(const _Tp& __val)
215 # undef slist macro
    [all...]
_slist.h 190 # define slist _STLP_PTR_IMPL_NAME(slist) macro
192 # define slist _STLP_NON_DBG_NAME(slist) macro
198 class slist;
200 #if !defined (slist)
206 void _Slist_unique(slist<_Tp, _Alloc>& __that, _BinaryPredicate __binary_pred);
209 void _Slist_merge(slist<_Tp, _Alloc>& __that, slist<_Tp, _Alloc>& __x,
213 void _Slist_sort(slist<_Tp, _Alloc>& __that, _StrictWeakOrdering __comp)
220 class slist : protected _STLP_PRIV _Slist_base<_Tp,_Alloc> class in inherits:_STLP_PRIV_Slist_base,__stlport_class
280 explicit slist(const allocator_type& __a = allocator_type()) function in class:slist
289 explicit slist(size_type __n, const value_type& __x = _STLP_DEFAULT_CONSTRUCTED(_Tp), function in class:slist
307 slist(_InputIterator __first, _InputIterator __last, function in class:slist
314 slist(_InputIterator __first, _InputIterator __last) function in class:slist
319 slist(const_iterator __first, const_iterator __last, function in class:slist
323 slist(const value_type* __first, const value_type* __last, function in class:slist
329 slist(const _Self& __x) function in class:slist
334 slist(__move_source<_Self> src) function in class:slist
819 # undef slist macro
    [all...]
  /external/stlport/test/eh/
test_slist.cpp 21 # include <slist>
23 # include <slist.h>
32 typedef EH_STD::slist<TestClass, eh_allocator(TestClass) > TestSList;
44 gTestController.SetCurrentTestName("slist::sort()");
46 void operator()( TestSList& slist ) const {
47 slist.sort();
48 for ( TestSList::iterator p = slist.begin(), q; p != slist.end(); q = p, p++ )
49 if ( p != slist.begin() ) {
  /external/lldb/test/lang/cpp/namespace/
TestNamespace.py 57 slist = ['(int) a = 12', 'anon_uint', 'a_uint', 'b_uint', 'y_uint']
59 slist = ['(int) a = 12',
67 substrs = slist)
  /external/libpcap/
gencode.h 207 struct slist;
211 struct slist *jt; /*only for relative jump in block*/
212 struct slist *jf; /*only for relative jump in block*/
216 struct slist { struct
218 struct slist *next;
251 struct slist *stmts; /* side effect stmts */
275 struct slist *s; /* stmt list */
352 void sappend(struct slist *, struct slist *);

Completed in 544 milliseconds

1 2 3 4 5 6 7