/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/container.adaptors/priority.queue/priqueue.members/ |
D | pop.pass.cpp | 23 assert(q.top() == 1); in main() 25 assert(q.top() == 3); in main() 27 assert(q.top() == 3); in main() 29 assert(q.top() == 2); in main() 31 assert(q.top() == 1); in main()
|
D | top.pass.cpp | 23 assert(q.top() == 1); in main() 25 assert(q.top() == 3); in main() 27 assert(q.top() == 3); in main()
|
D | push.pass.cpp | 23 assert(q.top() == 1); in main() 25 assert(q.top() == 3); in main() 27 assert(q.top() == 3); in main()
|
D | push_rvalue.pass.cpp | 26 assert(q.top() == 1); in main() 28 assert(q.top() == 3); in main() 30 assert(q.top() == 3); in main()
|
D | emplace.pass.cpp | 26 assert(q.top() == Emplaceable(1, 2.5)); in main() 28 assert(q.top() == Emplaceable(3, 4.5)); in main() 30 assert(q.top() == Emplaceable(3, 4.5)); in main()
|
/ndk/tests/device/test-stlport/unit/ |
D | stack_test.cpp | 39 CPPUNIT_ASSERT(s.top()==69); in stack1() 41 CPPUNIT_ASSERT(s.top()==101); in stack1() 43 CPPUNIT_ASSERT(s.top()==42); in stack1() 53 CPPUNIT_ASSERT(s.top()==69); in stack2() 55 CPPUNIT_ASSERT(s.top()==101); in stack2() 57 CPPUNIT_ASSERT(s.top()==42); in stack2()
|
D | queue_test.cpp | 40 CPPUNIT_ASSERT( q.top()==101 ); in pqueue1() 42 CPPUNIT_ASSERT( q.top()==69 ); in pqueue1() 44 CPPUNIT_ASSERT( q.top()==42 ); in pqueue1()
|
/ndk/tests/device/test-gnustl-full/unit/ |
D | stack_test.cpp | 39 CPPUNIT_ASSERT(s.top()==69); in stack1() 41 CPPUNIT_ASSERT(s.top()==101); in stack1() 43 CPPUNIT_ASSERT(s.top()==42); in stack1() 53 CPPUNIT_ASSERT(s.top()==69); in stack2() 55 CPPUNIT_ASSERT(s.top()==101); in stack2() 57 CPPUNIT_ASSERT(s.top()==42); in stack2()
|
D | queue_test.cpp | 40 CPPUNIT_ASSERT( q.top()==101 ); in pqueue1() 42 CPPUNIT_ASSERT( q.top()==69 ); in pqueue1() 44 CPPUNIT_ASSERT( q.top()==42 ); in pqueue1()
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/container.adaptors/stack/stack.defn/ |
D | push.pass.cpp | 22 assert(q.top() == 1); in main() 25 assert(q.top() == 2); in main() 28 assert(q.top() == 3); in main()
|
D | push_rv.pass.cpp | 25 assert(q.top() == MoveOnly(1)); in main() 28 assert(q.top() == MoveOnly(2)); in main() 31 assert(q.top() == MoveOnly(3)); in main()
|
D | pop.pass.cpp | 25 assert(q.top() == 3); in main() 28 assert(q.top() == 2); in main() 31 assert(q.top() == 1); in main()
|
D | top.pass.cpp | 24 int& ir = q.top(); in main()
|
D | emplace.pass.cpp | 27 assert(q.top() == Emplaceable(3, 4.5)); in main()
|
D | top_const.pass.cpp | 25 const int& cir = cqr.top(); in main()
|
/ndk/docs/renderscript/ |
D | doxygen.css | 40 margin-top: 2px; 159 margin-top: 3px; 168 …background-image: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#000),color-stop(… 169 background-image: -moz-linear-gradient(center top, #eee 0%, #444 40%, #000); 174 margin-top: 12px; 190 margin-top: 10px; 228 margin-top: 0px; 303 margin-top: 0px; 332 border-top: 1px solid #4A6AAA; 361 border-top: 1px solid #C4CFE5; [all …]
|
D | jquery.js | 21 …,arguments.callee);o.ready()}});if(document.documentElement.doScroll&&l==l.top){(function(){if(o.i… 22 …top:0,left:0}}if(this[0]===this[0].ownerDocument.body){return o.offset.bodyOffset(this[0])}var G=t… property 43 …top:"auto",left:"auto"})}this.element.wrap(c('<div class="ui-wrapper" style="overflow: hidden;"></… property 44 …top-n.top):s.position.top);if(q){s.size.width=s.size.height*h.aspectRatio}s.position.top=s._helper… property 53 …b['scroll'+D]-b['client'+D]}})};function j(a){return typeof a=='object'?a:{top:a,left:a}}})(jQuery…
|
/ndk/sources/host-tools/make-3.81/ |
D | getopt.c | 304 int top = optind; in exchange() local 316 if (nonoption_flags_len > 0 && top >= nonoption_flags_max_len) in exchange() 320 char *new_str = malloc (top + 1); in exchange() 327 '\0', top + 1 - nonoption_flags_max_len); in exchange() 328 nonoption_flags_max_len = top + 1; in exchange() 334 while (top > middle && middle > bottom) in exchange() 336 if (top - middle > middle - bottom) in exchange() 346 argv[bottom + i] = argv[top - (middle - bottom) + i]; in exchange() 347 argv[top - (middle - bottom) + i] = tem; in exchange() 348 SWAP_FLAGS (bottom + i, top - (middle - bottom) + i); in exchange() [all …]
|
/ndk/sources/host-tools/sed-4.2.1/testsuite/ |
D | binary.sed | 19 # P pop stack top 20 # D duplicate stack top 21 # x exchange top two elements 26 # l print stack (stack top is first) 27 # p print stack top 28 # q quit, print stack top if any (cq is quiet quit) 158 # (it looks for -0), \4 is a zero and we leave a lone zero as top of the
|
D | binary2.sed | 19 # P pop stack top 20 # D duplicate stack top 21 # x exchange top two elements 26 # l print stack (stack top is first) 27 # p print stack top 28 # q quit, print stack top if any (cq is quiet quit) 192 # (it looks for -0), \4 is a zero and we leave a lone zero as top of the
|
D | binary3.sed | 19 # P pop stack top 20 # D duplicate stack top 21 # x exchange top two elements 26 # l print stack (stack top is first) 27 # p print stack top 28 # q quit, print stack top if any (cq is quiet quit) 171 # (it looks for -0), \4 is a zero and we leave a lone zero as top of the
|
/ndk/sources/host-tools/sed-4.2.1/lib/ |
D | getopt.c | 151 int top = d->optind; in exchange() local 163 if (d->__nonoption_flags_len > 0 && top >= d->__nonoption_flags_max_len) in exchange() 167 char *new_str = malloc (top + 1); in exchange() 174 '\0', top + 1 - d->__nonoption_flags_max_len); in exchange() 175 d->__nonoption_flags_max_len = top + 1; in exchange() 181 while (top > middle && middle > bottom) in exchange() 183 if (top - middle > middle - bottom) in exchange() 193 argv[bottom + i] = argv[top - (middle - bottom) + i]; in exchange() 194 argv[top - (middle - bottom) + i] = tem; in exchange() 195 SWAP_FLAGS (bottom + i, top - (middle - bottom) + i); in exchange() [all …]
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/container.adaptors/priority.queue/priqueue.cons/ |
D | ctor_iter_iter.pass.cpp | 24 assert(q.top() == 8); in main()
|
D | ctor_default.pass.cpp | 26 assert(q.top() == 2); in main()
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/container.adaptors/stack/stack.cons/ |
D | ctor_default.pass.cpp | 27 assert(q.top() == 2); in main()
|