HomeSort by relevance Sort by last modified time
    Searched refs:ol (Results 1 - 25 of 45) sorted by null

1 2

  /external/dhcpcd/
showlease.c 192 uint8_t l, ol = 0; local
209 memcpy(bp, op, ol);
210 bp += ol;
212 ol = *p;
214 bl += ol;
251 memcpy(bp, op, ol);
dhcp.c 261 uint8_t l, ol = 0; local
278 memcpy(bp, op, ol);
279 bp += ol;
281 ol = *p;
283 bl += ol;
320 memcpy(bp, op, ol);
  /external/clearsilver/util/
neo_net.h 34 int ol; member in struct:_neo_sock
neo_net.c 302 * we're just returing with a ol of 0, which means in most cases when
316 if (sock->ol)
385 while (x < sock->ol)
400 r = write(sock->fd, sock->obuf + x, sock->ol - x);
407 sock->ol = 0;
601 if (sock->ol < NET_BUFSIZE)
603 if (sock->ol + x <= NET_BUFSIZE)
609 l = NET_BUFSIZE - sock->ol;
612 memcpy(sock->obuf + sock->ol, b + blen - x, l);
613 sock->ol += l
    [all...]
  /external/webkit/WebCore/manual-tests/inspector-wrappers/
inspector-wrappers-test-utils.js 33 "<ol>" +
44 str += "<li>If the test failed, a prompt will appear.</ol>";
  /external/webkit/WebCore/css/
html.css 236 ol {
247 ul ul, ol ul {
251 ol ol ul, ol ul ul, ul ol ul, ul ul ul {
269 ol ul, ul ol, ul ul, ol ol {
    [all...]
  /external/clearsilver/cgi/
html.c 491 int ol = str->len; local
501 ol = strlen(str->buf);
502 while (ol && isspace(str->buf[ol-1]))
504 str->buf[ol - 1] = '\0';
505 ol--;
507 str->len = ol;
518 memmove (str->buf + x, ptr, ol - i + 1);
522 ol = str->len;
  /build/tools/droiddoc/templates/assets/
android-developer-docs.css 618 .jd-tagdescr ol,
711 div.special ol {
715 div.special ol li {
786 ol.no-style,
852 #qv ol {
857 #qv ol ol{
1034 ol.toc {
1041 ol.toc li {
1047 ol.toc li p
    [all...]
android-developer-core.css 11 dl,dt,dd,ol,ul,li,table,caption,tbody,
92 p,ul,ol,dl,dd,dt,li {
96 ul,ol {
139 li ol,
141 dd ol {
153 ol dl,
  /build/tools/droiddoc/templates-pdk/assets/
android-developer-core.css 11 dl,dt,dd,ol,ul,li,table,caption,tbody,
145 p,ul,ol,dl,dd,dt,li {
149 ul,ol {
190 li ol,
192 dd ol {
204 ol dl,
  /external/chromium/third_party/icu/source/test/perf/collationperf/
CollPerf.pl 211 <ol>
224 </ol>
  /external/icu4c/test/perf/collationperf/
CollPerf.pl 211 <ol>
224 </ol>
  /external/chromium/third_party/icu/
icu4c.css 9 body,p,li,ol,ul,th,td {
120 p,pre,table,ul,ol,dl {
  /external/icu4c/
icu4c.css 9 body,p,li,ol,ul,th,td {
120 p,pre,table,ul,ol,dl {
  /external/webkit/WebCore/inspector/front-end/
audits.css 145 div.panel.audits .sidebar > ol.sidebar-tree > li:nth-child(1) {
inspector.css 717 .console-group-messages .outline-disclosure > ol {
721 .console-group-messages .outline-disclosure, .console-group-messages .outline-disclosure ol {
1097 .outline-disclosure ol:focus li.selected .selection {
1105 .outline-disclosure > ol {
1114 .outline-disclosure, .outline-disclosure ol {
1138 .outline-disclosure ol:focus li.selected {
1142 .outline-disclosure ol:focus li.selected * {
1167 .outline-disclosure ol:focus li.parent.selected::before {
1175 .outline-disclosure ol:focus li.parent.expanded.selected::before {
1179 .outline-disclosure ol.children
    [all...]
  /build/tools/droiddoc/templates-sdk/
customization.cs 57 <option value="es">Espańol</option>
  /external/libvpx/examples/includes/PHP-Markdown-Extra-1.2.3/
markdown.php 136 '<p> </p> <pre> </pre> <ol> </ol> <ul> </ul> <li> </li>');
143 if (!preg_match('{^$|^<(p|ul|ol|dl|pre|blockquote)>}i', $text)) {
403 $block_tags_b_re = 'p|div|h[1-6]|blockquote|pre|table|dl|ol|ul|address|'.
954 # Re-usable pattern to match any entirel ul or ol list:
    [all...]
  /external/webkit/WebCore/bridge/qt/
qt_runtime.cpp 885 QObjectList ol= variant.value<QObjectList>(); local
    [all...]
  /external/fdlibm/
configure 459 | --oldin | --oldi | --old | --ol | --o)
463 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
    [all...]
  /external/svox/pico/lib/
picopr.c     [all...]
  /external/clearsilver/
configure 494 | --oldin | --oldi | --old | --ol | --o)
498 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
    [all...]
  /external/elfutils/
configure 462 | --oldin | --oldi | --old | --ol | --o)
466 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
    [all...]
  /external/genext2fs/
configure 921 | --oldin | --oldi | --old | --ol | --o)
925 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
    [all...]
  /external/webkit/SunSpider/tests/sunspider-0.9/
string-unpack-code.js     [all...]

Completed in 607 milliseconds

1 2