/ndk/tests/device/b16355858/jni/ |
D | sample.c | 3 typedef unsigned (*VP8LPredictorFunc)(unsigned left, const unsigned* const top); 7 const unsigned top[2] = {0xff7a7a7a, 0xff7a7a7a}; in main() local 9 const unsigned pred = kPredictorsC[0](left, top + 1); in main() 11 top[0], top[1], left, pred); in main()
|
D | sample_lib.c | 18 static unsigned Predictor11(unsigned left, const unsigned* const top) { in Predictor11() argument 19 const unsigned pred = Select(top[0], left, top[-1]); in Predictor11() 23 typedef unsigned (*VP8LPredictorFunc)(unsigned left, const unsigned* const top);
|
/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-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/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/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()
|
/ndk/docs/Additional_library_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/docs/Getting_Started/html/ |
D | doxygen.css | 25 margin-top: 1.75em; 26 padding-top: 8px; 60 margin-top: 2px; 231 margin-top: 3px; 240 …background-image: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#000),color-stop(… 241 background-image: -moz-linear-gradient(center top, #eee 0%, #444 40%, #000); 246 margin-top: 12px; 262 margin-top: 10px; 274 vertical-align: top; 302 margin-top: 0px; [all …]
|
/ndk/docs/Programmers_Guide/html/ |
D | doxygen.css | 25 margin-top: 1.75em; 26 padding-top: 8px; 60 margin-top: 2px; 231 margin-top: 3px; 240 …background-image: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#000),color-stop(… 241 background-image: -moz-linear-gradient(center top, #eee 0%, #444 40%, #000); 246 margin-top: 12px; 262 margin-top: 10px; 274 vertical-align: top; 302 margin-top: 0px; [all …]
|
/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/build/tools/toolchain-patches/gcc/ |
D | 0010-Fix-PR-target-63209.patch | 87 +__attribute__((noinline)) unsigned Predictor(unsigned left, const unsigned* const top) { 88 + const unsigned pred = Select(top[1], left, top[0]); 93 + const unsigned top[2] = {0xff7a7a7a, 0xff7a7a7a}; 95 + const unsigned pred = Predictor(left, top /*+ 1*/);
|
/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()
|