HomeSort by relevance Sort by last modified time
    Searched full:list (Results 1 - 25 of 22065) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/e2fsprogs/tests/f_badorphan/
name 1 corrupted orphan list
  /frameworks/base/tests/CoreTests/android/core/
LinkedListTest.java 49 LinkedList<Integer> list = new LinkedList(); local
51 list.add(i);
52 list.add(i);
53 list.add(i);
54 list.add(i);
55 list.add(i);
56 list.add(i);
57 list.add(i);
58 list.add(i);
59 list.add(i)
65 LinkedList<Integer> list = new LinkedList(); local
82 LinkedList<Integer> list = mLinkedList; local
98 LinkedList<Integer> list = mLinkedList; local
116 LinkedList<Integer> list = mLinkedList; local
133 LinkedList<Integer> list = mLinkedList; local
151 LinkedList<Integer> list = mLinkedList; local
167 LinkedList<Integer> list = mLinkedList; local
185 LinkedList<Integer> list = mLinkedList; local
203 LinkedList<Integer> list = mLinkedList; local
220 LinkedList<Integer> list = new LinkedList(mLinkedList); local
237 LinkedList<Integer> list = new LinkedList(mLinkedList); local
254 LinkedList<Integer> list = new LinkedList(mLinkedList); local
271 LinkedList<Integer> list = new LinkedList(mLinkedList); local
289 LinkedList<Integer> list = new LinkedList(); local
305 LinkedList<String> list; local
331 LinkedList<Integer> list = mLinkedList; local
348 LinkedList<Integer> list = mLinkedList; local
365 LinkedList<Integer> list = mLinkedList; local
382 LinkedList<Integer> list = mLinkedList; local
399 LinkedList<Integer> list = mLinkedList; local
416 LinkedList<Integer> list = mLinkedList; local
432 LinkedList<Integer> list = new LinkedList(); local
449 LinkedList<Integer> list = mLinkedList; local
466 LinkedList<Integer> list = new LinkedList(mLinkedList); local
482 LinkedList<Integer> list = new LinkedList(); local
498 LinkedList<Integer> list = new LinkedList(); local
515 LinkedList<Integer> list = mLinkedList; local
    [all...]
  /external/bluetooth/glib/gobject/
