HomeSort by relevance Sort by last modified time
    Searched defs:list_t (Results 1 - 7 of 7) 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...]
  /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...]
  /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 216 milliseconds