HomeSort by relevance Sort by last modified time
    Searched refs:links (Results 76 - 100 of 317) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/chromium_org/third_party/npapi/npspy/extern/nspr/md/
_win16.h 89 PRCList links; /* for linking PRPollQueue's together */ member in struct:PRPollQueue
98 ((PRPollQueue *) ((char*) (_qp) - offsetof(PRPollQueue,links)))
106 #define _PR_ADD_TO_IOQ(_pq, _cpu) PR_APPEND_LINK(&_pq.links, &_PR_IOQ(_cpu))
_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/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/f2fs-tools/fsck/
fsck.h 67 u32 links; member in struct:hard_link_node
fsck.c 25 node->links = link_cnt;
51 DBG(2, "ino[0x%x] has hard links [0x%x]\n", nid, link_cnt);
78 node->links = node->links - 1;
81 if (node->links == 1) {
311 " There are one more hard links."
317 DBG(3, "ino[0x%x] has hard links [0x%x]\n", nid, i_links);
758 printf("NID[0x%x] has [0x%x] more unreachable links\n",
759 node->nid, node->links);
  /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/browser/resources/safe_browsing/
malware_block_v2.js 87 // All the links are handled by javascript sending commands back to the C++
  /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/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/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/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;

Completed in 554 milliseconds

1 2 34 5 6 7 8 91011>>