marshal-genstrings.pl 3 open (List, "gmarshal.list");
5 while (<List>) {
  /external/chromium/base/
linked_list_unittest.cc 34 // Checks that when iterating |list| (either from head to tail, or from
37 void ExpectListContentsForDirection(const LinkedList<Node>& list,
40 for (const LinkNode<Node>* node = (forward ? list.head() : list.tail());
41 node != list.end();
51 void ExpectListContents(const LinkedList<Node>& list,
56 ExpectListContentsForDirection(list, num_nodes, node_ids, true);
60 ExpectListContentsForDirection(list, num_nodes, node_ids, false);
65 LinkedList<Node> list; local
66 EXPECT_EQ(list.end(), list.head())
72 LinkedList<Node> list; local
107 LinkedList<Node> list; local
182 LinkedList<Node> list; local
219 LinkedList<Node> list; local
    [all...]
  /external/dbus/dbus/
dbus-list.h 2 /* dbus-list.h Generic linked list utility (internal to D-Bus implementation)
36 DBusList *prev; /**< Previous list node. */
37 DBusList *next; /**< Next list node. */
40 dbus_bool_t _dbus_list_append (DBusList **list,
42 dbus_bool_t _dbus_list_prepend (DBusList **list,
44 dbus_bool_t _dbus_list_insert_before (DBusList **list,
47 dbus_bool_t _dbus_list_insert_after (DBusList **list,
50 void _dbus_list_insert_before_link (DBusList **list,
53 void _dbus_list_insert_after_link (DBusList **list,
    [all...]
dbus-list.c 2 /* dbus-list.c Generic linked list utility (internal to D-Bus implementation)
25 #include "dbus-list.h"
30 * @defgroup DBusList Linked list
38 _DBUS_DEFINE_GLOBAL_LOCK (list); variable
41 * @defgroup DBusListInternals Linked list implementation details
58 _DBUS_LOCK (list);
66 _DBUS_UNLOCK (list);
75 _DBUS_UNLOCK (list);
87 _DBUS_UNLOCK (list);
    [all...]
  /external/clearsilver/man/man3/
skipFreeList.3 14 skipFreeList - free a skip list.
20 void skipFreeList(skipList list);
25 list - list to free.
28 Release all resources used by <list> including all key/value
31 MT-Level: Safe for unique <list>.
skipDelete.3 20 void skipDelete(skipList list, UINT32 key);
25 list - list to delete item from.
30 Delete the item associated with <key> from <list>.
32 MT-Level: Safe if <list> thread-safe.
skipInsert.3 20 NEOERR *skipInsert(skipList list, UINT32 key, void *value, int allowUpdate);
25 list - list to add pair to.
32 Inserts the <key>/<value> pair into the <list>.
34 If key is already in list, and <allowUpdate> is true,
37 MT-Level: Safe if <list> thread-safe.
  /external/v8/test/cctest/
test-ast.cc 7 // notice, this list of conditions and the following disclaimer.
9 // copyright notice, this list of conditions and the following
37 TEST(List) {
38 List<AstNode*>* list = new List<AstNode*>(0); local
39 CHECK_EQ(0, list->length());
43 list->Add(node);
44 CHECK_EQ(1, list->length());
45 CHECK_EQ(node, list->at(0))
91 List<int>* list = new List<int>(0); local
    [all...]
  /packages/apps/Email/tests/src/com/android/email/mail/store/imap/
ImapListTest.java 37 ImapList list = new ImapList(); local
39 assertTrue(list.isList());
40 assertFalse(list.isString());
42 assertTrue(list.isEmpty());
43 assertEquals(0, list.size());
45 list.add(STRING_1);
46 assertFalse(list.isEmpty());
47 assertEquals(1, list.size());
49 list.add(STRING_2);
50 assertEquals(2, list.size())
65 ImapList list = buildList(ImapList.EMPTY, ABC, LIST_1, ImapString.EMPTY); local
96 ImapList list = buildList(ImapList.EMPTY, STRING_1, LIST_1, ImapString.EMPTY); local
109 ImapList list = buildList(ImapList.EMPTY, STRING_1, LIST_1, ImapString.EMPTY); local
122 ImapList list = buildList(ImapList.EMPTY, STRING_1, LIST_1, ImapString.EMPTY); local
139 ImapList list = buildList( local
166 ImapList list = buildList(K1, LIST_1); local
179 ImapList list = buildList(K1, STRING_1); local
195 ImapList list = buildList(K1, K2, K3); local
    [all...]
  /external/clearsilver/util/
skiplist.c 61 /* list constants */
62 int threaded; /* TRUE if list needs to be thread safe */
64 INT32 maxLevel; /* max level list can reach */
70 static void readLock(skipList list) {
72 mLock(&list->read);
74 if(list->block)
75 cWait(&list->resume, &list->read);
77 list->readers++;
79 mUnlock(&list->read)
362 skipList list; local
    [all...]
  /libcore/support/src/test/java/tests/support/
Support_ListTest.java 23 import java.util.List;
27 @TestTargetClass(List.class)
30 List<Integer> list; // must contain the Integers 0 to 99 in order field in class:Support_ListTest
36 public Support_ListTest(String p1, List<Integer> l) {
38 list = l;
46 elem = list.get(counter);
51 assertTrue("ListTest - hashCode failed", hashCode == list.hashCode());
53 list.add(50, new Integer(1000));
54 assertTrue("ListTest - a) add with index failed--did not insert", list
    [all...]
  /dalvik/tests/062-character-encodings/
info.txt 1 Test that the list of character encodings is what we expect.
  /external/bluetooth/glib/tests/
list-test.c 36 GList *list = NULL; local
42 list = g_list_append (list, GINT_TO_POINTER (array[i]));
45 list = g_list_sort (list, sort);
49 p1 = g_list_nth_data (list, i);
50 p2 = g_list_nth_data (list, i+1);
56 g_list_free (list);
62 GList *list = NULL; local
68 list = g_list_append (list, GINT_TO_POINTER (array[i]))
88 GList *list = NULL; local
113 GList *list = NULL; local
141 GList *list = NULL; local
165 GList *list = NULL; local
    [all...]
  /external/bluetooth/glib/gio/xdgmime/
xdgmimealias.c 65 XdgAliasList *list; local
67 list = malloc (sizeof (XdgAliasList));
69 list->aliases = NULL;
70 list->n_aliases = 0;
72 return list;
76 _xdg_mime_alias_list_free (XdgAliasList *list)
80 if (list->aliases)
82 for (i = 0; i < list->n_aliases; i++)
84 free (list->aliases[i].alias);
85 free (list->aliases[i].mime_type)
    [all...]
xdgmimeicon.c 64 XdgIconList *list; local
66 list = malloc (sizeof (XdgIconList));
68 list->icons = NULL;
69 list->n_icons = 0;
71 return list;
75 _xdg_mime_icon_list_free (XdgIconList *list)
79 if (list->icons)
81 for (i = 0; i < list->n_icons; i++)
83 free (list->icons[i].mime_type);
84 free (list->icons[i].icon_name)
    [all...]
  /external/chromium/base/third_party/xdg_mime/
xdgmimealias.c 65 XdgAliasList *list; local
67 list = malloc (sizeof (XdgAliasList));
69 list->aliases = NULL;
70 list->n_aliases = 0;
72 return list;
76 _xdg_mime_alias_list_free (XdgAliasList *list)
80 if (list->aliases)
82 for (i = 0; i < list->n_aliases; i++)
84 free (list->aliases[i].alias);
85 free (list->aliases[i].mime_type)
    [all...]
xdgmimeicon.c 64 XdgIconList *list; local
66 list = malloc (sizeof (XdgIconList));
68 list->icons = NULL;
69 list->n_icons = 0;
71 return list;
75 _xdg_mime_icon_list_free (XdgIconList *list)
79 if (list->icons)
81 for (i = 0; i < list->n_icons; i++)
83 free (list->icons[i].mime_type);
84 free (list->icons[i].icon_name)
    [all...]
  /system/core/init/
list.h 35 #define list_for_each(node, list) \
36 for (node = (list)->next; node != (list); node = node->next)
38 #define list_for_each_reverse(node, list) \
39 for (node = (list)->prev; node != (list); node = node->prev)
41 void list_init(struct listnode *list);
42 void list_add_tail(struct listnode *list, struct listnode *item);
45 #define list_empty(list) ((list) == (list)->next
    [all...]
  /external/bluetooth/glib/glib/
gslist.h 22 * file for a list of people on the GLib Team. See the ChangeLog
23 * files for a list of changes. These files are distributed with
49 void g_slist_free (GSList *list);
50 void g_slist_free_1 (GSList *list);
52 GSList* g_slist_append (GSList *list,
54 GSList* g_slist_prepend (GSList *list,
56 GSList* g_slist_insert (GSList *list,
59 GSList* g_slist_insert_sorted (GSList *list,
62 GSList* g_slist_insert_sorted_with_data (GSList *list,
71 GSList* g_slist_remove (GSList *list,
    [all...]
glist.c 22 * file for a list of people on the GLib Team. See the ChangeLog
23 * files for a list of changes. These files are distributed with
42 #define _g_list_free1(list) g_slice_free (GList, list)
52 * @list: a #GList
58 * If list elements contain dynamically-allocated memory,
63 g_list_free (GList *list)
65 g_slice_free_chain (GList, list, next);
70 * @list: a #GList element
76 g_list_free_1 (GList *list)
898 GList list, *l, *lprev; local
    [all...]
glist.h 22 * file for a list of people on the GLib Team. See the ChangeLog
23 * files for a list of changes. These files are distributed with
50 void g_list_free (GList *list);
51 void g_list_free_1 (GList *list);
53 GList* g_list_append (GList *list,
55 GList* g_list_prepend (GList *list,
57 GList* g_list_insert (GList *list,
60 GList* g_list_insert_sorted (GList *list,
63 GList* g_list_insert_sorted_with_data (GList *list,
67 GList* g_list_insert_before (GList *list,
    [all...]
  /external/e2fsprogs/e2fsck/
profile_helpers.c 8 * list of sections or relations, or accessing multiple values from a
31 * internal functions used to build up a null-terminated char ** list
35 * purposes to build up the list, which is returned in *ret_list by
38 * The publicly exported interface for freeing char** list is
43 char **list; member in struct:profile_string_list
49 * Initialize the string list abstraction.
51 static errcode_t init_list(struct profile_string_list *list)
53 list->num = 0;
54 list->max = 10;
55 list->list = malloc(list->max * sizeof(char *))
    [all...]
  /bionic/libc/private/isc/
list.h 1 /* $NetBSD: list.h,v 1.2 2004/05/20 19:51:55 christos Exp $ */
24 #define LIST(type) struct { type *head, *tail; }
25 #define INIT_LIST(list) \
26 do { (list).head = NULL; (list).tail = NULL; } while (/*CONSTCOND*/0)
38 #define HEAD(list) ((list).head)
39 #define TAIL(list) ((list).tail)
40 #define EMPTY(list) ((list).head == NULL
    [all...]

Completed in 483 milliseconds

1 2 3 4 5 6 7 8 91011>>