Home
last modified time | relevance | path

Searched refs:should (Results 1 – 25 of 152) sorted by relevance

1234567

/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/language.support/support.runtime/
Dcstdbool.pass.cpp19 #error bool should not be defined
23 #error true should not be defined
27 #error false should not be defined
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/
Dstdbool_h.pass.cpp23 #error bool should not be defined
27 #error true should not be defined
31 #error false should not be defined
/ndk/sources/host-tools/make-3.81/tests/scripts/features/
Dcomments6 ."after a comment was started. This should not be reported as\n"
10 ."text on the line which should never execute since it should be \n"
21 @echo There should be no errors for this makefile.
30 # Create the answer to what should be produced by this Makefile
31 $answer = "There should be no errors for this makefile.\n";
Descape25 # TEST 2: This one should fail, since the ":" is unquoted.
32 # TEST 3: This one should work, since we escape the ":".
38 # TEST 4: This one should fail, since the escape char is escaped.
45 # TEST 5: This one should work
Dinclude8 sincludes (should not give an error) and make sure that errors are reported
20 all: ; \@echo There should be no errors for this makefile.
41 # Create the answer to what should be produced by this Makefile
43 $answer = "There should be no errors for this makefile.\n";
53 # how to create makeit.mk, but we should also get a message (even though
54 # the -include suppressed it during the makefile read phase, we should
Derrors11 ."command as it is supposed to, then the second command should \n"
15 ."front of the command. They should run the same. ";
57 # If make acted as planned, it should ignore the error from the first
59 # This file, therefore, should not exist if the test PASSES.
/ndk/sources/host-tools/make-3.81/tests/scripts/options/
Dsymlinks26 # Without -L, nothing should happen
27 # With -L, it should update targ
32 # Now update dep; in all cases targ should be out of date.
37 # Now update targ; in all cases targ should be up to date.
47 # Without -L, nothing should happen
48 # With -L, it should update targ
55 # should get an error: with -L we should use the timestamp of the symlink.
Dwarn-undefined-variables7 # Without --warn-undefined-variables, nothing should happen
19 # With --warn-undefined-variables, it should warn me
Ddash-W13 # Run it again: nothing should happen
17 # Now run it with -W b.x: should rebuild a.x
21 # Put the timestamp for a.x into the future; it should still be remade.
60 # Test -W on vpath-found files: it should take effect.
Ddash-C36 # Create the answer to what should be produced by this Makefile
46 # Do it again with trailing "/"; this should work the same
64 # Create the answer to what should be produced by this Makefile
Ddash-I22 \t\@echo There should be no errors for this makefile.
43 # Create the answer to what should be produced by this Makefile
44 $answer = "There should be no errors for this makefile.\n";
/ndk/sources/host-tools/make-3.81/doc/
Dmake-stds.texi51 Every Makefile should contain this line:
109 should instead be written as
130 directory, they should always appear in the source directory, not in the
131 build directory. So Makefile rules to update them should put the
135 Makefile should not put it in the source directory, because building a
136 program in ordinary circumstances should not modify the source directory
150 installation should not use any utilities directly except these:
171 and related programs, but should do so via @code{make} variables so that the
187 When you use @code{ranlib} or @code{ldconfig}, you should make sure
194 If you use symbolic links, you should implement a fallback for systems
[all …]
/ndk/tests/build/absolute-src-file-paths/jni/
DAndroid.mk9 $(info FOO_PATH should be defined before including this file!)
13 $(info FOO_PATH should be defined to an absolute path!)
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/libcxx/selftest/
Dtest.fail.cpp11 #error This test should not compile.
/ndk/tests/build/project-properties/
Ddefault.properties1 # This value should be ignored because project.properties
Dproject.properties1 # This is the value that should be kept by the build system
/ndk/sources/host-tools/make-3.81/tests/scripts/functions/
Ddir26 # Create the answer to what should be produced by this Makefile
31 # In this call to compare output, you should use the call &get_logfile(1)
Dfindstring29 # Create the answer to what should be produced by this Makefile
34 # In this call to compare output, you should use the call &get_logfile(1)
Djoin26 # Create the answer to what should be produced by this Makefile
31 # In this call to compare output, you should use the call &get_logfile(1)
Dnotdir26 # Create the answer to what should be produced by this Makefile
31 # In this call to compare output, you should use the call &get_logfile(1)
Daddprefix26 # Create the answer to what should be produced by this Makefile
31 # In this call to compare output, you should use the call &get_logfile(1)
Dbasename26 # Create the answer to what should be produced by this Makefile
31 # In this call to compare output, you should use the call &get_logfile(1)
/ndk/build/core/
Dprebuilt-library.mk28 …AL_MAKEFILE):$(LOCAL_MODULE): The LOCAL_SRC_FILES for a prebuilt library should only contain one i…
34 $(call __ndk_info,ERROR:$(LOCAL_MAKEFILE):$(LOCAL_MODULE): LOCAL_SRC_FILES should point to a file e…
/ndk/sources/host-tools/make-3.81/tests/scripts/targets/
DDEFAULT7 ."in the containing makefile, make should look in another makefile\n"
37 # Create the answer to what should be produced by this Makefile
/ndk/sources/host-tools/gdb-pretty-printers/stlport/gppfs-0.2/
DREADME35 directory in the Makefile. Calling make should then compile two executables
37 the pretty printers work the variables from test.cpp should be displayed in a

1234567