/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/time/time.duration/time.duration.arithmetic/ |
D | op_mod=duration.pass.cpp | 21 std::chrono::microseconds us(11); in main() local 23 us %= us2; in main() 24 assert(us.count() == 2); in main() 25 us %= std::chrono::milliseconds(3); in main() 26 assert(us.count() == 2); in main()
|
D | op_mod=rep.pass.cpp | 21 std::chrono::microseconds us(11); in main() local 22 us %= 3; in main() 23 assert(us.count() == 2); in main()
|
/ndk/tests/device/test-gnustl-full/unit/ |
D | unordered_test.cpp | 70 usettype us; in uset() local 73 usettype us2(us); in uset() 75 us = us2; in uset() 80 ret = us.insert(i); in uset() 84 ret = us.insert(i); in uset() 93 lit = us.begin(us.bucket(i)); in uset() 94 litEnd = us.end(us.bucket(i)); in uset() 96 usettype::size_type bucket_pos = us.bucket(*lit); in uset() 98 CPPUNIT_ASSERT( us.bucket(*lit) == bucket_pos ); in uset() 120 usettype us; in umultiset() local [all …]
|
/ndk/tests/device/test-stlport/unit/ |
D | unordered_test.cpp | 70 usettype us; in uset() local 73 usettype us2(us); in uset() 75 us = us2; in uset() 80 ret = us.insert(i); in uset() 84 ret = us.insert(i); in uset() 93 lit = us.begin(us.bucket(i)); in uset() 94 litEnd = us.end(us.bucket(i)); in uset() 96 usettype::size_type bucket_pos = us.bucket(*lit); in uset() 98 CPPUNIT_ASSERT( us.bucket(*lit) == bucket_pos ); in uset() 120 usettype us; in umultiset() local [all …]
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/time/time.duration/time.duration.cons/ |
D | convert_exact.pass.cpp | 26 std::chrono::microseconds us = ms; in main() local 27 assert(us.count() == 1000); in main() 32 constexpr std::chrono::microseconds us = ms; in main() local 33 static_assert(us.count() == 1000, ""); in main()
|
D | convert_inexact.pass.cpp | 25 std::chrono::duration<double, std::micro> us(1); in main() local 26 std::chrono::duration<double, std::milli> ms = us; in main() 31 constexpr std::chrono::duration<double, std::micro> us(1); in main() local 32 constexpr std::chrono::duration<double, std::milli> ms = us; in main()
|
D | convert_inexact.fail.cpp | 23 std::chrono::microseconds us(1); in main() local 24 std::chrono::milliseconds ms = us; in main()
|
/ndk/sources/host-tools/make-3.81/ |
D | configure.bat | 42 rem but 0 is also OK with us.
|
D | acinclude.m4 | 27 dnl and Jim Spath <jspath@mail.bcpl.lib.md.us>
|
D | ABOUT-NLS | 735 visible blocks let us expect. This is because a few extra PO files are
|
/ndk/sources/host-tools/sed-4.2.1/ |
D | THANKS | 44 Steve Ingram <si@maps-r-us.com>
|
D | ABOUT-NLS | 1078 visible blocks let us expect. This is because a few extra PO files are
|
/ndk/sources/cxx-stl/stlport/stlport/ |
D | bitset | 33 // individual bits. This allows us to specialize _Base_bitset for the
|
/ndk/sources/third_party/googletest/googletest/include/gtest/internal/ |
D | gtest-type-util.h.pump | 103 // template Types. This allows us to simulate variadic templates 185 // as the type Tmpl<T>. This allows us to actually instantiate the 202 // arguments of class template Templates. This allows us to simulate
|
D | gtest-tuple.h.pump | 42 // The compiler used in Symbian has a bug that prevents us from declaring the
|
/ndk/sources/host-tools/sed-4.2.1/m4/ |
D | stdbool.m4 | 86 Let us hope that IBM fixes the xlc bug, and also adds
|
/ndk/sources/host-tools/make-3.81/tests/scripts/features/ |
D | export | 6 # The test driver cleans out our environment for us so we don't have to worry
|
/ndk/sources/host-tools/nawk-20071023/ |
D | run.c | 1629 FILE *openfile(int a, const char *us) in openfile() argument 1631 const char *s = us; in openfile()
|
/ndk/sources/host-tools/make-3.81/tests/ |
D | ChangeLog | 542 this will help us avoid breaking the Windows/DOS test suite. 551 let us avoid lots of annoying sleep() invocations in the tests
|
/ndk/sources/third_party/googletest/googletest/ |
D | README | 19 join us!
|
/ndk/sources/host-tools/make-3.81/config/ |
D | texinfo.tex | 229 \tracinglostchars2 % 2 gives us more in etex 235 \ifx\eTeXversion\undefined\else % etex gives us more logging 242 \tracingcommands3 % 3 gives us more in etex 409 % \argremovec might leave us with trailing space, e.g., 609 % convenient for us to use an explicitly smaller font, rather than using 1207 % us) handles it with this amazing macro to replace tokens. I've 1899 % will therefore expand the active definition of _, which is us 3481 % is with most defuns, which call us directly). 3835 % Grab any single-column material above us. 6867 % Allow us to assign to \emergencystretch anyway.
|
/ndk/sources/host-tools/sed-4.2.1/build-aux/ |
D | texinfo.tex | 243 \tracinglostchars2 % 2 gives us more in etex 249 \ifx\eTeXversion\undefined\else % etex gives us more logging 256 \tracingcommands3 % 3 gives us more in etex 310 % page or the contents), so we use \firstmark there -- this gets us 469 % \argremovec might leave us with trailing space, e.g., 669 % convenient for us to use an explicitly smaller font, rather than using 1297 % us) handles it with this amazing macro to replace tokens, with minor 2658 % will therefore expand the active definition of _, which is us 4446 % is with most defuns, which call us directly). 4801 % Grab any single-column material above us. [all …]
|
/ndk/sources/host-tools/sed-4.2.1/testsuite/ |
D | uniq.good | 845 two branches. If the condition is false, skipping the first branch takes us
|
D | uniq.inp | 1742 two branches. If the condition is false, skipping the first branch takes us
|
/ndk/sources/host-tools/make-3.81/doc/ |
D | make-stds.texi | 805 unpack the full distribution again, don't blame us.
|