Home
last modified time | relevance | path

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

12345678910>>...64

/dports/graphics/py-svgwrite/svgwrite-1.4.1/svgwrite/data/
H A Dfull11.py13 empty_list = [] variable
18 const=empty_list),
20 types=empty_list,
23 types=empty_list,
26 types=empty_list,
33 const=empty_list),
36 const=empty_list),
38 types=empty_list,
42 const=empty_list),
47 types=empty_list,
[all …]
H A Dtiny12.py13 empty_list = [] variable
18 const=empty_list),
21 const=empty_list),
23 types=empty_list,
26 types=empty_list,
30 const=empty_list),
32 types=empty_list,
36 const=empty_list),
39 const=empty_list),
41 types=empty_list,
[all …]
/dports/sysutils/ansible2/ansible-2.9.27/test/integration/targets/template/
H A Dcorner_cases.yml5 empty_list: []
16 adjacent: "{{ empty_list }} + [dont]"
17 globals1: "[{{ empty_list }}, globals()]"
18 globals2: "[{{ empty_list }}, globals]"
23 - (empty_list + [other]) == [other]
24 - (empty_list + [other, other]) == [other, other]
26 - ([other] + [empty_list, other]) == [other, [], other]
/dports/sysutils/py-ansible-base/ansible-base-2.10.15/test/integration/targets/template/
H A Dcorner_cases.yml5 empty_list: []
16 adjacent: "{{ empty_list }} + [dont]"
17 globals1: "[{{ empty_list }}, globals()]"
18 globals2: "[{{ empty_list }}, globals]"
23 - (empty_list + [other]) == [other]
24 - (empty_list + [other, other]) == [other, other]
26 - ([other] + [empty_list, other]) == [other, [], other]
/dports/sysutils/py-ansible-core/ansible-core-2.11.6/test/integration/targets/template/
H A Dcorner_cases.yml5 empty_list: []
16 adjacent: "{{ empty_list }} + [dont]"
17 globals1: "[{{ empty_list }}, globals()]"
18 globals2: "[{{ empty_list }}, globals]"
23 - (empty_list + [other]) == [other]
24 - (empty_list + [other, other]) == [other, other]
26 - ([other] + [empty_list, other]) == [other, [], other]
/dports/devel/R-cran-rlang/rlang/src/internal/
H A Dutils.c5 sexp* empty_list = r_new_vector(r_type_list, 0); in new_preserved_empty_list() local
6 r_mark_precious(empty_list); in new_preserved_empty_list()
7 r_mark_shared(empty_list); in new_preserved_empty_list()
10 r_poke_names(empty_list, nms); in new_preserved_empty_list()
13 return empty_list; in new_preserved_empty_list()
/dports/devel/py-pythran/pythran-0.11.0/pythran/pythonic/builtins/
H A Dlist.hpp20 inline types::empty_list list() in list()
22 return types::empty_list(); in list()
25 inline types::empty_list list(types::empty_list) in list() argument
27 return types::empty_list(); in list()
/dports/devel/ctre/compile-time-regular-expressions-3.4.1/include/ctll/
H A Dlist.hpp12 using empty_list = list<>; typedef
20 constexpr bool empty(empty_list) { return true; } in empty() argument
33 constexpr auto pop_front(empty_list) -> empty_list;
43 … = _nothing> constexpr auto pop_and_get_front(empty_list, T = T()) noexcept -> list_pop_pair<T, em… in pop_and_get_front() argument
48 template <typename T = _nothing> constexpr auto front(empty_list, T = T()) noexcept -> T { return {… in front() argument
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/chrome/browser/ui/webui/
H A Dsync_internals_message_handler_unittest.cc216 ListValue empty_list; in TEST_F() local
219 handler()->HandleRegisterForEvents(&empty_list); in TEST_F()
223 handler()->HandleRegisterForPerTypeCounters(&empty_list); in TEST_F()
238 ListValue empty_list; in TEST_F() local
241 handler()->HandleRegisterForEvents(&empty_list); in TEST_F()
245 handler()->HandleRegisterForPerTypeCounters(&empty_list); in TEST_F()
267 ListValue empty_list; in TEST_F() local
268 handler()->HandleRegisterForEvents(&empty_list); in TEST_F()
269 handler()->HandleRegisterForPerTypeCounters(&empty_list); in TEST_F()
278 ListValue empty_list; in TEST_F() local
[all …]
/dports/devel/py-pythran/pythran-0.11.0/pythran/pythonic/include/types/
H A Dlist.hpp31 struct empty_list;
229 list(empty_list const &);
253 list<T> &operator=(empty_list const &);
277 bool operator==(empty_list const &) const;
280 bool operator!=(empty_list const &) const;
358 list<T> operator+(empty_list const &) const;
419 struct empty_list { struct
440 empty_list operator+(empty_list const &) const;
620 struct __combined<pythonic::types::empty_list,
642 struct __combined<pythonic::types::empty_list,
[all …]
/dports/devel/google-cloud-cpp/google-cloud-cpp-1.21.0/google/cloud/spanner/internal/
H A Dmerge_chunk_test.cc140 google::protobuf::Value empty_list; in TEST() local
141 empty_list.mutable_list_value(); in TEST()
145 ASSERT_STATUS_OK(MergeChunk(empty_list, std::move(b))); in TEST()
146 EXPECT_THAT(empty_list, IsProtoEqual(expected)); in TEST()
152 google::protobuf::Value empty_list; in TEST() local
154 empty_list.mutable_list_value(); in TEST()
156 ASSERT_STATUS_OK(MergeChunk(a, std::move(empty_list))); in TEST()
/dports/devel/google-cloud-cpp117/google-cloud-cpp-1.17.0/google/cloud/spanner/internal/
H A Dmerge_chunk_test.cc136 google::protobuf::Value empty_list; in TEST() local
137 empty_list.mutable_list_value(); in TEST()
141 ASSERT_STATUS_OK(MergeChunk(empty_list, std::move(b))); in TEST()
142 EXPECT_THAT(empty_list, IsProtoEqual(expected)); in TEST()
148 google::protobuf::Value empty_list; in TEST() local
150 empty_list.mutable_list_value(); in TEST()
152 ASSERT_STATUS_OK(MergeChunk(a, std::move(empty_list))); in TEST()
/dports/devel/py-pythran/pythran-0.11.0/pythran/pythonic/include/builtins/
H A Dlist.hpp18 inline types::empty_list list();
19 inline types::empty_list list(types::empty_list);
/dports/devel/py-numba/numba-0.51.2/numba/tests/
H A Dtest_typedlist.py20 global_typed_list = List.empty_list(int32)
27 tl = List.empty_list(int32)
35 l = List.empty_list(int32)
121 L = List.empty_list(int32)
171 L = List.empty_list(int32)
174 L = List.empty_list(float32)
216 l = List.empty_list(int32)
239 tl = List.empty_list(int32)
289 tl_ = List.empty_list(int32)
398 tl = List.empty_list(int32)
[all …]
/dports/devel/py-pythran/pythran-0.11.0/pythran/pythonic/types/
H A Dlist.hpp271 list<T>::list(empty_list const &) in list()
336 list<T> &list<T>::operator=(empty_list const &) in operator =()
413 bool list<T>::operator==(empty_list const &) const in operator ==()
424 bool list<T>::operator!=(empty_list const &) const in operator !=()
640 list<T> list<T>::operator+(empty_list const &) const in operator +()
742 empty_list empty_list::operator+(empty_list const &) const in operator +()
744 return empty_list(); in operator +()
753 empty_list::operator bool() const in operator bool()
759 empty_list::operator list<T>() const in operator list<T>()
764 constexpr long empty_list::size() in size()
[all …]
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/lib_rpl/rpl/details/
H A Dtype_list.h25 using empty_list = list<>;
109 struct remove_all<empty_list, Type> {
110 using type = empty_list;
144 using type = empty_list;
162 struct distinct<empty_list> {
163 using type = empty_list;
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/ansible/utils/tests/integration/targets/utils_to_paths/tasks/include/
H A Dempty_members.yaml10 empty_list: []
33 - result: "{{ empty_list|ansible.utils.to_paths }}"
35 - result: "{{ lookup('ansible.utils.to_paths', empty_list) }}"
/dports/sysutils/cfengine317/cfengine-3.17.0/tests/acceptance/01_vars/02_functions/
H A Dsum_and_product.cf26 "empty_list" slist => { };
31 "empty_list_sum" real => sum(empty_list); # 0
39 "empty_list_product" real => product(empty_list); # 1
/dports/sysutils/cfengine316/cfengine-3.16.0/tests/acceptance/01_vars/02_functions/
H A Dsum_and_product.cf26 "empty_list" slist => { };
31 "empty_list_sum" real => sum(empty_list); # 0
39 "empty_list_product" real => product(empty_list); # 1
/dports/sysutils/cfengine/cfengine-3.19.0/tests/acceptance/01_vars/02_functions/
H A Dsum_and_product.cf26 "empty_list" slist => { };
31 "empty_list_sum" real => sum(empty_list); # 0
39 "empty_list_product" real => product(empty_list); # 1
/dports/sysutils/cfengine-devel/core-d08ae9eff/tests/acceptance/01_vars/02_functions/
H A Dsum_and_product.cf26 "empty_list" slist => { };
31 "empty_list_sum" real => sum(empty_list); # 0
39 "empty_list_product" real => product(empty_list); # 1
/dports/sysutils/cfengine319/cfengine-3.19.0/tests/acceptance/01_vars/02_functions/
H A Dsum_and_product.cf26 "empty_list" slist => { };
31 "empty_list_sum" real => sum(empty_list); # 0
39 "empty_list_product" real => product(empty_list); # 1
/dports/sysutils/cfengine318/cfengine-3.18.1/tests/acceptance/01_vars/02_functions/
H A Dsum_and_product.cf26 "empty_list" slist => { };
31 "empty_list_sum" real => sum(empty_list); # 0
39 "empty_list_product" real => product(empty_list); # 1
/dports/devel/pegtl/PEGTL-3.0.0/include/tao/pegtl/
H A Dvisit.hpp42 using NextTodo = filter_t< NextSubs, empty_list, NextDone >; in visit()
43 if constexpr( !std::is_same_v< NextTodo, empty_list > ) { in visit()
61 internal::visitor< Func, empty_list, Rule >::visit( args... ); in visit()
/dports/multimedia/v4l_compat/linux-5.13-rc2/sound/soc/intel/common/
H A Dsst-ipc.c36 if (!list_empty(&ipc->empty_list)) { in msg_get_empty()
37 msg = list_first_entry(&ipc->empty_list, struct ipc_message, in msg_get_empty()
73 list_add_tail(&msg->list, &ipc->empty_list); in tx_wait_done()
136 list_add(&ipc->msg[i].list, &ipc->empty_list); in msg_empty_list_init()
251 list_add_tail(&msg->list, &ipc->empty_list); in sst_ipc_tx_msg_reply_complete()
263 INIT_LIST_HEAD(&ipc->empty_list); in sst_ipc_init()

12345678910>>...64