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

  /system/bt/osi/include/
list.h 9 struct list_t;
10 typedef struct list_t list_t; typedef in typeref:struct:list_t
26 list_t *list_new(list_free_cb callback);
30 void list_free(list_t *list);
34 bool list_is_empty(const list_t *list);
38 bool list_contains(const list_t *list, const void *data);
41 size_t list_length(const list_t *list);
45 void *list_front(const list_t *list);
49 void *list_back(const list_t *list)
    [all...]
  /external/libavc/common/
ih264_list.h 78 }list_t; typedef in typeref:struct:__anon14667
86 IH264_ERROR_T ih264_list_free(list_t *ps_list);
87 IH264_ERROR_T ih264_list_reset(list_t *ps_list);
88 IH264_ERROR_T ih264_list_deinit(list_t *ps_list);
89 IH264_ERROR_T ih264_list_terminate(list_t *ps_list);
90 IH264_ERROR_T ih264_list_queue(list_t *ps_list, void *pv_buf, WORD32 blocking);
91 IH264_ERROR_T ih264_list_dequeue(list_t *ps_list, void *pv_buf, WORD32 blocking);
  /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...]
  /system/bt/osi/src/
list.c 12 typedef struct list_t { struct
18 } list_t; typedef in typeref:struct:list_t
20 static list_node_t *list_free_node_(list_t *list, list_node_t *node);
24 list_t *list_new_internal(list_free_cb callback, const allocator_t *zeroed_allocator) {
25 list_t *list = (list_t *)zeroed_allocator->alloc(sizeof(list_t));
34 list_t *list_new(list_free_cb callback) {
38 void list_free(list_t *list) {
46 bool list_is_empty(const 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 540 milliseconds