Home
last modified time | relevance | path

Searched refs:up (Results 1 – 25 of 96) sorted by relevance

1234

/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.ctor/
Dauto_pointer01.fail.cpp47 std::unique_ptr<A> up(ap); in main() local
48 assert(up.get() == p); in main()
58 std::unique_ptr<A> up; in main() local
59 up = ap; in main()
60 assert(up.get() == p); in main()
Dauto_pointer.pass.cpp47 std::unique_ptr<A> up(std::move(ap)); in main() local
48 assert(up.get() == p); in main()
58 std::unique_ptr<A> up; in main() local
59 up = std::move(ap); in main()
60 assert(up.get() == p); in main()
Dauto_pointer02.fail.cpp53 std::unique_ptr<A, Deleter> up(ap); in main() local
54 assert(up.get() == p); in main()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/tuple/tuple.general/
Dtuple.smartptr.pass.cpp18 std::tuple<std::unique_ptr<char>> up; in main() local
24 std::tuple<std::unique_ptr<char[]>> up; in main() local
30 std::tuple<std::unique_ptr<char[5]>> up; in main() local
/ndk/sources/host-tools/make-3.81/tests/scripts/options/
Dsymlinks18 # Set up a symlink sym -> dep
29 "#MAKE#: `targ' is up to date.");
37 # Now update targ; in all cases targ should be up to date.
39 run_make_test(undef, '', "#MAKE#: `targ' is up to date.");
40 run_make_test(undef, '-L', "#MAKE#: `targ' is up to date.");
49 run_make_test(undef, '', "#MAKE#: `targ' is up to date.");
Ddash-W15 run_make_test(undef, '', "#MAKE#: `a.x' is up to date.");
24 run_make_test(undef, '', "#MAKE#: `a.x' is up to date.");
27 # Clean up
34 # First set it up with a normal build
Ddash-n59 $answer = "$make_name: `a' is up to date.\n";
65 $answer = "$make_name: `a' is up to date.\n";
Ddash-t11 # 'up to date' without touching them.
Ddash-B34 # Clean up
/ndk/build/awk/
Dgen-windows-host-path.awk79 up = toupper(letter)
86 cygwin[count] = substr(cygwin[nn],1,length(cygwin[nn])-1) up
92 if (match(cygwin[nn],"/"up"$")) {
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/detail/
Dendian.hpp74 # error The file boost/detail/endian.hpp needs to be set up for your CPU type.
/ndk/sources/host-tools/make-3.81/tests/scripts/targets/
DFORCE22 # and tricks the target into thinking that it is up to date. (Unless you
DINTERMEDIATE45 $answer = "$make_name: `foo.d' is up to date.\n";
66 $answer = "$make_name: `foo.c' is up to date.\n";
DPHONY32 # and tricks the target into thinking that it is up to date. (Unless you
/ndk/sources/host-tools/make-3.81/tests/scripts/variables/
DINCLUDE_DIRS27 # Test #2: Make sure -I paths end up in .INCLUDE_DIRS.
DMAKE_RESTARTS36 # Test multiple restarts and make sure the variable is cleaned up
/ndk/sources/host-tools/gdb-pretty-printers/stlport/gppfs-0.2/
DREADME34 To test the pretty printers, go to the test directory and set up the STLport
/ndk/
DREADME.TXT20 to set it up properly on your machine.
/ndk/sources/host-tools/make-3.81/tests/scripts/functions/
Dwildcard13 [a-z0-9].example. Lastly we clean up all of the files using
/ndk/sources/host-tools/make-3.81/tests/scripts/features/
Dstatipattrules39 # Clean up after the first tests.
/ndk/sources/host-tools/nawk-20071023/
Dawk.h213 uschar *up; member
/ndk/sources/host-tools/make-3.81/config/
Dsize_max.m429 dnl The _AC_COMPUTE_INT macro works up to LONG_MAX, since it uses 'expr',
/ndk/sources/cxx-stl/stlport/
DAndroid.mk12 $(call __ndk_info,in order to build prebuilt versions to speed up your builds!)
DREADME61 The NDK comes with prebuilt binaries for this library to speed up development.
/ndk/sources/host-tools/make-3.81/tests/
DREADME41 By default, the test engine picks up the first executable called "make"
90 running tests, so that if a test forgets to clean up after itself that

1234