Searched refs:ul (Results 1 - 25 of 220) sorted by relevance

123456789

/external/libcxx/test/std/thread/thread.mutex/thread.lock/thread.lock.shared/thread.lock.shared.cons/
H A Ddefault.pass.cpp24 std::shared_lock<std::shared_timed_mutex> ul; local
25 assert(!ul.owns_lock());
26 assert(ul.mutex() == nullptr);
/external/libcxx/test/std/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.cons/
H A Ddefault.pass.cpp23 std::unique_lock<std::mutex> ul; local
24 assert(!ul.owns_lock());
25 assert(ul.mutex() == nullptr);
H A Dmutex.pass.cpp41 std::unique_lock<std::mutex> ul(m);
57 std::unique_lock ul(m);
58 static_assert((std::is_same<decltype(ul), std::unique_lock<decltype(m)>>::value), "" );
/external/chromium-trace/catapult/common/py_vulcanize/third_party/rcssmin/tests/yui/
H A Dbug2527974.css10 ul[id$=foo] label:hover {yo: yo;
H A Dbug2527974.css.min1 /*! $LastChangedRevision: 81 $ $LastChangedDate: 2009-05-27 17:41:02 +0100 (Wed, 27 May 2009) $ */body{yo:cats}ul[id$=foo] label:hover{yo:yo
/external/chromium-trace/catapult/common/py_vulcanize/third_party/rcssmin/tests/yui/out/
H A Dbug2527974.out.b1 /*! $LastChangedRevision: 81 $ $LastChangedDate: 2009-05-27 17:41:02 +0100 (Wed, 27 May 2009) $ */body{yo:cats}ul[id$=foo] label:hover{yo:yo
/external/guava/
H A Djavadoc-stylesheet.css52 ul {
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
[all...]
/external/libjpeg-turbo/java/doc/
H A Dstylesheet.css52 ul {
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
[all...]
/external/autotest/cli/
H A 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
[all...]
/external/libffi/testsuite/libffi.call/
H A Dpromotion.c27 unsigned long ul; local
43 ul = 0;
52 ul++;
57 printf("%lu promotion tests run\n", ul);
/external/python/cpython2/Modules/_ctypes/libffi/testsuite/libffi.call/
H A Dpromotion.c27 unsigned long ul; local
43 ul = 0;
52 ul++;
57 printf("%lu promotion tests run\n", ul);
/external/python/cpython3/Modules/_ctypes/libffi/testsuite/libffi.call/
H A Dpromotion.c27 unsigned long ul; local
43 ul = 0;
52 ul++;
57 printf("%lu promotion tests run\n", ul);
/external/clang/www/analyzer/
H A 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/icu/icu4j/
H A Dstylesheet7.css61 ul {
161 ul.navList, ul.subNavList {
166 ul.navList li{
171 ul.subNavList li{
219 .header ul {
223 .footer ul {
226 .header ul li, .footer ul li {
233 div.details ul
[all...]
H A Dstylesheet8.css61 ul {
166 ul.navList, ul.subNavList {
171 ul.navList li{
177 ul.subNavList li{
227 .header ul {
231 .footer ul {
234 .header ul li, .footer ul li {
241 div.details ul
[all...]
/external/clang/test/CodeGen/
H A Dzvector.c17 volatile vector unsigned long long ul, ul2; variable
53 // CHECK: store volatile <2 x i64> [[VAL]], <2 x i64>* @ul
54 ul = ul2;
90 // CHECK: store volatile <2 x i64> [[VAL]], <2 x i64>* @ul
91 ul = +ul2;
358 // CHECK: [[VAL1:%[^ ]+]] = load volatile <2 x i64>, <2 x i64>* @ul
361 ul = ul + ul2;
362 // CHECK: [[VAL1:%[^ ]+]] = load volatile <2 x i64>, <2 x i64>* @ul
365 ul
[all...]
/external/libffi/src/powerpc/
H A Dffi_linux64.c378 unsigned long *ul; member in union:__anon11460
412 unsigned long **ul; member in union:__anon11461
420 gpr_base.ul = stacktop.ul - ASM_NEEDS_REGISTERS64 - NUM_GPR_ARG_REGISTERS64;
421 gpr_end.ul = gpr_base.ul + NUM_GPR_ARG_REGISTERS64;
423 rest.ul = stack + 4 + NUM_GPR_ARG_REGISTERS64;
425 rest.ul = stack + 6 + NUM_GPR_ARG_REGISTERS64;
429 next_arg.ul = gpr_base.ul;
804 unsigned long *ul; member in union:__anon11463
[all...]
/external/python/cpython2/Modules/_ctypes/libffi/src/powerpc/
H A Dffi_linux64.c378 unsigned long *ul; member in union:__anon19332
412 unsigned long **ul; member in union:__anon19333
420 gpr_base.ul = stacktop.ul - ASM_NEEDS_REGISTERS64 - NUM_GPR_ARG_REGISTERS64;
421 gpr_end.ul = gpr_base.ul + NUM_GPR_ARG_REGISTERS64;
423 rest.ul = stack + 4 + NUM_GPR_ARG_REGISTERS64;
425 rest.ul = stack + 6 + NUM_GPR_ARG_REGISTERS64;
429 next_arg.ul = gpr_base.ul;
804 unsigned long *ul; member in union:__anon19335
[all...]
/external/python/cpython3/Modules/_ctypes/libffi/src/powerpc/
H A Dffi_linux64.c378 unsigned long *ul; member in union:__anon19926
412 unsigned long **ul; member in union:__anon19927
420 gpr_base.ul = stacktop.ul - ASM_NEEDS_REGISTERS64 - NUM_GPR_ARG_REGISTERS64;
421 gpr_end.ul = gpr_base.ul + NUM_GPR_ARG_REGISTERS64;
423 rest.ul = stack + 4 + NUM_GPR_ARG_REGISTERS64;
425 rest.ul = stack + 6 + NUM_GPR_ARG_REGISTERS64;
429 next_arg.ul = gpr_base.ul;
804 unsigned long *ul; member in union:__anon19929
[all...]
/external/doclava/res/assets/templates/
H A Dsampleindex.cs24 <ul class="nolist">
29 </ul>
34 <ul class="nolist">
39 </ul>
/external/elfutils/libdw/
H A Ddwarf_dieoffset.c42 ? ~0ul
/external/v8/src/zone/
H A Daccounting-allocator.h23 static const size_t kMaxPoolSizeLowMemoryDevice = 8ul * KB;
24 static const size_t kMaxPoolSizeMediumMemoryDevice = 8ul * KB;
25 static const size_t kMaxPoolSizeHighMemoryDevice = 8ul * KB;
26 static const size_t kMaxPoolSizeHugeMemoryDevice = 8ul * KB;
/external/subsampling-scale-image-view/docs/javadoc/
H A Dstylesheet.css57 ul {
162 ul.navList, ul.subNavList {
167 ul.navList li{
173 ul.subNavList li{
223 .header ul {
227 .footer ul {
230 .header ul li, .footer ul li {
237 div.details ul
[all...]
/external/valgrind/none/tests/s390x/
H A Dmul.h64 MUL_REG_MEM(i, 0ul, m2); \
65 MUL_REG_MEM(i, 1ul, m2); \
79 MUL_REG_REG(i, 0ul, m2); \
80 MUL_REG_REG(i, 1ul, m2); \
94 MUL_REG_IMM(i, 0ul, m2); \
95 MUL_REG_IMM(i, 1ul, m2); \
109 MUL_REG_XIMM(i, 0ul, um2, m2); \
110 MUL_REG_XIMM(i, 1ul, um2, m2); \
140 MUL_MSY(0ul, s2); \
141 MUL_MSY(1ul, s
[all...]
/external/libchrome/base/
H A Dbits_unittest.cc54 EXPECT_EQ(0ul, Align(0, 4));
55 EXPECT_EQ(4ul, Align(1, 4));
56 EXPECT_EQ(4096ul, Align(1, 4096));
57 EXPECT_EQ(4096ul, Align(4096, 4096));
58 EXPECT_EQ(4096ul, Align(4095, 4096));
59 EXPECT_EQ(8192ul, Align(4097, 4096));

Completed in 936 milliseconds

123456789