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

12345678910

/external/chromium_org/native_client_sdk/src/libraries/nacl_io/syscalls/
H A Dlink.c8 int link(const char* oldpath, const char* newpath) { function
/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/chromium_org/third_party/bintrees/bintrees/
H A Dctrees.h17 node_t *link[2]; member in struct:tree_node
/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
46 &name, &type, &link, &dev, &group);
/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/bison/lib/
H A Dfd-hook.c29 /* The first and last link in the doubly linked list.
71 register_fd_hook (close_hook_fn close_hook, ioctl_hook_fn ioctl_hook, struct fd_hook *link) argument
78 if (link->private_next == NULL && link->private_prev == NULL)
80 /* Add the link to the doubly linked list. */
81 link->private_next = anchor.private_next;
82 link->private_prev = &anchor;
83 link->private_close_fn = close_hook;
84 link->private_ioctl_fn = ioctl_hook;
85 anchor.private_next->private_prev = link;
98 unregister_fd_hook(struct fd_hook *link) argument
[all...]
/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/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
H A Dsection.h43 /*@reldef@*/ STAILQ_ENTRY(yasm_reloc) link; /**< Link to next reloc */ member in struct:yasm_reloc
293 #define yasm_section_reloc_next(x) STAILQ_NEXT((x), link)
/external/chromium_org/third_party/yasm/source/patched-yasm/tools/re2c/
H A Dins.h19 void *link; member in struct:Ins::__anon14885
24 void *link; member in struct:Ins::__anon14886
/external/iproute2/include/linux/
H A Dip6_tunnel.h24 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/chromium_org/chrome/browser/ui/gtk/infobars/
H A Dconfirm_infobar_gtk.cc69 GtkWidget* link = CreateLinkButton(link_text);
70 gtk_misc_set_alignment(GTK_MISC(GTK_CHROME_LINK_BUTTON(link)->label), 0, 0.5);
71 signals()->Connect(link, "clicked", G_CALLBACK(OnLinkClickedThunk), this);
72 gtk_util::SetButtonTriggersNavigation(link);
75 gtk_util::ForceFontSizePixels(GTK_CHROME_LINK_BUTTON(link)->label, 13.4);
76 gtk_util::CenterWidgetInHBox(hbox(), link, true, kEndOfLabelSpacing); local

Completed in 709 milliseconds

12345678910