/bionic/libc/arch-arm/syscalls/ |
link.S | 6 ENTRY(link) function 15 END(link)
|
/bionic/libc/arch-mips/syscalls/ |
link.S | 4 .globl link 6 .ent link 8 link: label 22 .end link
|
/bionic/libc/arch-x86/syscalls/ |
link.S | 6 ENTRY(link) function 24 END(link)
|
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/syscalls/ |
link.c | 8 int link(const char* oldpath, const char* newpath) { function
|
/external/clang/test/CodeGen/ |
2002-03-12-StructInitialize.c | 10 Connection link[3] variable
|
2002-03-12-StructInitializer.c | 14 Connection link[3] variable
|
/external/chromium_org/third_party/bintrees/bintrees/ |
ctrees.h | 17 node_t *link[2]; member in struct:tree_node
|
/external/dropbear/ |
queue.h | 28 struct Link { 31 struct Link* link; member in struct:Link 37 struct Link* head; 38 struct Link* tail;
|
/external/chromium/chrome/browser/ui/gtk/ |
fullscreen_exit_bubble_gtk.cc | 17 // 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, >k_util::kGdkBlack, 104 void FullscreenExitBubbleGtk::OnLinkClicked(GtkWidget* link) {
|
/external/chromium_org/third_party/WebKit/Source/core/loader/ |
LinkLoader.cpp | 105 // FIXME: The href attribute of the link element can be in "//hostname" form, and we shouldn't attempt 116 FetchRequest linkRequest(ResourceRequest(document.completeURL(href)), FetchInitiatorTypeNames::link); member in class:WebCore::FetchInitiatorTypeNames
|
/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 | 162 static struct et_list link = { 0, 0 }; variable in typeref:struct:et_list 181 if (!link.table) 182 et = &link;
|
/external/iproute2/ip/ |
link_veth.c | 22 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/qemu/hw/ |
bt.c | 25 static void bt_dummy_lmp_mode_change(struct bt_link_s *link) 30 static void bt_dummy_lmp_connection_complete(struct bt_link_s *link) 32 if (link->slave->reject_reason) 41 static void bt_dummy_lmp_disconnect_master(struct bt_link_s *link) 47 static void bt_dummy_lmp_acl_resp(struct bt_link_s *link, 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); [all...] |
/system/extras/ext4_utils/ |
contents.h | 24 char *link; member in struct:dentry 39 u32 make_link(const char *link);
|
/bootable/recovery/applypatch/ |
freecache.c | 43 char link[FILENAME_MAX]; local 48 count = readlink(fd_path, link, sizeof(link)-1); 50 link[count] = '\0'; 55 if (strncmp(link, "/cache/", 7) == 0) { 58 if (files[j] && strcmp(files[j], link) == 0) { 59 printf("%s is open by %s\n", link, de->d_name);
|
/external/chromium_org/chrome/browser/ui/gtk/infobars/ |
confirm_infobar_gtk.cc | 69 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
|
/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/ |
section.h | 43 /*@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/ |
ins.h | 19 void *link; member in struct:Ins::__anon14568 24 void *link; member in struct:Ins::__anon14569
|