/external/curl/lib/ |
D | checksrc.pl | 261 my $ol = $l; # keep the unmodified line for error reporting 422 $line, length($1), $file, $ol, "space before last semicolon"); 435 $line, length($1), $file, $ol, 444 $line, length($1), $file, $ol, 454 $line, length($1), $file, $ol, "badly placed open brace"); 469 checkwarn("INDENTATION", $line, length($1), $file, $ol, 479 $line, length($1), $file, $ol, 485 $line, length($1)-1, $file, $ol, 497 $line, length($l)-1, $file, $ol, 502 $prevl = $ol;
|
/external/libnl/doc/stylesheets/ |
D | slidy.css | 243 p,pre,ul,ol,blockquote,h2,h3,h4,h5,h6,dl,table { 263 ol { selector 281 ol li { 308 li ol li { 313 li li ol li { 319 setting class="outline" on ol or ul makes it behave as an 325 ol.outline li:hover { cursor: pointer } 326 ol.outline li.nofold:hover { cursor: default } 331 ol.outline { list-style:decimal; } 332 ol.outline ol { list-style-type:lower-alpha } [all …]
|
D | xhtml11.css | 69 ul, ol, li > p { selector 221 ul, ol { selector 224 ol.arabic { 227 ol.loweralpha { 230 ol.upperalpha { 233 ol.lowerroman { 236 ol.upperroman { 240 div.compact ul, div.compact ol,
|
D | volnitsky.css | 75 ul, ol, li > p { selector 223 ul, ol { selector 226 ol.arabic { 229 ol.loweralpha { 232 ol.upperalpha { 235 ol.lowerroman { 238 ol.upperroman { 242 div.compact ul, div.compact ol,
|
D | asciidoc.css | 84 ul, ol, li > p { selector 241 ul, ol { selector 244 ol.arabic { 247 ol.loweralpha { 250 ol.upperalpha { 253 ol.lowerroman { 256 ol.upperroman { 260 div.compact ul, div.compact ol,
|
D | flask.css | 86 ul, ol, li > p { selector 241 ul, ol { selector 244 ol.arabic { 247 ol.loweralpha { 250 ol.upperalpha { 253 ol.lowerroman { 256 ol.upperroman { 260 div.compact ul, div.compact ol,
|
/external/jemalloc/test/src/ |
D | SFMT.c | 164 uint64_t th, tl, oh, ol; in rshift128() local 170 ol = tl >> (shift * 8); in rshift128() 171 ol |= th << (64 - shift * 8); in rshift128() 172 out->u[0] = (uint32_t)(ol >> 32); in rshift128() 173 out->u[1] = (uint32_t)ol; in rshift128() 179 uint64_t th, tl, oh, ol; in rshift128() local 185 ol = tl >> (shift * 8); in rshift128() 186 ol |= th << (64 - shift * 8); in rshift128() 187 out->u[1] = (uint32_t)(ol >> 32); in rshift128() 188 out->u[0] = (uint32_t)ol; in rshift128() [all …]
|
/external/dhcpcd-6.8.2/ |
D | dhcp-common.c | 754 const struct dhcp_opt *opt, int vname, const uint8_t *od, size_t ol, in dhcp_envoption1() argument 762 ol = (size_t)dhcp_optlen(opt, ol); in dhcp_envoption1() 763 if ((ssize_t)ol == -1) in dhcp_envoption1() 766 len = print_option(NULL, 0, opt->type, od, ol, ifname); in dhcp_envoption1() 788 print_option(v, (size_t)len + 1, opt->type, od, ol, ifname); in dhcp_envoption1() 798 const uint8_t *od, size_t ol) in dhcp_envoption() argument 810 prefix, opt, 1, od, ol, ifname)) in dhcp_envoption() 843 e = dhcp_optlen(eopt, ol); in dhcp_envoption() 852 if (ol != 0 || i + 1 < opt->embopts_len) in dhcp_envoption() 866 ol -= e; in dhcp_envoption() [all …]
|
D | dhcp6.c | 223 size_t ol; in dhcp6_findoption() local 230 ol = sizeof(*o) + ntohs(o->len); in dhcp6_findoption() 231 if (ol > len) { in dhcp6_findoption() 237 len -= ol; in dhcp6_findoption() 247 const uint8_t *od, size_t ol, struct dhcp_opt **oopt) in dhcp6_getoption() argument 255 if (ol < *os) { in dhcp6_getoption() 261 if (*len > ol - *os) { in dhcp6_getoption() 1831 uint16_t ol; in dhcp6_findpd() local 1840 ol = ntohs(o->len); in dhcp6_findpd() 1841 l -= sizeof(*o) + ol; in dhcp6_findpd() [all …]
|
/external/ltp/testcases/kernel/fs/scsi/ltpscsi/ |
D | llseek.c | 54 unsigned long ol, llse_loff_t * result, unsigned int origin) in _llseek() argument 61 unsigned long ol, llse_loff_t * result, unsigned int origin) in _llseek() argument 63 return syscall(__NR_llseek, fd, oh, ol, result, origin); in _llseek()
|
/external/flatbuffers/docs/source/ |
D | style.css | 312 ol, selector 318 ol { selector 322 ol ol { 326 ol ol ol {
|
/external/llvm/docs/_ocamldoc/ |
D | style.css | 6 small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset, selector 38 hr, hr + br, div + br, center + br, span + br, ul + br, ol + br, pre + br 66 ul, ol { margin-top:0.688em; padding-bottom:0.687em; selector 68 ul + p, ol + p { margin-top: 0em } 74 ol > li { margin-left: 1.7em; }
|
/external/shflags/doc/ |
D | rst2html.css | 160 ol.simple, ul.simple { 163 ol.arabic { 166 ol.loweralpha { 169 ol.upperalpha { 172 ol.lowerroman { 175 ol.upperroman {
|
/external/libevent/ |
D | buffer_iocp.c | 171 struct event_overlapped *ol) in evbuffer_launch_write() argument 225 &ol->overlapped, NULL)) { in evbuffer_launch_write() 245 struct event_overlapped *ol) in evbuffer_launch_read() argument 291 &ol->overlapped, NULL)) { in evbuffer_launch_read()
|
D | iocp-internal.h | 134 int evbuffer_launch_read(struct evbuffer *buf, size_t n, struct event_overlapped *ol); 148 int evbuffer_launch_write(struct evbuffer *buf, ev_ssize_t n, struct event_overlapped *ol);
|
/external/icu/icu4c/source/data/locales/ |
D | nnh.txt | 165 "saŋ njÿoláʼ", 179 "saŋ njÿoláʼ", 195 "saŋ njÿoláʼ", 209 "saŋ njÿoláʼ",
|
/external/mockftpserver/tags/2.x_Before_IDEA/src/main/groovy/org/mockftpserver/fake/command/ |
D | PwdCommandHandler.groovy | 26 * <ol> 29 * </ol>
|
D | UserCommandHandler.groovy | 26 * <ol> 30 * </ol>
|
D | CwdCommandHandler.groovy | 26 * <ol> 31 * </ol>
|
D | RmdCommandHandler.groovy | 26 * <ol> 31 * </ol>
|
D | PassCommandHandler.groovy | 26 * <ol> 32 * </ol>
|
D | RnfrCommandHandler.groovy | 26 * <ol> 31 * </ol>
|
/external/doclava/res/assets/templates/assets/ |
D | doclava-developer-docs.css | 622 .jd-tagdescr ol, 715 div.special ol { 719 div.special ol li { 788 ol.no-style, 893 ol.toc { 900 ol.toc li { 906 ol.toc li p { 910 ol.toc li ol { 915 ol.toc li li { 922 table ol.toc {
|
D | doclava-developer-core.css | 8 dl,dt,dd,ol,ul,li,table,caption,tbody, selector 89 p,ul,ol,dl,dd,dt,li { selector 93 ul,ol { selector 136 li ol, 138 dd ol { 150 ol dl,
|
/external/toolchain-utils/crosperf/ |
D | machine_image_manager.py | 150 for ol, l in enumerate(self.labels_): 153 self.matrix_[ol][self.dut_name_ordinal_[r]] = ' '
|