/external/llvm/test/MC/X86/AlignedBundling/ |
bundle-lock-option-error.s | 4 # CHECK: error: invalid option
|
/external/llvm/test/Transforms/Mem2Reg/ |
2002-05-01-ShouldNotPromoteThisAlloca.ll | 2 ; the %r alloca, even though it is invalid to do so in this case!
|
/external/llvm/test/Verifier/ |
llvm.used-invalid-init2.ll | 6 ; CHECK: invalid llvm.used member
|
/external/nist-sip/java/javax/sip/ |
DialogState.java | 17 "Invalid dialog state: " + state);
|
/external/skia/tools/tests/skimage/input/bad-images/ |
ignore-results.json | 9 "invalid-png_None.png" : {
|
incorrect-results.json | 9 "invalid-png_None.png" : {
|
/external/smack/src/org/xbill/DNS/ |
WireParseException.java | 8 * An exception thrown when a DNS message is invalid.
|
/external/valgrind/main/memcheck/tests/ |
badjump2.stderr.exp | 1 Jump to the invalid address stated on the next line
|
signal2.stderr.exp | 0 Invalid write of size 4
|
/frameworks/compile/slang/tests/F_kernel_static/ |
stderr.txt.expect | 2 kernel_static.rs:18:36: error: Invalid use of attribute kernel with static function declaration: static_kernel
|
/frameworks/compile/slang/tests/P_set_target_api_11/ |
set_target_api_11.rs | 6 #error Invalid RS_VERSION
|
/frameworks/compile/slang/tests/P_set_target_api_12/ |
set_target_api_12.rs | 6 #error Invalid RS_VERSION
|
/frameworks/compile/slang/tests/P_set_target_api_13/ |
set_target_api_13.rs | 6 #error Invalid RS_VERSION
|
/frameworks/compile/slang/tests/P_set_target_api_14/ |
set_target_api_14.rs | 6 #error Invalid RS_VERSION
|
/frameworks/compile/slang/tests/P_set_target_api_15/ |
set_target_api_15.rs | 6 #error Invalid RS_VERSION
|
/frameworks/compile/slang/tests/P_set_target_api_16/ |
set_target_api_16.rs | 6 #error Invalid RS_VERSION
|
/frameworks/compile/slang/tests/P_set_target_api_17/ |
set_target_api_17.rs | 6 #error Invalid RS_VERSION
|
/frameworks/opt/vcard/tests/res/raw/ |
v21_winmo_65.vcf | 6 AGENT:Invalid line which must be handled correctly.
|
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_tools_windows/tools/ |
buildbin.sh | 35 echo invalid speaker id; 50 echo invalid speaker id; 59 echo invalid speaker id; 68 echo invalid speaker id; 77 echo invalid speaker id; 86 echo invalid speaker id; 91 echo invalid langcountry id;
|
/external/valgrind/main/none/tests/s390x/ |
cu12.c | 165 // As conversion stops upon encountering an invalid character, we 166 // need to test each invalid character separately, to make sure it 167 // is recognized as invalid. 169 printf("\n----- Invalid characters -----\n"); 182 printf("\n----- Invalid characters if m3 == 1 -----\n"); 183 uint8_t invalid_if_m3[] = { // contains all such invalid characters 193 printf("\n----- 1st char valid, 2nd char invalid -----\n"); 196 0xaa // invalid 228 // Test for invalid two-byte characters where the 1st byte is valid 229 // The 2nd byte is invalid if not in range 0x80..0xbf, inclusiv [all...] |
cu12_1.c | 165 // As conversion stops upon encountering an invalid character, we 166 // need to test each invalid character separately, to make sure it 167 // is recognized as invalid. 169 printf("\n----- Invalid characters -----\n"); 182 printf("\n----- Invalid characters if m3 == 1 -----\n"); 183 uint8_t invalid_if_m3[] = { // contains all such invalid characters 193 printf("\n----- 1st char valid, 2nd char invalid -----\n"); 196 0xaa // invalid 228 // Test for invalid two-byte characters where the 1st byte is valid 229 // The 2nd byte is invalid if not in range 0x80..0xbf, inclusiv [all...] |
cu14.c | 165 // As conversion stops upon encountering an invalid character, we 166 // need to test each invalid character separately, to make sure it 167 // is recognized as invalid. 169 printf("\n----- Invalid characters -----\n"); 182 printf("\n----- Invalid characters if m3 == 1 -----\n"); 183 uint8_t invalid_if_m3[] = { // contains all such invalid characters 193 printf("\n----- 1st char valid, 2nd char invalid -----\n"); 196 0xaa // invalid 228 // Test for invalid two-byte characters where the 1st byte is valid 229 // The 2nd byte is invalid if not in range 0x80..0xbf, inclusiv [all...] |
cu14_1.c | 165 // As conversion stops upon encountering an invalid character, we 166 // need to test each invalid character separately, to make sure it 167 // is recognized as invalid. 169 printf("\n----- Invalid characters -----\n"); 182 printf("\n----- Invalid characters if m3 == 1 -----\n"); 183 uint8_t invalid_if_m3[] = { // contains all such invalid characters 193 printf("\n----- 1st char valid, 2nd char invalid -----\n"); 196 0xaa // invalid 228 // Test for invalid two-byte characters where the 1st byte is valid 229 // The 2nd byte is invalid if not in range 0x80..0xbf, inclusiv [all...] |
/external/chromium_org/chrome/browser/speech/extension_api/ |
tts_extension_api_constants.cc | 42 const char kErrorInvalidGender[] = "Invalid gender."; 43 const char kErrorInvalidLang[] = "Invalid lang."; 44 const char kErrorInvalidPitch[] = "Invalid pitch."; 45 const char kErrorInvalidRate[] = "Invalid rate."; 46 const char kErrorInvalidVolume[] = "Invalid volume.";
|
/external/clang/test/SemaObjC/ |
iboutletcollection-attr.m | 22 __attribute__((iboutletcollection(B))) id ivar2; // expected-error {{invalid type 'B' as argument of iboutletcollection attribute}} 23 __attribute__((iboutletcollection(PV))) id ivar3; // expected-error {{invalid type 'PV' as argument of iboutletcollection attribute}} 24 __attribute__((iboutletcollection(PV))) void *ivar4; // expected-warning {{instance variable with 'iboutletcollection' attribute must be an object type (invalid 'void *')}} 29 @property (nonatomic, retain) __attribute__((iboutletcollection(B))) id prop2; // expected-error {{invalid type 'B' as argument of iboutletcollection attribute}} 31 @property __attribute__((iboutletcollection(BAD))) int prop3; // expected-warning {{property with 'iboutletcollection' attribute must be an object type (invalid 'int')}}
|