HomeSort by relevance Sort by last modified time
    Searched full:listnode (Results 1 - 25 of 65) sorted by null

1 2 3

  /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 56 struct listNode* pNode;
57 struct listNode* pLastNode;
61 pNode = (struct listNode*)malloc(sizeof(listNode));
102 struct listNode* pNode;
103 struct listNode* pRemovedNode;
165 struct listNode* pNode;
202 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;
  /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...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderListItem.cpp 123 static RenderListItem* nextListItem(const Node* listNode, const RenderListItem* item = 0)
125 if (!listNode)
128 const Node* current = item ? item->node() : listNode;
131 current = NodeRenderingTraversal::next(current, listNode);
136 current = NodeRenderingTraversal::next(current, listNode);
145 current = NodeRenderingTraversal::next(current, listNode);
152 static RenderListItem* previousListItem(const Node* listNode, const RenderListItem* item)
157 for (current = NodeRenderingTraversal::previous(current, listNode); current && current != listNode; current = NodeRenderingTraversal::previous(current, listNode)) {
    [all...]
  /system/core/init/
init.h 29 struct listnode clist;
42 struct listnode alist;
44 struct listnode qlist;
46 struct listnode tlist;
51 struct listnode commands;
89 struct listnode slist;
ueventd.h 24 struct listnode slist;
init_parser.c 41 struct listnode list;
297 struct listnode *import_list = state->priv;
350 struct listnode import_list;
351 struct listnode *node;
431 struct listnode *node;
444 struct listnode *node;
457 struct listnode *node;
470 struct listnode *node;
481 struct listnode *node;
494 struct listnode *node
    [all...]
parser.c 16 struct listnode *node;
17 struct listnode *node2;
  /external/chromium_org/tools/gn/
functions_unittest.cc 19 ListNode args_list_identifier_undefined;
35 ListNode args_list_identifier_defined;
49 ListNode args_list_accessor_defined;
operators_unittest.cc 28 scoped_ptr<ListNode> ListWithLiteral(const Token& token) {
29 scoped_ptr<ListNode> list(new ListNode);
81 ListNode list;
118 scoped_ptr<ListNode> outer_list(new ListNode);
  /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 56 struct listnode created_effects_list;
62 struct listnode active_outputs_list;
90 struct listnode *node;
105 struct listnode *node;
119 struct listnode *fx_node;
137 struct listnode *fx_node;
154 struct listnode *out_node;
157 struct listnode *fx_node;
182 struct listnode *node;
247 struct listnode *node
    [all...]
  /system/core/adb/
adb_auth_client.c 34 struct listnode node;
52 static void read_keys(const char *file, struct listnode *list)
97 static void free_keys(struct listnode *list)
99 struct listnode *item;
108 static void load_keys(struct listnode *list)
141 struct listnode *item;
143 struct listnode key_list;
adb_auth_host.c 58 struct listnode node;
62 static struct listnode key_list;
245 static int read_key(const char *file, struct listnode *list)
315 static int get_user_key(struct listnode *list)
339 static void get_vendor_keys(struct listnode *list)
380 struct listnode *item;
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLLIElement.cpp 88 Element* listNode = 0;
90 while (!listNode) {
95 listNode = current;
100 if (!listNode)
  /device/htc/flounder/audio/hal/
audio_hw.h 239 struct listnode node;
253 struct listnode stream_list_node;
269 struct listnode pcm_dev_list;
290 struct listnode offload_cmd_list;
314 struct listnode pcm_dev_list;
360 struct listnode adev_list_node;
361 struct listnode uc_list_node[AUDIO_USECASE_MAX];
368 struct listnode adev_list_node;
375 struct listnode mixer_list;
382 struct listnode mixer_list
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/editing/
InsertListCommand.cpp 46 static Node* enclosingListChild(Node* node, Node* listNode)
49 while (listChild && enclosingList(listChild) != listNode)
239 // Manually remove listNode because moveParagraphWithClones sometimes leaves it behind in the document.
247 // Restore the start and the end of current selection if they started inside listNode
299 // We want to pull listChildNode out of listNode, and place it before nextListChild
300 // and after previousListChild, so we split listNode and insert it between the two lists.
301 // But to split listNode, we must first split ancestors of listChildNode between it and listNode,
310 // in listNode that comes before listChildNode, as listChildNode could have ancestors
311 // between it and listNode. So, we split up to listNode before inserting the placeholde
    [all...]
  /hardware/qcom/audio/hal/
audio_hw.h 113 struct listnode node;
145 struct listnode offload_cmd_list;
186 struct listnode list;
207 struct listnode usecase_list;
  /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...]
  /hardware/qcom/audio/visualizer/
offload_visualizer.c 72 struct listnode effects_list_node; /* node in created_effects_list */
73 struct listnode output_node; /* node in output_context_t.effects_list */
85 struct listnode outputs_list_node; /* node in active_outputs_list */
87 struct listnode effects_list; /* list of effects attached to this output */
152 struct listnode created_effects_list;
155 struct listnode active_outputs_list;
225 struct listnode *node;
239 struct listnode *node;
253 struct listnode *fx_node;
268 struct listnode *fx_node
    [all...]
  /system/core/liblog/
log_read_kern.c 136 struct listnode node;
149 struct listnode node;
154 struct listnode node;
159 struct listnode log_list;
321 struct listnode *node;
393 static bool low_queue(struct listnode *node)
417 struct listnode *node;
735 struct listnode *node = list_head(&logger_list->node);

Completed in 670 milliseconds

1 2 3