Home
last modified time | relevance | path

Searched refs:empty_list (Results 1 – 9 of 9) sorted by relevance

/external/eigen/unsupported/Eigen/CXX11/src/util/
DEmulateCXX11Meta.h25 struct empty_list { static const std::size_t count = 0; }; struct
27 template<typename T, typename Tail=empty_list> struct type_list {
47 typedef empty_list type;
117 struct get<i, empty_list>
125 struct get<i, type_list<Head, empty_list> >
133 struct get<0, type_list<Head, empty_list> >
157 template <> struct arg_prod<empty_list> {
/external/tensorflow/tensorflow/compiler/xla/
Dutil_test.cc51 std::list<int64> empty_list; in TEST() local
52 EXPECT_EQ(VectorString(empty_list), "()"); in TEST()
/external/u-boot/fs/ubifs/
Dlprops.c282 list_add(&lprops->list, &c->empty_list); in ubifs_add_to_cat()
789 if (list_empty(&c->empty_list)) in ubifs_fast_find_empty()
792 lprops = list_entry(c->empty_list.next, struct ubifs_lprops, list); in ubifs_fast_find_empty()
865 list_for_each_entry(lprops, &c->empty_list, list) { in dbg_check_cats()
1045 list = &c->empty_list; in scan_check_cb()
Dlpt_commit.c819 list_for_each_entry(lprops, &c->empty_list, list) { in populate_lsave()
2022 list_for_each_entry(lprops, &c->empty_list, list) in dbg_populate_lsave()
Dubifs.h2026 struct list_head empty_list; member
Dlpt.c2161 list = &c->empty_list; in dbg_chk_pnode()
Dsuper.c2222 INIT_LIST_HEAD(&c->empty_list); in alloc_ubifs_info()
/external/python/cpython3/Modules/
Ditertoolsmodule.c1569 PyObject *empty_list; in islice_reduce() local
1571 empty_list = PyList_New(0); in islice_reduce()
1572 if (empty_list == NULL) in islice_reduce()
1574 empty_it = PyObject_GetIter(empty_list); in islice_reduce()
1575 Py_DECREF(empty_list); in islice_reduce()
/external/selinux/libsepol/cil/src/
Dcil_resolve_ast.c134 struct cil_list *empty_list; in __cil_resolve_perms() local
141 cil_list_init(&empty_list, perm_strs->flavor); in __cil_resolve_perms()
142 cil_list_append(*perm_datums, CIL_LIST, empty_list); in __cil_resolve_perms()