Home
last modified time | relevance | path

Searched refs:us (Results 1 – 25 of 35) sorted by relevance

12

/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/time/time.duration/time.duration.arithmetic/
Dop_mod=duration.pass.cpp21 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()
Dop_mod=rep.pass.cpp21 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/
Dunordered_test.cpp70 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/
Dunordered_test.cpp70 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/
Dconvert_exact.pass.cpp26 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()
Dconvert_inexact.pass.cpp25 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()
Dconvert_inexact.fail.cpp23 std::chrono::microseconds us(1); in main() local
24 std::chrono::milliseconds ms = us; in main()
/ndk/sources/host-tools/make-3.81/
Dconfigure.bat42 rem but 0 is also OK with us.
Dacinclude.m427 dnl and Jim Spath <jspath@mail.bcpl.lib.md.us>
DABOUT-NLS735 visible blocks let us expect. This is because a few extra PO files are
/ndk/sources/host-tools/sed-4.2.1/
DTHANKS44 Steve Ingram <si@maps-r-us.com>
DABOUT-NLS1078 visible blocks let us expect. This is because a few extra PO files are
/ndk/sources/cxx-stl/stlport/stlport/
Dbitset33 // individual bits. This allows us to specialize _Base_bitset for the
/ndk/sources/third_party/googletest/googletest/include/gtest/internal/
Dgtest-type-util.h.pump103 // 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
Dgtest-tuple.h.pump42 // The compiler used in Symbian has a bug that prevents us from declaring the
/ndk/sources/host-tools/sed-4.2.1/m4/
Dstdbool.m486 Let us hope that IBM fixes the xlc bug, and also adds
/ndk/sources/host-tools/make-3.81/tests/scripts/features/
Dexport6 # The test driver cleans out our environment for us so we don't have to worry
/ndk/sources/host-tools/nawk-20071023/
Drun.c1629 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/
DChangeLog542 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/
DREADME19 join us!
/ndk/sources/host-tools/make-3.81/config/
Dtexinfo.tex229 \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/
Dtexinfo.tex243 \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/
Duniq.good845 two branches. If the condition is false, skipping the first branch takes us
Duniq.inp1742 two branches. If the condition is false, skipping the first branch takes us
/ndk/sources/host-tools/make-3.81/doc/
Dmake-stds.texi805 unpack the full distribution again, don't blame us.

12