HomeSort by relevance Sort by last modified time
    Searched refs:Error (Results 426 - 450 of 3219) sorted by null

<<11121314151617181920>>

  /system/connectivity/shill/
crypto_util_proxy.cc 73 HandleShimError(Error(Error::kOperationAborted));
85 Error* error) {
96 Error::PopulateAndLog(FROM_HERE, error, Error::kOperationFailed,
109 Error::PopulateAndLog(FROM_HERE, error, Error::kOperationFailed
    [all...]
  /art/test/466-get-live-vreg/src/
Main.java 30 throw new Error(e);
48 throw new Error("");
57 throw new Error("Expected " + staticField3);
61 throw new Error("Expected " + staticField3);
75 throw new Error(e);
  /art/test/593-checker-boolean-to-integral-conv/src/
Main.java 201 throw new Error("Expected: " + expected + ", found: " + result);
207 throw new Error("Expected: " + expected + ", found: " + result);
213 throw new Error("Expected: " + expected + ", found: " + result);
219 throw new Error("Expected: " + expected + ", found: " + result);
225 throw new Error("Expected: " + expected + ", found: " + result);
  /external/vboot_reference/cgpt/
cmd_boot.c 48 Error("invalid argument to -%c: \"%s\"\n", c, optarg);
56 Error("invalid argument to -%c: \"%s\"\n", c, optarg);
71 Error("unrecognized option: -%c\n", optopt);
75 Error("missing argument to -%c\n", optopt);
90 Error("missing drive argument\n");
  /system/connectivity/shill/wimax/
mock_wimax.h 29 class Error;
44 MOCK_METHOD2(Start, void(Error* error,
46 MOCK_METHOD2(Stop, void(Error* error,
49 Error* error));
51 Error* error));
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/arm/
addthumb2err.l 2 [^:]*:9: Error: shift value over 3 not allowed in thumb mode -- `add sp,sp,r0,LSL#4'
3 [^:]*:10: Error: only LSL shift allowed in thumb mode -- `add sp,sp,r0,LSR#3'
4 [^:]*:11: Error: only LSL shift allowed in thumb mode -- `add sp,sp,r0,ASR#3'
5 [^:]*:12: Error: only LSL shift allowed in thumb mode -- `add sp,sp,r0,ROR#3'
6 [^:]*:13: Error: only LSL shift allowed in thumb mode -- `add sp,sp,r0,RRX'
7 [^:]*:14: Error: shift value over 3 not allowed in thumb mode -- `adds sp,sp,r0,LSL#4'
8 [^:]*:15: Error: only LSL shift allowed in thumb mode -- `adds sp,sp,r0,LSR#3'
9 [^:]*:16: Error: only LSL shift allowed in thumb mode -- `adds sp,sp,r0,ASR#3'
10 [^:]*:17: Error: only LSL shift allowed in thumb mode -- `adds sp,sp,r0,ROR#3'
11 [^:]*:18: Error: only LSL shift allowed in thumb mode -- `adds sp,sp,r0,RRX
    [all...]
group-reloc-ldr-parsing-bad.l 2 [^:]*:7: Error: this group relocation is not allowed on this instruction -- `ldr r0,\[r0,#:pc_g0_nc:\(f\)\]'
3 [^:]*:8: Error: this group relocation is not allowed on this instruction -- `ldr r0,\[r0,#:pc_g1_nc:\(f\)\]'
4 [^:]*:9: Error: this group relocation is not allowed on this instruction -- `ldr r0,\[r0,#:sb_g0_nc:\(f\)\]'
5 [^:]*:10: Error: this group relocation is not allowed on this instruction -- `ldr r0,\[r0,#:sb_g1_nc:\(f\)\]'
6 [^:]*:12: Error: this group relocation is not allowed on this instruction -- `str r0,\[r0,#:pc_g0_nc:\(f\)\]'
7 [^:]*:13: Error: this group relocation is not allowed on this instruction -- `str r0,\[r0,#:pc_g1_nc:\(f\)\]'
8 [^:]*:14: Error: this group relocation is not allowed on this instruction -- `str r0,\[r0,#:sb_g0_nc:\(f\)\]'
9 [^:]*:15: Error: this group relocation is not allowed on this instruction -- `str r0,\[r0,#:sb_g1_nc:\(f\)\]'
10 [^:]*:17: Error: this group relocation is not allowed on this instruction -- `ldrb r0,\[r0,#:pc_g0_nc:\(f\)\]'
11 [^:]*:18: Error: this group relocation is not allowed on this instruction -- `ldrb r0,\[r0,#:pc_g1_nc:\(f\)\]
    [all...]
group-reloc-ldrs-parsing-bad.l 2 [^:]*:7: Error: this group relocation is not allowed on this instruction -- `ldrd r0,\[r0,#:pc_g0_nc:\(f\)\]'
3 [^:]*:8: Error: this group relocation is not allowed on this instruction -- `ldrd r0,\[r0,#:pc_g1_nc:\(f\)\]'
4 [^:]*:9: Error: this group relocation is not allowed on this instruction -- `ldrd r0,\[r0,#:sb_g0_nc:\(f\)\]'
5 [^:]*:10: Error: this group relocation is not allowed on this instruction -- `ldrd r0,\[r0,#:sb_g1_nc:\(f\)\]'
6 [^:]*:12: Error: this group relocation is not allowed on this instruction -- `strd r0,\[r0,#:pc_g0_nc:\(f\)\]'
7 [^:]*:13: Error: this group relocation is not allowed on this instruction -- `strd r0,\[r0,#:pc_g1_nc:\(f\)\]'
8 [^:]*:14: Error: this group relocation is not allowed on this instruction -- `strd r0,\[r0,#:sb_g0_nc:\(f\)\]'
9 [^:]*:15: Error: this group relocation is not allowed on this instruction -- `strd r0,\[r0,#:sb_g1_nc:\(f\)\]'
10 [^:]*:17: Error: this group relocation is not allowed on this instruction -- `ldrh r0,\[r0,#:pc_g0_nc:\(f\)\]'
11 [^:]*:18: Error: this group relocation is not allowed on this instruction -- `ldrh r0,\[r0,#:pc_g1_nc:\(f\)\]
    [all...]
  /art/test/550-checker-multiply-accumulate/src/
Main.java 24 throw new Error("Expected: " + expected + ", found: " + result);
30 throw new Error("Expected: " + expected + ", found: " + result);
83 if (doThrow) throw new Error();
125 if (doThrow) throw new Error();
177 if (doThrow) throw new Error();
235 if (doThrow) throw new Error();
288 if (doThrow) throw new Error();
329 if (doThrow) throw new Error();
376 if (doThrow) throw new Error();
423 if (doThrow) throw new Error();
    [all...]
  /art/test/565-checker-doublenegbitwise/src/
Main.java 24 throw new Error("Expected: " + expected + ", found: " + result);
30 throw new Error("Expected: " + expected + ", found: " + result);
61 if (doThrow) throw new Error();
98 if (doThrow) throw new Error();
129 if (doThrow) throw new Error();
166 if (doThrow) throw new Error();
206 if (doThrow) throw new Error();
237 if (doThrow) throw new Error();
269 if (doThrow) throw new Error();
303 if (doThrow) throw new Error();
    [all...]
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/d30v/
serial2O.l 2 .*:5: Error: Unable to mix instructions as specified
3 .*:6: Error: Unable to mix instructions as specified
4 .*:11: Error: Unable to mix instructions as specified
5 .*:12: Error: Unable to mix instructions as specified
6 .*:16: Error: Unable to mix instructions as specified
7 .*:17: Error: Unable to mix instructions as specified
8 .*:21: Error: Unable to mix instructions as specified
9 .*:22: Error: Unable to mix instructions as specified
10 .*:26: Error: Unable to mix instructions as specified
11 .*:27: Error: Unable to mix instructions as specifie
    [all...]
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mips/
micromips-size-0.l 2 .*:15: Error: invalid operands `addu16 \$12,\$14'
3 .*:18: Error: unrecognized 16-bit version of microMIPS opcode `add16\.ps \$f2,\$f4'
4 .*:22: Error: unrecognized 32-bit version of microMIPS opcode `addiusp32 256'
5 .*:25: Error: unrecognized opcode `jar \$23'
6 .*:26: Error: unrecognized opcode `jar16 \$23'
7 .*:27: Error: unrecognized opcode `jar32 \$23'
8 .*:41: Error: invalid operands `jalr16 \$30,\$26'
9 .*:50: Error: invalid operands `beqz16 \$27,bar'
12 .*:70: Error: unrecognized 16-bit version of microMIPS opcode `add16\.ps \$f2,\$f4'
14 .*:76: Error: unrecognized 16-bit version of microMIPS opcode `add16\.ps \$f2,\$f4
    [all...]
  /external/libbrillo/brillo/errors/
error.h 17 class Error; // Forward declaration.
19 using ErrorPtr = std::unique_ptr<Error>;
21 class BRILLO_EXPORT Error {
23 virtual ~Error() = default;
25 // Creates an instance of Error class.
35 // If |error| is not nullptr, creates another instance of Error class,
37 // the error chain pointed to by |error|.
38 static void AddTo(ErrorPtr* error,
    [all...]
  /system/connectivity/shill/cellular/
cellular_capability.cc 27 #include "shill/error.h"
65 Error* error) {
68 Error::PopulateAndLog(FROM_HERE, error, Error::kNotSupported, message);
74 Error* error,
76 OnUnsupportedOperation(__func__, error);
79 void CellularCapability::CompleteActivation(Error* error)
    [all...]
cellular_error_unittest.cc 42 "org.freedesktop.ModemManager1.Error.MobileEquipment.IncorrectPassword";
45 "org.freedesktop.ModemManager1.Error.MobileEquipment.SimPin";
48 "org.freedesktop.ModemManager1.Error.MobileEquipment.SimPuk";
51 "org.freedesktop.ModemManager1.Error.MobileEquipment."
55 "org.freedesktop.ModemManager1.Error.Core.WrongState";
58 const char kErrorMessage[] = "Some error message.";
63 Error shill_error;
70 brillo::Error::Create(FROM_HERE,
75 EXPECT_EQ(Error::kIncorrectPin, shill_error.type());
79 brillo::Error::Create(FROM_HERE
    [all...]
  /system/connectivity/shill/dbus/
chromeos_mm1_modem_proxy.h 41 Error* error,
45 Error* error,
49 Error* error,
52 void Reset(Error* error,
56 Error* error,
    [all...]
  /external/clang/lib/ASTMatchers/Dynamic/
Parser.cpp 60 explicit CodeTokenizer(StringRef MatcherCode, Diagnostics *Error)
61 : Code(MatcherCode), StartOfLine(MatcherCode), Line(1), Error(Error),
66 CodeTokenizer(StringRef MatcherCode, Diagnostics *Error,
68 : Code(MatcherCode), StartOfLine(MatcherCode), Line(1), Error(Error),
195 Error->addError(Range, Error->ET_ParserUnsignedError) << Result->Text;
230 Error->addError(Range, Error->ET_ParserStringError) << ErrorText
    [all...]
  /art/test/437-inline/src/
Main.java 20 throw new Error();
24 throw new Error();
28 throw new Error();
32 throw new Error();
36 throw new Error();
43 throw new Error();
47 throw new Error();
  /external/deqp/framework/opengl/
gluDefs.cpp 35 Error::Error (int error, const char* message, const char* expr, const char* file, int line)
37 , m_error (error)
41 Error::Error (int error, const std::string& message)
43 , m_error (error)
47 Error::~Error (void) throw(
    [all...]
  /external/llvm/lib/CodeGen/MIRParser/
MIParser.h 51 /// Return true if an error occurred.
55 SMDiagnostic &Error);
66 /// Return true if an error occurred.
69 const SlotMapping &IRSlots, SMDiagnostic &Error);
74 const SlotMapping &IRSlots, SMDiagnostic &Error);
80 SMDiagnostic &Error);
86 SMDiagnostic &Error);
91 const SlotMapping &IRSlots, SMDiagnostic &Error);
95 const SlotMapping &IRSlots, SMDiagnostic &Error);
  /external/curl/include/curl/
curlrules.h 58 * will fail issuing an error. The error description wording is compiler
79 # error "CURL_TYPEOF_CURL_SOCKLEN_T definition is missing!"
80 Error Compilation_aborted_CURL_TYPEOF_CURL_SOCKLEN_T_is_missing
84 # error "CURL_SIZEOF_CURL_SOCKLEN_T definition is missing!"
85 Error Compilation_aborted_CURL_SIZEOF_CURL_SOCKLEN_T_is_missing
89 # error "CURL_TYPEOF_CURL_OFF_T definition is missing!"
90 Error Compilation_aborted_CURL_TYPEOF_CURL_OFF_T_is_missing
94 # error "CURL_FORMAT_CURL_OFF_T definition is missing!"
95 Error Compilation_aborted_CURL_FORMAT_CURL_OFF_T_is_missin
    [all...]
  /external/valgrind/helgrind/
hg_errors.h 3 /*--- Error management for Helgrind. ---*/
36 /* The standard bundle of error management functions that we are
38 Bool HG_(eq_Error) ( VgRes not_used, const Error* e1, const Error* e2 );
39 void HG_(before_pp_Error) ( const Error* err );
40 void HG_(pp_Error) ( const Error* err );
41 UInt HG_(update_extra) ( const Error* err );
45 Bool HG_(error_matches_suppression) ( const Error* err, const Supp* su );
46 const HChar* HG_(get_error_name) ( const Error* err );
47 SizeT HG_(get_extra_suppression_info) ( const Error* err
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.ndk/src/com/android/ide/eclipse/ndk/internal/discovery/
NdkScannerInfoCollector.java 40 throw new Error("Not implemented"); //$NON-NLS-1$
45 throw new Error("Not implemented"); //$NON-NLS-1$
50 throw new Error("Not implemented"); //$NON-NLS-1$
65 throw new Error("Not implemented"); //$NON-NLS-1$
70 throw new Error("Not implemented"); //$NON-NLS-1$
80 throw new Error("Not implemented"); //$NON-NLS-1$
85 throw new Error("Not implemented"); //$NON-NLS-1$
90 throw new Error("Not implemented"); //$NON-NLS-1$
95 throw new Error("Not implemented"); //$NON-NLS-1$
  /system/connectivity/shill/vpn/
vpn_driver.h 34 class Error;
46 virtual void Connect(const VPNServiceRefPtr& service, Error* error) = 0;
89 virtual KeyValueStore GetProvider(Error* error);
110 void ClearMappedStringProperty(const size_t& index, Error* error);
111 void ClearMappedStringsProperty(const size_t& index, Error* error);
112 std::string GetMappedStringProperty(const size_t& index, Error* error)
    [all...]
  /art/test/594-load-string-regression/src/
Main.java 31 if (doThrow) { throw new Error(); }
64 throw new Error("Expected: " + expected + ", found: " + result);
73 if (doThrow) { throw new Error(); }

Completed in 268 milliseconds

<<11121314151617181920>>