Searched refs:link (Results 176 - 200 of 894) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
H A DrevisionHistory.css55 .revision-history-link {
62 .revision-history-link-row {
/external/chromium_org/third_party/skia/platform_tools/chromeos/bin/
H A Dchromeos_setup.sh30 link)
43 echo "x86-alex link daisy"
/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
H A Dgenmodule.c41 STAILQ_ENTRY(include) link;
78 STAILQ_INSERT_TAIL(&includes, inc, link);
84 STAILQ_REMOVE_HEAD(&includes, link);
127 STAILQ_INSERT_TAIL(&includes, inc, link);
H A Dvalparam.h39 /*@reldef@*/ STAILQ_ENTRY(yasm_valparam) link; /**< Next pair in list */ member in struct:yasm_valparam
202 STAILQ_INSERT_TAIL(headp, vp, link); \
222 #define yasm_vps_next(cur) STAILQ_NEXT(cur, link)
231 #define yasm_vps_foreach(iter, headp) STAILQ_FOREACH(iter, headp, link)
H A Dinsn.h93 /*@reldef@*/ STAILQ_ENTRY(yasm_insn_operand) link; member in struct:yasm_insn_operand
205 #define yasm_insn_op_next(cur) STAILQ_NEXT(cur, link)
H A Derrwarn.c66 /*@reldef@*/ STAILQ_ENTRY(warn) link;
77 /*@reldef@*/ SLIST_ENTRY(errwarn_data) link;
205 next = SLIST_NEXT(ins_we, link);
233 SLIST_INSERT_HEAD(&errwarns->errwarns, we, link);
236 SLIST_INSERT_AFTER(ins_we, we, link);
342 STAILQ_REMOVE_HEAD(&yasm_warns, link);
371 STAILQ_INSERT_TAIL(&yasm_warns, w, link);
397 STAILQ_REMOVE_HEAD(&yasm_warns, link);
443 SLIST_REMOVE_HEAD(&errwarns->errwarns, link);
504 SLIST_FOREACH(we, &errwarns->errwarns, link) {
[all...]
/external/chromium_org/ui/base/cocoa/controls/
H A Dhyperlink_text_view.h24 // specified |message| with a hypertext style |link| inserted at |linkOffset|.
27 withLink:(NSString*)link
39 // Marks a |range| within the given message as link, associating it with
/external/clang/test/CodeGen/
H A D2009-01-21-InvalidIterator.c59 struct frame_hdr_cache_element *link; member in struct:unw_eh_callback_data
/external/kernel-headers/original/uapi/linux/
H A Dif_bonding.h30 * - Added support for IEEE 802.3ad Dynamic link aggregation mode.
74 /* each slave's link has 4 states */
75 #define BOND_LINK_UP 0 /* link is up and running */
76 #define BOND_LINK_FAIL 1 /* link has just gone down */
77 #define BOND_LINK_DOWN 2 /* link has been down for too long time */
78 #define BOND_LINK_BACK 3 /* link is going back */
81 #define BOND_STATE_ACTIVE 0 /* link is active */
82 #define BOND_STATE_BACKUP 1 /* link is backup */
106 __s8 link; member in struct:ifslave
/external/libnl/src/
H A Dnl-neightbl-list.c13 #include <netlink/cli/link.h>
H A Dnl-rule-list.c14 #include <netlink/cli/link.h>
/external/llvm/test/MC/MachO/ARM/
H A Dthumb-bl-jbits.s15 # We are checking that the branch and link instruction which is:
/external/okhttp/website/static/
H A Djquery.smooth-scroll.min.js7 (function(l){function t(l){return l.replace(/(:|\.)/g,"\\$1")}var e="1.4.10",o={exclude:[],excludeWithin:[],offset:0,direction:"top",scrollElement:null,scrollTarget:null,beforeScroll:function(){},afterScroll:function(){},easing:"swing",speed:400,autoCoefficent:2},r=function(t){var e=[],o=!1,r=t.dir&&"left"==t.dir?"scrollLeft":"scrollTop";return this.each(function(){if(this!=document&&this!=window){var t=l(this);t[r]()>0?e.push(this):(t[r](1),o=t[r]()>0,o&&e.push(this),t[r](0))}}),e.length||this.each(function(){"BODY"===this.nodeName&&(e=[this])}),"first"===t.el&&e.length>1&&(e=[e[0]]),e};l.fn.extend({scrollable:function(l){var t=r.call(this,{dir:l});return this.pushStack(t)},firstScrollable:function(l){var t=r.call(this,{el:"first",dir:l});return this.pushStack(t)},smoothScroll:function(e){e=e||{};var o=l.extend({},l.fn.smoothScroll.defaults,e),r=l.smoothScroll.filterPath(location.pathname);return this.unbind("click.smoothscroll").bind("click.smoothscroll",function(e){var n=this,s=l(this),c=o.exclude,i=o.excludeWithin,a=0,f=0,h=!0,u={},d=location.hostname===n.hostname||!n.hostname,m=o.scrollTarget||(l.smoothScroll.filterPath(n.pathname)||r)===r,p=t(n.hash);if(o.scrollTarget||d&&m&&p){for(;h&&c.length>a;)s.is(t(c[a++]))&&(h=!1);for(;h&&i.length>f;)s.closest(i[f++]).length&&(h=!1)}else h=!1;h&&(e.preventDefault(),l.extend(u,o,{scrollTarget:o.scrollTarget||p,link:n}),l.smoothScroll(u))}),this}}),l.smoothScroll=function(t,e){var o,r,n,s,c=0,i="offset",a="scrollTop",f={},h={};"number"==typeof t?(o=l.fn.smoothScroll.defaults,n=t):(o=l.extend({},l.fn.smoothScroll.defaults,t||{}),o.scrollElement&&(i="position","static"==o.scrollElement.css("position")&&o.scrollElement.css("position","relative"))),o=l.extend({link:null},o),a="left"==o.direction?"scrollLeft":a,o.scrollElement?(r=o.scrollElement,c=r[a]()):r=l("html, body").firstScrollable(),o.beforeScroll.call(r,o),n="number"==typeof t?t:e||l(o.scrollTarget)[i]()&&l(o.scrollTarget)[i]()[o.direction]||0,f[a]=n+c+o.offset,s=o.speed,"auto"===s&&(s=f[a]||r.scrollTop(),s/=o.autoCoefficent),h={duration:s,easing:o.easing,complete:function(){o.afterScroll.call(o.link,o)}},o.step&&(h.step=o.step),r.length?r.stop().animate(f,h):o.afterScroll.call(o.link,o)},l.smoothScroll.version=e,l.smoothScroll.filterPath=function(l){return l.replace(/^\//,"").repl (…)
/external/skia/platform_tools/chromeos/bin/
H A Dchromeos_setup.sh30 link)
43 echo "x86-alex link daisy"
/external/stlport/test/eh/
H A Dintel.mak31 LINK32=link.exe
35 CPP_LIBS = /link /libpath:"..\..\lib"
/external/valgrind/main/docs/lib/
H A Dvg_basic.css1 /* default link colours */
2 a, a:link, a:visited, a:active { color: #74240f; }
20 code a, code a:link, code a:visited, code a:active, code a:hover {
/external/chromium-trace/trace-viewer/src/cc/
H A Dpicture_debugger.js98 // Create a link and click on it. BEST API EVAR!
99 var link = document.createElementNS('http://www.w3.org/1999/xhtml', 'a');
100 link.href = blobUrl;
101 link.download = this.filename_.value;
106 link.dispatchEvent(event);
/external/chromium_org/chrome/browser/resources/net_internals/
H A Dsocket_pool_wrapper.js108 idleCell.link = sourceListLink(idleSources);
109 connectingCell.link = sourceListLink(connectingSources);
152 idleCell.link = sourceListLink(group.idle_sockets);
153 connectingCell.link = sourceListLink(group.connect_jobs);
164 * Takes in a list of source IDs and returns a link that will select the
H A Dtable_printer.js197 if (cell.link) {
203 linkNode.href = cell.link;
265 if (cell.link) {
267 linkNode.href = cell.link;
283 this.link = null;
/external/jemalloc/test/unit/
H A Dmq.c8 mq_msg(mq_msg_t) link;
10 mq_gen(static, mq_, mq_t, mq_msg_t, link)
/external/pdfium/fpdfsdk/include/
H A Dfpdfdoc.h109 // Find a link at specified point on a document page.
115 // Handle to the link. NULL if no link found at that point.
123 // Get destination info of a link.
126 // link - Handle to the link. Returned by FPDFLink_GetLinkAtPoint.
128 // Handle to the destination. NULL if there is no destination associated with the link, in this case
131 DLLEXPORT FPDF_DEST STDCALL FPDFLink_GetDest(FPDF_DOCUMENT document, FPDF_LINK link);
134 // Get action info of a link.
136 // link
[all...]
/external/proguard/src/proguard/classfile/util/
H A DMethodLinker.java94 link(member, otherMember);
104 private static void link(Member member1, Member member2) method in class:MethodLinker
110 // Check if both link chains aren't already ending in the same element.
/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/extensions/renderer/resources/
H A Dextension.css112 input[type='submit']):not(.custom-appearance):not(.link-button),
132 input[type='submit']):not(.custom-appearance):not(.link-button),
146 input[type='submit']):not(.custom-appearance):not(.link-button) {
254 input[type='submit']):not(.custom-appearance):not(.link-button)) {
277 input[type='submit']):not(.custom-appearance):not(.link-button)) {
294 input[type='submit']):not(.custom-appearance):not(.link-button),
337 input[type='submit']):not(.custom-appearance):not(.link-button)) {
348 .link-button {
361 .link-button:hover {
365 .link
[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...]

Completed in 9262 milliseconds

1234567891011>>