Searched defs:link (Results 101 - 125 of 221) sorted by relevance

123456789

/external/mesa3d/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir_ssa.cpp47 inline void link(int, int);
128 void DominatorTree::link(int v, int w) function in class:nv50_ir::DominatorTree
153 link(p, w);
/external/qemu/distrib/ext4_utils/src/
H A Dcontents.c89 .. link is set to dir_inode_num. Stores the location of the inode number
200 u32 make_link(const char *link) argument
204 u32 len = strlen(link);
225 memcpy((char*)inode->i_block, link, len);
228 memcpy(data, link, len);
/external/chromium_org/chrome/browser/ui/content_settings/
H A Dcontent_setting_bubble_model.h147 void set_custom_link(const std::string& link) { argument
148 bubble_content_.custom_link = link;
153 void set_manage_link(const std::string& link) { argument
154 bubble_content_.manage_link = link;
156 void set_learn_more_link(const std::string& link) { argument
157 bubble_content_.learn_more_link = link;
/external/chromium_org/pdf/pdfium/
H A Dpdfium_page.cc147 FPDF_LINK link = FPDFLink_GetLinkAtPoint(GetPage(), left, top); local
150 if (link) {
152 area = GetLinkTarget(link, &targets[0]);
176 } else if (area == WEBLINK_AREA && link) {
178 } else if (area == WEBLINK_AREA && !link) {
196 // Check if the link is a "mailto:" URL
257 FPDF_LINK link = FPDFLink_GetLinkAtPoint(GetPage(), new_x, new_y); local
258 if (link) {
259 // We don't handle all possible link types of the PDF. For example,
263 PDFiumPage::Area area = GetLinkTarget(link, targe
286 GetLinkTarget( FPDF_LINK link, PDFiumPage::LinkTarget* target) argument
395 Link link; local
[all...]
/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLLinkElement.cpp180 if (LinkStyle* link = linkStyle())
181 link->setDisabledState(!value.isNull());
184 if (LinkStyle* link = linkStyle())
185 link->setSheetTitle(value);
216 OwnPtrWillBeRawPtr<LinkStyle> link = LinkStyle::create(this); local
218 link->setDisabledState(true);
219 m_link = link.release();
242 if (LinkImport* link = linkImport())
243 return link->importedDocument();
249 if (LinkResource* link
[all...]
/external/chromium_org/third_party/angle/src/libGLESv2/
H A DProgram.cpp247 bool Program::link(const Caps &caps) function in class:gl::Program
255 mLinked = mProgramBinary->link(mInfoLog, mAttributeBindings, mFragmentShader, mVertexShader,
/external/chromium_org/third_party/freetype/src/autofit/
H A Dafhints.h127 * The best candidate is stored in field `link' in structure
148 * `AF_Segment' (and `link' is set to NULL).
277 AF_Segment edge_next; /* link to next segment in parent edge */
279 AF_Segment link; /* (stem) link segment */ member in struct:AF_SegmentRec_
302 AF_Edge link; /* link edge */ member in struct:AF_EdgeRec_
H A Dafcjk.c121 AF_Segment seg, limit, link; local
136 link = seg->link;
139 if ( link && link->link == seg && link > seg )
144 dist = seg->pos - link->pos;
787 seg1->link = seg2;
795 seg2->link
848 AF_Segment link = seg->link; local
962 AF_Segment link = seg->link; local
[all...]
/external/chromium_org/third_party/freetype/src/base/
H A Dftdbgmem.c73 FT_MemSource link; member in struct:FT_MemSourceRec_
103 FT_MemNode link; member in struct:FT_MemNodeRec_
284 next = node->link;
288 node->link = pnode[0];
361 next = node->link;
362 node->link = 0;
401 next = source->link;
444 pnode = &node->link;
473 pnode = &node->link;
494 node->link
[all...]
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dcbiapts.c76 struct StringStruct *link; member in struct:StringStruct
125 dest->link = (StringStruct*)(*freeHook);
133 StringStruct *next = s->link;
/external/chromium_org/third_party/skia/experimental/Intersection/
H A DSkAntiEdge.cpp407 // link the edges in sorted order
502 void SkAntiEdgeBuilder::link() { function in class:SkAntiEdgeBuilder
566 // create a new set of edges that describe the whole link
574 SkAntiEdge* link = links.append(); local
575 link->fFirstX = active->fFirstX;
576 link->fFirstY = active->fFirstY;
583 link->fLastX = linkEnd->fLastX;
584 link->fLastY = linkEnd->fLastY;
593 SkAntiEdge* link = links.append(); local
594 link
[all...]
/external/chromium_org/ui/views/focus/
H A Dfocus_traversal_unittest.cc18 #include "ui/views/controls/link.h"
446 Link* link = new Link(ASCIIToUTF16(kTitles[i])); local
447 link->SetHorizontalAlignment(gfx::ALIGN_LEFT);
448 link->set_id(kIDs[i]);
449 scroll_content->AddChildView(link);
450 link->SetBounds(5, y, 300, 15);
479 Link* link = NULL; local
499 link = new Link(ASCIIToUTF16("Help"));
500 contents->AddChildView(link);
501 link
[all...]
/external/dnsmasq/src/
H A Dnetwork.c267 static int create_ipv6_listener(struct listener **link, int port) argument
313 *link = l;
/external/freetype/src/base/
H A Dftdbgmem.c73 FT_MemSource link; member in struct:FT_MemSourceRec_
103 FT_MemNode link; member in struct:FT_MemNodeRec_
284 next = node->link;
288 node->link = pnode[0];
361 next = node->link;
362 node->link = 0;
401 next = source->link;
444 pnode = &node->link;
473 pnode = &node->link;
494 node->link
[all...]
/external/icu/icu4c/source/test/cintltst/
H A Dcbiapts.c76 struct StringStruct *link; member in struct:StringStruct
125 dest->link = (StringStruct*)(*freeHook);
133 StringStruct *next = s->link;
/external/iproute2/ip/
H A Diplink.c2 * iplink.c "ip link".
46 fprintf(stderr, "Usage: ip link add [link DEV] [ name ] NAME\n");
52 fprintf(stderr, " ip link delete DEV type TYPE [ ARGS ]\n");
54 fprintf(stderr, " ip link set { dev DEVICE | group DEVGROUP } [ { up | down } ]\n");
56 fprintf(stderr, "Usage: ip link set DEVICE [ { up | down } ]\n");
80 fprintf(stderr, " ip link show [ DEVICE | group GROUP ]\n");
274 char **name, char **type, char **link, char **dev, int *group)
296 } else if (matches(*argv, "link") == 0) {
298 *link
273 iplink_parse(int argc, char **argv, struct iplink_req *req, char **name, char **type, char **link, char **dev, int *group) argument
469 char *link = NULL; local
[all...]
/external/kernel-headers/original/uapi/linux/
H A Dif_tunnel.h32 int link; member in struct:ip_tunnel_parm
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/base/
H A Dftdbgmem.c73 FT_MemSource link; member in struct:FT_MemSourceRec_
103 FT_MemNode link; member in struct:FT_MemNodeRec_
284 next = node->link;
288 node->link = pnode[0];
361 next = node->link;
362 node->link = 0;
401 next = source->link;
444 pnode = &node->link;
473 pnode = &node->link;
494 node->link
[all...]
/external/qemu/android/skin/
H A Dimage.c212 SkinImage* link; member in struct:SkinImage
383 *pnode = node->link;
386 pnode = &node->link;
459 pnode = &node->link;
556 node->link = *pnode;
/external/skia/experimental/Intersection/
H A DSkAntiEdge.cpp407 // link the edges in sorted order
502 void SkAntiEdgeBuilder::link() { function in class:SkAntiEdgeBuilder
566 // create a new set of edges that describe the whole link
574 SkAntiEdge* link = links.append(); local
575 link->fFirstX = active->fFirstX;
576 link->fFirstY = active->fFirstY;
583 link->fLastX = linkEnd->fLastX;
584 link->fLastY = linkEnd->fLastY;
593 SkAntiEdge* link = links.append(); local
594 link
[all...]
/external/tremolo/Tremolo/
H A Dvorbisfile.c56 #define STREAMSET 3 /* serialno and link set, but not to current link */
57 #define LINKSET 4 /* serialno and link set to current link */
201 /* finds each bitstream link one at a time using a bisection search
203 Recurses for each link so it can alloc the link storage after
348 static int _set_link_number(OggVorbis_File *vf,int link){ argument
349 if(link != vf->current_link) _decode_clear(vf);
351 _seek_helper(vf,vf->offsets[link]);
360 _set_link_number_preserve_pos(OggVorbis_File *vf,int link) argument
591 int link=(vf->seekable?vf->current_link:0); local
672 int link,ret; local
1064 int i,link=vf->current_link; local
1099 int link; local
1154 int link=-1; local
1382 int link,ret; local
1432 int link=-1; local
1462 int link=-1; local
1502 int link=0; local
1530 ov_info(OggVorbis_File *vf,int link) argument
1542 ov_comment(OggVorbis_File *vf,int link) argument
[all...]
/external/chromium_org/chrome/browser/resources/downloads/
H A Ddownloads.js53 * Creates a link with a specified onclick handler and content.
55 * @param {string} value The link text.
56 * @return {!Element} The created link element.
59 var link = document.createElement('a');
60 link.onclick = onclick;
61 link.href = '#';
62 link.textContent = value;
63 link.oncontextmenu = function() { return false; };
64 return link;
384 this.controlRemove_.classList.add('control-remove-link');
[all...]
/external/chromium_org/chrome/browser/ui/views/extensions/
H A Dextension_install_dialog_view.cc41 #include "ui/views/controls/link.h"
90 // Represents an action on a clickable link created by the install prompt
477 // Don't show the "Show details" link if there are retained
626 // no "Show details" link.
797 // Show details link is used to either reveal whole permission list or to
838 // align the link horizontally with the left side of the contents of the
897 // The clickable link in the UI is "Show Permissions".
903 // The clickable link in the UI is "Show Details".
1012 views::Link* link = new views::Link( local
1015 // Make sure the link widt
[all...]
/external/chromium_org/chrome/browser/ui/views/website_settings/
H A Dwebsite_settings_popup_view.cc41 #include "ui/views/controls/link.h"
551 // The headline and the certificate dialog link of the site's identity
670 // Add help center link.
690 views::Link* link) {
717 if (link) {
720 layout->AddView(link, 1, 1, views::GridLayout::LEADING,
733 views::Link* link,
798 if (link) {
800 content_layout->AddView(link);
687 CreateSection( const base::string16& headline_text, views::View* content, views::Link* link) argument
728 ResetConnectionSection( views::View* section_container, const gfx::Image& icon, const base::string16& headline, const base::string16& text, views::Link* link, views::Link* secondary_link, views::LabelButton* reset_decisions_button) argument
/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Derrors.c46 struct simple_node link; member in struct:gl_client_severity
215 insert_at_tail(&nspace->Severity[severity], &entry->link);

Completed in 581 milliseconds

123456789