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);
  /external/grpc-grpc/src/core/lib/iomgr/
timer.h 57 void (*list_init)(); member in struct:grpc_timer_vtable
  /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
  /device/google/contexthub/firmware/os/core/
seos.c 64 static inline void list_init(struct TaskList *l) function
994 list_init(&mTasks);
995 list_init(&mFreeTasks);
998 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 2440 list_init(PyListObject *self, PyObject *args, PyObject *kw) function
    [all...]
  /external/selinux/libsepol/src/
module_to_cil.c 258 static int list_init(struct list **list) function
311 rc = list_init(&role_list);
345 rc = list_init(&typealias_lists[scope_id]);
1104 rc = list_init(&attr_list);
    [all...]
  /art/runtime/
class_linker.cc 9471 bool list_init = EnsureInitialized(self, h_list_class, true, true); local
    [all...]

Completed in 1295 milliseconds