Home
last modified time | relevance | path

Searched refs:ol (Results 1 – 25 of 275) sorted by relevance

1234567891011

/external/toybox/toys/other/
Dblkdiscard.c44 unsigned long long ol[2]; local
47 ol[0] = TT.o;
48 if (FLAG(l)) ol[1] = TT.l;
50 xioctl(fd, BLKGETSIZE64, ol+1);
51 ol[1] -= ol[0];
53 xioctl(fd, FLAG(s) ? BLKSECDISCARD : FLAG(z) ? BLKZEROOUT : BLKDISCARD, ol);
/external/curl/lib/
Dchecksrc.pl372 my $ol = $l; # keep the unmodified line for error reporting
601 $line, length($1), $file, $ol, "space before last semicolon");
615 $line, length($1), $file, $ol,
622 $line, length($1), $file, $ol,
631 $line, length($1), $file, $ol,
641 $line, length($1), $file, $ol, "badly placed open brace");
656 checkwarn("INDENTATION", $line, length($1), $file, $ol,
666 $line, length($1), $file, $ol,
672 $line, length($1)-1, $file, $ol,
684 $line, length($l)-1, $file, $ol,
[all …]
/external/google-styleguide/
Djavaguide.css95 ol, selector
316 ol { selector
322 li ol {
330 ol { selector
358 ol { selector
362 ol ol {
366 ol ol ol {
370 ol ul {
374 ol.decimal {
378 ol.upper-alpha {
[all …]
/external/libnl/doc/stylesheets/
Dslidy.css243 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 …]
Dxhtml11.css69 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,
Dvolnitsky.css75 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,
Dasciidoc.css84 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_new/test/src/
DSFMT.c164 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/linux-kselftest/tools/testing/selftests/net/forwarding/
Dmirror_gre_bound.sh121 vrf_create vrf-ol
122 ip link set dev vrf-ol up
126 ip link set dev gt4 master vrf-ol
131 ip link set dev gt6 master vrf-ol
137 vrf_destroy vrf-ol
/external/kotlinx.coroutines/site/docs/_sass/
D_base.scss7 dl, dd, ol, ul, figure {
28 ul, ol, dl, figure,
34 ul, ol {
40 > ol {
/external/ltp/testcases/kernel/fs/scsi/ltpscsi/
Dllseek.c54 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/
Dstyle.css312 ol, selector
318 ol { selector
322 ol ol {
326 ol ol ol {
/external/google-java-format/core/src/test/resources/com/google/googlejavaformat/java/testdata/
DB30153869.input4 * <ol>
6 * </ol>
DB30153869.output4 * <ol>
6 * </ol>
/external/python/httplib2/test/300/
Dwithout-location-header.asis7 <ol>
10 </ol>
/external/dokka/core/testdata/format/gfm/
DlistInTableCell.md17 | [foo](foo.md) | `fun foo(): Unit`<ol><li>Foo</li><li>Bar</li></ol> |
/external/llvm/docs/_ocamldoc/
Dstyle.css6 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/llvm-project/llvm/docs/_ocamldoc/
Dstyle.css6 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/icu/icu4c/source/data/lang/
Des_419.txt22 es_419{"español latinoamericano"}
23 es_ES{"español de España"}
24 es_MX{"español de México"}
74 Olck{"ol chiki"}
/external/Reactive-Extensions/RxCpp/Rx/v2/src/rxcpp/operators/
Drx-subscribe_on.hpp104 auto ol = state->out.get_subscription(); in on_subscribe() local
108 ol.unsubscribe(); in on_subscribe()
124 ol.unsubscribe(); in on_subscribe()
/external/cldr/common/testData/transforms/
Dja-t-cs-fonipa.txt174 uːɦolɪt͡ʃkɪ ウーホリチキ
225 ɦolɛʃov ホレショフ
226 ɦolɛʃovɪt͡sɛ ホレショヴィツェ
227 ɦolɪɲɛ ホリニェ
235 ʃcɛrboɦolɪ シュチェルボホリ
/external/libevent/
Dbuffer_iocp.c173 struct event_overlapped *ol) in evbuffer_launch_write_() argument
227 &ol->overlapped, NULL)) { in evbuffer_launch_write_()
247 struct event_overlapped *ol) in evbuffer_launch_read_() argument
293 &ol->overlapped, NULL)) { in evbuffer_launch_read_()
/external/jcommander/doc/
Dgolo.css180 div, dl, dt, dd, ul, ol, li, h1, h2, h3, #toctitle, .sidebarblock > .content > .title, h4, h5, h6, … selector
219 ul, ol, dl { font-size: 1em; line-height: 1.5; margin-bottom: 1.25em; list-style-position: outside;… selector
221 ul, ol { margin-left: 1.5em; } selector
222 ul.no-bullet, ol.no-bullet { margin-left: 1.5em; }
225 ul li ul, ul li ol { margin-left: 1.25em; margin-bottom: 0; font-size: 1em; /* Override nested font…
233 ol li ul, ol li ol { margin-left: 1.25em; margin-bottom: 0; }
402ol > li:last-child > :last-child, .exampleblock > .content .ulist > ul > li:last-child > :last-chi…
512 ol { margin-left: 1.75em; } selector
514 ul li ol { margin-left: 1.5em; }
520 ol > li p, ul > li p, ul dd, ol dd, .olist .olist, .ulist .ulist, .ulist .olist, .olist .ulist { ma…
[all …]
Dcolony.css179 div, dl, dt, dd, ul, ol, li, h1, h2, h3, #toctitle, .sidebarblock > .content > .title, h4, h5, h6, … selector
218 ul, ol, dl { font-size: 1em; line-height: 1.6; margin-bottom: 0.75em; list-style-position: outside;… selector
220 ul, ol { margin-left: 1.5em; } selector
221 ul.no-bullet, ol.no-bullet { margin-left: 1.5em; }
224 ul li ul, ul li ol { margin-left: 1.25em; margin-bottom: 0; font-size: 1em; /* Override nested font…
232 ol li ul, ol li ol { margin-left: 1.25em; margin-bottom: 0; }
401ol > li:last-child > :last-child, .exampleblock > .content .ulist > ul > li:last-child > :last-chi…
511 ol { margin-left: 1.75em; } selector
513 ul li ol { margin-left: 1.5em; }
519 ol > li p, ul > li p, ul dd, ol dd, .olist .olist, .ulist .ulist, .ulist .olist, .olist .ulist { ma…
[all …]
/external/llvm-project/clang-tools-extra/clang-doc/assets/
Dclang-doc-default-stylesheet.css39 header ol {
45 header ol li {
598 nav ol.breadcrumbs {
697 .sidebar ol {
711 .sidebar ol li {
724 .sidebar ol li.section-title {
731 .sidebar ol li.section-subtitle a {
735 .sidebar ol li.section-subtitle {
740 .sidebar ol li.section-subitem {
744 .sidebar ol li:first-child {
[all …]

1234567891011