HomeSort by relevance Sort by last modified time
    Searched refs:last_error_ (Results 1 - 24 of 24) sorted by null

  /frameworks/base/libs/androidfw/
ChunkIterator.cpp 46 last_error_ = "not enough space for header";
52 last_error_ = "chunk size is bigger than given data";
67 last_error_ = "header not aligned on 4-byte boundary";
72 last_error_ = "not enough space for header";
79 last_error_ = "header size too small";
84 last_error_ = "header size is larger than entire chunk";
89 last_error_ = "chunk size is bigger than given data";
94 last_error_ = "header sizes are not aligned on 4-byte boundary";
  /system/core/libunwindstack/
DwarfSection.cpp 53 last_error_.code = DWARF_ERROR_ILLEGAL_STATE;
61 last_error_.code = DWARF_ERROR_NONE;
64 last_error_.code = DWARF_ERROR_ILLEGAL_STATE;
95 last_error_ = op.last_error();
99 last_error_.code = DWARF_ERROR_ILLEGAL_STATE;
104 last_error_.code = DWARF_ERROR_NOT_IMPLEMENTED;
132 last_error_.code = DWARF_ERROR_MEMORY_INVALID;
133 last_error_.address = eval_info->cfa + loc->values[0];
143 last_error_.code = DWARF_ERROR_ILLEGAL_VALUE;
158 last_error_.code = DWARF_ERROR_MEMORY_INVALID
    [all...]
DwarfEhFrameWithHdr.cpp 39 last_error_.code = DWARF_ERROR_MEMORY_INVALID;
40 last_error_.address = memory_.cur_offset();
47 last_error_.code = DWARF_ERROR_UNSUPPORTED_VERSION;
58 last_error_.code = DWARF_ERROR_MEMORY_INVALID;
59 last_error_.address = memory_.cur_offset();
65 last_error_.code = DWARF_ERROR_MEMORY_INVALID;
66 last_error_.address = memory_.cur_offset();
71 last_error_.code = DWARF_ERROR_NO_FDES;
107 last_error_.code = DWARF_ERROR_MEMORY_INVALID;
108 last_error_.address = memory_.cur_offset()
    [all...]
ElfInterface.cpp 165 last_error_.code = ERROR_MEMORY_INVALID;
166 last_error_.address = 0;
208 last_error_.code = ERROR_MEMORY_INVALID;
209 last_error_.address =
223 last_error_.code = ERROR_MEMORY_INVALID;
224 last_error_.address = offset + reinterpret_cast<uintptr_t>(&phdr.p_flags) -
233 last_error_.code = ERROR_MEMORY_INVALID;
234 last_error_.address = offset + reinterpret_cast<uintptr_t>(&phdr.p_vaddr) -
239 last_error_.code = ERROR_MEMORY_INVALID;
240 last_error_.address = offset + reinterpret_cast<uintptr_t>(&phdr.p_offset)
    [all...]
ElfInterfaceArm.cpp 31 last_error_.code = ERROR_UNWIND_INFO;
60 last_error_.code = ERROR_UNWIND_INFO;
67 last_error_.code = ERROR_MEMORY_INVALID;
68 last_error_.address = offset;
113 last_error_.code = ERROR_UNWIND_INFO;
149 last_error_.code = ERROR_NONE;
158 last_error_.code = ERROR_UNWIND_INFO;
162 last_error_.code = ERROR_MEMORY_INVALID;
163 last_error_.address = arm.status_address();
DwarfOp.cpp 83 last_error_.code = DWARF_ERROR_TOO_MANY_ITERATIONS;
92 last_error_.code = DWARF_ERROR_NONE;
94 last_error_.code = DWARF_ERROR_MEMORY_INVALID;
95 last_error_.address = memory_->cur_offset();
102 last_error_.code = DWARF_ERROR_ILLEGAL_VALUE;
108 last_error_.code = DWARF_ERROR_STACK_INDEX_NOT_VALID;
116 last_error_.code = DWARF_ERROR_MEMORY_INVALID;
117 last_error_.address = memory_->cur_offset();
173 last_error_.code = DWARF_ERROR_MEMORY_INVALID;
174 last_error_.address = addr
    [all...]
DwarfCfa.cpp 47 last_error_.code = DWARF_ERROR_NONE;
48 last_error_.address = 0;
68 last_error_.code = DWARF_ERROR_MEMORY_INVALID;
69 last_error_.address = memory_->cur_offset();
81 last_error_.code = DWARF_ERROR_MEMORY_INVALID;
82 last_error_.address = memory_->cur_offset();
94 last_error_.code = DWARF_ERROR_ILLEGAL_STATE;
109 last_error_.code = DWARF_ERROR_ILLEGAL_VALUE;
118 last_error_.code = DWARF_ERROR_MEMORY_INVALID;
119 last_error_.address = memory_->cur_offset()
    [all...]
