/external/llvm/unittests/Support/ |
RegexTest.cpp | 87 std::string Error; 92 EXPECT_EQ("a\\ber", Regex("[0-9]+").sub("\\\\", "a1234ber", &Error)); 93 EXPECT_EQ("", Error); 94 EXPECT_EQ("a\nber", Regex("[0-9]+").sub("\\n", "a1234ber", &Error)); 95 EXPECT_EQ("", Error); 96 EXPECT_EQ("a\tber", Regex("[0-9]+").sub("\\t", "a1234ber", &Error)); 97 EXPECT_EQ("", Error); 98 EXPECT_EQ("ajber", Regex("[0-9]+").sub("\\j", "a1234ber", &Error)); 99 EXPECT_EQ("", Error); 101 EXPECT_EQ("aber", Regex("[0-9]+").sub("\\", "a1234ber", &Error)); [all...] |
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/arm/ |
strex-bad-t.l | 2 [^:]*:7: Error: r15 not allowed here -- `strexh r0,r1,#0x04' 3 [^:]*:8: Error: instruction does not accept this addressing mode -- `strexh r0,r1,\[r2\],#0x04' 4 [^:]*:9: Error: instruction does not accept this addressing mode -- `strexh r0,r1,\[r2,#\+0x00\]!' 5 [^:]*:10: Error: instruction does not accept this addressing mode -- `strexh r0,r1,\[r2,r3\]' 6 [^:]*:11: Error: registers may not be the same -- `strexh r0,r0,\[r1]' 7 [^:]*:12: Error: instruction does not accept this addressing mode -- `strexh r0,r1,\[r2,#-0x04\]' 8 [^:]*:13: Error: r15 not allowed here -- `strexh r0,r1,\[r15\]' 9 [^:]*:14: Error: r13 not allowed here -- `strexh r0,r13,\[r1\]' 10 [^:]*:15: Error: r15 not allowed here -- `strexh r0,r15,\[r1\]' 11 [^:]*:16: Error: r13 not allowed here -- `strexh r13,r0,\[r1\] [all...] |
msr-imm-bad.l | 2 [^:]*:9: Error: Thumb encoding does not support an immediate here -- `msr APSR_nzcvq,#0xc0000004' 3 [^:]*:10: Error: Thumb encoding does not support an immediate here -- `msr APSR_g,#0xc0000004' 4 [^:]*:11: Error: Thumb encoding does not support an immediate here -- `msr APSR_nzcvq,#0xc0000004' 5 [^:]*:12: Error: Thumb encoding does not support an immediate here -- `msr APSR_nzcvqg,#0xc0000004' 6 [^:]*:15: Error: Thumb encoding does not support an immediate here -- `msr CPSR,#0xc0000004' 7 [^:]*:16: Error: Thumb encoding does not support an immediate here -- `msr CPSR_s,#0xc0000004' 8 [^:]*:17: Error: Thumb encoding does not support an immediate here -- `msr CPSR_f,#0xc0000004' 9 [^:]*:18: Error: Thumb encoding does not support an immediate here -- `msr CPSR_c,#0xc0000004' 10 [^:]*:19: Error: Thumb encoding does not support an immediate here -- `msr CPSR_x,#0xc0000004' 11 [^:]*:22: Error: Thumb encoding does not support an immediate here -- `msr CPSR_fs,#0xc0000004 [all...] |
arch7em-bad.l | 2 [^:]*:8: Error: selected processor does not support Thumb mode `pkhbt r0,r0,r0' 3 [^:]*:9: Error: selected processor does not support Thumb mode `pkhbt r9,r0,r0' 4 [^:]*:10: Error: selected processor does not support Thumb mode `pkhbt r0,r9,r0' 5 [^:]*:11: Error: selected processor does not support Thumb mode `pkhbt r0,r0,r9' 6 [^:]*:12: Error: selected processor does not support Thumb mode `pkhbt r0,r0,r0,lsl#0x14' 7 [^:]*:13: Error: selected processor does not support Thumb mode `pkhbt r0,r0,r0,lsl#3' 8 [^:]*:14: Error: selected processor does not support Thumb mode `pkhtb r1,r2,r3' 9 [^:]*:15: Error: selected processor does not support Thumb mode `pkhtb r1,r2,r3,asr#0x11' 10 [^:]*:18: Error: selected processor does not support Thumb mode `qadd r1,r2,r3' 11 [^:]*:19: Error: selected processor does not support Thumb mode `qadd16 r1,r2,r3 [all...] |
msr-reg-bad.l | 3 [^:]*:9: Error: selected processor does not support DSP extension -- `msr APSR_g,r9' 4 [^:]*:11: Error: selected processor does not support DSP extension -- `msr APSR_nzcvqg,r9' 5 [^:]*:14: Error: selected processor does not support requested special purpose register -- `msr CPSR,r9' 6 [^:]*:15: Error: selected processor does not support requested special purpose register -- `msr CPSR_s,r9' 7 [^:]*:16: Error: selected processor does not support requested special purpose register -- `msr CPSR_f,r9' 8 [^:]*:17: Error: selected processor does not support requested special purpose register -- `msr CPSR_c,r9' 9 [^:]*:18: Error: selected processor does not support requested special purpose register -- `msr CPSR_x,r9' 10 [^:]*:21: Error: selected processor does not support requested special purpose register -- `msr CPSR_fs,r9' 11 [^:]*:22: Error: selected processor does not support requested special purpose register -- `msr CPSR_fx,r9' 12 [^:]*:23: Error: selected processor does not support requested special purpose register -- `msr CPSR_fc,r9 [all...] |
/external/vboot_reference/cgpt/ |
cmd_add.c | 56 Error("invalid argument to -%c: \"%s\"\n", c, optarg); 64 Error("invalid argument to -%c: \"%s\"\n", c, optarg); 73 Error("invalid argument to -%c: \"%s\"\n", c, optarg); 82 Error("invalid argument to -%c: \"%s\"\n", c, optarg); 90 Error("invalid argument to -%c: %s\n", c, optarg); 97 Error("invalid argument to -%c: %s\n", c, optarg); 109 Error("invalid argument to -%c: \"%s\"\n", c, optarg); 113 Error("value for -%c must be between 0 and 1", c); 127 Error("value for -%c must be between 0 and 15", c); 136 Error("invalid argument to -%c: \"%s\"\n", c, optarg) [all...] |
cmd_prioritize.c | 57 Error("invalid argument to -%c: \"%s\"\n", c, optarg); 65 Error("invalid argument to -%c: \"%s\"\n", c, optarg); 76 Error("invalid argument to -%c: \"%s\"\n", c, optarg); 80 Error("value for -%c must be between 1 and 15\n", c); 89 Error("unrecognized option: -%c\n", optopt); 93 Error("missing argument to -%c\n", optopt); 108 Error("the -f option is only useful with the -i option\n"); 114 Error("missing drive argument\n");
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/i386/ |
ifunc-2.l | 2 .*/ifunc-2\.s:4: Error: can't resolve `bar1' {\.text\.1 section} - `foo1' {\.text\.1 section} 3 .*/ifunc-2\.s:5: Error: can't resolve `bar2' {\.text\.2 section} - `foo2' {\.text\.2 section} 4 .*/ifunc-2\.s:6: Error: can't resolve `bar1' {\.text\.1 section} - `bar2' {\.text\.2 section} 5 .*/ifunc-2\.s:7: Error: can't resolve `bar2' {\.text\.2 section} - `bar1' {\.text\.1 section} 6 .*/ifunc-2\.s:8: Error: can't resolve `\.text\.1' {\.text\.1 section} - `bar1' {\.text\.1 section} 7 .*/ifunc-2\.s:9: Error: can't resolve `\.text\.1' {\.text\.1 section} - `bar2' {\.text\.2 section} 8 .*/ifunc-2\.s:10: Error: can't resolve `bar1' {\.text\.1 section} - `abs1' {\*ABS\* section} 9 .*/ifunc-2\.s:11: Error: can't resolve `abs1' {\*ABS\* section} - `bar1' {\.text\.1 section} 10 .*/ifunc-2\.s:12: Error: can't resolve `\.text\.1' {\.text\.1 section} - `bar1' {\.text\.1 section} 11 .*/ifunc-2\.s:19: Error: can't resolve `bar1' {\.text\.1 section} - `foo1' {\.text\.1 section [all...] |
/external/libweave/include/weave/ |
error.h | 19 class Error; // Forward declaration. 21 using ErrorPtr = std::unique_ptr<Error>; 23 class LIBWEAVE_EXPORT Error final { 25 ~Error() = default; 42 // Creates an instance of Error class. 50 // If |error| is not nullptr, creates another instance of Error class, 52 // the error chain pointed to by |error|. 53 static AddToTypeProxy AddTo(ErrorPtr* error, [all...] |
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/ia64/ |
unwind-bad.l | 2 .*:8: Error: First operand to \.save\.g must be a positive 4-bit constant 3 .*:10: Error: First operand to \.save\.g must be a positive 4-bit constant 4 .*:12: Error: First operand to \.save\.g must be a positive 4-bit constant 6 #FIXME .*:18: Error: Register r4 was already saved 7 .*:20: Error: Operand to \.save\.f must be a positive 20-bit constant 8 .*:22: Error: Operand to \.save\.f must be a positive 20-bit constant 9 .*:24: Error: Operand to \.save\.f must be a positive 20-bit constant 11 #FIXME .*:30: Error: Register f2 was already saved 12 .*:32: Error: First operand to \.save\.b must be a positive 5-bit constant 13 .*:34: Error: First operand to \.save\.b must be a positive 5-bit constan [all...] |
index.l | 2 .*.s:6: Error: [Ii]ndex must be a general register 3 .*.s:7: Error: [Ii]ndex must be a general register 4 .*.s:8: Error: [Ii]ndex must be a general register 5 .*.s:9: Error: [Ii]ndex must be a general register 6 .*.s:13: Error: [Ii]ndirect register index must be a general register 7 .*.s:14: Error: [Ii]ndirect register index must be a general register 8 .*.s:15: Error: [Ii]ndirect register index must be a general register 9 .*.s:16: Error: [Ii]ndirect register index must be a general register 10 .*.s:20: Error: [Ii]ndex can only be applied to rotating or indirect registers 11 .*.s:21: Error: [Ii]ndex can only be applied to rotating or indirect register [all...] |
/external/libweave/src/ |
error.cc | 5 #include <weave/error.h> 16 // Use logging::LogMessage() directly instead of LOG(ERROR) to substitute 17 // the current error location with the location passed in to the Error object. 18 // This way the log will contain the actual location of the error, and not 19 // as if it always comes from chromeos/errors/error.cc(22). 28 ErrorPtr Error::Create(const tracked_objects::Location& location, 34 ErrorPtr Error::Create(const tracked_objects::Location& location, 39 return ErrorPtr(new Error(location, code, message, std::move(inner_error))); 42 Error::AddToTypeProxy Error::AddTo(ErrorPtr* error [all...] |
/art/test/119-noimage-patchoat/src/ |
Main.java | 26 throw new Error("Image with dex2oat disabled runs with an oat file"); 28 throw new Error("Image with dex2oat enabled runs without an oat file");
|
/art/test/419-long-parameter/src/ |
Main.java | 20 throw new Error("Unexpected result"); 23 throw new Error("Unexpected result");
|
/art/test/446-checker-inliner2/src/ |
Main.java | 65 throw new Error("Expected 42"); 69 throw new Error("Expected 38");
|
/art/test/471-deopt-environment/src/ |
Main.java | 40 throw new Error("Expected 42"); 44 throw new Error("Expected 0");
|
/art/test/564-checker-negbitwise/src/ |
Main.java | 24 throw new Error("Expected: " + expected + ", found: " + result); 30 throw new Error("Expected: " + expected + ", found: " + result); 80 if (doThrow) throw new Error(); 130 if (doThrow) throw new Error(); 177 if (doThrow) throw new Error(); 213 if (doThrow) throw new Error(); 269 if (doThrow) throw new Error(); 288 if (doThrow) throw new Error();
|
/art/test/593-checker-long-to-float-regression/src/ |
Main.java | 24 throw new Error("Expected: " + expected + ", found: " + result); 38 if (doThrow) { throw new Error(); }
|
/external/deqp/execserver/ |
xsDefs.hpp | 64 class Error : public std::runtime_error 67 Error (const std::string& message) : std::runtime_error(message) {} 68 Error (const char* message, const char* expr, const char* file, int line); 71 class ConnectionError : public Error 74 ConnectionError (const std::string& message) : Error(message) {} 85 #define XS_FAIL(MSG) throw xs::Error(MSG, "", __FILE__, __LINE__) 86 #define XS_CHECK(X) do { if ((!deGetFalse() && (X)) ? DE_FALSE : DE_TRUE) throw xs::Error(NULL, #X, __FILE__, __LINE__); } while(deGetFalse()) 87 #define XS_CHECK_MSG(X, MSG) do { if ((!deGetFalse() && (X)) ? DE_FALSE : DE_TRUE) throw xs::Error(MSG, #X, __FILE__, __LINE__); } while(deGetFalse())
|
/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/ |
Ascii.java | 32 throw new Error(e); 44 throw new Error(e);
|
/system/connectivity/shill/cellular/ |
cellular_error.cc | 25 #define MM_MODEM_ERROR(error) MM_MODEM_INTERFACE "." error 26 #define MM_MOBILE_ERROR(error) MM_MODEM_GSM_INTERFACE "." error 40 void CellularError::FromChromeosDBusError(brillo::Error* dbus_error, 41 Error* error) { 42 if (!error) 46 error->Reset(); 52 Error::Type type [all...] |
mm1_modem_time_proxy_interface.h | 25 class Error; 40 virtual void GetNetworkTime(Error* error,
|
mock_mm1_bearer_proxy.h | 34 MOCK_METHOD3(Connect, void(Error* error, 37 MOCK_METHOD3(Disconnect, void(Error* error,
|
mock_modem_gsm_card_proxy.h | 34 MOCK_METHOD3(GetIMEI, void(Error* error, 37 MOCK_METHOD3(GetIMSI, void(Error* error, 40 MOCK_METHOD3(GetSPN, void(Error* error, 43 MOCK_METHOD3(GetMSISDN, void(Error* error, 48 Error* error, const ResultCallback& callback [all...] |
mock_modem_simple_proxy.h | 32 MOCK_METHOD3(GetModemStatus, void(Error* error, 36 Error* error, const ResultCallback& callback,
|