Searched refs:link (Results 76 - 100 of 894) sorted by relevance

1234567891011>>

/external/chromium_org/chrome/common/extensions/docs/examples/api/downloads/download_filename_controller/
H A Dbg.js9 var link = document.createElement('a');
10 link.href = item.url.toLowerCase();
11 var host = (rule.match_param.indexOf(':') < 0) ? link.hostname : link.host;
/external/chromium_org/components/onc/docs/
H A Donc_spec.js15 var link = document.createElement('a');
16 link.href = '#' + header.id;
17 link.textContent = header.textContent;
18 li.appendChild(link);
/external/chromium_org/third_party/WebKit/Source/core/html/imports/
H A DHTMLImportChildClient.h47 virtual HTMLLinkElement* link() = 0;
/external/libnl/include/netlink/cli/
H A Dlink.h2 * netlink/cli/link.h CLI Link Helpers
15 #include <netlink/route/link.h>
19 nl_cli_alloc_cache((sk), "link", rtnl_link_alloc_cache)
/external/libpcap/tests/
H A Dpcap_compile_test.c1 pcap = pcap_open_dead(link, snaplen);
/external/chromium_org/chrome/browser/resources/
H A Dcrashes.js56 var link = document.createElement('a');
85 link.href = href;
86 link.target = '_blank';
87 link.textContent = loadTimeData.getString('bugLinkText');
88 linkBlock.appendChild(link);
/external/chromium_org/chrome/browser/resources/media/
H A Dwebrtc_logs.js65 var link = document.createElement('a');
94 link.href = href;
95 link.target = '_blank';
96 link.textContent = loadTimeData.getString('bugLinkText');
97 uploadLine.appendChild(link);
/external/chromium_org/chrome/tools/
H A Dwebforms_aggregator.py51 # Strings in a webpage that are indicative of a registration link.
58 # URLs are selected for downloading with the following rules from the link
59 # lists, giving more weight to the links that contain a link clue.
111 def _AddLink(self, link):
112 """Adds url |link|, if not already present, to the appropriate list.
114 The link only gets added to the single list that is appopriate for it:
118 link: the url that is inserted to the appropriate links list.
121 if isinstance(link, unicode):
123 link = httplib2.iri2uri(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/
H A Djumplist_updater_win.cc28 base::win::ScopedComPtr<IShellLink> link; local
29 HRESULT result = link.CreateInstance(CLSID_ShellLink, NULL,
37 result = link->SetPath(application_path.c_str());
47 result = link->SetArguments(arguments.c_str());
56 link->SetIconLocation(item->icon_path().c_str(), item->icon_index());
64 result = link.QueryInterface(property_store.Receive());
76 return SUCCEEDED(collection->AddObject(link));
225 scoped_refptr<ShellLinkItem> link(*item);
226 AddShellLink(collection, application_path.value(), link);
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
H A DinspectorSyntaxHighlight.css42 .cm-css-link {color: rgb(7, 144, 154);}
52 .cm-xml-link {color: #00e;}
96 .webkit-html-external-link,
97 .webkit-html-resource-link {
98 /* Keep this in sync with view-source.css (.webkit-html-external-link, .webkit-html-resource-link) */
102 .webkit-html-resource-link {
108 .webkit-html-external-link {
109 /* Keep this in sync with view-source.css (.webkit-html-external-link) */
113 .webkit-html-external-link
[all...]
/external/owasp/sanitizer/tools/findbugs/bin/
H A Dfb13 link=`ls -ld "$program"`
14 link=`expr "$link" : '.*-> \(.*\)'`
15 if [ "`expr "$link" : '/.*'`" = 0 ]; then
18 program="$dir/$link"
21 program="$link"
H A Dfindbugs13 link=`ls -ld "$program"`
14 link=`expr "$link" : '.*-> \(.*\)'`
15 if [ "`expr "$link" : '/.*'`" = 0 ]; then
18 program="$dir/$link"
21 program="$link"
/external/bison/lib/
H A Dfd-hook.h106 struct fd_hook *link);
109 extern void unregister_fd_hook (struct fd_hook *link);
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/tests/
H A Delfglobal.asm1 ; Note: you should be able to link elfreloc.o with elfglobal.o to make a
/external/iproute2/ip/
H A Dlink_veth.c22 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/kernel-headers/original/uapi/linux/
H A Dip6_tunnel.h24 int link; /* ifindex of underlying L2 interface */ member in struct:ip6_tnl_parm
36 int link; /* ifindex of underlying L2 interface */ member in struct:ip6_tnl_parm2
/external/qemu/distrib/ext4_utils/src/
H A Dcontents.h24 char *link; member in struct:dentry
39 u32 make_link(const char *link);
/external/chromium-trace/trace-viewer/src/tracing/analysis/
H A Danalysis_results.css41 .selection-changing-link {
42 color: -webkit-link;
/external/chromium_org/chrome/browser/drive/
H A Ddrive_api_util.cc193 google_apis::Link* link = new google_apis::Link; local
194 link->set_type(google_apis::Link::LINK_PARENT);
195 link->set_href(file_resource.parents()[i].parent_link());
196 links.push_back(link);
199 google_apis::Link* link = new google_apis::Link; local
200 link->set_type(google_apis::Link::LINK_ALTERNATE);
201 link->set_href(file_resource.alternate_link());
202 links.push_back(link);
244 google_apis::Link* link = new google_apis::Link; local
245 link
270 google_apis::Link* link = new google_apis::Link; local
[all...]
/external/chromium_org/tools/traceline/traceline/
H A DMakefile12 /link \
22 /link \
/external/iproute2/include/linux/
H A Dip6_tunnel.h24 int link; /* ifindex of underlying L2 interface */ member in struct:ip6_tnl_parm
/external/jemalloc/src/
H A Dtsd.c119 ql_foreach(iter, &head->blocks, link) {
126 ql_elm_new(block, link);
128 ql_tail_insert(&head->blocks, block, link);
138 ql_remove(&head->blocks, block, link);
/external/libnl/src/
H A Dnl-link-name2ifindex.c2 * src/nl-link-name2ifindex.c Transform a interface name to its index
13 #include <netlink/cli/link.h>
17 printf("Usage: nl-link-ifindex2name <ifindex>\n");
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_deadlock_detector2.cc81 Link link[kMaxLink]; member in struct:__sanitizer::Mutex
236 Link *link = &mtx1->link[li]; local
237 if (link->id == m->id) {
238 if (link->seq != mtx->seq) {
239 link->seq = mtx->seq;
240 link->tid = lt->ctx;
241 link->stk0 = stk1;
242 link->stk1 = cb->Unwind();
244 VPrintf(3, "#%llu: DD::MutexBeforeLock added %d->%d link\
252 Link *link = &mtx1->link[mtx1->nlink++]; local
375 Link link = pt->pending[--npending]; local
409 Link *link = &pt->path[i]; local
[all...]

Completed in 934 milliseconds

1234567891011>>