DwarfCfa.h 77 const DwarfErrorData& last_error() { return last_error_; }
78 DwarfErrorCode LastErrorCode() { return last_error_.code; }
79 uint64_t LastErrorAddress() { return last_error_.address; }
93 DwarfErrorData last_error_; member in class:unwindstack::DwarfCfa
Unwinder.cpp 130 last_error_.code = ERROR_NONE;
131 last_error_.address = 0;
148 last_error_.code = ERROR_INVALID_MAP;
214 elf->GetLastError(&last_error_);
241 last_error_.code = ERROR_MAX_FRAMES_EXCEEDED;
247 last_error_.code = ERROR_REPEATED_FRAME;
DwarfEhFrameWithHdr.h 40 using DwarfSectionImpl<AddressType>::last_error_;
DwarfOp.h 69 const DwarfErrorData& last_error() { return last_error_; }
70 DwarfErrorCode LastErrorCode() { return last_error_.code; }
71 uint64_t LastErrorAddress() { return last_error_.address; }
98 DwarfErrorData last_error_{DWARF_ERROR_NONE, 0};
  /frameworks/base/libs/androidfw/include/androidfw/
Chunk.h 90 last_error_(nullptr) {
98 inline bool HadError() const { return last_error_ != nullptr; }
99 inline std::string GetLastError() const { return last_error_; }
116 const char* last_error_; member in class:android::ChunkIterator
  /external/libmojo/mojo/public/cpp/bindings/lib/
validation_errors.h 113 ValidationError last_error() const { return last_error_; }
115 last_error_ = error;
120 ValidationError last_error_; member in class:mojo::internal::ValidationErrorObserverForTesting
validation_errors.cc 118 : last_error_(VALIDATION_ERROR_NONE), callback_(callback) {
  /bionic/libc/bionic/
system_property_set.cpp 54 PropertyServiceConnection() : last_error_(0) {
57 last_error_ = errno;
69 last_error_ = errno;
80 return last_error_;
101 last_error_ = errno;
103 last_error_ = -1;
105 last_error_ = 0;
108 return last_error_ == 0;
112 int last_error_; member in class:PropertyServiceConnection
155 connection_->last_error_ = errno
    [all...]
  /external/perfetto/src/ipc/
unix_socket.cc 153 last_error_ = errno;
167 last_error_ = errno;
173 last_error_ = errno;
183 last_error_ = 0;
219 last_error_ = errno;
226 last_error_ = errno;
232 last_error_ = 0;
284 last_error_ = sock_err;
316 errno = last_error_ = ENOTCONN;
348 last_error_ = 0
    [all...]
unix_socket.h 178 int last_error() const { return last_error_; }
204 int last_error_ = 0; member in class:perfetto::ipc::UnixSocket
  /system/core/libunwindstack/include/unwindstack/
Unwinder.h 86 ErrorCode LastErrorCode() { return last_error_.code; }
87 uint64_t LastErrorAddress() { return last_error_.address; }
104 ErrorData last_error_; member in class:unwindstack::Unwinder
DwarfSection.h 78 DwarfErrorCode LastErrorCode() { return last_error_.code; }
79 uint64_t LastErrorAddress() { return last_error_.address; }
107 DwarfErrorData last_error_{DWARF_ERROR_NONE, 0};
ElfInterface.h 94 const ErrorData& last_error() { return last_error_; }
95 ErrorCode LastErrorCode() { return last_error_.code; }
96 uint64_t LastErrorAddress() { return last_error_.address; }
152 ErrorData last_error_{ERROR_NONE, 0};
  /system/core/libunwindstack/tests/
ElfFake.h 90 void FakeSetErrorCode(ErrorCode code) { last_error_.code = code; }
92 void FakeSetErrorAddress(uint64_t address) { last_error_.address = address; }
DwarfSectionImplTest.cpp 70 void TestClearError() { this->last_error_.code = DWARF_ERROR_NONE; }
    [all...]
  /external/libchrome/base/
logging.h 977 unsigned long last_error_; member in class:logging::LogMessage::SaveLastError
980 SaveLastError last_error_; member in class:logging::LogMessage
    [all...]
logging.cc 505 LogMessage::SaveLastError::SaveLastError() : last_error_(::GetLastError()) {
509 ::SetLastError(last_error_);

Completed in 653 milliseconds