/external/llvm/test/Analysis/ScalarEvolution/ |
load.ll | 36 %struct.ListNode = type { %struct.ListNode*, i32 } 38 @node5 = internal constant { %struct.ListNode*, i32, [4 x i8] } { %struct.ListNode* bitcast ({ %struct.ListNode*, i32, [4 x i8] }* @node4 to %struct.ListNode*), i32 4, [4 x i8] undef }, align 8 39 @node4 = internal constant { %struct.ListNode*, i32, [4 x i8] } { %struct.ListNode* bitcast ({ %struct.ListNode*, i32, [4 x i8] }* @node3 to %struct.ListNode*), i32 3, [4 x i8] undef }, align [all...] |
/system/core/include/cutils/ |
list.h | 26 struct listnode struct 28 struct listnode *next; 29 struct listnode *prev; 36 struct listnode name = { \ 52 static inline void list_init(struct listnode *node) 58 static inline void list_add_tail(struct listnode *head, struct listnode *item) 66 static inline void list_add_head(struct listnode *head, struct listnode *item) 74 static inline void list_remove(struct listnode *item [all...] |
/packages/apps/Nfc/nxp/jni/ |
com_android_nfc_list.h | 26 struct listNode 29 struct listNode* pNext; 34 listNode* pFirst;
|
com_android_nfc_list.cpp | 57 struct listNode* pNode; 58 struct listNode* pLastNode; 62 pNode = (struct listNode*)malloc(sizeof(listNode)); 103 struct listNode* pNode; 104 struct listNode* pRemovedNode; 166 struct listNode* pNode; 203 struct listNode* pNode = pList->pFirst;
|
/external/clang/test/ASTMerge/Inputs/ |
struct1.c | 48 struct ListNode { 50 struct ListNode *Next;
|
struct2.c | 45 struct ListNode { 47 struct ListNode *Next;
|
/system/core/liblog/ |
config_read.c | 20 LIBLOG_HIDDEN struct listnode __android_log_transport_read = 22 LIBLOG_HIDDEN struct listnode __android_log_persist_read = 26 struct listnode *list, struct android_log_transport_read *transport) {
|
config_write.c | 20 LIBLOG_HIDDEN struct listnode __android_log_transport_write = 22 LIBLOG_HIDDEN struct listnode __android_log_persist_write = 26 struct listnode *list, struct android_log_transport_write *transport) {
|
logger.h | 37 struct listnode *node; 41 struct listnode node; 57 struct listnode node; 99 struct listnode logger; 100 struct listnode transport; 108 struct listnode node; 115 struct listnode node;
|
config_read.h | 26 extern LIBLOG_HIDDEN struct listnode __android_log_transport_read; 27 extern LIBLOG_HIDDEN struct listnode __android_log_persist_read;
|
config_write.h | 26 extern LIBLOG_HIDDEN struct listnode __android_log_transport_write; 27 extern LIBLOG_HIDDEN struct listnode __android_log_persist_write;
|
/external/cmockery/cmockery_0_1_2/src/ |
cmockery.c | 51 typedef struct ListNode { 54 struct ListNode *next; 55 struct ListNode *prev; 56 } ListNode; 64 ListNode node; // Node within list of all allocated blocks. 69 const ListNode *check_point; // Check point of the test if there's a 89 ListNode symbol_values_list_head; 117 static ListNode* list_initialize(ListNode * const node); 118 static ListNode* list_add(ListNode * const head, ListNode *new_node) [all...] |
/hardware/qcom/audio/post_proc/ |
bundle.h | 39 struct listnode outputs_list_node; 43 struct listnode effects_list; 73 struct listnode effects_list_node; 75 struct listnode output_node;
|
bundle.c | 57 struct listnode created_effects_list; 63 struct listnode active_outputs_list; 91 struct listnode *node; 106 struct listnode *node; 120 struct listnode *fx_node; 138 struct listnode *fx_node; 155 struct listnode *out_node; 158 struct listnode *fx_node; 183 struct listnode *node; 248 struct listnode *node [all...] |
/system/core/libcutils/ |
android_reboot.c | 41 struct listnode list; 71 static void find_rw(struct listnode* rw_entries) 95 static void free_entries(struct listnode* entries) 97 struct listnode* node; 98 struct listnode* n; 109 static mntent_list* find_item(struct listnode* rw_entries, const char* fsname_to_find) 111 struct listnode* node; 137 struct listnode* node;
|
/system/core/adb/ |
adb_auth_client.cpp | 36 struct listnode node; 55 static void read_keys(const char *file, struct listnode *list) 100 static void free_keys(struct listnode *list) 102 struct listnode *item; 111 static void load_keys(struct listnode *list) 144 struct listnode *item; 145 struct listnode key_list;
|
adb_auth_host.cpp | 54 struct listnode node; 58 static struct listnode key_list; 263 static int read_key(const char *file, struct listnode *list) 310 static int get_user_key(struct listnode *list) 334 static void get_vendor_keys(struct listnode* key_list) { 368 struct listnode *item;
|
/device/google/dragon/audio/hal/ |
audio_hw.h | 205 struct listnode stream_list_node; 223 struct listnode pcm_dev_list; 253 struct listnode pcm_dev_list; 290 struct listnode adev_list_node; 291 struct listnode uc_list_node[AUDIO_USECASE_MAX]; 298 struct listnode adev_list_node; 305 struct listnode mixer_list; 312 struct listnode mixer_list; 323 struct listnode usecase_list;
|
/external/libnfc-nci/halimpl/pn54x/utils/ |
phNxpNciHal_utils.h | 30 struct listNode 33 struct listNode* pNext; 38 struct listNode* pFirst;
|
phNxpNciHal_utils.c | 91 struct listNode* pNode; 92 struct listNode* pLastNode; 96 pNode = (struct listNode*) malloc(sizeof(struct listNode)); 145 struct listNode* pNode; 146 struct listNode* pRemovedNode; 216 struct listNode* pNode; 261 struct listNode* pNode = pList->pFirst;
|
/system/core/init/ |
ueventd.h | 30 struct listnode slist;
|
/device/htc/flounder/audio/hal/ |
audio_hw.h | 241 struct listnode node; 255 struct listnode stream_list_node; 272 struct listnode pcm_dev_list; 293 struct listnode offload_cmd_list; 321 struct listnode pcm_dev_list; 369 struct listnode adev_list_node; 370 struct listnode uc_list_node[AUDIO_USECASE_MAX]; 377 struct listnode adev_list_node; 384 struct listnode mixer_list; 391 struct listnode mixer_list [all...] |
/prebuilts/go/darwin-x86/src/text/template/parse/ |
node.go | 76 // ListNode holds a sequence of nodes. 77 type ListNode struct { 84 func (t *Tree) newList(pos Pos) *ListNode { 85 return &ListNode{tr: t, NodeType: NodeList, Pos: pos} 88 func (l *ListNode) append(n Node) { 92 func (l *ListNode) tree() *Tree { 96 func (l *ListNode) String() string { 104 func (l *ListNode) CopyList() *ListNode { 115 func (l *ListNode) Copy() Node [all...] |
/prebuilts/go/linux-x86/src/text/template/parse/ |
node.go | 76 // ListNode holds a sequence of nodes. 77 type ListNode struct { 84 func (t *Tree) newList(pos Pos) *ListNode { 85 return &ListNode{tr: t, NodeType: NodeList, Pos: pos} 88 func (l *ListNode) append(n Node) { 92 func (l *ListNode) tree() *Tree { 96 func (l *ListNode) String() string { 104 func (l *ListNode) CopyList() *ListNode { 115 func (l *ListNode) Copy() Node [all...] |
/device/htc/flounder/audio/visualizer/ |
nv_offload_visualizer.c | 62 struct listnode effects_list_node; 63 struct listnode output_node; 75 struct listnode outputs_list_node; /* node in active_outputs_list */ 77 struct listnode effects_list; /* list of effects attached to this output */ 142 struct listnode created_effects_list; 145 struct listnode active_outputs_list; 203 struct listnode *node; 217 struct listnode *node; 231 struct listnode *fx_node; 246 struct listnode *fx_node [all...] |