Home
last modified time | relevance | path

Searched refs:error_code (Results 1 – 25 of 1147) sorted by relevance

12345678910>>...46

/external/libhevc/encoder/
Dihevce_error_check.c124 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/
Dprof_err.et3 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/
Dsocket_ops.hpp64 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 …]
Dhandler_type_requirements.hpp114error_code, std::size_t)) asio_true_handler_type; ASIO_HANDLER_TYPE_REQUIREMENTS_ASSERT…
117error_code, std::size_t)) asio_true_handler_type; ASIO_HANDLER_TYPE_REQUIREMENTS_ASSERT…
119error_code)) asio_true_handler_type; ASIO_HANDLER_TYPE_REQUIREMENTS_ASSERT( size…
121error_code)) asio_true_handler_type; ASIO_HANDLER_TYPE_REQUIREMENTS_ASSERT( size…
123error_code, iter_type)) asio_true_handler_type; ASIO_HANDLER_TYPE_REQUIREMENTS_ASSERT( …
125error_code, iter_type)) asio_true_handler_type; ASIO_HANDLER_TYPE_REQUIREMENTS_ASSERT( …
127error_code)) asio_true_handler_type; ASIO_HANDLER_TYPE_REQUIREMENTS_ASSERT( size…
129error_code, int)) asio_true_handler_type; ASIO_HANDLER_TYPE_REQUIREMENTS_ASSERT( …
131error_code)) asio_true_handler_type; ASIO_HANDLER_TYPE_REQUIREMENTS_ASSERT( size…
133error_code, std::size_t)) asio_true_handler_type; ASIO_HANDLER_TYPE_REQUIREMENTS_ASSERT…
[all …]
/external/clang/include/clang/Frontend/
DSerializedDiagnosticReader.h41 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/parameter-framework/asio-1.10.6/include/asio/
Dbasic_socket.hpp86 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 …]
Dbasic_socket_acceptor.hpp100 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 …]
Dstream_socket_service.hpp104 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 …]
Dsocket_acceptor_service.hpp103 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/llvm/lib/Object/
DCOFFObjectFile.cpp34 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/
DCOFFObjectFile.cpp47 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/tensorflow/tensorflow/lite/delegates/gpu/cl/
Dcl_program.cc35 cl_int error_code = in GetProgramBuildInfo() local
37 if (error_code != CL_SUCCESS) { in GetProgramBuildInfo()
39 CLErrorCodeToString(error_code)); in GetProgramBuildInfo()
43 error_code = in GetProgramBuildInfo()
45 if (error_code != CL_SUCCESS) { in GetProgramBuildInfo()
47 CLErrorCodeToString(error_code)); in GetProgramBuildInfo()
53 cl_int error_code = clGetProgramInfo(program, CL_PROGRAM_BINARY_SIZES, in GetBinarySize() local
55 if (error_code != CL_SUCCESS) { in GetBinarySize()
57 CLErrorCodeToString(error_code))); in GetBinarySize()
64 const int error_code = clBuildProgram( in BuildProgram() local
[all …]
Dcl_kernel.cc31 cl_int error_code = in GetKernelMaxWorkGroupSize() local
34 if (error_code != CL_SUCCESS) { in GetKernelMaxWorkGroupSize()
37 CLErrorCodeToString(error_code))); in GetKernelMaxWorkGroupSize()
46 cl_int error_code = in GetKernelPrivateMemorySize() local
49 if (error_code != CL_SUCCESS) { in GetKernelPrivateMemorySize()
52 CLErrorCodeToString(error_code))); in GetKernelPrivateMemorySize()
88 int error_code; in ReInit() local
89 *kern_ptr = clCreateKernel(program_, function_name_.c_str(), &error_code); in ReInit()
90 if (!kernel_ || error_code != CL_SUCCESS) { in ReInit()
93 CLErrorCodeToString(error_code))); in ReInit()
[all …]
/external/clang/tools/libclang/
DCXLoadedDiagnostic.cpp196 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/
DSampleProfReader.cpp193 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/libxaac/decoder/
Dixheaacd_latmdemux.c102 WORD32 error_code = AAC_DEC_OK; in ixheaacd_latm_payload_length_info() local
116 error_code = IA_ENHAACPLUS_DEC_EXE_FATAL_INVALID_LOAS_HEADER; in ixheaacd_latm_payload_length_info()
117 return error_code; in ixheaacd_latm_payload_length_info()
126 error_code = IA_ENHAACPLUS_DEC_EXE_FATAL_INVALID_LOAS_HEADER; in ixheaacd_latm_payload_length_info()
127 return error_code; in ixheaacd_latm_payload_length_info()
132 error_code = IA_ENHAACPLUS_DEC_EXE_FATAL_INVALID_LOAS_HEADER; in ixheaacd_latm_payload_length_info()
133 return error_code; in ixheaacd_latm_payload_length_info()
136 return (error_code); in ixheaacd_latm_payload_length_info()
160 IA_ERRORCODE error_code = AAC_DEC_OK; in ixheaacd_latm_stream_mux_config() local
208 if ((error_code = ixheaacd_ga_hdr_dec( in ixheaacd_latm_stream_mux_config()
[all …]
/external/libcxx/include/experimental/
Dfilesystem80 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/
Dldaclib_api.c302 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/llvm/include/llvm/DebugInfo/CodeView/
DRecordSerialization.h41 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/libcxx/include/
Dsystem_error32 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/
DSampleProfReader.cpp149 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/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ProfileData/
DSampleProfWriter.h40 virtual std::error_code write(const FunctionSamples &S) = 0;
45 std::error_code write(const StringMap<FunctionSamples> &ProfileMap);
65 virtual std::error_code
81 std::error_code write(const FunctionSamples &S) override;
87 std::error_code
106 std::error_code write(const FunctionSamples &S) override;
111 virtual std::error_code writeNameTable() = 0;
112 virtual std::error_code writeMagicIdent() = 0;
113 std::error_code writeHeader(const StringMap<FunctionSamples> &ProfileMap) override;
114 std::error_code writeSummary();
[all …]
DSampleProfReader.h274 virtual std::error_code readHeader() = 0;
277 virtual std::error_code read() = 0;
351 std::error_code readHeader() override { return sampleprof_error::success; } in readHeader()
354 std::error_code read() override;
367 std::error_code readHeader() override;
370 std::error_code read() override;
396 std::error_code readProfile(FunctionSamples &FProfile);
405 std::error_code readSummaryEntry(std::vector<ProfileSummaryEntry> &Entries);
406 virtual std::error_code verifySPMagic(uint64_t Magic) = 0;
409 std::error_code readSummary();
[all …]
/external/llvm/tools/obj2yaml/
Delf2yaml.cpp31 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-7.0/llvm/include/llvm/Support/
DFileSystem.h286 std::error_code make_absolute(const Twine &current_directory,
300 std::error_code make_absolute(SmallVectorImpl<char> &path);
308 std::error_code create_directories(const Twine &path,
318 std::error_code create_directory(const Twine &path, bool IgnoreExisting = true,
332 std::error_code create_link(const Twine &to, const Twine &from);
340 std::error_code create_hard_link(const Twine &to, const Twine &from);
349 std::error_code real_path(const Twine &path, SmallVectorImpl<char> &output,
357 std::error_code current_path(SmallVectorImpl<char> &result);
364 std::error_code set_current_path(const Twine &path);
372 std::error_code remove(const Twine &path, bool IgnoreNonExisting = true);
[all …]

12345678910>>...46