/ndk/tests/device/test-stlport/unit/ |
D | divides_test.cpp | 16 CPPUNIT_TEST(div); 20 void div(); 28 void DivideTest::div() in div() function in DivideTest
|
D | cmath_test.cpp | 63 std::div_t div_res = std::div(3, 2); in import_checks() 69 ldiv_res = std::div(3l, 2l); in import_checks()
|
/ndk/tests/device/test-gnustl-full/unit/ |
D | divides_test.cpp | 16 CPPUNIT_TEST(div); 20 void div(); 28 void DivideTest::div() in div() function in DivideTest
|
D | cmath_test.cpp | 63 std::div_t div_res = std::div(3, 2); in import_checks() 69 ldiv_res = std::div(3l, 2l); in import_checks()
|
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
D | _cstdlib.h | 114 inline _STLP_VENDOR_CSTD::div_t div(int __x, int __y) { return _STLP_VENDOR_CSTD::div(__x, __y); } in div() function 137 inline _STLP_VENDOR_CSTD::ldiv_t div(long __x, long __y) { return _STLP_VENDOR_CSTD::ldiv(__x, __y)… in div() function 152 inline lldiv_t div(_STLP_LONG_LONG __x, _STLP_LONG_LONG __y) { return _STLP_VENDOR_CSTD::lldiv(__x,… in div() function 155 inline lldiv_t div(_STLP_LONG_LONG __x, _STLP_LONG_LONG __y) { return ::lldiv(__x, __y); } in div() function 176 using ::div;
|
/ndk/docs/Getting_Started/html/ |
D | doxygen.css | 3 body, table, div, p, dl { selector 52 div.multicol { 91 div.qindex, div.navtab{ 97 div.qindex, div.navpath { 102 div.navtab { 171 div.fragment { 178 div.line { 205 div.line.glow { 226 div.ah { 244 div.groupHeader { [all …]
|
D | jquery.js | 27 …r e=av.createElement("div");e.innerHTML="<div class='test e'></div><div class='test'></div>";if(!e… 28 …div<div>","</div>"]}b.fn.extend({text:function(e){if(b.isFunction(e)){return this.each(function(bw… 29 …esponseText;if(bC.isResolved()){bC.done(function(bE){bD=bE});bv.html(e?b("<div>").append(bD.replac…
|
/ndk/docs/Programmers_Guide/html/ |
D | doxygen.css | 3 body, table, div, p, dl { selector 52 div.multicol { 91 div.qindex, div.navtab{ 97 div.qindex, div.navpath { 102 div.navtab { 171 div.fragment { 178 div.line { 205 div.line.glow { 226 div.ah { 244 div.groupHeader { [all …]
|
D | navtree.css | 141 div.ui-resizable-handle { display: none; position: relative; }
|
D | jquery.js | 27 …r e=av.createElement("div");e.innerHTML="<div class='test e'></div><div class='test'></div>";if(!e… 28 …div<div>","</div>"]}b.fn.extend({text:function(e){if(b.isFunction(e)){return this.each(function(bw… 29 …esponseText;if(bC.isResolved()){bC.done(function(bE){bD=bE});bv.html(e?b("<div>").append(bD.replac…
|
/ndk/docs/Additional_library_docs/renderscript/ |
D | doxygen.css | 3 body, table, div, p, dl { selector 32 div.multicol { 71 div.qindex, div.navtab{ 77 div.qindex, div.navpath { 82 div.navtab { 154 div.ah { 172 div.groupHeader { 178 div.groupText { 189 div.contents { 226 div.center { [all …]
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/ |
D | cstdlib | 67 div_t div( int numer, int denom); 68 ldiv_t div( long numer, long denom); 69 lldiv_t div(long long numer, long long denom); // C++0X 139 using ::div; 164 inline _LIBCPP_INLINE_VISIBILITY ldiv_t div( long __x, long __y) _NOEXCEPT {return ldiv(… 166 inline _LIBCPP_INLINE_VISIBILITY lldiv_t div(long long __x, long long __y) _NOEXCEPT {return lldiv(…
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/language.support/support.runtime/ |
D | cstdlib.pass.cpp | 73 static_assert((std::is_same<decltype(std::div(0,0)), std::div_t>::value), ""); in main() 74 static_assert((std::is_same<decltype(std::div(0L,0L)), std::ldiv_t>::value), ""); in main() 75 static_assert((std::is_same<decltype(std::div(0LL,0LL)), std::lldiv_t>::value), ""); in main()
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/ |
D | stdlib_h.pass.cpp | 71 static_assert((std::is_same<decltype(div(0,0)), div_t>::value), ""); in main()
|
/ndk/sources/cxx-stl/system/include/ |
D | cstdlib | 103 using ::div;
|
/ndk/sources/cxx-stl/gabi++/include/ |
D | cstdlib | 103 using ::div;
|