HomeSort by relevance Sort by last modified time
    Searched refs:Error (Results 476 - 500 of 7508) sorted by null

<<11121314151617181920>>

  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/aarch64/
illegal-ras-1.l 2 ^[^:]+:[0-9]+: Error: selected processor does not support `esb'
3 ^[^:]+:[0-9]+: Error: selected processor does not support system register name 'erridr_el1'
4 ^[^:]+:[0-9]+: Error: selected processor does not support system register name 'errselr_el1'
5 ^[^:]+:[0-9]+: Error: selected processor does not support system register name 'errselr_el1'
6 ^[^:]+:[0-9]+: Error: selected processor does not support system register name 'erxfr_el1'
7 ^[^:]+:[0-9]+: Error: selected processor does not support system register name 'erxctlr_el1'
8 ^[^:]+:[0-9]+: Error: selected processor does not support system register name 'erxctlr_el1'
9 ^[^:]+:[0-9]+: Error: selected processor does not support system register name 'erxstatus_el1'
10 ^[^:]+:[0-9]+: Error: selected processor does not support system register name 'erxstatus_el1'
11 ^[^:]+:[0-9]+: Error: selected processor does not support system register name 'erxaddr_el1
    [all...]
  /external/libbrillo/brillo/errors/
error.cc 5 #include <brillo/errors/error.h>
10 using brillo::Error;
18 // Use logging::LogMessage() directly instead of LOG(ERROR) to substitute
19 // the current error location with the location passed in to the Error object.
20 // This way the log will contain the actual location of the error, and not
21 // as if it always comes from brillo/errors/error.cc(22).
29 ErrorPtr Error::Create(const tracked_objects::Location& location,
36 ErrorPtr Error::Create(const tracked_objects::Location& location,
43 new Error(location, domain, code, message, std::move(inner_error)))
    [all...]
  /hardware/interfaces/graphics/mapper/2.0/utils/hal/include/mapper-hal/2.0/
MapperHal.h 34 virtual Error createDescriptor(const IMapper::BufferDescriptorInfo& descriptorInfo,
38 virtual Error importBuffer(const native_handle_t* rawHandle,
42 virtual Error freeBuffer(native_handle_t* bufferHandle) = 0;
45 virtual Error lock(const native_handle_t* bufferHandle, uint64_t cpuUsage,
50 virtual Error lockYCbCr(const native_handle_t* bufferHandle, uint64_t cpuUsage,
55 virtual Error unlock(const native_handle_t* bufferHandle, base::unique_fd* outFenceFd) = 0;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
TypeDatabaseVisitor.h 28 Error visitTypeBegin(CVType &Record) override;
29 Error visitTypeEnd(CVType &Record) override;
30 Error visitMemberBegin(CVMemberRecord &Record) override;
31 Error visitMemberEnd(CVMemberRecord &Record) override;
34 Error visitKnownRecord(CVType &CVR, Name##Record &Record) override;
36 Error visitKnownMember(CVMemberRecord &CVR, Name##Record &Record) override;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
BinaryStream.h 16 #include "llvm/Support/Error.h"
37 virtual Error readBytes(uint32_t Offset, uint32_t Size,
42 virtual Error readLongestContiguousChunk(uint32_t Offset,
49 Error checkOffset(uint32_t Offset, uint32_t DataSize) {
54 return Error::success();
70 virtual Error writeBytes(uint32_t Offset, ArrayRef<uint8_t> Data) = 0;
73 virtual Error commit() = 0;
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/DebugInfo/CodeView/
CodeViewRecordIO.h 22 #include "llvm/Support/Error.h"
39 Error beginRecord(Optional<uint32_t> MaxLength);
40 Error endRecord();
42 Error mapInteger(TypeIndex &TypeInd);
49 template <typename T> Error mapObject(T &Value) {
57 return Error::success();
60 template <typename T> Error mapInteger(T &Value) {
67 template <typename T> Error mapEnum(T &Value) {
80 return Error::success();
83 Error mapEncodedInteger(int64_t &Value)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Support/
BinaryStream.h 16 #include "llvm/Support/Error.h"
37 virtual Error readBytes(uint32_t Offset, uint32_t Size,
42 virtual Error readLongestContiguousChunk(uint32_t Offset,
49 Error checkOffset(uint32_t Offset, uint32_t DataSize) {
54 return Error::success();
70 virtual Error writeBytes(uint32_t Offset, ArrayRef<uint8_t> Data) = 0;
73 virtual Error commit() = 0;
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/DebugInfo/CodeView/
CodeViewRecordIO.h 22 #include "llvm/Support/Error.h"
39 Error beginRecord(Optional<uint32_t> MaxLength);
40 Error endRecord();
42 Error mapInteger(TypeIndex &TypeInd);
49 template <typename T> Error mapObject(T &Value) {
57 return Error::success();
60 template <typename T> Error mapInteger(T &Value) {
67 template <typename T> Error mapEnum(T &Value) {
80 return Error::success();
83 Error mapEncodedInteger(int64_t &Value)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Support/
BinaryStream.h 16 #include "llvm/Support/Error.h"
37 virtual Error readBytes(uint32_t Offset, uint32_t Size,
42 virtual Error readLongestContiguousChunk(uint32_t Offset,
49 Error checkOffset(uint32_t Offset, uint32_t DataSize) {
54 return Error::success();
70 virtual Error writeBytes(uint32_t Offset, ArrayRef<uint8_t> Data) = 0;
73 virtual Error commit() = 0;
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/DebugInfo/CodeView/
CodeViewRecordIO.h 22 #include "llvm/Support/Error.h"
39 Error beginRecord(Optional<uint32_t> MaxLength);
40 Error endRecord();
42 Error mapInteger(TypeIndex &TypeInd);
49 template <typename T> Error mapObject(T &Value) {
57 return Error::success();
60 template <typename T> Error mapInteger(T &Value) {
67 template <typename T> Error mapEnum(T &Value) {
80 return Error::success();
83 Error mapEncodedInteger(int64_t &Value)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Support/
BinaryStream.h 16 #include "llvm/Support/Error.h"
37 virtual Error readBytes(uint32_t Offset, uint32_t Size,
42 virtual Error readLongestContiguousChunk(uint32_t Offset,
49 Error checkOffset(uint32_t Offset, uint32_t DataSize) {
54 return Error::success();
70 virtual Error writeBytes(uint32_t Offset, ArrayRef<uint8_t> Data) = 0;
73 virtual Error commit() = 0;
BinaryStreamReader.h 19 #include "llvm/Support/Error.h"
56 /// \returns a success error code if the data was successfully read, otherwise
57 /// returns an appropriate error code.
58 Error readLongestContiguousChunk(ArrayRef<uint8_t> &Buffer);
65 /// \returns a success error code if the data was successfully read, otherwise
66 /// returns an appropriate error code.
67 Error readBytes(ArrayRef<uint8_t> &Buffer, uint32_t Size);
74 /// \returns a success error code if the data was successfully read, otherwise
75 /// returns an appropriate error code.
76 template <typename T> Error readInteger(T &Dest)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/DebugInfo/CodeView/
CodeViewRecordIO.h 22 #include "llvm/Support/Error.h"
39 Error beginRecord(Optional<uint32_t> MaxLength);
40 Error endRecord();
42 Error mapInteger(TypeIndex &TypeInd);
49 template <typename T> Error mapObject(T &Value) {
57 return Error::success();
60 template <typename T> Error mapInteger(T &Value) {
67 template <typename T> Error mapEnum(T &Value) {
80 return Error::success();
83 Error mapEncodedInteger(int64_t &Value)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Support/
BinaryStream.h 16 #include "llvm/Support/Error.h"
37 virtual Error readBytes(uint32_t Offset, uint32_t Size,
42 virtual Error readLongestContiguousChunk(uint32_t Offset,
49 Error checkOffset(uint32_t Offset, uint32_t DataSize) {
54 return Error::success();
70 virtual Error writeBytes(uint32_t Offset, ArrayRef<uint8_t> Data) = 0;
73 virtual Error commit() = 0;
BinaryStreamReader.h 19 #include "llvm/Support/Error.h"
56 /// \returns a success error code if the data was successfully read, otherwise
57 /// returns an appropriate error code.
58 Error readLongestContiguousChunk(ArrayRef<uint8_t> &Buffer);
65 /// \returns a success error code if the data was successfully read, otherwise
66 /// returns an appropriate error code.
67 Error readBytes(ArrayRef<uint8_t> &Buffer, uint32_t Size);
74 /// \returns a success error code if the data was successfully read, otherwise
75 /// returns an appropriate error code.
76 template <typename T> Error readInteger(T &Dest)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/DebugInfo/CodeView/
CodeViewRecordIO.h 22 #include "llvm/Support/Error.h"
39 Error beginRecord(Optional<uint32_t> MaxLength);
40 Error endRecord();
42 Error mapInteger(TypeIndex &TypeInd);
49 template <typename T> Error mapObject(T &Value) {
57 return Error::success();
60 template <typename T> Error mapInteger(T &Value) {
67 template <typename T> Error mapEnum(T &Value) {
80 return Error::success();
83 Error mapEncodedInteger(int64_t &Value)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Support/
BinaryStream.h 16 #include "llvm/Support/Error.h"
37 virtual Error readBytes(uint32_t Offset, uint32_t Size,
42 virtual Error readLongestContiguousChunk(uint32_t Offset,
49 Error checkOffset(uint32_t Offset, uint32_t DataSize) {
54 return Error::success();
70 virtual Error writeBytes(uint32_t Offset, ArrayRef<uint8_t> Data) = 0;
73 virtual Error commit() = 0;
BinaryStreamReader.h 19 #include "llvm/Support/Error.h"
56 /// \returns a success error code if the data was successfully read, otherwise
57 /// returns an appropriate error code.
58 Error readLongestContiguousChunk(ArrayRef<uint8_t> &Buffer);
65 /// \returns a success error code if the data was successfully read, otherwise
66 /// returns an appropriate error code.
67 Error readBytes(ArrayRef<uint8_t> &Buffer, uint32_t Size);
74 /// \returns a success error code if the data was successfully read, otherwise
75 /// returns an appropriate error code.
76 template <typename T> Error readInteger(T &Dest)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/DebugInfo/CodeView/
CodeViewRecordIO.h 22 #include "llvm/Support/Error.h"
39 Error beginRecord(Optional<uint32_t> MaxLength);
40 Error endRecord();
42 Error mapInteger(TypeIndex &TypeInd);
49 template <typename T> Error mapObject(T &Value) {
57 return Error::success();
60 template <typename T> Error mapInteger(T &Value) {
67 template <typename T> Error mapEnum(T &Value) {
80 return Error::success();
83 Error mapEncodedInteger(int64_t &Value)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Support/
BinaryStream.h 16 #include "llvm/Support/Error.h"
37 virtual Error readBytes(uint32_t Offset, uint32_t Size,
42 virtual Error readLongestContiguousChunk(uint32_t Offset,
49 Error checkOffset(uint32_t Offset, uint32_t DataSize) {
54 return Error::success();
70 virtual Error writeBytes(uint32_t Offset, ArrayRef<uint8_t> Data) = 0;
73 virtual Error commit() = 0;
BinaryStreamReader.h 19 #include "llvm/Support/Error.h"
56 /// \returns a success error code if the data was successfully read, otherwise
57 /// returns an appropriate error code.
58 Error readLongestContiguousChunk(ArrayRef<uint8_t> &Buffer);
65 /// \returns a success error code if the data was successfully read, otherwise
66 /// returns an appropriate error code.
67 Error readBytes(ArrayRef<uint8_t> &Buffer, uint32_t Size);
74 /// \returns a success error code if the data was successfully read, otherwise
75 /// returns an appropriate error code.
76 template <typename T> Error readInteger(T &Dest)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
TypeDatabaseVisitor.h 28 Error visitTypeBegin(CVType &Record) override;
29 Error visitTypeEnd(CVType &Record) override;
30 Error visitMemberBegin(CVMemberRecord &Record) override;
31 Error visitMemberEnd(CVMemberRecord &Record) override;
34 Error visitKnownRecord(CVType &CVR, Name##Record &Record) override;
36 Error visitKnownMember(CVMemberRecord &CVR, Name##Record &Record) override;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
BinaryStream.h 16 #include "llvm/Support/Error.h"
37 virtual Error readBytes(uint32_t Offset, uint32_t Size,
42 virtual Error readLongestContiguousChunk(uint32_t Offset,
49 Error checkOffset(uint32_t Offset, uint32_t DataSize) {
54 return Error::success();
70 virtual Error writeBytes(uint32_t Offset, ArrayRef<uint8_t> Data) = 0;
73 virtual Error commit() = 0;
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/DebugInfo/CodeView/
CodeViewRecordIO.h 22 #include "llvm/Support/Error.h"
39 Error beginRecord(Optional<uint32_t> MaxLength);
40 Error endRecord();
42 Error mapInteger(TypeIndex &TypeInd);
49 template <typename T> Error mapObject(T &Value) {
57 return Error::success();
60 template <typename T> Error mapInteger(T &Value) {
67 template <typename T> Error mapEnum(T &Value) {
80 return Error::success();
83 Error mapEncodedInteger(int64_t &Value)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Support/
BinaryStream.h 16 #include "llvm/Support/Error.h"
37 virtual Error readBytes(uint32_t Offset, uint32_t Size,
42 virtual Error readLongestContiguousChunk(uint32_t Offset,
49 Error checkOffset(uint32_t Offset, uint32_t DataSize) {
54 return Error::success();
70 virtual Error writeBytes(uint32_t Offset, ArrayRef<uint8_t> Data) = 0;
73 virtual Error commit() = 0;

Completed in 1092 milliseconds

<<11121314151617181920>>