Home
last modified time | relevance | path

Searched refs:ul (Results 1 – 25 of 237) sorted by relevance

12345678910

/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/scripts_cvs/searchcvs/www/projectName/includes/
Dsearchcvs.css14 #midcolumn .homeitem3col ul li div
20 #midcolumn .homeitem3col ul li
25 #midcolumn .homeitem3col ul li ul li
56 #midcolumn .homeitem3col ul li ul li span.empty
61 #midcolumn .homeitem3col ul li ul li span.hl0,
62 #midcolumn .homeitem3col ul li ul li span.hl7
67 #midcolumn .homeitem3col ul li ul li span.hl1,
68 #midcolumn .homeitem3col ul li ul li span.hl8
73 #midcolumn .homeitem3col ul li ul li span.hl2,
74 #midcolumn .homeitem3col ul li ul li span.hl9
[all …]
/external/libjpeg-turbo/java/doc/
Dstylesheet.css52 ul { selector
152 ul.navList, ul.subNavList {
157 ul.navList li{
162 ul.subNavList li{
204 .header ul {
208 .footer ul {
211 .header ul li, .footer ul li {
218 div.details ul.blockList ul.blockList ul.blockList li.blockList h4, div.details ul.blockList ul.blo…
225 ul.blockList ul.blockList ul.blockList li.blockList h3 {
232 ul.blockList ul.blockList li.blockList h3 {
[all …]
/external/guava/
Djavadoc-stylesheet.css52 ul { selector
152 ul.navList, ul.subNavList {
157 ul.navList li{
162 ul.subNavList li{
204 .header ul {
208 .footer ul {
211 .header ul li, .footer ul li {
218 div.details ul.blockList ul.blockList ul.blockList li.blockList h4, div.details ul.blockList ul.blo…
225 ul.blockList ul.blockList ul.blockList li.blockList h3 {
232 ul.blockList ul.blockList li.blockList h3 {
[all …]
/external/clang/test/CodeGen/
Dzvector.c17 volatile vector unsigned long long ul, ul2; variable
54 ul = ul2; in test_assign()
91 ul = +ul2; in test_pos()
361 ul = ul + ul2; in test_add()
365 ul = ul + bl2; in test_add()
369 ul = bl + ul2; in test_add()
443 ul += ul2; in test_add_assign()
447 ul += bl2; in test_add_assign()
549 ul = ul - ul2; in test_sub()
553 ul = ul - bl2; in test_sub()
[all …]
/external/icu/icu4j/
Dstylesheet7.css59 ul { selector
159 ul.navList, ul.subNavList {
164 ul.navList li{
169 ul.subNavList li{
217 .header ul {
221 .footer ul {
224 .header ul li, .footer ul li {
231 div.details ul.blockList ul.blockList ul.blockList li.blockList h4, div.details ul.blockList ul.blo…
238 ul.blockList ul.blockList ul.blockList li.blockList h3 {
245 ul.blockList ul.blockList li.blockList h3 {
[all …]
/external/autotest/cli/
Duser_unittest.py15 ul = user.user_list()
17 (options, leftover) = ul.parse()
18 self.assertEqual([], ul.users)
23 ul = user.user_list()
26 (options, leftover) = ul.parse()
28 ul.users)
34 ul = user.user_list()
36 (options, leftover) = ul.parse()
37 self.assertEqual('acl0', ul.acl)
42 ul = user.user_list()
[all …]
/external/toybox/toys/posix/
Dls.c230 static unsigned long next_column(unsigned long ul, unsigned long dtlen, in next_column() argument
238 *xpos = ul % columns; in next_column()
239 return ul; in next_column()
258 if (ul < transition) { in next_column()
259 *xpos = ul % columns; in next_column()
260 return (*xpos*height) + (ul/columns); in next_column()
263 ul -= transition; in next_column()
264 *xpos = ul % (columns-1); in next_column()
266 return (*xpos*height) + widecols + (ul/(columns-1)); in next_column()
289 unsigned long dtlen, ul = 0; in listfiles() local
[all …]
/external/clang/test/Sema/
Dzvector.c18 vector unsigned long long ul, ul2; variable
59 ul = ul2; in foo()
94 ul = uc2; // expected-error {{incompatible type}} in foo()
125 ul = (vector unsigned long long)fd2; in foo()
146 ul = (vector unsigned long long)sc2; in foo()
184 ul++; in foo()
224 ul--; in foo()
246 ul = +ul2; in foo()
272 ul = -ul2; in foo()
298 ul = ~ul2; in foo()
[all …]
/external/clang/www/analyzer/
Dmenu.html.incl3 <ul style="margin:0; padding:0" class="menubar">
6 <ul class="menubar">
10 </ul>
17 <ul>
24 </ul>
28 <ul>
32 </ul>
36 <ul>
39 </ul>
41 </ul>
Dmenu.css19 .menubar ul {
35 .menubar li ul /* second level lists */ {
40 .menubar li>ul {
49 .menubar li:hover ul, li.over ul { /* lists nested under hovered list items */
/external/tcpdump/
Dprint-bootp.c384 uint32_t ul; in bootp_print() local
386 ul = EXTRACT_32BITS(&bp->bp_vend); in bootp_print()
387 if (ul != 0) in bootp_print()
388 ND_PRINT((ndo, "\n\t Vendor-#0x%x", ul)); in bootp_print()
597 uint32_t ul; in rfc1048_print() local
717 while (len >= sizeof(ul)) { in rfc1048_print()
720 ul = EXTRACT_32BITS(bp); in rfc1048_print()
722 ul = htonl(ul); in rfc1048_print()
723 ND_PRINT((ndo, "%s", ipaddr_string(ndo, &ul))); in rfc1048_print()
725 ND_PRINT((ndo, "%d", ul)); in rfc1048_print()
[all …]
/external/sfntly/cpp/src/sfntly/data/
Dwritable_font_data.cc128 int32_t WritableFontData::WriteULong(int32_t index, int64_t ul) { in WriteULong() argument
129 WriteByte(index, (byte_t)((ul >> 24) & 0xff)); in WriteULong()
130 WriteByte(index + 1, (byte_t)((ul >> 16) & 0xff)); in WriteULong()
131 WriteByte(index + 2, (byte_t)((ul >> 8) & 0xff)); in WriteULong()
132 WriteByte(index + 3, (byte_t)(ul & 0xff)); in WriteULong()
136 int32_t WritableFontData::WriteULongLE(int32_t index, int64_t ul) { in WriteULongLE() argument
137 WriteByte(index, (byte_t)(ul & 0xff)); in WriteULongLE()
138 WriteByte(index + 1, (byte_t)((ul >> 8) & 0xff)); in WriteULongLE()
139 WriteByte(index + 2, (byte_t)((ul >> 16) & 0xff)); in WriteULongLE()
140 WriteByte(index + 3, (byte_t)((ul >> 24) & 0xff)); in WriteULongLE()
Dfont_output_stream.cc96 void FontOutputStream::WriteULong(int64_t ul) { in WriteULong() argument
97 Write((byte_t)((ul >> 24) & 0xff)); in WriteULong()
98 Write((byte_t)((ul >> 16) & 0xff)); in WriteULong()
99 Write((byte_t)((ul >> 8) & 0xff)); in WriteULong()
100 Write((byte_t)(ul & 0xff)); in WriteULong()
/external/doclava/res/assets/templates/components/
Dleft_nav.cs13 <ul>
15 </ul><br/>
20 <ul>
26 </ul><?cs
28 <ul>
34 </ul><?cs
/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 }
69 ul { list-style-type: square } selector
72 /* h2 + ul, h3 + ul, p + ul { } */
73 ul > li { margin-left: 1.375em; }
/external/proguard/docs/
Dstyle.css55 ul.spacious li
144 ul.navigation
153 ul.navigation li
164 ul.navigation li.title
171 ul.navigation li a
181 ul.navigation li a:hover,
182 ul.navigation li a:focus
/external/chromium-trace/catapult/tracing/third_party/gl-matrix/jsdoc-template/static/
Ddefault.css135 ul.inheritsList
185 p, ul, ol, table, pre, dl { selector
274 header ul {
299 header ul a {
314 /*header ul li + li {
319 header ul li + li + li {
324 header ul a strong {
383 header ul {
389 header ul li {
403 header ul, header p.view {
[all …]
/external/chromium-trace/catapult/third_party/py_vulcanize/third_party/rcssmin/bench/
Dwikipedia.min.css1ul{list-style:none;margin:0;padding-left:10em}#p-personal li{line-height:1.125em;float:left}#p-per… selector
/external/valgrind/none/tests/s390x/
Dmul.h64 MUL_REG_MEM(i, 0ul, m2); \
79 MUL_REG_REG(i, 0ul, m2); \
94 MUL_REG_IMM(i, 0ul, m2); \
109 MUL_REG_XIMM(i, 0ul, um2, m2); \
140 MUL_MSY(0ul, s2); \
171 MUL_MHY(0ul, s2); \
202 MUL_MFY(0ul, s2); \
Dor.h62 OR_REG_MEM(i, 0ul, s2); \
78 OR_REG_REG(i, 0ul, s2); \
94 OR_REG_IMM(i, 0ul, s2); \
110 OR_MEM_IMM(i, 0ul, s2); \
154 OR_OY(0ul, s2); \
170 OR_OIY(0ul, s2); \
Dand.h62 AND_REG_MEM(i, 0ul, s2); \
78 AND_REG_REG(i, 0ul, s2); \
94 AND_REG_IMM(i, 0ul, s2); \
110 AND_MEM_IMM(i, 0ul, s2); \
154 AND_NY(0ul, s2); \
170 AND_NIY(0ul, s2); \
Dxor.h62 XOR_REG_MEM(i, 0ul, s2); \
78 XOR_REG_REG(i, 0ul, s2); \
94 XOR_REG_IMM(i, 0ul, s2); \
110 XOR_MEM_IMM(i, 0ul, s2); \
154 XOR_XY(0ul, s2); \
170 XOR_XIY(0ul, s2); \
/external/doclava/res/assets/templates/
Dsampleindex.cs24 <ul class="nolist">
29 </ul>
34 <ul class="nolist">
39 </ul>
/external/libcxx/test/std/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.cons/
Ddefault.pass.cpp23 std::unique_lock<std::mutex> ul; in main() local
24 assert(!ul.owns_lock()); in main()
25 assert(ul.mutex() == nullptr); in main()
/external/libcxx/test/std/thread/thread.mutex/thread.lock/thread.lock.shared/thread.lock.shared.cons/
Ddefault.pass.cpp24 std::shared_lock<std::shared_timed_mutex> ul; in main() local
25 assert(!ul.owns_lock()); in main()
26 assert(ul.mutex() == nullptr); in main()

12345678910