OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_list
(Results
1 - 25
of
31
) sorted by null
1
2
/system/core/toolbox/
dynarray.h
53
*
_list
:: pointer to strlist_t object
61
#define STRLIST_FOREACH(
_list
,_string,_stmnt) \
62
DYNARRAY_FOREACH_TYPE(
_list
,char *,_string,_stmnt)
/external/stlport/stlport/
list
36
# include <stl/
_list
.h>
/ndk/sources/cxx-stl/stlport/stlport/
list
36
# include <stl/
_list
.h>
/prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/
list
36
# include <stl/
_list
.h>
/prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/
list
36
# include <stl/
_list
.h>
/prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/
list
36
# include <stl/
_list
.h>
/prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/
list
36
# include <stl/
_list
.h>
/external/openssh/
addrmatch.c
366
* Match "addr" against list pattern list "
_list
", which may contain a
369
* If addr is NULL, then no matching is performed, but
_list
is parsed
378
addr_match_list(const char *addr, const char *
_list
)
389
if ((o = list = strdup(
_list
)) == NULL)
429
* Match "addr" against list CIDR list "
_list
". Lexical wildcards and
431
* of "
_list
".
438
addr_match_cidr_list(const char *addr, const char *
_list
)
449
if ((o = list = strdup(
_list
)) == NULL)
/frameworks/compile/libbcc/lib/Renderscript/
RSInfo.cpp
257
#define AFTER(
_list
) ((
_list
).offset + (
_list
).itemSize * (
_list
).count)
/external/opencv/cv/src/
_cvlist.h
67
struct
_list
* m_list;
71
struct
_list
struct
82
typedef struct
_list
_CVLIST;
/external/stlport/stlport/stl/
_hashtable.c
50
static const size_t
_list
[] = __PRIME_LIST_BODY;
local
52
__size = sizeof(
_list
) / sizeof(
_list
[0]);
56
return
_list
;
_list.c
30
# include <stl/
_list
.h>