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

  /device/google/contexthub/firmware/os/inc/
list.h 36 static inline void list_init(struct link_t *list) function
44 list_init(list);
  /system/core/libcutils/include/cutils/
list.h 52 static inline void list_init(struct listnode *node) function
  /external/clang/test/CXX/temp/temp.decls/temp.variadic/
p5.cpp 190 T list_init = { static_cast<Types>(0) }; // expected-error{{initializer contains unexpanded parameter pack 'Types'}} local
  /system/sepolicy/tools/
check_seapp.c 26 #define list_init(free_fn) { .head = NULL, .tail = NULL, .freefn = (free_fn) } macro
168 static list input_file_list = list_init(input_file_list_freefn);
185 static list line_order_list = list_init(line_order_list_freefn);
190 static list nallow_list = list_init(line_order_list_freefn);
  /device/google/contexthub/firmware/os/core/
seos.c 64 static inline void list_init(struct TaskList *l) function
920 list_init(&mTasks);
921 list_init(&mFreeTasks);
924 list_init(&task->list);
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
listobject.c 2440 list_init(PyListObject *self, PyObject *args, PyObject *kw) function
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
listobject.c 2439 list_init(PyListObject *self, PyObject *args, PyObject *kw) function
    [all...]
  /external/libusb/libusb/
libusbi.h 111 static inline void list_init(struct list_head *entry) function
    [all...]
  /external/python/cpython2/Objects/
listobject.c 2443 list_init(PyListObject *self, PyObject *args, PyObject *kw) function
    [all...]
  /external/selinux/libsepol/src/
module_to_cil.c 248 static int list_init(struct list **list) function
299 rc = list_init(&role_list);
332 rc = list_init(&typealias_lists[scope_id]);
1074 rc = list_init(&attr_list);
    [all...]

Completed in 612 milliseconds