Searched defs:link (Results 1 - 25 of 177) sorted by relevance

12345678

/external/clang/test/CodeGen/
H A D2002-03-12-StructInitialize.c10 Connection link[3] variable
H A D2002-03-12-StructInitializer.c14 Connection link[3] variable
/external/dropbear/
H A Dqueue.h31 struct Link* link; member in struct:Link
/external/chromium/chrome/browser/chromeos/notifications/
H A Dsystem_notification_factory.cc30 const string16& text, const string16& link,
32 // Create an icon notification with or without a footer link
46 // if link is not empty, then use template with link
47 if (!link.empty()) {
49 subst.push_back(EscapeForHTML(UTF16ToUTF8(link)));
28 Create( const GURL& icon, const string16& title, const string16& text, const string16& link, NotificationDelegate* delegate) argument
H A Dsystem_notification.cc61 const string16& link,
66 title_, message, link, delegate_.get());
78 collection_->AddWebUIMessageCallback(notify, "link", callback);
60 Show(const string16& message, const string16& link, MessageCallback* callback, bool urgent, bool sticky) argument
/external/e2fsprogs/e2fsck/
H A Dprof_err.c56 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/
H A Dcontinuation.c26 static struct et_list link = { 0, 0 }; variable in typeref:struct:et_list
45 if (!link.table)
46 et = &link;
H A Dheimdal.c107 static struct et_list link = { 0, 0 }; variable in typeref:struct:et_list
126 if (!link.table)
127 et = &link;
H A Dheimdal2.c93 static struct et_list link = { 0, 0 }; variable in typeref:struct:et_list
112 if (!link.table)
113 et = &link;
H A Dheimdal3.c27 static struct et_list link = { 0, 0 }; variable in typeref:struct:et_list
46 if (!link.table)
47 et = &link;
H A Dimap_err.c55 static struct et_list link = { 0, 0 }; variable in typeref:struct:et_list
74 if (!link.table)
75 et = &link;
H A Dsimple.c47 static struct et_list link = { 0, 0 }; variable in typeref:struct:et_list
66 if (!link.table)
67 et = &link;
/external/e2fsprogs/lib/ext2fs/
H A Dext2_err.c162 static struct et_list link = { 0, 0 }; variable in typeref:struct:et_list
181 if (!link.table)
182 et = &link;
/external/iproute2/ip/
H A Dlink_veth.c22 printf("Usage: ip link <options> type veth "
24 "'ip link add help'\n");
30 char *name, *type, *link, *dev; local
45 &name, &type, &link, &dev);
/external/proguard/src/proguard/classfile/util/
H A DMethodLinker.java99 link(member, otherMember);
109 private static void link(Member member1, Member member2) method in class:MethodLinker
115 // Check if both link chains aren't already ending in the same element.
/external/chromium/chrome/browser/ui/gtk/
H A Dfullscreen_exit_bubble_gtk.cc17 // Padding around the link text.
20 // Time before the link slides away. This is a bit longer than the Windows
50 GtkWidget* link = gtk_chrome_link_button_new_with_markup( local
52 gtk_chrome_link_button_set_use_gtk_theme(GTK_CHROME_LINK_BUTTON(link),
54 signals_.Connect(link, "clicked", G_CALLBACK(OnLinkClickedThunk), this);
57 link, &gtk_util::kGdkBlack,
104 void FullscreenExitBubbleGtk::OnLinkClicked(GtkWidget* link) { argument
H A Dsad_tab_gtk.cc69 // Use a vertical box to contain icon, title, message and link.
107 // Add spacer between message and link.
112 // Add the learn-more link and center-align it in an alignment.
113 GtkWidget* link = gtk_chrome_link_button_new( local
115 gtk_chrome_link_button_set_normal_color(GTK_CHROME_LINK_BUTTON(link),
117 g_signal_connect(link, "clicked", G_CALLBACK(OnLinkButtonClickThunk), this);
119 gtk_container_add(GTK_CONTAINER(link_alignment), link); local
/external/iproute2/include/linux/
H A Dip6_tunnel.h22 int link; /* ifindex of underlying L2 interface */ member in struct:ip6_tnl_parm
/external/qemu/hw/
H A Dbt.c25 static void bt_dummy_lmp_mode_change(struct bt_link_s *link) argument
30 static void bt_dummy_lmp_connection_complete(struct bt_link_s *link) argument
32 if (link->slave->reject_reason)
41 static void bt_dummy_lmp_disconnect_master(struct bt_link_s *link) argument
47 static void bt_dummy_lmp_acl_resp(struct bt_link_s *link, argument
54 /* Slaves that don't hold any additional per link state can use these */
57 struct bt_link_s *link = qemu_mallocz(sizeof(struct bt_link_s)); local
59 link->slave = req->slave;
60 link->host = req->host;
63 req->host->lmp_connection_complete(link);
66 bt_dummy_lmp_disconnect_slave(struct bt_link_s *link) argument
[all...]
/external/dbus/bus/
H A Ddir-watch-kqueue.c146 DBusList *link; local
160 link = _dbus_list_get_first_link (directories);
161 while (link != NULL)
163 new_dirs[i++] = (char *)link->data;
164 link = _dbus_list_get_next_link (directories, link);
/external/kernel-headers/original/linux/
H A Dandroid_power.h18 struct list_head link; member in struct:__anon7390
38 struct list_head link; member in struct:android_early_suspend
/external/libppp/src/
H A Dlink.h26 * $FreeBSD: src/usr.sbin/ppp/link.h,v 1.11.34.1 2010/12/21 17:10:29 kensmith Exp $
40 struct link { struct
47 struct pppThroughput *parent; /* MP link throughput statistics */
61 #define LINK_QUEUES(link) (sizeof (link)->Queue / sizeof (link)->Queue[0])
62 #define LINK_HIGHQ(link) ((link)->Queue + LINK_QUEUES(link) - 1)
64 extern void link_SequenceQueue(struct link *);
[all...]
/external/markdown/markdown/
H A Dodict.py149 def link(self, key, location): member in class:OrderedDict
/external/mesa3d/src/glsl/
H A Dopt_constant_variable.cpp41 exec_node link; member in struct:assignment_entry
63 foreach_list_typed(struct assignment_entry, entry, link, list) {
70 list->push_head(&entry->link);
166 entry = exec_node_data(struct assignment_entry, v.list.head, link);
172 entry->link.remove();
/external/qemu/android/build/
H A Dcommon.sh278 # check that we can link the trivial program into an executable
282 link
287 link
312 # try to link the recently built file into an executable. error log in $TMPL
314 link() function
328 # perform a simple compile / link / run of the source file in $TMPC
339 link
341 echo "Failure to link test program"
396 link

Completed in 1227 milliseconds

12345678