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

1 2 3 4 5 6 7 891011>>

  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/arm/
attr-syntax.d 4 #error: :1: Error: Attribute name not recognised: made_up_tag.*:3: Error: expected <tag> , <value>.*:5: Error: expected <tag> , <value>
srs-t2.l 2 [^:]*:8: Error: SRS base register must be r13 -- `srsdb r4,#13'
3 [^:]*:9: Error: SRS base register must be r13 -- `srsia r4,#13'
4 [^:]*:16: Error: SRS base register must be r13 -- `srsea r4,#13'
5 [^:]*:17: Error: SRS base register must be r13 -- `srsfd r4,#13'
6 [^:]*:18: Error: SRS base register must be r13 -- `srs r4,#13'
group-reloc-ldc-encoding-bad.l 2 [^:]*:43: Error: bad offset 0x00000001 \(must be word-aligned\)
3 [^:]*:43: Error: bad offset 0x00000001 \(must be word-aligned\)
4 [^:]*:43: Error: bad offset 0x00000001 \(must be word-aligned\)
5 [^:]*:43: Error: bad offset 0x00000001 \(must be word-aligned\)
6 [^:]*:43: Error: bad offset 0x00000001 \(must be word-aligned\)
7 [^:]*:43: Error: bad offset 0x00000001 \(must be word-aligned\)
8 [^:]*:43: Error: bad offset 0x00000001 \(must be word-aligned\)
9 [^:]*:43: Error: bad offset 0x00000001 \(must be word-aligned\)
10 [^:]*:43: Error: bad offset 0x00000001 \(must be word-aligned\)
11 [^:]*:43: Error: bad offset 0x00000001 \(must be word-aligned\
    [all...]
adr-invalid.l 2 [^:]*:3: Error: symbol var is in a different section
3 [^:]*:4: Error: undefined symbol undefinedvar used as an immediate value
4 [^:]*:5: Error: symbol var is in a different section
5 [^:]*:6: Error: undefined symbol undefinedvar used as an immediate value
archv6s-m-bad.l 2 [^:]*:7: Error: SVC is not permitted on this architecture
insn-error-a.l 2 [^:]*:4: Error: ARM register expected -- `movne r33,r9'
ldgesb-bad.l 2 .*Error: bad instruction `ldgesb r1,\[r11,#4\]'
ldgesh-bad.l 2 .*Error: bad instruction `ldgesh r1,\[r11,#4\]'
neon-ldst-align-bad.l 2 [^:]*:1: Error: bad alignment -- `vld1.8 {d0},\[r0:128\]'
3 [^:]*:2: Error: bad alignment -- `vld1.8 {q0},\[r0:256\]'
neon-suffix-bad.l 2 [^:]*:3: Error: invalid neon suffix for non neon instruction
3 [^:]*:4: Error: invalid neon suffix for non neon instruction
4 [^:]*:5: Error: invalid neon suffix for non neon instruction
5 [^:]*:6: Error: invalid instruction shape -- `vcvt.f64.s32 d0,s0,#11'
6 [^:]*:9: Error: invalid neon suffix for non neon instruction
7 [^:]*:10: Error: invalid neon suffix for non neon instruction
8 [^:]*:11: Error: invalid neon suffix for non neon instruction
9 [^:]*:12: Error: invalid instruction shape -- `vcvt.f64.s32 d0,s0,#11'
neon-vmov-bad.l 2 [^:]*:3: Error: invalid instruction shape -- `vmov Q0,d0'
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/tic6x/
parallel-bad-2.l 2 [^:]*:5: Error: parallel instruction not following another instruction
3 [^:]*:8: Error: parallel instruction not following another instruction
4 [^:]*:11: Error: label not at start of execute packet
sploop-bad-3.l 2 [^:]*:5: Error: 'spkernel' instruction not in a software pipelined loop
3 [^:]*:6: Error: 'spkernel' instruction not in a software pipelined loop
4 [^:]*:7: Error: 'spkernelr' instruction not in a software pipelined loop
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/bfin/
expected_errors.l 2 .*:3: Error: Constant out of range.
3 .*:4: Error: Constant out of range.
4 .*:6: Error: Bad constant value.
5 .*:7: Error: Bad constant value.
6 .*:8: Error: Bad constant value.
7 .*:9: Error: Bad constant value.
8 .*:10: Error: Bad constant value.
9 .*:11: Error: Bad constant value.
10 .*:13: Error: Dregs expected. Input text was R3.L.
11 .*:15: Error: Source multiplication register mismatch. Input text was \)
    [all...]
  /system/connectivity/shill/
error.cc 17 #include "shill/error.h"
25 #include <brillo/errors/error.h>
35 const Error::Info Error::kInfos[kNumErrors] = {
36 { kErrorResultSuccess, "Success (no error)" },
42 { kErrorResultInternalError, "Internal error" },
65 Error::Error() {
69 Error::Error(Type type)
    [all...]
  /art/test/116-nodex2oat/src/
Main.java 24 throw new Error("Application with dex2oat disabled runs with an oat file");
26 throw new Error("Application with dex2oat enabled runs without an oat file");
  /art/test/134-nodex2oat-nofallback/src/
Main.java 24 throw new Error("Application with dex2oat disabled runs with an oat file");
26 throw new Error("Application with dex2oat enabled runs without an oat file");
  /art/test/462-checker-inlining-across-dex-files/src/
Main.java 166 throw new Error("Expected 38");
170 throw new Error("Expected 1");
174 throw new Error("Expected 42");
178 throw new Error("Expected OtherDex");
182 throw new Error("Expected " + OtherDex.class);
186 throw new Error("Expected " + OtherDex.class);
190 throw new Error("Expected " + Main.class);
194 throw new Error("Expected " + Main.class);
  /art/test/487-checker-inline-calls/src/
Main.java 22 } catch (Error e) {
48 throw new Error();
  /art/test/488-checker-inline-recursive-calls/src/
Main.java 22 } catch (Error e) {
51 throw new Error();
  /dalvik/dx/tests/082-dex-throws-list-sharing/
Blort.java 30 throws Error, UnsupportedOperationException {
35 throws Error, UnsupportedOperationException {
  /external/deqp/executor/
xeDefs.hpp 34 class Error : public std::runtime_error
37 Error (const std::string& message) : std::runtime_error(message) {}
38 Error (const char* message, const char* expr, const char* file, int line);
41 class ParseError : public Error
44 ParseError (const std::string& message) : Error(message) {}
49 #define XE_FAIL(MSG) throw xe::Error(MSG, "", __FILE__, __LINE__)
50 #define XE_CHECK(X) do { if ((!deGetFalse() && (X)) ? DE_FALSE : DE_TRUE) throw xe::Error(NULL, #X, __FILE__, __LINE__); } while(deGetFalse())
51 #define XE_CHECK_MSG(X, MSG) do { if ((!deGetFalse() && (X)) ? DE_FALSE : DE_TRUE) throw xe::Error(MSG, #X, __FILE__, __LINE__); } while(deGetFalse())
  /external/javassist/src/main/javassist/bytecode/annotation/
NoSuchClassError.java 20 * It keeps the name of the class that caused this error.
22 public class NoSuchClassError extends Error {
28 public NoSuchClassError(String className, Error cause) {
  /system/connectivity/shill/cellular/
modem_gobi_proxy_interface.h 26 class Error;
36 Error* error, const ResultCallback& callback,
  /system/connectivity/shill/wimax/
mock_wimax_device_proxy.h 34 MOCK_METHOD3(Enable, void(Error* error,
37 MOCK_METHOD3(Disable, void(Error* error,
40 MOCK_METHOD3(ScanNetworks, void(Error* error,
45 Error* error,
48 MOCK_METHOD3(Disconnect, void(Error* error,
    [all...]

Completed in 299 milliseconds

1 2 3 4 5 6 7 891011>>