/external/clang/test/Preprocessor/ |
expr_multichar.c | 5 #error Bad multichar constant calculation!
|
feature_tests.c | 9 #error Bad
|
/external/valgrind/main/none/tests/ |
cmdline4.stderr.exp | 1 valgrind: Bad option: --bad-bad-option
|
/development/ndk/sources/android/libportable/arch-x86/ |
ioctl.c | 23 #error Bad build environment
|
/external/chromium_org/tools/gyp/test/assembly/src/ |
override_asm.asm | 8 Bad stuff that shouldn't assemble.
|
/external/chromium_org/courgette/ |
disassembler_win32_x64.cc | 50 return Bad("Too small"); 54 return Bad("Not MZ"); 61 return Bad("Bad offset to PE header"); 67 return Bad("Bad offset to PE header"); 70 return Bad("Misaligned PE header"); 80 return Bad("no PE signature"); 95 return Bad("optional header past end of file"); 99 return Bad("optional header no magic") [all...] |
disassembler_win32_x86.cc | 50 return Bad("Too small"); 54 return Bad("Not MZ"); 61 return Bad("Bad offset to PE header"); 67 return Bad("Bad offset to PE header"); 70 return Bad("Misaligned PE header"); 80 return Bad("no PE signature"); 95 return Bad("optional header past end of file"); 99 return Bad("optional header no magic") [all...] |
disassembler_elf_32.cc | 33 return Bad("Too small"); 42 return Bad("No Magic Number"); 46 return Bad("Not an executable file or shared library"); 49 return Bad("Not a supported architecture"); 52 return Bad("Unknown file version"); 55 return Bad("Unexpected section header size"); 58 return Bad("Out of bounds section header table offset"); 64 return Bad("Out of bounds section header table"); 67 return Bad("Out of bounds program header table offset"); 73 return Bad("Out of bounds program header table") [all...] |
disassembler.h | 55 bool Bad(const char *reason);
|
/development/ndk/sources/android/libportable/arch-mips/ |
poll.c | 75 #error Bad build environment
|
resource.c | 22 #error Bad build environment
|
mmap.c | 24 #error Bad build environment
|
/external/chromium_org/third_party/freetype/src/psaux/ |
psconv.c | 99 goto Bad; 113 goto Bad; 151 Bad: 209 goto Bad; 217 goto Bad; 344 Bad:
|
/external/freetype/src/psaux/ |
psconv.c | 99 goto Bad; 113 goto Bad; 151 Bad: 209 goto Bad; 217 goto Bad; 344 Bad:
|
/external/clang/include/clang/Sema/ |
Overload.h | 440 /// of the bad conversion. 441 BadConversionSequence Bad; 462 case BadConversion: Bad = Other.Bad; break; 516 /// Sets this sequence as a bad conversion for an explicit argument. 520 Bad.init(Failure, FromExpr, ToType); 523 /// Sets this sequence as a bad conversion for an implicit argument. 527 Bad.init(Failure, FromType, ToType); 630 /// The FixIt hints which can be used to fix the Bad candidate. 683 Conversions[Idx].Bad.FromExpr [all...] |
/external/chromium/net/ftp/ |
ftp_directory_listing_parser_netware_unittest.cc | 45 TEST_F(FtpDirectoryListingParserNetwareTest, Bad) {
|
ftp_directory_listing_parser_windows_unittest.cc | 89 TEST_F(FtpDirectoryListingParserWindowsTest, Bad) {
|
ftp_directory_listing_parser_ls_unittest.cc | 146 TEST_F(FtpDirectoryListingParserLsTest, Bad) {
|
/external/chromium_org/net/ftp/ |
ftp_directory_listing_parser_netware_unittest.cc | 49 TEST_F(FtpDirectoryListingParserNetwareTest, Bad) {
|
ftp_directory_listing_parser_os2_unittest.cc | 83 TEST_F(FtpDirectoryListingParserOS2Test, Bad) {
|
ftp_directory_listing_parser_windows_unittest.cc | 91 TEST_F(FtpDirectoryListingParserWindowsTest, Bad) {
|
/external/chromium_org/third_party/libphonenumber/src/phonenumbers/utf/ |
rune.c | 44 Bad = Runeerror, 60 * to Bad and return 0. 97 goto bad; 100 goto bad; 103 goto bad; 119 goto bad; 123 goto bad; 137 goto bad; 141 goto bad; 147 // since we don't have that, we'll just fall through to bad [all...] |
/external/chromium_org/third_party/re2/util/ |
rune.cc | 45 Bad = Runeerror, 70 goto bad; 73 goto bad; 76 goto bad; 87 goto bad; 91 goto bad; 102 goto bad; 106 goto bad; 113 * since we don't have that, we'll just fall through to bad. 117 * bad decodin [all...] |
/external/regex-re2/util/ |
rune.cc | 45 Bad = Runeerror, 70 goto bad; 73 goto bad; 76 goto bad; 87 goto bad; 91 goto bad; 102 goto bad; 106 goto bad; 113 * since we don't have that, we'll just fall through to bad. 117 * bad decodin [all...] |
/build/core/ |
multi_prebuilt.mk | 61 $(if $(word 3,$(tw)),$(error $(LOCAL_PATH): Bad prebuilt filename '$(t)')) \
|