/system/connectivity/shill/cellular/ |
modem_proxy_interface.h | 27 class Error; 34 const Error&)> ModemInfoCallback; 43 virtual void Enable(bool enable, Error* error, 45 virtual void Disconnect(Error* error, const ResultCallback& callback, 47 virtual void GetModemInfo(Error* error, const ModemInfoCallback& callback,
|
mm1_modem_proxy_interface.h | 26 class Error; 42 Error* error, 46 Error* error, 50 Error* error, 53 virtual void Reset(Error* error, 57 Error* error [all...] |
modem_cdma_proxy_interface.h | 26 class Error; 32 typedef base::Callback<void(uint32_t, const Error&)> ActivationResultCallback; 33 typedef base::Callback<void(uint32_t, const Error&)> SignalQualityCallback; 35 const Error&)> RegistrationStateCallback; 45 virtual void Activate(const std::string& carrier, Error* error, 48 virtual void GetRegistrationState(Error* error, 51 virtual void GetSignalQuality(Error* error, [all...] |
cellular_error_mm1.cc | 53 void CellularError::FromMM1ChromeosDBusError(brillo::Error* dbus_error, 54 Error* error) { 55 if (!error) 59 error->Reset(); 65 Error::Type type; 68 type = Error::kIncorrectPin; 70 type = Error::kPinRequired; 72 type = Error::kPinBlocked; 74 type = Error::kInvalidApn [all...] |
mock_mm1_modem_proxy.h | 38 Error* error, 42 Error* error, 46 Error* error, 49 MOCK_METHOD3(Reset, void(Error* error, 53 Error* error, [all...] |
modem_gsm_card_proxy_interface.h | 26 class Error; 28 const Error&)> GSMIdentifierCallback; 37 virtual void GetIMEI(Error* error, const GSMIdentifierCallback& callback, 39 virtual void GetIMSI(Error* error, const GSMIdentifierCallback& callback, 41 virtual void GetSPN(Error* error, const GSMIdentifierCallback& callback, 43 virtual void GetMSISDN(Error* error, const GSMIdentifierCallback& callback [all...] |
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/d30v/ |
serial2.l | 2 .*:5: Error: Unable to mix instructions as specified 3 .*:6: Error: Unable to mix instructions as specified 4 .*:8: Error: Unable to mix instructions as specified 5 .*:9: Error: Unable to mix instructions as specified 6 .*:11: Error: Unable to mix instructions as specified 7 .*:12: Error: Unable to mix instructions as specified 8 .*:13: Error: Unable to mix instructions as specified 9 .*:14: Error: Unable to mix instructions as specified 10 .*:16: Error: Unable to mix instructions as specified 11 .*:17: Error: Unable to mix instructions as specifie [all...] |
/art/test/441-checker-inliner/src/ |
Main.java | 227 throw new Error(); 231 throw new Error(); 235 throw new Error(); 239 throw new Error(); 243 throw new Error(); 247 throw new Error(); 251 throw new Error(); 255 throw new Error(); 259 throw new Error(); 263 throw new Error(); [all...] |
/external/llvm/unittests/AsmParser/ |
AsmParserTest.cpp | 26 SMDiagnostic Error; 27 auto Mod = parseAssemblyString(Source, Error, Ctx); 30 EXPECT_TRUE(Error.getMessage().empty()); 39 SMDiagnostic Error; 42 Error, Ctx), 52 SMDiagnostic Error; 54 auto Mod = parseAssemblyString(Source, Error, Ctx, &Mapping); 57 EXPECT_TRUE(Error.getMessage().empty()); 70 SMDiagnostic Error; 72 auto Mod = parseAssemblyString(Source, Error, Ctx) [all...] |
/system/connectivity/apmanager/ |
error.h | 27 class Error; 28 using ErrorPtr = std::unique_ptr<Error>; 33 class Error { 36 kSuccess = 0, // No error. 44 Error(); 45 ~Error(); 60 // Log an error message from |from_here|. If |error| is non-NULL, also 62 static void PopulateAndLog(Error* error, [all...] |
error_unittest.cc | 17 #include "apmanager/error.h" 21 #include <brillo/errors/error.h> 40 void PopulateError(Error* error, Error::Type type) { 41 error->type_ = type; 44 void PopulateError(Error* error, Error::Type type, string message) { 45 error->type_ = type [all...] |
error.cc | 17 #include "apmanager/error.h" 21 #include <brillo/errors/error.h> 34 Error::Error() : type_(kSuccess) {} 36 Error::~Error() {} 38 void Error::Populate(Type type, 41 CHECK(type < kNumErrors) << "Error type out of range: " << type; 47 void Error::Reset() { 53 bool Error::ToDBusError(brillo::ErrorPtr* error) const [all...] |
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/arm/ |
neon-cond-bad.l | 2 [^:]*:10: Error: instruction cannot be conditional -- `vmoveq q0,q1' 3 [^:]*:11: Error: instruction cannot be conditional -- `vmoveq d0,d1' 4 [^:]*:12: Error: instruction cannot be conditional -- `vmoveq\.i32 q0,#0' 5 [^:]*:13: Error: instruction cannot be conditional -- `vmoveq\.i32 d0,#0' 6 [^:]*:27: Error: instruction cannot be conditional -- `vmuleq\.f32 d0,d1,d2' 7 [^:]*:27: Error: instruction cannot be conditional -- `vmuleq\.f32 q0,q1,q2' 8 [^:]*:28: Error: instruction cannot be conditional -- `vmlaeq\.f32 d0,d1,d2' 9 [^:]*:28: Error: instruction cannot be conditional -- `vmlaeq\.f32 q0,q1,q2' 10 [^:]*:29: Error: instruction cannot be conditional -- `vmlseq\.f32 d0,d1,d2' 11 [^:]*:29: Error: instruction cannot be conditional -- `vmlseq\.f32 q0,q1,q2 [all...] |
sp-pc-validations-bad.l | 2 [^:]*:11: Error: cannot use register index with PC-relative addressing -- `ldr r0,\[r1,pc,LSL#2\]' 3 [^:]*:12: Error: cannot use register index with PC-relative addressing -- `ldr r0,\[r1,pc,LSL#2\]!' 4 [^:]*:13: Error: cannot use register index with PC-relative addressing -- `ldr r0,\[r1\],pc,LSL#2' 5 [^:]*:14: Error: cannot use register index with PC-relative addressing -- `ldr r0,\[pc,r1,LSL#2\]!' 6 [^:]*:15: Error: cannot use register index with PC-relative addressing -- `ldr r0,\[pc\],r1,LSL#2' 7 [^:]*:18: Error: r15 not allowed here -- `ldrb pc,\[r0,#4\]' 8 [^:]*:19: Error: r15 not allowed here -- `ldrb pc,\[r0\],#4' 9 [^:]*:20: Error: r15 not allowed here -- `ldrb pc,\[r0,#4\]!' 10 [^:]*:23: Error: r15 not allowed here -- `ldrb pc,label' 11 [^:]*:24: Error: r15 not allowed here -- `ldrb pc,\[pc,#-0\] [all...] |
inst-po-2.l | 2 [^:]*:7: Error: constant expression required 3 [^:]*:10: Error: width suffixes are invalid in ARM mode 4 [^:]*:11: Error: width suffixes are invalid in ARM mode 5 [^:]*:14: Error: cannot determine Thumb instruction size. Use .inst.n/.inst.w instead 6 [^:]*:15: Error: .inst.n operand too big. Use .inst.w instead
|
mrs-msr-thumb-v7-m-bad.l | 2 [^:]*:5: Error: selected processor does not support requested special purpose register -- `mrs r4,cpsr' 3 [^:]*:6: Error: selected processor does not support requested special purpose register -- `mrs r5,spsr' 4 [^:]*:7: Error: selected processor does not support DSP extension -- `msr apsr_nzcvqg,r4' 5 [^:]*:8: Error: selected processor does not support DSP extension -- `msr iapsr_nzcvqg,r5' 6 [^:]*:9: Error: bad bitmask specified after APSR -- `msr xpsr_nncvq,r6' 7 [^:]*:10: Error: bad bitmask specified after APSR -- `msr xpsr_nzcv,r7' 8 [^:]*:11: Error: selected processor does not support requested special purpose register -- `msr cpsr_f,r7' 9 [^:]*:12: Error: selected processor does not support requested special purpose register -- `msr spsr,r8' 10 [^:]*:13: Error: syntax error -- `msr primask_nzcvq,r9 [all...] |
srs-arm.l | 2 [^:]*:12: Error: SRS base register must be r13 -- `srsdb r4,#13' 3 [^:]*:13: Error: SRS base register must be r13 -- `srsda r4,#13' 4 [^:]*:14: Error: SRS base register must be r13 -- `srsia r4,#13' 5 [^:]*:15: Error: SRS base register must be r13 -- `srsib r4,#13' 6 [^:]*:24: Error: SRS base register must be r13 -- `srsea r4,#13' 7 [^:]*:25: Error: SRS base register must be r13 -- `srsfd r4,#13' 8 [^:]*:26: Error: SRS base register must be r13 -- `srsfa r4,#13' 9 [^:]*:27: Error: SRS base register must be r13 -- `srsed r4,#13' 10 [^:]*:30: Error: SRS base register must be r13 -- `srs r4,#13'
|
thumb2_ldmstm_bad.l | 2 [^:]*:6: Error: r15 not allowed here -- `ldmia r15,{r0-r3}' 3 [^:]*:7: Error: r15 not allowed here -- `ldmia r15!,{r0-r3}' 4 [^:]*:8: Error: LR and PC should not both be in register list -- `ldmia r1,{r14,r15}' 5 [^:]*:9: Error: having the base register in the register list when using write back is UNPREDICTABLE -- `ldmia r0!,{r0-r3}' 6 [^:]*:12: Error: branch must be last instruction in IT block -- `ldmiaeq r0,{r12,r15}' 7 [^:]*:13: Error: having the base register in the register list when using write back is UNPREDICTABLE -- `ldmiaeq r0!,{r0,r1}' 8 [^:]*:17: Error: having the base register in the register list when using write back is UNPREDICTABLE -- `stmia.w r0!,{r0-r3}' 10 [^:]*:19: Error: r15 not allowed here -- `stmia r15!,{r0-r3}' 11 [^:]*:20: Error: r15 not allowed here -- `stmia r15,{r0-r3}' 12 [^:]*:21: Error: having the base register in the register list when using write back is UNPREDICTABLE -- `stmia r8 (…) [all...] |
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/mips/ |
vr5400-ill.l | 2 .*:3: Error: operand 3 must be scalar `sll.ob \$f2,\$f4,\$f6' 3 .*:7: Error: operand 3 must be scalar `srl.ob \$f2,\$f4,\$f6' 4 .*:10: Error: operand 2 must be an immediate `rzu.ob \$f2,\$f6\[1\]' 5 .*:11: Error: operand 2 must be an immediate `rzu.ob \$f2,\$f6' 6 .*:14: Error: invalid operands `add.ob \$v2,\$f4,\$f6' 7 .*:15: Error: invalid operands `add.ob \$f2,\$v4,\$f6' 8 .*:16: Error: invalid operands `add.ob \$f2,\$f4,\$v6' 9 .*:17: Error: invalid operands `add.ob \$v2,\$v4,\$v6' 10 .*:20: Error: invalid operands `add.ob \$v2,\$f4,\$f6\[1\]' 11 .*:21: Error: invalid operands `add.ob \$f2,\$v4,\$f6\[1\] [all...] |
mips-macro-ill-nofp.l | 2 .*:5: Error: opcode not supported on this processor: .* \(.*\) `ldc1 \$f2,d' 3 .*:6: Error: opcode not supported on this processor: .* \(.*\) `ldc1 \$22,d' 4 .*:7: Error: opcode not supported on this processor: .* \(.*\) `l.d \$f2,d' 5 .*:8: Error: opcode not supported on this processor: .* \(.*\) `li.d \$f2,1.2' 6 .*:9: Error: opcode not supported on this processor: .* \(.*\) `li.d \$22,1.2' 7 .*:11: Error: opcode not supported on this processor: .* \(.*\) `sdc1 \$f2,d' 8 .*:12: Error: opcode not supported on this processor: .* \(.*\) `sdc1 \$22,d' 9 .*:13: Error: opcode not supported on this processor: .* \(.*\) `s.d \$f2,d' 10 .*:15: Error: opcode not supported on this processor: .* \(.*\) `trunc.w.d \$f4,\$f6,\$4' 11 .*:18: Error: opcode not supported on this processor: .* \(.*\) `lwc1 \$f2,d [all...] |
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/bfin/ |
expected_comparison_errors.l | 2 .*:1: Error: AREGs are in bad order or same. Input text was A0. 3 .*:2: Error: AREGs are in bad order or same. Input text was A1. 4 .*:3: Error: AREGs are in bad order or same. Input text was A0. 5 .*:4: Error: AREGs are in bad order or same. Input text was a0. 6 .*:5: Error: AREGs are in bad order or same. Input text was a1. 7 .*:6: Error: AREGs are in bad order or same. Input text was a0. 8 .*:7: Error: AREGs are in bad order or same. Input text was a0. 9 .*:8: Error: AREGs are in bad order or same. Input text was a1. 10 .*:9: Error: AREGs are in bad order or same. Input text was a0. 11 .*:10: Error: Bad register in comparison. Input text was P0 [all...] |
/external/curl/include/curl/ |
curlbuild.h | 62 #error "CURL_SIZEOF_LONG shall not be defined except in curlbuild.h" 63 Error Compilation_aborted_CURL_SIZEOF_LONG_already_defined 67 #error "CURL_TYPEOF_CURL_SOCKLEN_T shall not be defined except in curlbuild.h" 68 Error Compilation_aborted_CURL_TYPEOF_CURL_SOCKLEN_T_already_defined 72 #error "CURL_SIZEOF_CURL_SOCKLEN_T shall not be defined except in curlbuild.h" 73 Error Compilation_aborted_CURL_SIZEOF_CURL_SOCKLEN_T_already_defined 77 #error "CURL_TYPEOF_CURL_OFF_T shall not be defined except in curlbuild.h" 78 Error Compilation_aborted_CURL_TYPEOF_CURL_OFF_T_already_defined 82 #error "CURL_FORMAT_CURL_OFF_T shall not be defined except in curlbuild.h" 83 Error Compilation_aborted_CURL_FORMAT_CURL_OFF_T_already_define [all...] |
/external/google-breakpad/src/third_party/curl/ |
curlbuild.h | 63 # error "CURL_SIZEOF_LONG shall not be defined except in curlbuild.h" 64 Error Compilation_aborted_CURL_SIZEOF_LONG_already_defined 68 # error "CURL_TYPEOF_CURL_SOCKLEN_T shall not be defined except in curlbuild.h" 69 Error Compilation_aborted_CURL_TYPEOF_CURL_SOCKLEN_T_already_defined 73 # error "CURL_SIZEOF_CURL_SOCKLEN_T shall not be defined except in curlbuild.h" 74 Error Compilation_aborted_CURL_SIZEOF_CURL_SOCKLEN_T_already_defined 78 # error "CURL_TYPEOF_CURL_OFF_T shall not be defined except in curlbuild.h" 79 Error Compilation_aborted_CURL_TYPEOF_CURL_OFF_T_already_defined 83 # error "CURL_FORMAT_CURL_OFF_T shall not be defined except in curlbuild.h" 84 Error Compilation_aborted_CURL_FORMAT_CURL_OFF_T_already_define [all...] |
curlrules.h | 59 * will fail issuing an error. The error description wording is compiler 80 # error "CURL_SIZEOF_LONG definition is missing!" 81 Error Compilation_aborted_CURL_SIZEOF_LONG_is_missing 85 # error "CURL_TYPEOF_CURL_SOCKLEN_T definition is missing!" 86 Error Compilation_aborted_CURL_TYPEOF_CURL_SOCKLEN_T_is_missing 90 # error "CURL_SIZEOF_CURL_SOCKLEN_T definition is missing!" 91 Error Compilation_aborted_CURL_SIZEOF_CURL_SOCKLEN_T_is_missing 95 # error "CURL_TYPEOF_CURL_OFF_T definition is missing!" 96 Error Compilation_aborted_CURL_TYPEOF_CURL_OFF_T_is_missin [all...] |
/external/llvm/tools/bugpoint/ |
FindBugs.cpp | 31 /// recreate the failure. This returns true if a compiler error is found. 79 std::string Error; 80 compileProgram(Program, &Error); 81 if (!Error.empty()) { 83 outs() << Error; 93 bool Diff = diffProgram(Program, Filename, "", false, &Error); 94 if (Error.empty() && Diff) { 96 debugMiscompilation(&Error); 97 if (Error.empty()) 100 if (!Error.empty()) [all...] |