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

1 2 3

  /system/bt/osi/test/
list_test.cpp 45 EXPECT_TRUE(list_append(list, &list));
53 list_append(list, &list);
63 list_append(list, &list);
75 list_append(list, &x[i]);
87 list_append(list, &x[i]);
99 list_append(list, &x[i]);
113 list_append(list, &x[i]);
144 list_append(list, &list);
171 list_append(list, &x[i]);
189 list_append(list, &x[i])
    [all...]
  /external/libcap-ng/libcap-ng-0.7/utils/
proc-llist.h 53 void list_append(llist *l, lnode *node);
proc-llist.c 36 void list_append(llist *l, lnode *node) function
  /system/bt/osi/src/
fixed_queue.c 121 list_append(queue->list, data);
150 list_append(queue->list, data);
hash_map.c 155 return list_append(hash_bucket_list, hash_map_entry);
list.c 123 bool list_append(list_t *list, void *data) { function
config.c 216 list_append(config->sections, sec);
229 list_append(sec->entries, entry);
  /system/bt/stack/l2cap/
l2cap_client.c 112 list_append(l2cap_clients, ret);
381 list_append(client->outbound_fragments, bt_packet);
392 list_append(client->outbound_fragments, fragment);
  /prebuilts/gdb/darwin-x86/include/python2.7/
opcode.h 91 #define LIST_APPEND 94
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_dis.py 65 25 LIST_APPEND 2
  /prebuilts/gdb/linux-x86/include/python2.7/
opcode.h 91 #define LIST_APPEND 94
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_dis.py 65 25 LIST_APPEND 2
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
opcode.h 91 #define LIST_APPEND 94
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_dis.py 65 25 LIST_APPEND 2
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
opcode.h 91 #define LIST_APPEND 94
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_dis.py 65 25 LIST_APPEND 2
  /system/bt/btif/src/
btif_profile_queue.c 86 list_append(connect_queue, p_node);
  /system/bt/device/src/
interop.c 83 list_append(interop_list, entry);
  /prebuilts/gdb/darwin-x86/lib/python2.7/
opcode.py 130 def_op('LIST_APPEND', 94)
  /prebuilts/gdb/linux-x86/lib/python2.7/
opcode.py 130 def_op('LIST_APPEND', 94)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
opcode.py 130 def_op('LIST_APPEND', 94)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
opcode.py 130 def_op('LIST_APPEND', 94)
  /system/bt/hci/src/
hci_inject.c 139 if (!list_append(clients, client)) {
  /system/bt/osi/include/
list.h 72 bool list_append(list_t *list, void *data);
  /system/sepolicy/tools/
check_seapp.c 225 void list_append(list *list, list_element *e) { function
664 list_append(&rm->violations, &assert->listify);
822 list_append(&input_file_list, &(tmp->listify));
958 list_append(&input_file_list, &input_file->listify);
1016 list_append(list_to_addto, &entry->listify);

Completed in 1509 milliseconds

1 2 3