| /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 435 error_code = IHEVCE_UNSUPPORTED_PROC_CONFIG; in ihevce_hle_validate_static_params() 438 return (IHEVCE_SETUNSUPPORTEDINPUT(error_code)); in ihevce_hle_validate_static_params() 444 error_code = IHEVCE_SYSTEM_APIS_NOT_INITIALLIZED; in ihevce_hle_validate_static_params() 445 return (IHEVCE_SETUNSUPPORTEDINPUT(error_code)); in ihevce_hle_validate_static_params() 449 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/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/cronet/buildtools/third_party/libc++/trunk/include/__filesystem/ |
| D | operations.h | 37 _LIBCPP_FUNC_VIS path __absolute(const path&, error_code* __ec = nullptr); 38 _LIBCPP_FUNC_VIS path __canonical(const path&, error_code* __ec = nullptr); 39 … __copy_file(const path& __from, const path& __to, copy_options __opt, error_code* __ec = nullptr); 40 …opy_symlink(const path& __existing_symlink, const path& __new_symlink, error_code* __ec = nullptr); 41 _LIBCPP_FUNC_VIS void __copy(const path& __from, const path& __to, copy_options __opt, error_code* … 42 _LIBCPP_FUNC_VIS bool __create_directories(const path&, error_code* = nullptr); 43 …_create_directory_symlink(const path& __to, const path& __new_symlink, error_code* __ec = nullptr); 44 _LIBCPP_FUNC_VIS bool __create_directory(const path&, error_code* = nullptr); 45 _LIBCPP_FUNC_VIS bool __create_directory(const path&, const path& __attributes, error_code* = nullp… 46 _LIBCPP_FUNC_VIS void __create_hard_link(const path& __to, const path& __new_hard_link, error_code*… [all …]
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/ProfileData/ |
| D | SampleProfReader.cpp | 194 std::error_code SampleProfileReaderText::readImpl() { in readImpl() 291 std::error_code EC; in readNumber() 311 std::error_code EC; in readString() 325 std::error_code EC; in readUnencodedNumber() 340 std::error_code EC; in readStringIndex() 342 if (std::error_code EC = Idx.getError()) in readStringIndex() 351 if (std::error_code EC = Idx.getError()) in readStringFromTable() 359 if (std::error_code EC = Idx.getError()) in readStringFromTable() 365 std::error_code 368 if (std::error_code EC = NumSamples.getError()) in readProfile() [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-10.0/llvm/include/llvm/ProfileData/ |
| D | SampleProfWriter.h | 39 virtual std::error_code writeSample(const FunctionSamples &S) = 0; 44 virtual std::error_code write(const StringMap<FunctionSamples> &ProfileMap); 66 virtual std::error_code 70 virtual std::error_code 89 std::error_code writeSample(const FunctionSamples &S) override; 95 std::error_code 117 virtual std::error_code writeSample(const FunctionSamples &S) override; 120 virtual std::error_code writeMagicIdent(SampleProfileFormat Format); 121 virtual std::error_code writeNameTable(); 122 virtual std::error_code [all …]
|
| D | SampleProfReader.h | 330 virtual std::error_code readHeader() = 0; 333 std::error_code read() { in read() 334 if (std::error_code EC = readImpl()) in read() 342 virtual std::error_code readImpl() = 0; 460 std::error_code readHeader() override { return sampleprof_error::success; } in readHeader() 463 std::error_code readImpl() override; 476 virtual std::error_code readHeader() override; 479 std::error_code readImpl() override; 513 std::error_code readFuncProfile(const uint8_t *Start); 516 std::error_code readProfile(FunctionSamples &FProfile); [all …]
|
| /external/cronet/buildtools/third_party/libc++/trunk/include/__system_error/ |
| D | error_code.h | 43 class _LIBCPP_TYPE_VIS error_code { 48 _LIBCPP_HIDE_FROM_ABI error_code() _NOEXCEPT : __val_(0), __cat_(&system_category()) {} in error_code() function 50 …_LIBCPP_HIDE_FROM_ABI error_code(int __val, const error_category& __cat) _NOEXCEPT : __val_(__val)… in error_code() function 54 …error_code(_Ep __e, typename enable_if<is_error_code_enum<_Ep>::value>::type* = nullptr) _NOEXCEPT… 65 _LIBCPP_HIDE_FROM_ABI typename enable_if< is_error_code_enum<_Ep>::value, error_code& >::type 90 inline _LIBCPP_HIDE_FROM_ABI error_code make_error_code(errc __e) _NOEXCEPT { in make_error_code() 91 return error_code(static_cast<int>(__e), generic_category()); in make_error_code() 94 inline _LIBCPP_HIDE_FROM_ABI bool operator==(const error_code& __x, const error_code& __y) _NOEXCEP… 98 inline _LIBCPP_HIDE_FROM_ABI bool operator==(const error_code& __x, const error_condition& __y) _NO… 103 inline _LIBCPP_HIDE_FROM_ABI bool operator==(const error_condition& __x, const error_code& __y) _NO… [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/tensorflow/tensorflow/lite/delegates/gpu/cl/ |
| D | cl_program.cc | 36 cl_int error_code = in GetProgramBuildInfo() local 38 if (error_code != CL_SUCCESS) { in GetProgramBuildInfo() 40 CLErrorCodeToString(error_code)); in GetProgramBuildInfo() 44 error_code = in GetProgramBuildInfo() 46 if (error_code != CL_SUCCESS) { in GetProgramBuildInfo() 48 CLErrorCodeToString(error_code)); in GetProgramBuildInfo() 54 cl_int error_code = clGetProgramInfo(program, CL_PROGRAM_BINARY_SIZES, in GetBinarySize() local 56 if (error_code != CL_SUCCESS) { in GetBinarySize() 59 CLErrorCodeToString(error_code))); in GetBinarySize() 66 const int error_code = clBuildProgram( in BuildProgram() local [all …]
|
| D | cl_kernel.cc | 34 cl_int error_code = in GetKernelMaxWorkGroupSize() local 37 if (error_code != CL_SUCCESS) { in GetKernelMaxWorkGroupSize() 40 CLErrorCodeToString(error_code))); in GetKernelMaxWorkGroupSize() 49 cl_int error_code = in GetKernelPrivateMemorySize() local 52 if (error_code != CL_SUCCESS) { in GetKernelPrivateMemorySize() 55 CLErrorCodeToString(error_code))); in GetKernelPrivateMemorySize() 89 int error_code; in ReInit() local 90 *kern_ptr = clCreateKernel(program_, function_name_.c_str(), &error_code); in ReInit() 91 if (!kernel_ || error_code != CL_SUCCESS) { in ReInit() 94 CLErrorCodeToString(error_code))); in ReInit() [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/swiftshader/third_party/llvm-10.0/llvm/lib/Object/ |
| D | COFFObjectFile.cpp | 46 static bool checkSize(MemoryBufferRef M, std::error_code &EC, uint64_t Size) { in checkSize() 57 static std::error_code getObject(const T *&Obj, MemoryBufferRef M, in getObject() 61 if (std::error_code EC = Binary::checkOffset(M, Addr, Size)) in getObject() 64 return std::error_code(); in getObject() 152 if (std::error_code EC = getSymbolName(Symb, Result)) in getSymbolName() 178 if (std::error_code EC = getSection(SectionNumber, Section)) in getSymbolAddress() 254 if (std::error_code EC = getSection(Symb.getSectionNumber(), Sec)) in getSymbolSection() 401 std::error_code COFFObjectFile::initSymbolTablePtr() { in initSymbolTablePtr() 403 if (std::error_code EC = getObject( in initSymbolTablePtr() 409 if (std::error_code EC = getObject( in initSymbolTablePtr() [all …]
|
| /external/libxaac/decoder/ |
| D | ixheaacd_latmdemux.c | 109 WORD32 error_code = AAC_DEC_OK; in ixheaacd_latm_payload_length_info() local 123 error_code = IA_XHEAAC_DEC_EXE_FATAL_INVALID_LOAS_HEADER; in ixheaacd_latm_payload_length_info() 124 return error_code; in ixheaacd_latm_payload_length_info() 133 error_code = IA_XHEAAC_DEC_EXE_FATAL_INVALID_LOAS_HEADER; in ixheaacd_latm_payload_length_info() 134 return error_code; in ixheaacd_latm_payload_length_info() 139 error_code = IA_XHEAAC_DEC_EXE_FATAL_INVALID_LOAS_HEADER; in ixheaacd_latm_payload_length_info() 140 return error_code; in ixheaacd_latm_payload_length_info() 143 return (error_code); in ixheaacd_latm_payload_length_info() 166 IA_ERRORCODE error_code = AAC_DEC_OK; in ixheaacd_latm_stream_mux_config() local 214 if ((error_code = ixheaacd_ga_hdr_dec( in ixheaacd_latm_stream_mux_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 …]
|