HomeSort by relevance Sort by last modified time
    Searched refs:link (Results 1 - 25 of 412) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/iproute2/etc/iproute2/
rt_scopes 7 253 link
  /bionic/libc/private/isc/
list.h 28 #define LINK(type) struct { type *prev, *next; }
29 #define INIT_LINK_TYPE(elt, link, type) \
31 (elt)->link.prev = (type *)(-1); \
32 (elt)->link.next = (type *)(-1); \
34 #define INIT_LINK(elt, link) \
35 INIT_LINK_TYPE(elt, link, void)
36 #define LINKED(elt, link) ((void *)((elt)->link.prev) != (void *)(-1))
42 #define PREPEND(list, elt, link) \
44 INSIST(!LINKED(elt, link));\
    [all...]
  /external/dbus/dbus/
dbus-list.c 56 DBusList *link; local
70 link = _dbus_mem_pool_alloc (list_pool);
71 if (link == NULL)
81 link = _dbus_mem_pool_alloc (list_pool);
84 if (link)
85 link->data = data;
89 return link;
93 free_link (DBusList *link)
96 if (_dbus_mem_pool_dealloc (list_pool, link))
108 DBusList *link)
271 DBusList *link; local
329 DBusList *link; local
359 DBusList *link; local
425 DBusList *link; local
456 DBusList *link; local
482 DBusList *link; local
551 DBusList *link; local
637 DBusList *link; local
658 DBusList *link; local
681 DBusList *link; local
705 DBusList *link; local
730 DBusList *link; local
762 DBusList *link; local
793 DBusList *link; local
828 DBusList *link; local
864 DBusList *link; local
888 DBusList *link; local
912 DBusList *link; local
931 DBusList *link; local
    [all...]
dbus-list.h 52 DBusList *link);
55 DBusList *link);
61 DBusList *link);
77 void _dbus_list_free_link (DBusList *link);
79 DBusList *link);
81 DBusList *link);
83 DBusList *link);
93 #define _dbus_list_get_next_link(list, link) ((link)->next == *(list) ? NULL : (link)->next
    [all...]
  /dalvik/libcore/luni/src/main/java/java/util/
