/external/clang/test/FixIt/ |
D | format.m | 10 …printf("%s", x); // expected-warning{{format specifies type 'char *' but the argument has type 'in… 11 …printf("%lf", x); // expected-warning{{format specifies type 'double' but the argument has type 'i… 16 …NSLog(@"%s", x); // expected-warning{{format specifies type 'char *' but the argument has type 'in… 17 …NSLog(@"%lf", x); // expected-warning{{format specifies type 'double' but the argument has type 'i… 18 NSLog(@"%@", x); // expected-warning{{format specifies type 'id' but the argument has type 'int'}} 25 …printf("%d", x); // expected-warning{{format specifies type 'int' but the argument has type 'char … 27 …printf("%lf", x); // expected-warning{{format specifies type 'double' but the argument has type 'c… 31 …NSLog(@"%d", x); // expected-warning{{format specifies type 'int' but the argument has type 'char … 33 …NSLog(@"%lf", x); // expected-warning{{format specifies type 'double' but the argument has type 'c… 34 …NSLog(@"%@", x); // expected-warning{{format specifies type 'id' but the argument has type 'char *… [all …]
|
D | format-no-fixit.m | 12 printf("%d", x); // expected-warning{{format specifies type 'int' but the argument has type 'id'}} 13 …printf("%s", x); // expected-warning{{format specifies type 'char *' but the argument has type 'id… 14 …printf("%lf", x); // expected-warning{{format specifies type 'double' but the argument has type 'i… 19 // This is okay, but we won't suggest a fixit; arbitrary structure pointers may 26 …NSLog(@"%d", x); // expected-warning{{format specifies type 'int' but the argument has type 'CFStr… 27 …NSLog(@"%s", x); // expected-warning{{format specifies type 'char *' but the argument has type 'CF… 28 …NSLog(@"%lf", x); // expected-warning{{format specifies type 'double' but the argument has type 'C…
|
D | format.mm | 11 …/ expected-warning{{format specifies type 'unichar' (aka 'unsigned short') but the argument has ty… 14 …/ expected-warning{{format specifies type 'unichar' (aka 'unsigned short') but the argument has ty… 20 …/ expected-warning{{format specifies type 'unichar' (aka 'unsigned short') but the argument has ty… 23 …/ expected-warning{{format specifies type 'unichar' (aka 'unsigned short') but the argument has ty… 27 …/ expected-warning{{format specifies type 'unichar' (aka 'unsigned short') but the argument has ty…
|
/external/llvm/test/MC/ARM/ |
D | thumb-invalid-crypto.txt | 5 @ CHECK: error: instruction 'aesd' is not predicable, but condition code specified 7 @ CHECK: error: instruction 'aesimc' is not predicable, but condition code specified 9 @ CHECK: error: instruction 'aesmc' is not predicable, but condition code specified 11 @ CHECK: error: instruction 'aese' is not predicable, but condition code specified 15 @ CHECK: error: instruction 'sha1h' is not predicable, but condition code specified 17 @ CHECK: error: instruction 'sha1su1' is not predicable, but condition code specified 19 @ CHECK: error: instruction 'sha256su0' is not predicable, but condition code specified 23 @ CHECK: error: instruction 'sha1c' is not predicable, but condition code specified 25 @ CHECK: error: instruction 'sha1m' is not predicable, but condition code specified 27 @ CHECK: error: instruction 'sha1p' is not predicable, but condition code specified [all …]
|
D | invalid-crc32.s | 11 @ CHECK: error: instruction 'crc32cb' is not predicable, but condition code specified 12 @ CHECK: error: instruction 'crc32b' is not predicable, but condition code specified 13 @ CHECK: error: instruction 'crc32ch' is not predicable, but condition code specified 14 @ CHECK: error: instruction 'crc32h' is not predicable, but condition code specified 15 @ CHECK: error: instruction 'crc32cw' is not predicable, but condition code specified 16 @ CHECK: error: instruction 'crc32w' is not predicable, but condition code specified
|
D | invalid-neon-v8.s | 8 @ CHECK: error: instruction 'vmaxnm' is not predicable, but condition code specified 17 @ CHECK: error: instruction 'vcvtp' is not predicable, but condition code specified 26 @ CHECK: error: instruction 'vrintm' is not predicable, but condition code specified 37 @ CHECK: error: instruction 'aesd' is not predicable, but condition code specified 46 @ CHECK: error: instruction 'sha1h' is not predicable, but condition code specified 63 @ CHECK: error: instruction 'sha256su1' is not predicable, but condition code specified 70 @ CHECK: error: instruction 'vmull' is not predicable, but condition code specified
|
/external/clang/test/Modules/ |
D | submodules-preprocess.cpp | 8 # error HAVE_VECTOR macro is not available (but should be) 12 # error HAVE_TYPE_TRAITS_MAP macro is available (but shouldn't be) 22 # error HAVE_VECTOR macro is not available (but should be) 26 # error HAVE_TYPE_TRAITS_MAP macro is not available (but should be) 30 # error HAVE_HASH_MAP macro is available (but shouldn't be) 52 # error HAVE_VECTOR macro is not available (but should be) 56 # error HAVE_TYPE_TRAITS_MAP macro is not available (but should be) 60 # error HAVE_HASH_MAP macro is not available (but should be)
|
/external/eigen/demos/opengl/ |
D | quaternion_demo.cpp | 557 QPushButton* but = new QPushButton("reset"); in createNavigationControlWidget() local 558 but->setToolTip("move the camera to initial position (with animation)"); in createNavigationControlWidget() 559 layout->addWidget(but); in createNavigationControlWidget() 560 connect(but, SIGNAL(clicked()), this, SLOT(resetCamera())); in createNavigationControlWidget() 567 QRadioButton* but; in createNavigationControlWidget() local 568 but = new QRadioButton("turn around"); in createNavigationControlWidget() 569 but->setToolTip("look around an object"); in createNavigationControlWidget() 570 group->addButton(but, NavTurnAround); in createNavigationControlWidget() 571 boxLayout->addWidget(but); in createNavigationControlWidget() 572 but = new QRadioButton("fly"); in createNavigationControlWidget() [all …]
|
/external/valgrind/none/tests/ |
D | ioctl_moans.stderr.exp | 1 Warning: noted but unhandled ioctl 0x.2345670 with no size/direction hints. 4 Warning: noted but unhandled ioctl 0x.2345671 with no size/direction hints. 7 Warning: noted but unhandled ioctl 0x.2345672 with no size/direction hints. 10 Warning: noted but unhandled ioctl 0x.2345673 with no size/direction hints. 13 Warning: noted but unhandled ioctl 0x.2345674 with no size/direction hints. 16 Warning: noted but unhandled ioctl 0x.2345675 with no size/direction hints. 19 Warning: noted but unhandled ioctl 0x.2345676 with no size/direction hints. 22 Warning: noted but unhandled ioctl 0x.2345677 with no size/direction hints. 25 Warning: noted but unhandled ioctl 0x.2345678 with no size/direction hints. 28 Warning: noted but unhandled ioctl 0x.2345679 with no size/direction hints.
|
/external/google-breakpad/src/testing/test/ |
D | gmock_output_test_golden.txt | 24 Expected to be called twice, but has only 1 WillOnce(). 27 Called 2 times, but only 1 WillOnce() is specified - returning default value. 36 Google Mock tried the following 1 expectation, but it didn't match: 49 Google Mock tried the following 1 expectation, but it didn't match: 93 Google Mock tried the following 2 expectations, but none matched: 114 Google Mock tried the following 2 expectations, but none matched: 135 Google Mock tried the following 2 expectations, but none matched: 174 Google Mock tried the following 1 expectation, but it didn't match: 190 Google Mock tried the following 1 expectation, but it didn't match: 204 Google Mock tried the following 1 expectation, but it didn't match: [all …]
|
/external/clang/include/clang/Basic/ |
D | DiagnosticSerializationKinds.td | 32 "PCH file was compiled for the %0 '%1' but the current translation " 36 "feature'%1' but the %select{current translation unit is|AST file was}0 " 39 "PCH file but is currently %select{disabled|enabled}2">; 42 def err_pch_diagopt_mismatch : Error<"%0 is currently enabled, but was not in " 45 "path '%0', but the path is currently '%1'">; 64 "module '%0' was built in directory '%1' but now resides in " 74 "macro '%0' was %select{defined|undef'd}1 in the precompiled header but " 81 "'-undef' but %select{precompiled header was not built with it|" 85 "'-detailed-preprocessing-record' but %select{precompiled header was not "
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/test/runtime/misc/ |
D | TestDictionary.m | 38 … STAssertTrue( [expected isEqualTo:result], @"Expected \"%@\" but got \"%@\"", expected, result ); 54 … STAssertTrue( [expected isEqualTo:result], @"Expected \"%@\" but got \"%@\"", expected, result ); 78 … STAssertTrue( [expected isEqualTo:result], @"Expected \"%@\" but got \"%@\"", expected, result ); 102 … STAssertTrue( [expected isEqualTo:result], @"Expected \"%@\" but got \"%@\"", expected, result ); 106 … STAssertTrue( [expected isEqualTo:result], @"Expected \"%@\" but got \"%@\"", expected, result ); 130 … STAssertTrue( [expected isEqualTo:result], @"Expected \"%@\" but got \"%@\"", expected, result ); 134 … STAssertTrue( [expected isEqualTo:result], @"Expected \"%@\" but got \"%@\"", expected, result );
|
/external/v8/test/webkit/ |
D | instance-of-immediates-expected.txt | 29 PASS (1 instanceof 1) threw exception TypeError: Expecting a function in instanceof check, but got … 30 PASS ({} instanceof 1) threw exception TypeError: Expecting a function in instanceof check, but got… 31 PASS (obj instanceof 1) threw exception TypeError: Expecting a function in instanceof check, but go… 32 PASS (1 instanceof {}) threw exception TypeError: Expecting a function in instanceof check, but got… 33 PASS ({} instanceof {}) threw exception TypeError: Expecting a function in instanceof check, but go… 34 PASS (obj instanceof {}) threw exception TypeError: Expecting a function in instanceof check, but g…
|
/external/llvm/test/MC/Disassembler/SystemZ/ |
D | invalid-regs.txt | 3 # This would be "axbr %f14, %f0", but %r14 is invalid. 10 # This would be "axbr %f0, %f2", but %f2 is invalid. 17 # This would be "dlr %r1, %r8", but %r1 is invalid.
|
/external/llvm/test/CodeGen/AArch64/ |
D | atomic-ops.ll | 24 ; w0 below is a reasonable guess but could change: it certainly comes into the 44 ; w0 below is a reasonable guess but could change: it certainly comes into the 64 ; w0 below is a reasonable guess but could change: it certainly comes into the 84 ; x0 below is a reasonable guess but could change: it certainly comes into the 104 ; w0 below is a reasonable guess but could change: it certainly comes into the 124 ; w0 below is a reasonable guess but could change: it certainly comes into the 144 ; w0 below is a reasonable guess but could change: it certainly comes into the 164 ; x0 below is a reasonable guess but could change: it certainly comes into the 184 ; w0 below is a reasonable guess but could change: it certainly comes into the 204 ; w0 below is a reasonable guess but could change: it certainly comes into the [all …]
|
/external/clang/test/Analysis/ |
D | PR2978.m | 36 …warning{{The '_Y' instance variable was retained by a synthesized property but wasn't released in … 37 …ing{{The '_Z' instance variable was not retained by a synthesized property but was released in 'de… 42 …warning{{The '_W' instance variable was retained by a synthesized property but wasn't released in … 55 [self setW:@"newW"]; // This will release '_W', but retain the new value
|
/external/llvm/test/CodeGen/SystemZ/ |
D | la-03.ll | 55 ; Like f1, but for functions. 63 ; Like f2, but for functions. 71 ; Like f3, but for functions. 79 ; Like f4, but for functions.
|
/external/llvm/test/Other/ |
D | can-execute.txt | 5 * Directories are executable, but we don't want to try to execute them. 9 TestProg, then a file with executable bit but not readable and finally a 14 test, but for now this test serves as a reminder to audit all the callers if
|
/external/llvm/test/CodeGen/ARM/ |
D | readcyclecounter.ll | 7 ; possible to disable it, but realistically present on at least every v7-A 8 ; processor (but not on v6, at least by default). 16 ; As usual, exact registers only sort of matter but the cycle-count had better
|
/external/clang/test/SemaObjC/ |
D | format-strings-objc.m | 39 // but clang will implicitly add the attribute if it's not written. 60 …printf("%i ",test); // expected-warning{{format specifies type 'int' but the argument has type 'lo… 61 …NSLog(@"%i ",test); // expected-warning{{format specifies type 'int' but the argument has type 'lo… 62 …CFStringCreateWithFormat(CFSTR("%i"),test); // expected-warning{{format specifies type 'int' but t… 99 …NSLog(@"%@ %@", x, (BOOL) 1); // expected-warning {{format specifies type 'id' but the argument ha… 152 …ng{{format specifies type 'const unichar *' (aka 'const unsigned short *') but the argument has ty… 161 …ng{{format specifies type 'const unichar *' (aka 'const unsigned short *') but the argument has ty… 169 …/ expected-warning{{format specifies type 'unichar' (aka 'unsigned short') but the argument has ty… 214 …eConstantString("%@"), 1); // expected-warning{{format specifies type 'id' but the argument has ty… 237 …format string was 'int'}} expected-warning 2 {{format specifies type 'int' but the argument has ty… [all …]
|
/external/mockftpserver/tags/2.0.2/src/site/apt/ |
D | fakeftpserver-features.apt | 87 * Transmission mode other than 'Stream'. The STRU command is implemented but has no effect (NOOP). 93 * Record Structure and Page Structure. The STRU command is implemented but has no effect (NOOP). 95 * Error Recovery and Restart. The REST command is implemented but has no effect (NOOP). 97 * Structure Mount. The SMNT command is implemented but has no effect (NOOP). 99 * Abort. The ABOR command is implemented but has no effect (NOOP). 101 * Allocate. The ALLO command is implemented but has no effect (NOOP).
|
/external/mockftpserver/tags/2.0-rc1/MockFtpServer/src/site/apt/ |
D | fakeftpserver-features.apt | 87 * Transmission mode other than 'Stream'. The STRU command is implemented but has no effect (NOOP). 93 * Record Structure and Page Structure. The STRU command is implemented but has no effect (NOOP). 95 * Error Recovery and Restart. The REST command is implemented but has no effect (NOOP). 97 * Structure Mount. The SMNT command is implemented but has no effect (NOOP). 99 * Abort. The ABOR command is implemented but has no effect (NOOP). 101 * Allocate. The ALLO command is implemented but has no effect (NOOP).
|
/external/mockftpserver/tags/2.0.1/src/site/apt/ |
D | fakeftpserver-features.apt | 87 * Transmission mode other than 'Stream'. The STRU command is implemented but has no effect (NOOP). 93 * Record Structure and Page Structure. The STRU command is implemented but has no effect (NOOP). 95 * Error Recovery and Restart. The REST command is implemented but has no effect (NOOP). 97 * Structure Mount. The SMNT command is implemented but has no effect (NOOP). 99 * Abort. The ABOR command is implemented but has no effect (NOOP). 101 * Allocate. The ALLO command is implemented but has no effect (NOOP).
|
/external/mockftpserver/tags/2.0-rc1/src/site/apt/ |
D | fakeftpserver-features.apt | 87 * Transmission mode other than 'Stream'. The STRU command is implemented but has no effect (NOOP). 93 * Record Structure and Page Structure. The STRU command is implemented but has no effect (NOOP). 95 * Error Recovery and Restart. The REST command is implemented but has no effect (NOOP). 97 * Structure Mount. The SMNT command is implemented but has no effect (NOOP). 99 * Abort. The ABOR command is implemented but has no effect (NOOP). 101 * Allocate. The ALLO command is implemented but has no effect (NOOP).
|
/external/mockftpserver/tags/2.0/src/site/apt/ |
D | fakeftpserver-features.apt | 87 * Transmission mode other than 'Stream'. The STRU command is implemented but has no effect (NOOP). 93 * Record Structure and Page Structure. The STRU command is implemented but has no effect (NOOP). 95 * Error Recovery and Restart. The REST command is implemented but has no effect (NOOP). 97 * Structure Mount. The SMNT command is implemented but has no effect (NOOP). 99 * Abort. The ABOR command is implemented but has no effect (NOOP). 101 * Allocate. The ALLO command is implemented but has no effect (NOOP).
|