HomeSort by relevance Sort by last modified time
    Searched refs:list_t (Results 1 - 15 of 15) sorted by null

  /external/bluetooth/bluedroid/osi/include/
list.h 9 struct list_t;
10 typedef struct list_t list_t; typedef in typeref:struct:list_t
16 list_t *list_new(list_free_cb callback);
17 void list_free(list_t *list);
20 bool list_is_empty(const list_t *list);
21 size_t list_length(const list_t *list);
22 void *list_front(const list_t *list);
23 void *list_back(const list_t *list);
26 bool list_insert_after(list_t *list, list_node_t *prev_node, void *data)
    [all...]
  /external/bluetooth/bluedroid/osi/src/
list.c 11 typedef struct list_t { struct
16 } list_t; typedef in typeref:struct:list_t
18 static list_node_t *list_free_node_(list_t *list, list_node_t *node);
26 list_t *list_new(list_free_cb callback) {
27 list_t *list = (list_t *)calloc(sizeof(list_t), 1);
35 void list_free(list_t *list) {
45 bool list_is_empty(const list_t *list) {
51 size_t list_length(const list_t *list)
    [all...]
fixed_queue.c 29 list_t *list;
reactor.c 37 list_t *objects;
config.c 20 list_t *entries;
24 list_t *sections;
alarm.c 58 static list_t *alarms;
  /external/jemalloc/test/unit/
ql.c 6 typedef struct list_s list_t; typedef in typeref:struct:list_s
7 typedef ql_head(list_t) list_head_t;
10 ql_elm(list_t) link;
17 list_t *t;
47 init_entries(list_t *entries, unsigned nentries)
58 test_entries_list(list_head_t *head, list_t *entries, unsigned nentries)
60 list_t *t;
97 list_t entries[NENTRIES];
101 init_entries(entries, sizeof(entries)/sizeof(list_t));
112 list_t entries[NENTRIES]
    [all...]
  /external/bluetooth/bluedroid/osi/test/
list_test.cpp 9 list_t *list = list_new(NULL);
15 list_t *list = list_new(NULL);
25 list_t *list = list_new(NULL);
31 list_t *list = list_new(NULL);
37 list_t *list = list_new(NULL);
45 list_t *list = list_new(NULL);
53 list_t *list = list_new(NULL);
63 list_t *list = list_new(NULL);
73 list_t *list = list_new(NULL);
85 list_t *list = list_new(NULL)
    [all...]
  /external/bluetooth/bluedroid/btif/src/
btif_profile_queue.c 55 static list_t *connect_queue;
btif_sock_rfc.c 97 list_t *incoming_queue;
    [all...]
  /external/llvm/lib/MC/
WinCOFFObjectWriter.cpp 146 template <typename object_t, typename list_t>
147 object_t *createCOFFEntity(StringRef Name, list_t &List);
331 template <typename object_t, typename list_t>
333 list_t &List) {
    [all...]
  /prebuilts/devtools/tools/lib/
jython-standalone-2.5.3.jar 
  /prebuilts/misc/common/jython/
jython.jar 
  /prebuilts/tools/common/m2/repository/org/python/jython/2.5.3/
jython-2.5.3.jar 
  /prebuilts/tools/common/m2/repository/org/python/jython-standalone/2.5.3/
jython-standalone-2.5.3.jar 

Completed in 255 milliseconds