/aosp_15_r20/external/libhevc/encoder/ |
H A 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 437 error_code = IHEVCE_UNSUPPORTED_PROC_CONFIG; in ihevce_hle_validate_static_params() 440 return (IHEVCE_SETUNSUPPORTEDINPUT(error_code)); in ihevce_hle_validate_static_params() 446 error_code = IHEVCE_SYSTEM_APIS_NOT_INITIALLIZED; in ihevce_hle_validate_static_params() 447 return (IHEVCE_SETUNSUPPORTEDINPUT(error_code)); in ihevce_hle_validate_static_params() 451 error_code = IHEVCE_SYSTEM_APIS_NOT_INITIALLIZED; in ihevce_hle_validate_static_params() [all …]
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/asio/include/boost/asio/detail/ |
D | socket_ops.hpp | 68 std::size_t* addrlen, boost::system::error_code& ec); 72 std::size_t* addrlen, boost::system::error_code& ec); 79 socket_type new_socket, boost::system::error_code& ec); 85 boost::system::error_code& ec, socket_type& new_socket); 90 std::size_t addrlen, boost::system::error_code& ec); 93 bool destruction, boost::system::error_code& ec); 96 state_type& state, bool value, boost::system::error_code& ec); 99 state_type& state, bool value, boost::system::error_code& ec); 102 int what, boost::system::error_code& ec); 105 std::size_t addrlen, boost::system::error_code& ec); [all …]
|
D | null_socket_service.hpp | 95 boost::system::error_code open(implementation_type&, in open() 96 const protocol_type&, boost::system::error_code& ec) in open() 103 boost::system::error_code assign(implementation_type&, const protocol_type&, in assign() 104 const native_handle_type&, boost::system::error_code& ec) in assign() 117 boost::system::error_code close(implementation_type&, in close() 118 boost::system::error_code& ec) in close() 126 boost::system::error_code& ec) in release() 139 boost::system::error_code cancel(implementation_type&, in cancel() 140 boost::system::error_code& ec) in cancel() 148 boost::system::error_code& ec) const in at_mark() [all …]
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/filesystem/include/boost/filesystem/ |
D | operations.hpp | 96 path absolute(const path& p, const path& base, system::error_code* ec=0); 98 file_status status(const path&p, system::error_code* ec=0); 100 file_status symlink_status(const path& p, system::error_code* ec=0); 102 bool is_empty(const path& p, system::error_code* ec=0); 104 path initial_path(system::error_code* ec=0); 106 path canonical(const path& p, const path& base, system::error_code* ec=0); 108 void copy(const path& from, const path& to, unsigned int options, system::error_code* ec=0); 111 void copy_directory(const path& from, const path& to, system::error_code* ec=0); 115 unsigned int options, system::error_code* ec=0); // see copy_options for options 117 void copy_symlink(const path& existing_symlink, const path& new_symlink, system::error_code* ec=0); [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/c++/v1/__filesystem/ |
D | operations.h | 37 _LIBCPP_EXPORTED_FROM_ABI path __absolute(const path&, error_code* __ec = nullptr); 38 _LIBCPP_EXPORTED_FROM_ABI path __canonical(const path&, error_code* __ec = nullptr); 40 __copy_file(const path& __from, const path& __to, copy_options __opt, error_code* __ec = nullptr); 42 __copy_symlink(const path& __existing_symlink, const path& __new_symlink, error_code* __ec = nullpt… 44 __copy(const path& __from, const path& __to, copy_options __opt, error_code* __ec = nullptr); 45 _LIBCPP_EXPORTED_FROM_ABI bool __create_directories(const path&, error_code* = nullptr); 47 __create_directory_symlink(const path& __to, const path& __new_symlink, error_code* __ec = nullptr); 48 _LIBCPP_EXPORTED_FROM_ABI bool __create_directory(const path&, error_code* = nullptr); 49 _LIBCPP_EXPORTED_FROM_ABI bool __create_directory(const path&, const path& __attributes, error_code… 51 __create_hard_link(const path& __to, const path& __new_hard_link, error_code* __ec = nullptr); [all …]
|
/aosp_15_r20/external/cronet/third_party/libc++/src/include/__filesystem/ |
H A D | operations.h | 37 _LIBCPP_EXPORTED_FROM_ABI path __absolute(const path&, error_code* __ec = nullptr); 38 _LIBCPP_EXPORTED_FROM_ABI path __canonical(const path&, error_code* __ec = nullptr); 40 __copy_file(const path& __from, const path& __to, copy_options __opt, error_code* __ec = nullptr); 42 __copy_symlink(const path& __existing_symlink, const path& __new_symlink, error_code* __ec = nullpt… 44 __copy(const path& __from, const path& __to, copy_options __opt, error_code* __ec = nullptr); 45 _LIBCPP_EXPORTED_FROM_ABI bool __create_directories(const path&, error_code* = nullptr); 47 __create_directory_symlink(const path& __to, const path& __new_symlink, error_code* __ec = nullptr); 48 _LIBCPP_EXPORTED_FROM_ABI bool __create_directory(const path&, error_code* = nullptr); 49 _LIBCPP_EXPORTED_FROM_ABI bool __create_directory(const path&, const path& __attributes, error_code… 51 __create_hard_link(const path& __to, const path& __new_hard_link, error_code* __ec = nullptr); [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/c++/v1/__filesystem/ |
D | operations.h | 37 _LIBCPP_EXPORTED_FROM_ABI path __absolute(const path&, error_code* __ec = nullptr); 38 _LIBCPP_EXPORTED_FROM_ABI path __canonical(const path&, error_code* __ec = nullptr); 40 __copy_file(const path& __from, const path& __to, copy_options __opt, error_code* __ec = nullptr); 42 __copy_symlink(const path& __existing_symlink, const path& __new_symlink, error_code* __ec = nullpt… 44 __copy(const path& __from, const path& __to, copy_options __opt, error_code* __ec = nullptr); 45 _LIBCPP_EXPORTED_FROM_ABI bool __create_directories(const path&, error_code* = nullptr); 47 __create_directory_symlink(const path& __to, const path& __new_symlink, error_code* __ec = nullptr); 48 _LIBCPP_EXPORTED_FROM_ABI bool __create_directory(const path&, error_code* = nullptr); 49 _LIBCPP_EXPORTED_FROM_ABI bool __create_directory(const path&, const path& __attributes, error_code… 51 __create_hard_link(const path& __to, const path& __new_hard_link, error_code* __ec = nullptr); [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/embedded-sysroots/pigweed_riscv32_sysroot/include/c++/v1/__filesystem/ |
D | operations.h | 36 _LIBCPP_EXPORTED_FROM_ABI path __absolute(const path&, error_code* __ec = nullptr); 37 _LIBCPP_EXPORTED_FROM_ABI path __canonical(const path&, error_code* __ec = nullptr); 39 __copy_file(const path& __from, const path& __to, copy_options __opt, error_code* __ec = nullptr); 41 __copy_symlink(const path& __existing_symlink, const path& __new_symlink, error_code* __ec = nullpt… 43 __copy(const path& __from, const path& __to, copy_options __opt, error_code* __ec = nullptr); 44 _LIBCPP_EXPORTED_FROM_ABI bool __create_directories(const path&, error_code* = nullptr); 46 __create_directory_symlink(const path& __to, const path& __new_symlink, error_code* __ec = nullptr); 47 _LIBCPP_EXPORTED_FROM_ABI bool __create_directory(const path&, error_code* = nullptr); 48 _LIBCPP_EXPORTED_FROM_ABI bool __create_directory(const path&, const path& __attributes, error_code… 50 __create_hard_link(const path& __to, const path& __new_hard_link, error_code* __ec = nullptr); [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/c++/v1/__filesystem/ |
D | operations.h | 37 _LIBCPP_EXPORTED_FROM_ABI path __absolute(const path&, error_code* __ec = nullptr); 38 _LIBCPP_EXPORTED_FROM_ABI path __canonical(const path&, error_code* __ec = nullptr); 40 __copy_file(const path& __from, const path& __to, copy_options __opt, error_code* __ec = nullptr); 42 __copy_symlink(const path& __existing_symlink, const path& __new_symlink, error_code* __ec = nullpt… 44 __copy(const path& __from, const path& __to, copy_options __opt, error_code* __ec = nullptr); 45 _LIBCPP_EXPORTED_FROM_ABI bool __create_directories(const path&, error_code* = nullptr); 47 __create_directory_symlink(const path& __to, const path& __new_symlink, error_code* __ec = nullptr); 48 _LIBCPP_EXPORTED_FROM_ABI bool __create_directory(const path&, error_code* = nullptr); 49 _LIBCPP_EXPORTED_FROM_ABI bool __create_directory(const path&, const path& __attributes, error_code… 51 __create_hard_link(const path& __to, const path& __new_hard_link, error_code* __ec = nullptr); [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/c++/v1/__filesystem/ |
D | operations.h | 37 _LIBCPP_EXPORTED_FROM_ABI path __absolute(const path&, error_code* __ec = nullptr); 38 _LIBCPP_EXPORTED_FROM_ABI path __canonical(const path&, error_code* __ec = nullptr); 40 __copy_file(const path& __from, const path& __to, copy_options __opt, error_code* __ec = nullptr); 42 __copy_symlink(const path& __existing_symlink, const path& __new_symlink, error_code* __ec = nullpt… 44 __copy(const path& __from, const path& __to, copy_options __opt, error_code* __ec = nullptr); 45 _LIBCPP_EXPORTED_FROM_ABI bool __create_directories(const path&, error_code* = nullptr); 47 __create_directory_symlink(const path& __to, const path& __new_symlink, error_code* __ec = nullptr); 48 _LIBCPP_EXPORTED_FROM_ABI bool __create_directory(const path&, error_code* = nullptr); 49 _LIBCPP_EXPORTED_FROM_ABI bool __create_directory(const path&, const path& __attributes, error_code… 51 __create_hard_link(const path& __to, const path& __new_hard_link, error_code* __ec = nullptr); [all …]
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/ProfileData/ |
H A 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 …]
|
/aosp_15_r20/external/parameter-framework/asio-1.10.6/include/asio/detail/ |
H A 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 …]
|
/aosp_15_r20/external/llvm/lib/Object/ |
H A 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 …]
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/ProfileData/ |
H A D | SampleProfReader.cpp | 316 std::error_code SampleProfileReaderText::readImpl() { in readImpl() 468 std::error_code EC; in readNumber() 488 std::error_code EC; in readString() 502 std::error_code EC; in readUnencodedNumber() 517 std::error_code EC; in readStringIndex() 519 if (std::error_code EC = Idx.getError()) in readStringIndex() 528 if (std::error_code EC = Idx.getError()) in readStringFromTable() 536 if (std::error_code EC = FName.getError()) in readSampleContextFromTable() 547 if (std::error_code EC = Idx.getError()) in readStringFromTable() 557 if (std::error_code EC = FID.getError()) in readStringFromTable() [all …]
|
/aosp_15_r20/external/parameter-framework/asio-1.10.6/include/asio/ |
H A 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 …]
|
H A 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 …]
|
H A 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 …]
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ProfileData/ |
H A D | SampleProfWriter.h | 46 virtual std::error_code writeSample(const FunctionSamples &S) = 0; 51 virtual std::error_code write(const SampleProfileMap &ProfileMap); 77 virtual std::error_code writeHeader(const SampleProfileMap &ProfileMap) = 0; 80 virtual std::error_code writeFuncProfiles(const SampleProfileMap &ProfileMap); 98 std::error_code writeSample(const FunctionSamples &S) override; 104 std::error_code writeHeader(const SampleProfileMap &ProfileMap) override { in writeHeader() 125 std::error_code writeSample(const FunctionSamples &S) override; 129 virtual std::error_code writeMagicIdent(SampleProfileFormat Format); 130 virtual std::error_code writeNameTable(); 131 std::error_code writeHeader(const SampleProfileMap &ProfileMap) override; [all …]
|
/aosp_15_r20/external/e2fsprogs/lib/support/ |
H A 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 …]
|
/aosp_15_r20/external/sdv/vsomeip/implementation/helper/1.55/boost/asio/ |
D | basic_socket_acceptor_ext.hpp | 105 boost::system::error_code ec; in basic_socket_acceptor_ext() 141 boost::system::error_code ec; in basic_socket_acceptor_ext() 177 boost::system::error_code ec; in basic_socket_acceptor_ext() 283 boost::system::error_code ec; in open() 308 boost::system::error_code open(const protocol_type& protocol, in open() 309 boost::system::error_code& ec) in open() 327 boost::system::error_code ec; in assign() 343 boost::system::error_code assign(const protocol_type& protocol, in assign() 344 const native_handle_type& native_acceptor, boost::system::error_code& ec) in assign() 376 boost::system::error_code ec; in bind() [all …]
|
D | datagram_socket_service_ext.hpp | 145 boost::system::error_code open(implementation_type& impl, in open() 146 const protocol_type& protocol, boost::system::error_code& ec) in open() 156 boost::system::error_code assign(implementation_type& impl, in assign() 158 boost::system::error_code& ec) in assign() 170 boost::system::error_code close(implementation_type& impl, in close() 171 boost::system::error_code& ec) in close() 189 boost::system::error_code cancel(implementation_type& impl, in cancel() 190 boost::system::error_code& ec) in cancel() 197 boost::system::error_code& ec) const in at_mark() 204 boost::system::error_code& ec) const in available() [all …]
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Object/ |
H A 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 …]
|
/aosp_15_r20/external/sdv/vsomeip/implementation/helper/1.66/boost/asio/ |
D | basic_socket_acceptor_ext.hpp | 126 boost::system::error_code ec; in basic_socket_acceptor_ext() 162 boost::system::error_code ec; in basic_socket_acceptor_ext() 198 boost::system::error_code ec; in basic_socket_acceptor_ext() 349 boost::system::error_code ec; in open() 375 boost::system::error_code& ec) in open() 394 boost::system::error_code ec; in assign() 411 const native_handle_type& native_acceptor, boost::system::error_code& ec) in assign() 444 boost::system::error_code ec; in bind() 473 boost::system::error_code& ec) in bind() 491 boost::system::error_code ec; in listen() [all …]
|
/aosp_15_r20/external/libultrahdr/lib/src/ |
H A D | ultrahdr_api.cpp | 150 status.error_code = UHDR_CODEC_INVALID_PARAM; in apply_effects() 159 status.error_code = UHDR_CODEC_INVALID_PARAM; in apply_effects() 173 status.error_code = UHDR_CODEC_INVALID_PARAM; in apply_effects() 182 status.error_code = UHDR_CODEC_INVALID_PARAM; in apply_effects() 196 status.error_code = UHDR_CODEC_INVALID_PARAM; in apply_effects() 206 status.error_code = UHDR_CODEC_INVALID_PARAM; in apply_effects() 224 status.error_code = UHDR_CODEC_INVALID_PARAM; in apply_effects() 233 status.error_code = UHDR_CODEC_INVALID_PARAM; in apply_effects() 247 status.error_code = UHDR_CODEC_INVALID_PARAM; in apply_effects() 262 status.error_code = UHDR_CODEC_UNKNOWN_ERROR; in apply_effects() [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/ProfileData/ |
D | SampleProfWriter.h | 96 virtual std::error_code writeSample(const FunctionSamples &S) = 0; 101 virtual std::error_code write(const SampleProfileMap &ProfileMap); 108 std::error_code writeWithSizeLimit(SampleProfileMap &ProfileMap, in writeWithSizeLimit() 138 virtual std::error_code writeHeader(const SampleProfileMap &ProfileMap) = 0; 141 virtual std::error_code writeFuncProfiles(const SampleProfileMap &ProfileMap); 143 std::error_code writeWithSizeLimitInternal(SampleProfileMap &ProfileMap, 168 std::error_code writeSample(const FunctionSamples &S) override; 174 std::error_code writeHeader(const SampleProfileMap &ProfileMap) override { in writeHeader() 196 std::error_code writeSample(const FunctionSamples &S) override; 200 virtual std::error_code writeMagicIdent(SampleProfileFormat Format); [all …]
|