/external/chromium_org/native_client_sdk/src/libraries/nacl_io/ |
fuse.h | 204 int (*link)(const char*, const char*); member in struct:fuse_operations
|
kernel_wrap_newlib.cc | 79 OP(dev_filename, link); \ 211 int WRAP(link)(const char* pathname, const char* newpath) { function
|
/external/chromium_org/third_party/WebKit/Source/core/html/ |
HTMLLinkElement.cpp | 104 if (LinkStyle* link = linkStyle()) 105 link->setDisabledState(!value.isNull()); 110 if (LinkStyle* link = linkStyle()) 111 link->setSheetTitle(value); 130 // If the beforeload handler recurses into the link element by mutating it, we should only 153 OwnPtr<LinkStyle> link = LinkStyle::create(this); local 155 link->setDisabledState(true); 156 m_link = link.release(); 179 if (LinkImport* link = linkImport()) 180 return link->importedDocument() [all...] |
/external/chromium_org/third_party/angle/src/libGLESv2/ |
Program.cpp | 241 bool Program::link() function in class:gl::Program 248 mLinked = mProgramBinary->link(mInfoLog, mAttributeBindings, mFragmentShader, mVertexShader);
|
/external/chromium_org/third_party/freetype/src/cache/ |
ftccache.h | 61 FTC_Node link; /* used for hashing */ member in struct:FTC_NodeRec_ 237 _pnode = &_node->link; \ 254 _pnode = &((*_pnode)->link); \ 261 *_pnode = _node->link; \ 262 _node->link = *_bucket; \
|
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/wgl/ |
stw_framebuffer.c | 74 struct stw_framebuffer **link; local 83 link = &stw_dev->fb_head; 84 while (*link != fb) 85 link = &(*link)->next; 86 assert(*link); 87 *link = fb->next;
|
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/ |
brw_fs_emit.cpp | 751 fs_bblock_link *link = (fs_bblock_link *)node; local 752 fs_bblock *block = link->block; 1022 fs_bblock_link *link = (fs_bblock_link *)node; local 1023 fs_bblock *block = link->block;
|
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/dbgfmts/dwarf2/ |
dwarf2-dbgfmt.h | 61 /*@reldef@*/ STAILQ_ENTRY(dwarf2_loc) link; member in struct:dwarf2_loc
|
/external/chromium_org/third_party/yasm/source/patched-yasm/tools/re2c/ |
dfa.h | 59 struct State *link; member in struct:State
|
/external/clang/test/CodeGen/ |
2009-01-21-InvalidIterator.c | 59 struct frame_hdr_cache_element *link; member in struct:unw_eh_callback_data
|
/external/compiler-rt/lib/sanitizer_common/ |
sanitizer_stackdepot.cc | 30 StackDesc *link; member in struct:__sanitizer::StackDesc 110 for (; s; s = s->link) { 176 s->link = s2; 193 for (; s; s = s->link) {
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/scripts_cvs/searchcvs/www/projectName/ |
searchcvs.php | 134 $App->AddExtraHtmlHeader('<link rel="stylesheet" type="text/css" href="/emf/includes/searchcvs.css"/>' . "\n"); 185 $link = "<a href=\"" . cvsfile($file) . "\">$rev</a>"; variable 189 $link = "<a href=\"" . cvsfile($file, $rev, $oldrev) . "\">$rev > $oldrev</a>"; variable 192 return $link;
|
/external/emma/core/java12/com/vladium/emma/report/html/doc/ |
HTMLDocument.java | 136 * Adds a <LINK> to the head. 140 final ISimpleElement link = ISimpleElement.Factory.create (Tag.LINK); local 144 link.getAttributes ().set (Attribute.TYPE, type); // TODO: escape 145 link.getAttributes ().set (Attribute.HREF, href); // TODO: escape 146 link.getAttributes ().set (Attribute.SRC, href); // TODO: escape 148 m_head.add (link);
|
/external/freetype/src/cache/ |
ftccache.h | 61 FTC_Node link; /* used for hashing */ member in struct:FTC_NodeRec_ 237 _pnode = &_node->link; \ 254 _pnode = &((*_pnode)->link); \ 261 *_pnode = _node->link; \ 262 _node->link = *_bucket; \
|
/external/iproute2/include/linux/ |
if_tunnel.h | 32 int link; member in struct:ip_tunnel_parm
|
/external/jdiff/src/jdiff/ |
Diff.java | 24 // Generate the string which will link to this set of diffs 120 if (script.link == null) 125 for (; hunk != null; hunk = hunk.link) { 145 lasthunk.link = hunk.link; 181 for (; hunk != null; hunk = hunk.link) { 260 } //for (; hunk != null; hunk = hunk.link) 285 // Create the HTML link to the previous package 293 // Create the HTML link to the next package 321 diffFile.println("<LINK REL=\"stylesheet\" TYPE=\"text/css\" HREF=\"" + "../" + "stylesheet-jdiff.css\" TITLE=\"Style\">") 516 String link = "<a href=\\"" + Diff.diffFileName + diffOutput.pkgName_ + HTMLReportGenerator.reportFileExt + "#" + diffOutput.id_ + "\\">"; local [all...] |
/external/kernel-headers/original/linux/nfsd/ |
xdr.h | 132 struct nfsd_linkargs link; member in union:nfsd_xdrstore
|
/external/libppp/src/ |
mp.h | 42 #define MP_LINKSENT 0 /* We attached the link to another ppp */ 44 #define MP_ADDED 2 /* We've added the link to our MP */ 73 struct link link; member in struct:mp 86 int link; /* Next link to send on */ member in struct:mp::__anon21064 103 int period; /* link->throughput sample period */ 114 unsigned bandwidth; /* Our link bandwidth (or zero) */ 136 extern struct mbuf *mp_Input(struct bundle *, struct link *, struct mbuf *);
|
nat_cmd.c | 74 #include "link.h" 118 struct alias_link *link; local 177 link = PacketAliasRedirectPort(localaddr, htons(llocalport), 182 if (link == NULL) { 208 struct alias_link *link; local 222 link = PacketAliasRedirectAddr(localaddr, aliasaddr); 223 if (link == NULL) { 244 struct alias_link *link; local 291 link = PacketAliasRedirectProto(localIP, remoteIP, publicIP, pe->p_proto); 292 if (link == NULL) [all...] |
/external/libvorbis/lib/ |
block.c | 118 struct alloc_chain *link=_ogg_malloc(sizeof(*link)); local 120 link->next=vb->reap; 121 link->ptr=vb->localstore; 122 vb->reap=link;
|
/external/mesa3d/src/gallium/state_trackers/wgl/ |
stw_framebuffer.c | 74 struct stw_framebuffer **link; local 83 link = &stw_dev->fb_head; 84 while (*link != fb) 85 link = &(*link)->next; 86 assert(*link); 87 *link = fb->next;
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
brw_fs_emit.cpp | 751 fs_bblock_link *link = (fs_bblock_link *)node; local 752 fs_bblock *block = link->block; 1022 fs_bblock_link *link = (fs_bblock_link *)node; local 1023 fs_bblock *block = link->block;
|
/external/ppp/pppd/plugins/radius/ |
avpair.c | 530 VALUE_PAIR *link; local 664 link = *first_pair; 665 while (link->next != (VALUE_PAIR *) NULL) 667 link = link->next; 669 link->next = pair;
|
/frameworks/base/core/java/android/text/method/ |
LinkMovementMethod.java | 135 ClickableSpan[] link = buffer.getSpans(selStart, selEnd, ClickableSpan.class); local 137 if (link.length != 1) 140 link[0].onClick(widget); 213 ClickableSpan[] link = buffer.getSpans(off, off, ClickableSpan.class); local 215 if (link.length != 0) { 217 link[0].onClick(widget); 220 buffer.getSpanStart(link[0]), 221 buffer.getSpanEnd(link[0]));
|
/hardware/samsung_slsi/exynos5/libv4l2/ |
exynos_mc.c | 128 struct media_link_desc *link = &links.links[i]; local 134 source = exynos_media_get_entity_by_id(media, link->source.entity); 135 sink = exynos_media_get_entity_by_id(media, link->sink.entity); 137 ALOGE("WARNING entity %u link %u from %u/%u to %u/%u is invalid!", 138 id, i, link->source.entity, 139 link->source.index, 140 link->sink.entity, 141 link->sink.index); 145 fwdlink->source = &source->pads[link->source.index]; 146 fwdlink->sink = &sink->pads[link->sink.index] 380 struct media_link *link = &pad->entity->links[i]; local 463 struct media_link *link; local 524 struct media_link *link = &entity->links[j]; local 674 struct media_link *link; local 719 struct media_link *link; local [all...] |