/external/swiftshader/third_party/LLVM/include/llvm/Object/ |
D | ObjectFile.h | 65 content_iterator& increment(error_code &err) { in increment() 67 if (error_code ec = Current.getNext(next)) in increment() 104 error_code getNext(SymbolRef &Result) const; 106 error_code getName(StringRef &Result) const; 107 error_code getAddress(uint64_t &Result) const; 108 error_code getOffset(uint64_t &Result) const; 109 error_code getSize(uint64_t &Result) const; 110 error_code getSymbolType(SymbolRef::SymbolType &Result) const; 114 error_code getNMTypeChar(char &Result) const; 118 error_code isInternal(bool &Result) const; [all …]
|
D | MachO.h | 30 MachOObjectFile(MemoryBuffer *Object, MachOObject *MOO, error_code &ec); 42 virtual error_code getSymbolNext(DataRefImpl Symb, SymbolRef &Res) const; 43 virtual error_code getSymbolName(DataRefImpl Symb, StringRef &Res) const; 44 virtual error_code getSymbolOffset(DataRefImpl Symb, uint64_t &Res) const; 45 virtual error_code getSymbolAddress(DataRefImpl Symb, uint64_t &Res) const; 46 virtual error_code getSymbolSize(DataRefImpl Symb, uint64_t &Res) const; 47 virtual error_code getSymbolNMTypeChar(DataRefImpl Symb, char &Res) const; 48 virtual error_code isSymbolInternal(DataRefImpl Symb, bool &Res) const; 49 virtual error_code isSymbolGlobal(DataRefImpl Symb, bool &Res) const; 50 virtual error_code getSymbolType(DataRefImpl Symb, SymbolRef::SymbolType &Res) const; [all …]
|
D | COFF.h | 84 error_code getSection(int32_t index, 86 error_code getString(uint32_t offset, StringRef &Res) const; 87 error_code getSymbol(uint32_t index, 95 virtual error_code getSymbolNext(DataRefImpl Symb, SymbolRef &Res) const; 96 virtual error_code getSymbolName(DataRefImpl Symb, StringRef &Res) const; 97 virtual error_code getSymbolOffset(DataRefImpl Symb, uint64_t &Res) const; 98 virtual error_code getSymbolAddress(DataRefImpl Symb, uint64_t &Res) const; 99 virtual error_code getSymbolSize(DataRefImpl Symb, uint64_t &Res) const; 100 virtual error_code getSymbolNMTypeChar(DataRefImpl Symb, char &Res) const; 101 virtual error_code isSymbolInternal(DataRefImpl Symb, bool &Res) const; [all …]
|
/external/libhevc/encoder/ |
D | ihevce_error_check.c | 124 WORD32 error_code = IHEVCE_SUCCESS; in ihevce_validate_tile_config_params() local 131 error_code = IHEVCE_BAD_TILE_CONFIGURATION; in ihevce_validate_tile_config_params() 134 return IHEVCE_SETUNSUPPORTEDINPUT(error_code); in ihevce_validate_tile_config_params() 137 return error_code; in ihevce_validate_tile_config_params() 160 WORD32 error_code; in ihevce_hle_validate_static_params() local 436 error_code = IHEVCE_UNSUPPORTED_PROC_CONFIG; in ihevce_hle_validate_static_params() 439 return (IHEVCE_SETUNSUPPORTEDINPUT(error_code)); in ihevce_hle_validate_static_params() 445 error_code = IHEVCE_SYSTEM_APIS_NOT_INITIALLIZED; in ihevce_hle_validate_static_params() 446 return (IHEVCE_SETUNSUPPORTEDINPUT(error_code)); in ihevce_hle_validate_static_params() 450 error_code = IHEVCE_SYSTEM_APIS_NOT_INITIALLIZED; in ihevce_hle_validate_static_params() [all …]
|
/external/e2fsprogs/lib/support/ |
D | prof_err.et | 3 error_code PROF_VERSION, "Profile version 0.0" 8 error_code PROF_MAGIC_NODE, "Bad magic value in profile_node" 9 error_code PROF_NO_SECTION, "Profile section not found" 10 error_code PROF_NO_RELATION, "Profile relation not found" 11 error_code PROF_ADD_NOT_SECTION, 13 error_code PROF_SECTION_WITH_VALUE, 15 error_code PROF_BAD_LINK_LIST, "Bad linked list in profile structures" 16 error_code PROF_BAD_GROUP_LVL, "Bad group level in profile structures" 17 error_code PROF_BAD_PARENT_PTR, 19 error_code PROF_MAGIC_ITERATOR, "Bad magic value in profile iterator" [all …]
|
/external/parameter-framework/asio-1.10.6/include/asio/detail/ |
D | socket_ops.hpp | 64 std::size_t* addrlen, asio::error_code& ec); 68 std::size_t* addrlen, asio::error_code& ec); 73 asio::error_code& ec, socket_type& new_socket); 77 std::size_t addrlen, asio::error_code& ec); 80 bool destruction, asio::error_code& ec); 83 state_type& state, bool value, asio::error_code& ec); 86 state_type& state, bool value, asio::error_code& ec); 89 int what, asio::error_code& ec); 92 std::size_t addrlen, asio::error_code& ec); 95 std::size_t addrlen, asio::error_code& ec); [all …]
|
D | handler_type_requirements.hpp | 114 …error_code, std::size_t)) asio_true_handler_type; ASIO_HANDLER_TYPE_REQUIREMENTS_ASSERT… 117 …error_code, std::size_t)) asio_true_handler_type; ASIO_HANDLER_TYPE_REQUIREMENTS_ASSERT… 119 …error_code)) asio_true_handler_type; ASIO_HANDLER_TYPE_REQUIREMENTS_ASSERT( size… 121 …error_code)) asio_true_handler_type; ASIO_HANDLER_TYPE_REQUIREMENTS_ASSERT( size… 123 …error_code, iter_type)) asio_true_handler_type; ASIO_HANDLER_TYPE_REQUIREMENTS_ASSERT( … 125 …error_code, iter_type)) asio_true_handler_type; ASIO_HANDLER_TYPE_REQUIREMENTS_ASSERT( … 127 …error_code)) asio_true_handler_type; ASIO_HANDLER_TYPE_REQUIREMENTS_ASSERT( size… 129 …error_code, int)) asio_true_handler_type; ASIO_HANDLER_TYPE_REQUIREMENTS_ASSERT( … 131 …error_code)) asio_true_handler_type; ASIO_HANDLER_TYPE_REQUIREMENTS_ASSERT( size… 133 …error_code, std::size_t)) asio_true_handler_type; ASIO_HANDLER_TYPE_REQUIREMENTS_ASSERT… [all …]
|
/external/parameter-framework/asio-1.10.6/include/asio/ |
D | basic_socket.hpp | 86 asio::error_code ec; in basic_socket() 110 asio::error_code ec; in basic_socket() 135 asio::error_code ec; in basic_socket() 263 asio::error_code ec; in open() 287 asio::error_code open(const protocol_type& protocol, in open() 288 asio::error_code& ec) in open() 306 asio::error_code ec; in assign() 322 asio::error_code assign(const protocol_type& protocol, in assign() 323 const native_handle_type& native_socket, asio::error_code& ec) in assign() 349 asio::error_code ec; in close() [all …]
|
D | basic_socket_acceptor.hpp | 100 asio::error_code ec; in basic_socket_acceptor() 136 asio::error_code ec; in basic_socket_acceptor() 172 asio::error_code ec; in basic_socket_acceptor() 276 asio::error_code ec; in open() 301 asio::error_code open(const protocol_type& protocol, in open() 302 asio::error_code& ec) in open() 320 asio::error_code ec; in assign() 336 asio::error_code assign(const protocol_type& protocol, in assign() 337 const native_handle_type& native_acceptor, asio::error_code& ec) in assign() 369 asio::error_code ec; in bind() [all …]
|
D | stream_socket_service.hpp | 104 asio::error_code open(implementation_type& impl, in open() 105 const protocol_type& protocol, asio::error_code& ec) in open() 115 asio::error_code assign(implementation_type& impl, in assign() 117 asio::error_code& ec) in assign() 129 asio::error_code close(implementation_type& impl, in close() 130 asio::error_code& ec) in close() 148 asio::error_code cancel(implementation_type& impl, in cancel() 149 asio::error_code& ec) in cancel() 156 asio::error_code& ec) const in at_mark() 163 asio::error_code& ec) const in available() [all …]
|
D | socket_acceptor_service.hpp | 103 asio::error_code open(implementation_type& impl, in open() 104 const protocol_type& protocol, asio::error_code& ec) in open() 110 asio::error_code assign(implementation_type& impl, in assign() 112 asio::error_code& ec) in assign() 124 asio::error_code cancel(implementation_type& impl, in cancel() 125 asio::error_code& ec) in cancel() 131 asio::error_code bind(implementation_type& impl, in bind() 132 const endpoint_type& endpoint, asio::error_code& ec) in bind() 139 asio::error_code listen(implementation_type& impl, int backlog, in listen() 140 asio::error_code& ec) in listen() [all …]
|
/external/swiftshader/third_party/LLVM/include/llvm/Support/ |
D | FileSystem.h | 119 error_code make_absolute(SmallVectorImpl<char> &path); 130 error_code copy_file(const Twine &from, const Twine &to, 139 error_code create_directories(const Twine &path, bool &existed); 147 error_code create_directory(const Twine &path, bool &existed); 155 error_code create_hard_link(const Twine &to, const Twine &from); 163 error_code create_symlink(const Twine &to, const Twine &from); 170 error_code current_path(SmallVectorImpl<char> &result); 179 error_code remove(const Twine &path, bool &existed); 188 error_code remove_all(const Twine &path, uint32_t &num_removed); 194 error_code rename(const Twine &from, const Twine &to); [all …]
|
/external/clang/include/clang/Frontend/ |
D | SerializedDiagnosticReader.h | 41 inline std::error_code make_error_code(SDError E) { in make_error_code() 42 return std::error_code(static_cast<int>(E), SDErrorCategory()); in make_error_code() 65 std::error_code readDiagnostics(StringRef File); 75 std::error_code readMetaBlock(llvm::BitstreamCursor &Stream); 78 std::error_code readDiagnosticBlock(llvm::BitstreamCursor &Stream); 82 virtual std::error_code visitStartOfDiagnostic() { in visitStartOfDiagnostic() 83 return std::error_code(); in visitStartOfDiagnostic() 86 virtual std::error_code visitEndOfDiagnostic() { return std::error_code(); } in visitEndOfDiagnostic() 88 virtual std::error_code visitCategoryRecord(unsigned ID, StringRef Name) { in visitCategoryRecord() 89 return std::error_code(); in visitCategoryRecord() [all …]
|
/external/llvm/lib/Object/ |
D | COFFObjectFile.cpp | 34 static bool checkSize(MemoryBufferRef M, std::error_code &EC, uint64_t Size) { in checkSize() 42 static std::error_code checkOffset(MemoryBufferRef M, uintptr_t Addr, in checkOffset() 49 return std::error_code(); in checkOffset() 55 static std::error_code getObject(const T *&Obj, MemoryBufferRef M, in getObject() 59 if (std::error_code EC = checkOffset(M, Addr, Size)) in getObject() 62 return std::error_code(); in getObject() 150 std::error_code EC = getSymbolName(Symb, Result); in getSymbolName() 170 if (std::error_code EC = getSection(SectionNumber, Section)) in getSymbolAddress() 243 if (std::error_code EC = getSection(Symb.getSectionNumber(), Sec)) in getSymbolSection() 261 std::error_code COFFObjectFile::getSectionName(DataRefImpl Ref, in getSectionName() [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Object/ |
D | COFFObjectFile.cpp | 47 static bool checkSize(MemoryBufferRef M, std::error_code &EC, uint64_t Size) { in checkSize() 58 static std::error_code getObject(const T *&Obj, MemoryBufferRef M, in getObject() 62 if (std::error_code EC = Binary::checkOffset(M, Addr, Size)) in getObject() 65 return std::error_code(); in getObject() 153 if (std::error_code EC = getSymbolName(Symb, Result)) in getSymbolName() 179 if (std::error_code EC = getSection(SectionNumber, Section)) in getSymbolAddress() 255 if (std::error_code EC = getSection(Symb.getSectionNumber(), Sec)) in getSymbolSection() 273 std::error_code COFFObjectFile::getSectionName(DataRefImpl Ref, in getSectionName() 297 std::error_code COFFObjectFile::getSectionContents(DataRefImpl Ref, in getSectionContents() 301 std::error_code EC = getSectionContents(Sec, Res); in getSectionContents() [all …]
|
/external/clang/tools/libclang/ |
D | CXLoadedDiagnostic.cpp | 196 std::error_code reportBad(enum CXLoadDiag_Error code, llvm::StringRef err) { in reportBad() 204 std::error_code reportInvalidFile(llvm::StringRef err) { in reportInvalidFile() 208 std::error_code readRange(const serialized_diags::Location &SDStart, 212 std::error_code readLocation(const serialized_diags::Location &SDLoc, 216 std::error_code visitStartOfDiagnostic() override; 217 std::error_code visitEndOfDiagnostic() override; 219 std::error_code visitCategoryRecord(unsigned ID, StringRef Name) override; 221 std::error_code visitDiagFlagRecord(unsigned ID, StringRef Name) override; 223 std::error_code visitDiagnosticRecord( 227 std::error_code visitFilenameRecord(unsigned ID, unsigned Size, [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ProfileData/ |
D | SampleProfReader.cpp | 193 std::error_code SampleProfileReaderText::read() { in read() 290 std::error_code EC; in readNumber() 310 std::error_code EC; in readString() 324 std::error_code EC; in readStringIndex() 326 if (std::error_code EC = Idx.getError()) in readStringIndex() 335 if (std::error_code EC = Idx.getError()) in readStringFromTable() 343 if (std::error_code EC = Idx.getError()) in readStringFromTable() 349 std::error_code 352 if (std::error_code EC = NumSamples.getError()) in readProfile() 358 if (std::error_code EC = NumRecords.getError()) in readProfile() [all …]
|
/external/libcxx/include/experimental/ |
D | filesystem | 80 path absolute(const path& p, error_code &ec); 83 path canonical(const path& p, error_code& ec); 86 void copy(const path& from, const path& to, error_code& ec); 89 error_code& ec); 92 bool copy_file(const path& from, const path& to, error_code& ec); 95 error_code& ec); 99 error_code& ec) noexcept; 102 bool create_directories(const path& p, error_code& ec); 105 bool create_directory(const path& p, error_code& ec) noexcept; 109 error_code& ec) noexcept; [all …]
|
/external/libldac/src/ |
D | ldaclib_api.c | 302 hData->error_code = LDAC_ERR_NONE; 338 hData->error_code = LDAC_ERR_ASSERT_SAMPLING_RATE; 343 hData->error_code = LDAC_ERR_ASSERT_SUP_SAMPLING_RATE; 348 hData->error_code = LDAC_ERR_ASSERT_CHANNEL_CONFIG; 353 hData->error_code = LDAC_ERR_ASSERT_FRAME_LENGTH; 358 hData->error_code = LDAC_ERR_ASSERT_SUP_FRAME_LENGTH; 363 hData->error_code = LDAC_ERR_ASSERT_FRAME_STATUS; 410 hData->error_code = LDAC_ERR_ASSERT_SAMPLING_RATE; 415 hData->error_code = LDAC_ERR_ASSERT_SUP_SAMPLING_RATE; 420 hData->error_code = LDAC_ERR_ASSERT_CHANNEL_CONFIG; [all …]
|
/external/libcxx/include/ |
D | system_error | 32 virtual bool equivalent(const error_code& code, int condition) const noexcept; 55 class error_code 59 error_code() noexcept; 60 error_code(int val, const error_category& cat) noexcept; 62 error_code(ErrorCodeEnum e) noexcept; 67 error_code& operator=(ErrorCodeEnum e) noexcept; 79 bool operator<(const error_code& lhs, const error_code& rhs) noexcept; 82 operator<<(basic_ostream<charT,traits>& os, const error_code& ec); 112 system_error(error_code ec, const string& what_arg); 113 system_error(error_code ec, const char* what_arg); [all …]
|
/external/llvm/lib/ProfileData/ |
D | SampleProfReader.cpp | 149 std::error_code SampleProfileReaderText::read() { in read() 246 std::error_code EC; in readNumber() 266 std::error_code EC; in readString() 279 std::error_code EC; in readStringFromTable() 281 if (std::error_code EC = Idx.getError()) in readStringFromTable() 288 std::error_code 291 if (std::error_code EC = NumSamples.getError()) in readProfile() 297 if (std::error_code EC = NumRecords.getError()) in readProfile() 302 if (std::error_code EC = LineOffset.getError()) in readProfile() 306 return std::error_code(); in readProfile() [all …]
|
/external/llvm/include/llvm/DebugInfo/CodeView/ |
D | RecordSerialization.h | 41 inline std::error_code consumeObject(U &Data, const T *&Res) { in consumeObject() 46 return std::error_code(); in consumeObject() 49 inline std::error_code consume(ArrayRef<uint8_t> &Data) { in consume() 50 return std::error_code(); in consume() 57 std::error_code consume(ArrayRef<uint8_t> &Data, APSInt &Num); 58 std::error_code consume(StringRef &Data, APSInt &Num); 61 std::error_code consume_numeric(ArrayRef<uint8_t> &Data, uint64_t &Value); 64 std::error_code consume(ArrayRef<uint8_t> &Data, uint32_t &Item); 65 std::error_code consume(StringRef &Data, uint32_t &Item); 66 std::error_code consume(ArrayRef<uint8_t> &Data, int32_t &Item); [all …]
|
/external/libxaac/decoder/ |
D | ixheaacd_latmdemux.c | 105 WORD32 error_code = AAC_DEC_OK; in ixheaacd_latm_payload_length_info() local 119 error_code = IA_ENHAACPLUS_DEC_EXE_FATAL_INVALID_LOAS_HEADER; in ixheaacd_latm_payload_length_info() 120 return error_code; in ixheaacd_latm_payload_length_info() 129 error_code = IA_ENHAACPLUS_DEC_EXE_FATAL_INVALID_LOAS_HEADER; in ixheaacd_latm_payload_length_info() 130 return error_code; in ixheaacd_latm_payload_length_info() 135 error_code = IA_ENHAACPLUS_DEC_EXE_FATAL_INVALID_LOAS_HEADER; in ixheaacd_latm_payload_length_info() 136 return error_code; in ixheaacd_latm_payload_length_info() 139 return (error_code); in ixheaacd_latm_payload_length_info() 163 IA_ERRORCODE error_code = AAC_DEC_OK; in ixheaacd_latm_stream_mux_config() local 211 if ((error_code = ixheaacd_ga_hdr_dec( in ixheaacd_latm_stream_mux_config() [all …]
|
/external/llvm/tools/obj2yaml/ |
D | elf2yaml.cpp | 31 std::error_code dumpSymbol(const Elf_Sym *Sym, const Elf_Shdr *SymTab, 33 std::error_code dumpCommonSection(const Elf_Shdr *Shdr, ELFYAML::Section &S); 34 std::error_code dumpCommonRelocationSection(const Elf_Shdr *Shdr, 37 std::error_code dumpRelocation(const RelT *Rel, const Elf_Shdr *SymTab, 87 if (std::error_code EC = TableOrErr.getError()) in dump() 94 if (std::error_code EC = S.getError()) in dump() 101 if (std::error_code EC = S.getError()) in dump() 108 if (std::error_code EC = G.getError()) in dump() 115 if (std::error_code EC = G.getError()) in dump() 122 if (std::error_code EC = S.getError()) in dump() [all …]
|
/external/swiftshader/third_party/LLVM/lib/Object/ |
D | COFFObjectFile.cpp | 31 bool checkSize(const MemoryBuffer *m, error_code &ec, uint64_t size) { in checkSize() 41 error_code &ec, in checkAddr() 89 error_code COFFObjectFile::getSymbolNext(DataRefImpl Symb, in getSymbolNext() 98 error_code COFFObjectFile::getSymbolName(DataRefImpl Symb, in getSymbolName() 104 if (error_code ec = getString(Offset, Result)) in getSymbolName() 118 error_code COFFObjectFile::getSymbolOffset(DataRefImpl Symb, in getSymbolOffset() 122 if (error_code ec = getSection(symb->SectionNumber, Section)) in getSymbolOffset() 125 if (error_code ec = getSymbolNMTypeChar(Symb, Type)) in getSymbolOffset() 136 error_code COFFObjectFile::getSymbolAddress(DataRefImpl Symb, in getSymbolAddress() 140 if (error_code ec = getSection(symb->SectionNumber, Section)) in getSymbolAddress() [all …]
|