Home
last modified time | relevance | path

Searched refs:list (Results 151 – 175 of 85048) sorted by relevance

12345678910>>...3402

/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/tests/controls/
H A Dlistbasetest.cpp260 list->EnsureVisible(0); in MultiSelect()
355 list->SetFocus(); in KeyDown()
381 list->DeleteItem(0); in DeleteItems()
382 list->DeleteItem(0); in DeleteItems()
383 list->DeleteAllItems(); in DeleteItems()
391 list->ClearAll(); in DeleteItems()
395 list->ClearAll(); in DeleteItems()
396 list->DeleteAllItems(); in DeleteItems()
415 list->InsertItem(item); in InsertItem()
507 list->EditLabel(0); in EditLabel()
[all …]
/dports/databases/postgresql14-pltcl/postgresql-14.1/src/backend/nodes/
H A Dlist.c69 Assert(list->length <= list->max_length); in check_list_invariants()
173 if (list->elements == list->initial_elements) in enlarge_list()
185 memcpy(list->elements, list->initial_elements, in enlarge_list()
305 if (list->length >= list->max_length) in new_head_cell()
306 enlarge_list(list, list->length + 1); in new_head_cell()
308 memmove(&list->elements[1], &list->elements[0], in new_head_cell()
323 if (list->length >= list->max_length) in new_tail_cell()
324 enlarge_list(list, list->length + 1); in new_tail_cell()
399 if (list->length >= list->max_length) in insert_new_cell()
400 enlarge_list(list, list->length + 1); in insert_new_cell()
[all …]
/dports/databases/postgresql14-server/postgresql-14.1/src/backend/nodes/
H A Dlist.c69 Assert(list->length <= list->max_length); in check_list_invariants()
173 if (list->elements == list->initial_elements) in enlarge_list()
185 memcpy(list->elements, list->initial_elements, in enlarge_list()
305 if (list->length >= list->max_length) in new_head_cell()
306 enlarge_list(list, list->length + 1); in new_head_cell()
308 memmove(&list->elements[1], &list->elements[0], in new_head_cell()
323 if (list->length >= list->max_length) in new_tail_cell()
324 enlarge_list(list, list->length + 1); in new_tail_cell()
399 if (list->length >= list->max_length) in insert_new_cell()
400 enlarge_list(list, list->length + 1); in insert_new_cell()
[all …]
/dports/databases/postgresql14-plperl/postgresql-14.1/src/backend/nodes/
H A Dlist.c69 Assert(list->length <= list->max_length); in check_list_invariants()
173 if (list->elements == list->initial_elements) in enlarge_list()
185 memcpy(list->elements, list->initial_elements, in enlarge_list()
305 if (list->length >= list->max_length) in new_head_cell()
306 enlarge_list(list, list->length + 1); in new_head_cell()
308 memmove(&list->elements[1], &list->elements[0], in new_head_cell()
323 if (list->length >= list->max_length) in new_tail_cell()
324 enlarge_list(list, list->length + 1); in new_tail_cell()
399 if (list->length >= list->max_length) in insert_new_cell()
400 enlarge_list(list, list->length + 1); in insert_new_cell()
[all …]
/dports/databases/postgresql14-plpython/postgresql-14.1/src/backend/nodes/
H A Dlist.c69 Assert(list->length <= list->max_length); in check_list_invariants()
173 if (list->elements == list->initial_elements) in enlarge_list()
185 memcpy(list->elements, list->initial_elements, in enlarge_list()
305 if (list->length >= list->max_length) in new_head_cell()
306 enlarge_list(list, list->length + 1); in new_head_cell()
308 memmove(&list->elements[1], &list->elements[0], in new_head_cell()
323 if (list->length >= list->max_length) in new_tail_cell()
324 enlarge_list(list, list->length + 1); in new_tail_cell()
399 if (list->length >= list->max_length) in insert_new_cell()
400 enlarge_list(list, list->length + 1); in insert_new_cell()
[all …]
/dports/databases/postgresql14-client/postgresql-14.1/src/backend/nodes/
H A Dlist.c69 Assert(list->length <= list->max_length); in check_list_invariants()
173 if (list->elements == list->initial_elements) in enlarge_list()
185 memcpy(list->elements, list->initial_elements, in enlarge_list()
305 if (list->length >= list->max_length) in new_head_cell()
306 enlarge_list(list, list->length + 1); in new_head_cell()
308 memmove(&list->elements[1], &list->elements[0], in new_head_cell()
323 if (list->length >= list->max_length) in new_tail_cell()
324 enlarge_list(list, list->length + 1); in new_tail_cell()
399 if (list->length >= list->max_length) in insert_new_cell()
400 enlarge_list(list, list->length + 1); in insert_new_cell()
[all …]
/dports/databases/postgresql14-docs/postgresql-14.1/src/backend/nodes/
H A Dlist.c69 Assert(list->length <= list->max_length); in check_list_invariants()
173 if (list->elements == list->initial_elements) in enlarge_list()
185 memcpy(list->elements, list->initial_elements, in enlarge_list()
305 if (list->length >= list->max_length) in new_head_cell()
306 enlarge_list(list, list->length + 1); in new_head_cell()
308 memmove(&list->elements[1], &list->elements[0], in new_head_cell()
323 if (list->length >= list->max_length) in new_tail_cell()
324 enlarge_list(list, list->length + 1); in new_tail_cell()
399 if (list->length >= list->max_length) in insert_new_cell()
400 enlarge_list(list, list->length + 1); in insert_new_cell()
[all …]
/dports/databases/postgresql14-contrib/postgresql-14.1/src/backend/nodes/
H A Dlist.c69 Assert(list->length <= list->max_length); in gz_init()
173 if (list->elements == list->initial_elements) in gz_zero()
185 memcpy(list->elements, list->initial_elements, in gz_zero()
305 if (list->length >= list->max_length) in gzputc()
306 enlarge_list(list, list->length + 1); in gzputc()
308 memmove(&list->elements[1], &list->elements[0],
323 if (list->length >= list->max_length)
324 enlarge_list(list, list->length + 1);
399 if (list->length >= list->max_length)
400 enlarge_list(list, list->length + 1);
[all …]
/dports/devel/git-p4/git-2.34.1/
H A Dstring-list.c7 memcpy(list, &blank, sizeof(*list)); in string_list_init_nodup()
13 memcpy(list, &blank, sizeof(*list)); in string_list_init_dup()
50 ALLOC_GROW(list->items, list->nr+1, list->alloc); in add_entry()
85 MOVE_ARRAY(list->items + i, list->items + i + 1, list->nr - i); in string_list_remove()
126 list->items[dst++] = list->items[src]; in string_list_remove_duplicates()
148 list->items[dst++] = list->items[src]; in filter_string_list()
184 list->nr = list->alloc = 0; in string_list_clear()
202 list->nr = list->alloc = 0; in string_list_clear_func()
209 ALLOC_GROW(list->items, list->nr + 1, list->alloc); in string_list_append_nodup()
210 retval = &list->items[list->nr++]; in string_list_append_nodup()
[all …]
/dports/devel/git-svn/git-2.34.1/
H A Dstring-list.c7 memcpy(list, &blank, sizeof(*list)); in string_list_init_nodup()
13 memcpy(list, &blank, sizeof(*list)); in string_list_init_dup()
50 ALLOC_GROW(list->items, list->nr+1, list->alloc); in add_entry()
85 MOVE_ARRAY(list->items + i, list->items + i + 1, list->nr - i); in string_list_remove()
126 list->items[dst++] = list->items[src]; in string_list_remove_duplicates()
148 list->items[dst++] = list->items[src]; in filter_string_list()
184 list->nr = list->alloc = 0; in string_list_clear()
202 list->nr = list->alloc = 0; in string_list_clear_func()
209 ALLOC_GROW(list->items, list->nr + 1, list->alloc); in string_list_append_nodup()
210 retval = &list->items[list->nr++]; in string_list_append_nodup()
[all …]
/dports/devel/git-gui/git-2.34.1/
H A Dstring-list.c7 memcpy(list, &blank, sizeof(*list)); in string_list_init_nodup()
13 memcpy(list, &blank, sizeof(*list)); in string_list_init_dup()
50 ALLOC_GROW(list->items, list->nr+1, list->alloc); in add_entry()
85 MOVE_ARRAY(list->items + i, list->items + i + 1, list->nr - i); in string_list_remove()
126 list->items[dst++] = list->items[src]; in string_list_remove_duplicates()
148 list->items[dst++] = list->items[src]; in filter_string_list()
184 list->nr = list->alloc = 0; in string_list_clear()
202 list->nr = list->alloc = 0; in string_list_clear_func()
209 ALLOC_GROW(list->items, list->nr + 1, list->alloc); in string_list_append_nodup()
210 retval = &list->items[list->nr++]; in string_list_append_nodup()
[all …]
/dports/devel/git/git-2.34.1/
H A Dstring-list.c7 memcpy(list, &blank, sizeof(*list)); in string_list_init_nodup()
13 memcpy(list, &blank, sizeof(*list)); in string_list_init_dup()
50 ALLOC_GROW(list->items, list->nr+1, list->alloc); in add_entry()
85 MOVE_ARRAY(list->items + i, list->items + i + 1, list->nr - i); in string_list_remove()
126 list->items[dst++] = list->items[src]; in string_list_remove_duplicates()
148 list->items[dst++] = list->items[src]; in filter_string_list()
184 list->nr = list->alloc = 0; in string_list_clear()
202 list->nr = list->alloc = 0; in string_list_clear_func()
209 ALLOC_GROW(list->items, list->nr + 1, list->alloc); in string_list_append_nodup()
210 retval = &list->items[list->nr++]; in string_list_append_nodup()
[all …]
/dports/devel/git-cvs/git-2.34.1/
H A Dstring-list.c7 memcpy(list, &blank, sizeof(*list)); in string_list_init_nodup()
13 memcpy(list, &blank, sizeof(*list)); in string_list_init_dup()
50 ALLOC_GROW(list->items, list->nr+1, list->alloc); in add_entry()
85 MOVE_ARRAY(list->items + i, list->items + i + 1, list->nr - i); in string_list_remove()
126 list->items[dst++] = list->items[src]; in string_list_remove_duplicates()
148 list->items[dst++] = list->items[src]; in filter_string_list()
184 list->nr = list->alloc = 0; in string_list_clear()
202 list->nr = list->alloc = 0; in string_list_clear_func()
209 ALLOC_GROW(list->items, list->nr + 1, list->alloc); in string_list_append_nodup()
210 retval = &list->items[list->nr++]; in string_list_append_nodup()
[all …]
/dports/net/freerdp/freerdp-2.5.0/winpr/libwinpr/utils/collections/
H A DLinkedList.c163 list->head = list->tail = NULL; in LinkedList_Clear()
197 list->tail = list->head = node; in LinkedList_AddFirst()
223 list->head = list->tail = node; in LinkedList_AddLast()
268 LinkedList_FreeNode(list, list->head); in LinkedList_RemoveFirst()
278 LinkedList_FreeNode(list, list->tail); in LinkedList_RemoveLast()
288 list->current = list->head; in LinkedList_Enumerator_Reset()
315 list->current = list->current->next; in LinkedList_Enumerator_MoveNext()
337 if (list) in LinkedList_New()
342 return list; in LinkedList_New()
347 if (list) in LinkedList_Free()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/testing/web-platform/meta/input-events/
H A Dinput-events-get-target-ranges-joining-dl-elements.tentative.html.ini3 [Delete at "<dl><dt>list-item1</dt><dt>[list-item2</dt></dl><dl><dd>}list-item3</dd></dl>"]
6 …[Delete at "<dl><dd>list-item1</dd><dt>[list-item2</dt></dl><dl><dt>list-item3\]</dt><dt>list-item…
9 …[Delete at "<dl><dt>[list-item1</dt><dd>list-item2</dd></dl><dl><dt>}list-item3</dt><dt>list-item4…
27 …[Delete at "<dl><dd>[list-item1</dd><dd>list-item2</dd></dl><dl><dt>}list-item3</dt><dd>list-item4…
30 …[Delete at "<dl><dt>[list-item1</dt><dt>list-item2</dt></dl><dl><dt>}list-item3</dt><dt>list-item4…
48 …[Delete at "<dl><dt>[list-item1</dt><dt>list-item2</dt></dl><dl><dd>list-item3</dd><dt>list-item4\…
57 …[Delete at "<dl><dt>list-item1</dt><dt>list-item2[</dt></dl><dl><dt>list-item3\]</dt><dd>list-item…
78 …[Delete at "<dl><dd>list-item1</dd><dt>list-item2[</dt></dl><dl><dt>list-item3\]</dt><dd>list-item…
96 …[Delete at "<dl><dd>list-item1</dd><dt>list-item2[</dt></dl><dl><dd>list-item3\]</dd><dd>list-item…
99 …[Delete at "<dl><dd>[list-item1</dd><dd>list-item2</dd></dl><dl><dt>list-item3</dt><dt>list-item4\…
[all …]
/dports/www/firefox/firefox-99.0/testing/web-platform/meta/input-events/
H A Dinput-events-get-target-ranges-joining-dl-elements.tentative.html.ini3 [Delete at "<dl><dt>list-item1</dt><dt>[list-item2</dt></dl><dl><dd>}list-item3</dd></dl>"]
6 …[Delete at "<dl><dd>list-item1</dd><dt>[list-item2</dt></dl><dl><dt>list-item3\]</dt><dt>list-item…
9 …[Delete at "<dl><dt>[list-item1</dt><dd>list-item2</dd></dl><dl><dt>}list-item3</dt><dt>list-item4…
27 …[Delete at "<dl><dd>[list-item1</dd><dd>list-item2</dd></dl><dl><dt>}list-item3</dt><dd>list-item4…
30 …[Delete at "<dl><dt>[list-item1</dt><dt>list-item2</dt></dl><dl><dt>}list-item3</dt><dt>list-item4…
48 …[Delete at "<dl><dt>[list-item1</dt><dt>list-item2</dt></dl><dl><dd>list-item3</dd><dt>list-item4\…
57 …[Delete at "<dl><dt>list-item1</dt><dt>list-item2[</dt></dl><dl><dt>list-item3\]</dt><dd>list-item…
78 …[Delete at "<dl><dd>list-item1</dd><dt>list-item2[</dt></dl><dl><dt>list-item3\]</dt><dd>list-item…
96 …[Delete at "<dl><dd>list-item1</dd><dt>list-item2[</dt></dl><dl><dd>list-item3\]</dd><dd>list-item…
99 …[Delete at "<dl><dd>[list-item1</dd><dd>list-item2</dd></dl><dl><dt>list-item3</dt><dt>list-item4\…
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/testing/web-platform/meta/input-events/
H A Dinput-events-get-target-ranges-joining-dl-elements.tentative.html.ini3 [Delete at "<dl><dt>list-item1</dt><dt>[list-item2</dt></dl><dl><dd>}list-item3</dd></dl>"]
6 …[Delete at "<dl><dd>list-item1</dd><dt>[list-item2</dt></dl><dl><dt>list-item3\]</dt><dt>list-item…
9 …[Delete at "<dl><dt>[list-item1</dt><dd>list-item2</dd></dl><dl><dt>}list-item3</dt><dt>list-item4…
27 …[Delete at "<dl><dd>[list-item1</dd><dd>list-item2</dd></dl><dl><dt>}list-item3</dt><dd>list-item4…
30 …[Delete at "<dl><dt>[list-item1</dt><dt>list-item2</dt></dl><dl><dt>}list-item3</dt><dt>list-item4…
48 …[Delete at "<dl><dt>[list-item1</dt><dt>list-item2</dt></dl><dl><dd>list-item3</dd><dt>list-item4\…
57 …[Delete at "<dl><dt>list-item1</dt><dt>list-item2[</dt></dl><dl><dt>list-item3\]</dt><dd>list-item…
78 …[Delete at "<dl><dd>list-item1</dd><dt>list-item2[</dt></dl><dl><dt>list-item3\]</dt><dd>list-item…
96 …[Delete at "<dl><dd>list-item1</dd><dt>list-item2[</dt></dl><dl><dd>list-item3\]</dd><dd>list-item…
99 …[Delete at "<dl><dd>[list-item1</dd><dd>list-item2</dd></dl><dl><dt>list-item3</dt><dt>list-item4\…
[all …]
/dports/java/apache-commons-collections/commons-collections-3.2.2-src/src/test/org/apache/commons/collections/list/
H A DTestCursorableLinkedList.java96 list.clear(); in testClear()
143 assertTrue(list.containsAll(list)); in testContainsAll()
159 assertTrue(list.containsAll(list)); in testContainsAll()
807 assertTrue(list.equals(list)); in testEqualsAndHashCode()
808 assertEquals(list.hashCode(),list.hashCode()); in testEqualsAndHashCode()
810 assertTrue(list.equals(list)); in testEqualsAndHashCode()
811 assertEquals(list.hashCode(),list.hashCode()); in testEqualsAndHashCode()
836 assertTrue(list.equals(list)); in testEqualsAndHashCode()
844 assertTrue(list.equals(list)); in testEqualsAndHashCode()
854 assertTrue(list.equals(list)); in testEqualsAndHashCode()
[all …]
/dports/sysutils/go-wtf/wtf-0.21.0/checklist/
H A Dchecklist.go20 return list
52 list.Items = append(list.Items[:list.selected], list.Items[list.selected+1:]...)
53 list.Prev()
58 return list.selected >= 0 && list.selected < len(list.Items)
89 return list.Items[list.selected]
145 list.selected = len(list.Items) - 1
152 if list.selected >= len(list.Items) {
168 list.Swap(list.selected, k)
183 list.Swap(list.selected, j)
194 return list.Items[i].Text < list.Items[j].Text
[all …]
/dports/databases/libcouchbase/libcouchbase-2.10.7/tests/basic/
H A Dt_ccbc103.cc41 lcb_list_append(&instance.events.list, &e1.list);
42 ASSERT_EQ(&e1.list, instance.events.list.prev);
44 lcb_list_append(&instance.events.list, &e2.list);
45 ASSERT_EQ(&e2.list, instance.events.list.prev);
47 lcb_list_append(&instance.events.list, &e3.list);
48 ASSERT_EQ(&e3.list, instance.events.list.prev); in regtest_func_1()
50 lcb_list_append(&instance.events.list, &e4.list);
51 ASSERT_EQ(&e4.list, instance.events.list.prev);
87 lcb_list_append(&instance.events.list, &e1.list);
88 lcb_list_append(&instance.events.list, &e2.list);
[all …]
/dports/deskutils/calibre/calibre-src-5.34.0/src/calibre/library/
H A Dsqlite_custom.c48 if (list->count == list->length) { in sort_concat_step()
51 list->length = list->length + 100; in sort_concat_step()
67 list->vals[list->count]->index = idx; in sort_concat_step()
68 list->vals[list->count]->length = sz; in sort_concat_step()
70 list->count = list->count + 1; in sort_concat_step()
119 if (list != NULL && list->vals != NULL && list->count > 0) { in sort_concat_finalize()
134 if (list != NULL && list->vals != NULL && list->count > 0) { in sort_concat_finalize2()
150 if (list != NULL && list->vals != NULL && list->count > 0) { in sort_concat_finalize3()
192 if (list->count == list->length) { in identifiers_concat_step()
211 list->count = list->count + 1; in identifiers_concat_step()
[all …]
/dports/devel/cgit/cgit-1.2.3/git/
H A Dstring-list.c6 memset(list, 0, sizeof(*list)); in string_list_init()
44 ALLOC_GROW(list->items, list->nr+1, list->alloc); in add_entry()
48 list->items[index].string = list->strdup_strings ? in add_entry()
79 MOVE_ARRAY(list->items + i, list->items + i + 1, list->nr - i); in string_list_remove()
120 list->items[dst++] = list->items[src]; in string_list_remove_duplicates()
142 list->items[dst++] = list->items[src]; in filter_string_list()
178 list->nr = list->alloc = 0; in string_list_clear()
196 list->nr = list->alloc = 0; in string_list_clear_func()
203 ALLOC_GROW(list->items, list->nr + 1, list->alloc); in string_list_append_nodup()
204 retval = &list->items[list->nr++]; in string_list_append_nodup()
[all …]
/dports/lang/scheme48/scheme48-1.9.2/scheme/r6rs/
H A Dlist.scm13 (let loop ((list list))
16 ((proc (car list)) (car list))
36 (let loop ((list list) (lists lists))
48 (let loop ((list list))
74 (let loop ((list list))
83 (let loop ((list list) (r '()))
138 (let recur ((list list))
145 (let recur ((list list) (res '()))
179 (let loop ((list list))
181 ((proc (car list)) list)
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/tests/org.eclipse.jface.tests.databinding.conformance/src/org/eclipse/jface/databinding/conformance/
H A DMutableObservableListContractTest.java91 …assertChangeEventFired(() -> list.add(0, delegate.createElement(list)), "List.add(int, Object)", l… in testAddAtIndex_ChangeEvent()
135 list, in testAddAll_ListDiffEntry2()
170 list.add(delegate.createElement(list)); in testSet_ChangeEvent()
205 list.add(delegate.createElement(list)); in testMove_ChangeEvent()
206 list.add(delegate.createElement(list)); in testMove_ChangeEvent()
281 list.add(delegate.createElement(list)); in testRemoveAtIndex_ChangeEvent()
287 list.add(delegate.createElement(list)); in testRemoveAtIndex_ListChangeEvent()
339 list.add(delegate.createElement(list)); in testRetainAll_ListChangeEvent()
349 list.add(delegate.createElement(list)); in testRetainAll_ListDiffEntry()
357 list.add(delegate.createElement(list)); in testClear_ListChangeEvent()
[all …]
/dports/lang/swi-pl/swipl-8.2.3/src/Tests/xsb/ai_tests/
H A Ddisj_old8 ellist([list],[A,list],[list])
9 ellist([list],[A],[list])
10 ellist([list],[list],[list])
13 makedisj([list],[A,list],[B],[B,list])
17 makedisj([list],[list],[A],[A,list])
22 makedisj2([list],[list],[A],[A,list])
25 makemaxef([list],[list])
28 makemaxnf([list],[list])
31 makeminaf([list],[list])
40 makeprec([list],[list])
[all …]

12345678910>>...3402