/external/valgrind/main/memcheck/tests/x86/ |
xor-undef-x86.stdout.exp | 2 Complain int32 4 No complain int32 6 Complain mmx 8 No complain mmx 10 Complain sse xorps 12 No complain sse xorps
|
xor-undef-x86.c | 25 printf("\nNo complain int32\n"); 50 printf("\nNo complain mmx\n"); 80 printf("\nNo complain sse xorps\n"); 111 printf("\nNo complain sse2 pxor\n"); 140 printf("\nNo complain sse2 xorpd\n");
|
/external/valgrind/main/memcheck/tests/amd64/ |
xor-undef-amd64.stdout.exp | 2 Complain int64 4 No complain int64 6 Complain mmx 8 No complain mmx 10 Complain sse xorps 12 No complain sse xorps 14 Complain sse2 pxor 16 No complain sse2 pxor 18 Complain sse2 xorpd 20 No complain sse2 xorp [all...] |
xor-undef-amd64.c | 25 printf("\nNo complain int64\n"); 49 printf("\nNo complain mmx\n"); 76 printf("\nNo complain sse xorps\n"); 103 printf("\nNo complain sse2 pxor\n"); 128 printf("\nNo complain sse2 xorpd\n");
|
/external/compiler-rt/BlocksRuntime/tests/ |
voidarg.c | 15 // PURPOSE should complain about missing 'void' but both GCC and clang are supporting K&R instead
|
/external/clang/test/ASTMerge/ |
class.cpp | 9 // FIXME: we should also complain about mismatched types on the method
|
/sdk/lint/libs/lint_checks/tests/src/com/android/tools/lint/checks/data/res/layout/ |
wrong_namespace4.xml | 2 <!-- This file does *not* have a wrong namespace: it's testdata to make sure we don't complain when "a" is defined for something unrelated -->
|
/external/bison/src/ |
complain.h | 38 void complain (char const *format, ...) 55 /* This variable is set each time `complain' is called. */
|
/external/llvm/tools/llvm-diff/ |
DifferenceEngine.cpp | 230 bool diffCallSites(CallSite L, CallSite R, bool Complain) { 233 if (Complain) Engine.log("called functions differ"); 237 if (Complain) Engine.log("argument counts differ"); 242 if (Complain) 250 bool diff(Instruction *L, Instruction *R, bool Complain, bool TryUnify) { 251 // FIXME: metadata (if Complain is set) 255 if (Complain) Engine.log("different instruction types"); 262 if (Complain) Engine.log("different predicates"); 266 return diffCallSites(CallSite(L), CallSite(R), Complain); 273 if (Complain) Engine.log("different phi types") [all...] |
/external/bzip2/ |
words3 | 2 If you got this far and the 'cmp's didn't complain, it looks
|
/external/linux-tools-perf/ |
builtin-buildid-list.c | 31 OPT_BOOLEAN('f', "force", &force, "don't complain, do it"),
|
/external/valgrind/main/memcheck/tests/ |
varinfo1.c | 17 /* Cause memcheck to complain about the address "a" and so to print
|
varinfo2.c | 17 /* Cause memcheck to complain about the address "a" and so to print
|
varinfo4.c | 17 /* Cause memcheck to complain about the address "a" and so to print
|
/external/valgrind/main/none/tests/x86/ |
bt_everything.c | 207 //btsl_mem(block, -800); /* should not complain */ 208 //btsl_mem(block, -801); /* should complain */ 209 //btsl_mem(block, 799); /* should not complain */ 210 //btsl_mem(block, 800); /* should complain */
|
/ndk/ |
GNUmakefile | 30 # Complain if the path contains spaces
|
/sdk/lint/libs/lint_checks/tests/src/com/android/tools/lint/checks/data/apicheck/ |
TestEnum.java.txt | 32 // Second usage: should also complain here
|
/external/clang/include/clang/Lex/ |
ModuleMap.h | 77 /// \param Complain Whether this routine should complain about unresolvable 84 bool Complain); 193 /// \param Complain Whether to emit diagnostics for failures. 197 bool resolveExports(Module *Mod, bool Complain);
|
/external/libcap-ng/libcap-ng-0.7/ |
ChangeLog | 36 - In netcap, don't complain about missing udp or raw network files 40 - In netcap, don't complain about missing network files
|
/external/antlr/antlr-3.4/runtime/Python/antlr3/ |
extras.py | 38 # lot's of docstrings are missing, don't complain for now...
|
/external/bison/ |
Android.mk | 45 src/complain.c \
|
/external/bison/m4/ |
nls.m4 | 35 dnl Tell automake >= 1.10 to complain if mkinstalldirs is missing.
|
/external/dbus/test/name-test/ |
run-test-systemserver.sh | 16 ## so the tests can complain if you fail to use the script to launch them
|
/external/llvm/unittests/Support/ |
CommandLineTest.cpp | 58 // This test used to make valgrind complain
|
/external/valgrind/main/helgrind/tests/ |
tc24_nonzero_sem.c | 1 /* Check that Helgrind does not complain about semaphores with a
|