/external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/messages/ |
spoken_messages.js | 9 * $m('aria_role_link').withCount(document.links.length) 104 * to our i18n resources. The message "2 links" is a possible output.
|
/external/chromium_org/third_party/npapi/npspy/extern/nspr/md/ |
_bsdi.h | 167 #define _PR_ADD_TO_IOQ(_pq, _cpu) PR_APPEND_LINK(&_pq.links, &_PR_IOQ(_cpu))
|
_dgux.h | 157 #define _PR_ADD_TO_IOQ(_pq, _cpu) PR_APPEND_LINK(&_pq.links, &_PR_IOQ(_cpu))
|
_hpux.h | 182 #define _PR_ADD_TO_IOQ(_pq, _cpu) PR_APPEND_LINK(&_pq.links, &_PR_IOQ(_cpu))
|
_ncr.h | 168 #define _PR_ADD_TO_IOQ(_pq, _cpu) PR_APPEND_LINK(&_pq.links, &_PR_IOQ(_cpu))
|
_nec.h | 152 #define _PR_ADD_TO_IOQ(_pq, _cpu) PR_APPEND_LINK(&_pq.links, &_PR_IOQ(_cpu))
|
_nto.h | 171 #define _PR_ADD_TO_IOQ(_pq, _cpu) PR_APPEND_LINK(&_pq.links, &_PR_IOQ(_cpu))
|
_openbsd.h | 181 #define _PR_ADD_TO_IOQ(_pq, _cpu) PR_APPEND_LINK(&_pq.links, &_PR_IOQ(_cpu))
|
_osf1.h | 183 #define _PR_ADD_TO_IOQ(_pq, _cpu) PR_APPEND_LINK(&_pq.links, &_PR_IOQ(_cpu))
|
_qnx.h | 162 #define _PR_ADD_TO_IOQ(_pq, _cpu) PR_APPEND_LINK(&_pq.links, &_PR_IOQ(_cpu))
|
_rhapsody.h | 153 #define _PR_ADD_TO_IOQ(_pq, _cpu) PR_APPEND_LINK(&_pq.links, &_PR_IOQ(_cpu))
|
_scoos.h | 158 #define _PR_ADD_TO_IOQ(_pq, _cpu) PR_APPEND_LINK(&_pq.links, &_PR_IOQ(_cpu))
|
_sony.h | 143 #define _PR_ADD_TO_IOQ(_pq, _cpu) PR_APPEND_LINK(&_pq.links, &_PR_IOQ(_cpu))
|
_unixware.h | 157 #define _PR_ADD_TO_IOQ(_pq, _cpu) PR_APPEND_LINK(&_pq.links, &_PR_IOQ(_cpu))
|
/external/libvorbis/include/vorbis/ |
vorbisfile.h | 120 int links; member in struct:OggVorbis_File
|
/hardware/samsung_slsi/exynos5/include/ |
exynos_v4l2.h | 155 struct media_link *links; member in struct:media_entity
|
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/email_this_page/ |
background.js | 38 // Plain vanilla mailto links open up in the same tab to prevent
|
/external/chromium_org/google_apis/drive/ |
gdata_wapi_parser_unittest.cc | 41 // Check links. 42 ASSERT_EQ(6U, feed->links().size()); 177 // Check feed links. 183 // Check links. 184 ASSERT_EQ(8U, entry->links().size());
|
/external/lldb/www/python_reference/ |
epydoc.js | 2 // Search for any private/public links on this page. Store 240 var links = ""; 244 links += "<li><a href='" + target[1] + 257 links +
|
/external/chromium_org/chrome/browser/resources/local_ntp/ |
local_ntp.css | 619 /* Links in the notification. */ 620 #mv-notice-links span { 628 #mv-notice-links span:hover, 629 #mv-notice-links span:focus, 638 .default-theme.dark #mv-notice-links span { 642 #mv-notice-links .mv-x {
|
/external/chromium_org/v8/src/compiler/ |
scheduler.cc | 880 int links = 0; local 890 DCHECK(l->block->rpo_number_ == links + loop->header->rpo_number_); 891 links++; 893 DCHECK(links < static_cast<int>(2 * order->size())); // cycle? 895 DCHECK(links > 0); 896 DCHECK(links == (header->loop_end_ - header->rpo_number_)); 915 DCHECK(links == count); [all...] |
/external/chromium_org/third_party/icu/source/tools/tzcode/ |
zic.c | 36 * links to be handled correctly. */ 306 static struct link * links; variable in typeref:struct:link 717 ** Make links. 720 eat(links[i].l_filename, links[i].l_linenum); 721 dolink(links[i].l_from, links[i].l_to); 723 emit_icu_link(icuFile, links[i].l_from, links[i].l_to); 727 if (strcmp(links[i].l_to [all...] |
/external/icu/icu4c/source/tools/tzcode/ |
zic.c | 36 * links to be handled correctly. */ 306 static struct link * links; variable in typeref:struct:link 717 ** Make links. 720 eat(links[i].l_filename, links[i].l_linenum); 721 dolink(links[i].l_from, links[i].l_to); 723 emit_icu_link(icuFile, links[i].l_from, links[i].l_to); 727 if (strcmp(links[i].l_to [all...] |
/external/f2fs-tools/fsck/ |
fsck.c | 48 node->links = link_cnt; 74 DBG(2, "ino[0x%x] has hard links [0x%x]\n", nid, link_cnt); 97 node->links = node->links - 1; 100 if (node->links == 1) { 366 DBG(3, "[0x%x] has hard links [0x%x]\n", nid, i_links); 499 ASSERT_MSG("ino: 0x%x has i_links: %u but real links: %u", 992 printf("NID[0x%x] has [0x%x] more unreachable links\n", 993 node->nid, node->links);
|
/external/chromium_org/chrome/browser/resources/ntp4/ |
new_tab.js | 428 * @param {Array.<{text: string, action: function()}>} links An array of 429 * records describing the links in the notification. Each record should 435 function showNotification(message, links, opt_closeHandler, opt_timeout) { 448 for (var i = 0; i < links.length; i++) { 450 link.textContent = links[i].text; 451 link.action = links[i].action;
|