HomeSort by relevance Sort by last modified time
    Searched defs:link (Results 26 - 50 of 515) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/iproute2/include/linux/
ip6_tunnel.h 24 int link; /* ifindex of underlying L2 interface */ member in struct:ip6_tnl_parm
  /frameworks/compile/mclinker/tools/mcld/lib/Core/
Linker.cpp 163 enum Linker::ErrorCode Linker::link() { function in class:Linker
164 mLinker->link(*mModule, *mBuilder);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
ip6_tunnel.h 24 int link; /* ifindex of underlying L2 interface */ member in struct:ip6_tnl_parm
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
ip6_tunnel.h 24 int link; /* ifindex of underlying L2 interface */ member in struct:ip6_tnl_parm
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
ip6_tunnel.h 24 int link; /* ifindex of underlying L2 interface */ member in struct:ip6_tnl_parm
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/
HyperlinksTest.java 221 for (IHyperlink link : links) {
222 sb.append(link.getHyperlinkText());
225 IRegion region = link.getHyperlinkRegion();
228 if (link instanceof Hyperlinks.ResourceLink) {
229 Hyperlinks.ResourceLink resourceLink = (ResourceLink) link;
245 // Open the first link
246 IHyperlink link = links[0]; local
247 link.open();
  /bionic/libc/kernel/common/linux/
android_power.h 25 struct list_head link; member in struct:__anon307
46 struct list_head link; member in struct:android_early_suspend
  /development/ndk/platforms/android-3/include/linux/
android_power.h 19 struct list_head link; member in struct:__anon998
38 struct list_head link; member in struct:android_early_suspend
  /external/chromium/chrome/browser/ui/gtk/
sad_tab_gtk.cc 69 // 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
137 tab_contents_->OpenURL(help_url, GURL(), CURRENT_TAB, PageTransition::LINK);
  /external/chromium_org/chrome/browser/ui/gtk/
script_bubble_gtk.cc 128 GtkWidget* link = theme_provider->BuildChromeLinkButton( local
130 gtk_box_pack_start(GTK_BOX(item), link, FALSE, FALSE, 0); local
131 link_controls_[GTK_WIDGET(link)] = extension->id();
132 g_signal_connect(link, "button-press-event",
157 std::string link(chrome::kChromeUIExtensionsURL);
158 link += "?id=" + link_controls_[button];
159 web_contents_->OpenURL(OpenURLParams(GURL(link),
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/clover/llvm/
invocation.cpp 148 link(llvm::Module *mod, const std::string &triple, function in namespace:__anon12989
156 // Link the kernel with libclc
183 // Run link time optimizations
263 link(mod, triple, kernels);
  /external/chromium_org/third_party/mesa/src/src/glsl/
opt_constant_variable.cpp 43 exec_node link; member in struct:__anon13100::assignment_entry
67 foreach_list_typed(struct assignment_entry, entry, link, list) {
74 list->push_head(&entry->link);
179 entry = exec_node_data(struct assignment_entry, v.list.head, link);
185 entry->link.remove();
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
brw_fs_cfg.cpp 40 fs_bblock_link *link = (fs_bblock_link *)list->get_tail(); local
41 fs_bblock *block = link->block;
42 link->remove();
246 fs_bblock_link *link = (fs_bblock_link *)block_node; local
247 blocks[i++] = link->block;
brw_fs_live_variables.cpp 121 fs_bblock_link *link = (fs_bblock_link *)block_node; local
122 fs_bblock *block = link->block;
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/coff/
coff-objfmt.h 31 SLIST_ENTRY(coff_unwind_code) link; member in struct:coff_unwind_code
  /external/kernel-headers/original/linux/
android_power.h 18 struct list_head link; member in struct:__anon19859
38 struct list_head link; member in struct:android_early_suspend
  /external/libppp/src/
link.h 26 * $FreeBSD: src/usr.sbin/ppp/link.h,v 1.11.34.1 2010/12/21 17:10:29 kensmith Exp $
40 struct link { struct
46 struct pppThroughput total; /* Link throughput statistics */
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
    [all...]
  /external/markdown/markdown/
odict.py 149 def link(self, key, location): member in class:OrderedDict
  /external/mesa3d/src/gallium/state_trackers/clover/llvm/
invocation.cpp 148 link(llvm::Module *mod, const std::string &triple, function in namespace:__anon23456
156 // Link the kernel with libclc
183 // Run link time optimizations
263 link(mod, triple, kernels);
  /external/mesa3d/src/glsl/
opt_constant_variable.cpp 43 exec_node link; member in struct:__anon23567::assignment_entry
67 foreach_list_typed(struct assignment_entry, entry, link, list) {
74 list->push_head(&entry->link);
179 entry = exec_node_data(struct assignment_entry, v.list.head, link);
185 entry->link.remove();
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_fs_cfg.cpp 40 fs_bblock_link *link = (fs_bblock_link *)list->get_tail(); local
41 fs_bblock *block = link->block;
42 link->remove();
246 fs_bblock_link *link = (fs_bblock_link *)block_node; local
247 blocks[i++] = link->block;
brw_fs_live_variables.cpp 121 fs_bblock_link *link = (fs_bblock_link *)block_node; local
122 fs_bblock *block = link->block;
  /external/proguard/src/proguard/classfile/util/
MethodLinker.java 98 // Link both members.
99 link(member, otherMember); method
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/qemu/android/build/
common.sh 278 # 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
316 log2 "Link : $LD -o $TMPE $TMPO $LDFLAGS"
328 # perform a simple compile / link / run of the source file in $TMPC
339 link
341 echo "Failure to link test program"
396 link
    [all...]
  /frameworks/compile/mclinker/lib/Core/
Linker.cpp 65 bool Linker::link(Module& pModule, IRBuilder& pBuilder) function in class:Linker

Completed in 1500 milliseconds

12 3 4 5 6 7 8 91011>>