OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:slist
(Results
126 - 150
of
223
) sorted by null
1
2
3
4
5
6
7
8
9
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/libs/arm64-v8a/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/mips64/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
>
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/libs/x86_64/include/bits/
extc++.h
53
#include <ext/
slist
>
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/libs/arm64-v8a/include/bits/
extc++.h
53
#include <ext/
slist
>
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/libs/armeabi/include/bits/
extc++.h
53
#include <ext/
slist
>
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/libs/armeabi-v7a/include/bits/
extc++.h
53
#include <ext/
slist
>
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/libs/mips/include/bits/
extc++.h
53
#include <ext/
slist
>
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/libs/mips32r6/include/bits/
extc++.h
53
#include <ext/
slist
>
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/libs/mips64/include/bits/
extc++.h
53
#include <ext/
slist
>
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/libs/x86/include/bits/
extc++.h
53
#include <ext/
slist
>
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/libs/x86_64/include/bits/
extc++.h
53
#include <ext/
slist
>
/system/core/init/
init_parser.cpp
82
service* svc = node_to_item(node, struct service,
slist
);
475
svc = node_to_item(node, struct service,
slist
);
488
svc = node_to_item(node, struct service,
slist
);
501
svc = node_to_item(node, struct service,
slist
);
514
svc = node_to_item(node, struct service,
slist
);
525
svc = node_to_item(node, struct service,
slist
);
538
svc = node_to_item(node, struct service,
slist
);
724
list_add_tail(&service_list, &svc->
slist
);
761
list_add_tail(&service_list, &svc->
slist
);
ueventd_parser.cpp
90
s = node_to_item(node, struct ueventd_subsystem,
slist
);
118
list_add_tail(&subsystem_list, &s->
slist
);
/external/libpcap/
gencode.c
215
static inline struct
slist
*new_stmt(int);
231
static struct
slist
*gen_load_llrel(u_int, u_int);
232
static struct
slist
*gen_load_macplrel(u_int, u_int);
233
static struct
slist
*gen_load_a(enum e_offrel, u_int, u_int);
234
static struct
slist
*gen_loadx_iphdrlen(void);
241
static struct
slist
*gen_load_prism_llprefixlen(void);
242
static struct
slist
*gen_load_avs_llprefixlen(void);
243
static struct
slist
*gen_load_radiotap_llprefixlen(void);
244
static struct
slist
*gen_load_ppi_llprefixlen(void);
246
static struct
slist
*gen_llprefixlen(void)
[
all
...]
/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*> >;
/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.
Completed in 2093 milliseconds
1
2
3
4
5
6
7
8
9