LinkedList.java 27 * LinkedList is an implementation of {@link List}, backed by a doubly-linked list.
35 * probably use {@link ArrayList} if you don't need the queue-like behavior.
46 transient Link<E> voidLink;
48 private static final class Link<ET> {
51 Link<ET> previous, next;
53 Link(ET o, Link<ET> p, Link<ET> n) {
65 Link<ET> link, lastLink field in class:LinkedList.LinkIterator
223 Link<E> link = voidLink; local
425 Link<E> link = voidLink.next; local
447 Link<E> link = voidLink; local
495 Link<E> link = voidLink.next; local
528 Link<E> link = voidLink.previous; local
578 Link<E> link = voidLink; local
601 Link<E> link = voidLink.next; local
682 Link<E> link = voidLink; local
741 Link<E> link = voidLink.next; local
772 Link<E> link = voidLink.next; local
798 Link<E> link = voidLink; local
    [all...]
  /bionic/libc/arch-arm/syscalls/
link.S 5 .type link, #function
6 .globl link
10 link: label
  /external/opencore/oscl/oscl/osclproc/src/
oscl_double_list.cpp 102 //find the item link
103 OsclDoubleLink * link = (OsclDoubleLink *)OsclPtrAdd(aPtr, iOffset); local
106 //make the head of the que point to this item link
107 iHead.iNext = link;
108 iHead.iPrev = link;
110 //make the item link point back to the head
111 link->iPrev = &iHead;
112 link->iNext = &iHead;
116 link->InsertBefore(iHead.iNext);
125 //find the item link
126 OsclDoubleLink * link = (OsclDoubleLink *)OsclPtrAdd(aPtr, iOffset); local
145 OsclPriorityLink* link = (OsclPriorityLink*)OsclPtrAdd(aPtr, iOffset); local
    [all...]
  /development/samples/RSSReader/src/com/example/android/rssreader/
RssItem.java 21 * title, link, description.
34 public RssItem(CharSequence title, CharSequence link, CharSequence description) {
36 mLink = link;
52 public void setLink(CharSequence link) {
53 mLink = link;
  /external/qemu/hw/
bt.c 26 static void bt_dummy_lmp_mode_change(struct bt_link_s *link)
31 static void bt_dummy_lmp_connection_complete(struct bt_link_s *link)
33 if (link->slave->reject_reason)
42 static void bt_dummy_lmp_disconnect_master(struct bt_link_s *link)
48 static void bt_dummy_lmp_acl_resp(struct bt_link_s *link,
55 /* Slaves that don't hold any additional per link state can use these */
58 struct bt_link_s *link = qemu_mallocz(sizeof(struct bt_link_s)); local
60 link->slave = req->slave;
61 link->host = req->host;
64 req->host->lmp_connection_complete(link);
    [all...]
  /frameworks/base/core/java/android/net/
INetworkManagementEventObserver.aidl 26 * Interface link status has changed.
29 * @param link True if link is up.
31 void interfaceLinkStatusChanged(String iface, boolean link);
  /bionic/libc/arch-sh/syscalls/
link.S 5 .type link, @function
6 .globl link
9 link: label
  /bionic/libc/arch-x86/syscalls/
link.S 5 .type link, @function
6 .globl link
9 link: label
  /build/tools/droiddoc/templates/
lists.cs 3 ?> { id:<?cs var: page.id ?>, label:"<?cs var:page.label ?>", link:"<?cs var:page.link ?>", type:"<?cs var:page.type ?>" }<?cs if:!last(page) ?>,<?cs /if ?>
  /external/iproute2/testsuite/iproute2/
Makefile 9 link:
14 configure: link
19 clean: link
29 show: link
  /frameworks/base/media/libdrm/mobile2/src/util/ustl-1.0/
cmemlink.h 34 /// a.link (p, 46721);
60 void link (const void* p, size_type n);
61 OVERLOAD_POINTER_AND_SIZE_T_V2(link, const void*)
62 inline void link (const cmemlink& l) { link (l.begin(), l.size()); } function in class:ustl::cmemlink
63 inline void link (const void* first, const void* last) { link (first, distance (first, last)); } function in class:ustl::cmemlink
66 inline rcself_t operator= (const cmemlink& l) { link (l); return (*this); }
88 /// A fast alternative to link which can be used when relinking to the same block (i.e. when it is resized)
95 /// Use with cmemlink-derived classes to link to a static arra
    [all...]
memlink.h 29 /// a.link (p, 46721);
62 inline void link (const void* p, size_type n) { cmemlink::link (p, n); } function in class:ustl::memlink
63 inline void link (void* p, size_type n) { cmemlink::link (p, n); } function in class:ustl::memlink
64 inline void link (const cmemlink& l) { cmemlink::link (l); } function in class:ustl::memlink
65 inline void link (memlink& l) { cmemlink::link (l); } function in class:ustl::memlink
66 OVERLOAD_POINTER_AND_SIZE_T_V2(link, void*
68 inline void link (const void* first, const void* last) { link (first, distance (first, last)); } function in class:ustl::memlink
69 inline void link (void* first, void* last) { link (first, distance (first, last)); } function in class:ustl::memlink
    [all...]
  /external/e2fsprogs/e2fsck/
prof_err.c 56 static struct et_list link = { 0, 0 }; variable in typeref:struct:et_list
75 if (!link.table)
76 et = &link;
  /external/e2fsprogs/lib/et/test_cases/
continuation.c 26 static struct et_list link = { 0, 0 }; variable in typeref:struct:et_list
45 if (!link.table)
46 et = &link;
heimdal.c 107 static struct et_list link = { 0, 0 }; variable in typeref:struct:et_list
126 if (!link.table)
127 et = &link;
heimdal2.c 93 static struct et_list link = { 0, 0 }; variable in typeref:struct:et_list
112 if (!link.table)
113 et = &link;
heimdal3.c 27 static struct et_list link = { 0, 0 }; variable in typeref:struct:et_list
46 if (!link.table)
47 et = &link;
imap_err.c 55 static struct et_list link = { 0, 0 }; variable in typeref:struct:et_list
74 if (!link.table)
75 et = &link;
simple.c 47 static struct et_list link = { 0, 0 }; variable in typeref:struct:et_list
66 if (!link.table)
67 et = &link;
  /external/e2fsprogs/lib/ext2fs/
ext2_err.c 132 static struct et_list link = { 0, 0 }; variable in typeref:struct:et_list
151 if (!link.table)
152 et = &link;
  /bionic/libc/kernel/common/linux/
android_power.h 19 struct list_head link; member in struct:__anon163
38 struct list_head link; member in struct:android_early_suspend

Completed in 703 milliseconds

1 2 3 4 5 6 7 8 91011>>