HomeSort by relevance Sort by last modified time
    Searched refs:error_code (Results 351 - 375 of 915) sorted by null

<<11121314151617181920>>

  /external/llvm/tools/llvm-readobj/
llvm-readobj.cpp 240 void error(std::error_code EC) {
253 static void reportError(StringRef Input, std::error_code EC) {
280 static std::error_code createDumper(const ObjectFile *Obj, StreamWriter &Writer,
299 if (std::error_code EC = createDumper(Obj, Writer, Dumper))
381 if (std::error_code EC = ErrorOrChild.getError())
385 if (std::error_code EC = ChildOrErr.getError()) {
417 if (std::error_code EC = BinaryOrErr.getError())
  /external/llvm/utils/KillTheDoctor/
KillTheDoctor.cpp 174 static std::error_code windows_error(DWORD E) { return mapWindowsError(E); }
176 static std::error_code GetFileNameFromHandle(HANDLE FileHandle,
217 return std::error_code();
228 std::error_code &ec) {
257 ec = std::error_code();
320 std::error_code ec;
365 << std::error_code(windows_error(::GetLastError())).message()
  /external/tpm2/generator/
structure_generator.py 283 return %(error_code)s;
475 error_code: Error to be returned when unmarshalling is unsuccessful.
488 return %(error_code)s;
506 self.error_code = 'TPM_RC_VALUE'
533 out_file.write(self._UNMARSHAL_END % {'error_code': self.error_code})
645 error_code: Return code when an unmarshalling error occurs.
683 return %(error_code)s;
687 return allow_conditional_value ? TPM_RC_SUCCESS : %(error_code)s;
700 return %(error_code)s
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/decoder/
onyxd_if.c 124 return pbi->common.error.error_code;
137 return pbi->common.error.error_code;
156 return pbi->common.error.error_code;
178 return pbi->common.error.error_code;
318 pbi->common.error.error_code = VPX_CODEC_OK;
364 pbi->common.error.error_code = VPX_CODEC_ERROR;
370 pbi->common.error.error_code = VPX_CODEC_ERROR;
  /external/llvm/tools/llvm-pdbdump/
llvm-pdbdump.cpp 150 static void reportError(StringRef Input, std::error_code EC) {
154 static std::error_code checkOffset(MemoryBufferRef M, uintptr_t Addr,
161 return std::error_code();
165 static std::error_code checkOffset(MemoryBufferRef M, ArrayRef<T> AR) {
169 static std::error_code checkOffset(MemoryBufferRef M, StringRef SR) {
176 static std::error_code getObject(const T *&Obj, MemoryBufferRef M,
180 if (std::error_code EC = checkOffset(M, Addr, Size))
183 return std::error_code();
386 if (std::error_code EC = ErrorOrBuffer.getError())
531 std::error_code EC = sys::Process::GetArgumentVector
    [all...]
  /external/llvm/tools/llvm-objdump/
llvm-objdump.cpp 235 std::error_code error = S.getName(String);
246 void llvm::error(std::error_code EC) {
255 void llvm::report_error(StringRef File, std::error_code EC) {
378 static std::error_code getRelocationValueString(const ELFObjectFile<ELFT> *Obj,
390 if (std::error_code EC = SecOrErr.getError())
394 if (std::error_code EC = SymTabOrErr.getError())
400 if (std::error_code EC = StrTabSec.getError())
403 if (std::error_code EC = StrTabOrErr.getError())
427 if (std::error_code EC = SymSI.getError())
431 if (std::error_code EC = SecName.getError()
    [all...]
  /external/llvm/include/llvm/Object/
ELFObjectFile.h 214 std::error_code getSectionName(DataRefImpl Sec,
218 std::error_code getSectionContents(DataRefImpl Sec,
300 ELFObjectFile(MemoryBufferRef Object, std::error_code &EC);
328 std::error_code getPlatformFlags(unsigned &Result) const override {
330 return std::error_code();
409 if (std::error_code EC = SectionOrErr.getError())
518 if (std::error_code EC = ESecOrErr.getError())
545 std::error_code ELFObjectFile<ELFT>::getSectionName(DataRefImpl Sec,
551 return std::error_code();
565 std::error_code
    [all...]
  /external/sfntly/cpp/src/sfntly/table/core/
name_table.cc 633 UErrorCode error_code = U_ZERO_ERROR; local
635 &error_code);
636 if (U_SUCCESS(error_code)) {
659 UErrorCode error_code = U_ZERO_ERROR; local
660 int32_t length = ucnv_fromUChars(cs, NULL, 0, name, -1, &error_code);
663 error_code = U_ZERO_ERROR;
669 &error_code);
670 if (!U_SUCCESS(error_code)) {
683 UErrorCode error_code = U_ZERO_ERROR; local
693 cs = ucnv_open("utf-8", &error_code);
    [all...]
  /external/llvm/include/llvm/ProfileData/
InstrProf.h 183 inline std::error_code make_error_code(instrprof_error E) {
184 return std::error_code(static_cast<int>(E), instrprof_category());
234 std::error_code create(object::SectionRef &Section);
237 inline std::error_code create(StringRef D, uint64_t BaseAddr);
267 std::error_code InstrProfSymtab::create(StringRef D, uint64_t BaseAddr) {
270 return std::error_code();
  /external/llvm/lib/IR/
Module.cpp 387 std::error_code Module::materialize(GlobalValue *GV) {
389 return std::error_code();
394 std::error_code Module::materializeAll() {
396 return std::error_code();
401 std::error_code Module::materializeMetadata() {
403 return std::error_code();
  /system/bt/stack/l2cap/
l2cap_client.c 46 static void connect_completed_cb(uint16_t local_channel_id, uint16_t error_code);
50 static void disconnect_completed_cb(uint16_t local_channel_id, uint16_t error_code);
188 static void connect_completed_cb(uint16_t local_channel_id, uint16_t error_code) {
197 if (error_code != L2CAP_CONN_OK) {
198 LOG_ERROR(LOG_TAG, "%s error connecting L2CAP channel: %d.", __func__, error_code);
308 static void disconnect_completed_cb(uint16_t local_channel_id, UNUSED_ATTR uint16_t error_code) {
  /system/core/libziparchive/
zip_writer.cc 73 const char* ZipWriter::ErrorCodeString(int32_t error_code) {
74 if (error_code < 0 && (-error_code) < static_cast<int32_t>(arraysize(sErrorCodes))) {
75 return sErrorCodes[-error_code];
111 int32_t ZipWriter::HandleError(int32_t error_code) {
114 return error_code;
  /external/webrtc/webrtc/p2p/base/
port.cc 388 if (const StunErrorCodeAttribute* error_code = stun_msg->GetErrorCode()) {
390 << " class=" << error_code->eclass()
391 << " number=" << error_code->number()
392 << " reason='" << error_code->reason() << "'"
592 int error_code, const std::string& reason) {
603 error_attr->SetCode(error_code);
609 if (error_code != STUN_ERROR_BAD_REQUEST &&
610 error_code != STUN_ERROR_UNAUTHORIZED)
1235 int error_code = STUN_ERROR_GLOBAL_FAILURE; local
    [all...]
  /external/clang/lib/Frontend/
FrontendActions.cpp 155 static std::error_code addHeaderInclude(StringRef HeaderName,
171 return std::error_code();
181 static std::error_code
187 return std::error_code();
196 if (std::error_code Err = addHeaderInclude(H.NameAsWritten, Includes,
206 if (std::error_code Err = addHeaderInclude(UmbrellaHeader.NameAsWritten,
213 std::error_code EC;
249 if (std::error_code Err = addHeaderInclude(RelativeHeader, Includes,
262 if (std::error_code Err = collectModuleHeaderIncludes(
266 return std::error_code();
    [all...]
  /bionic/libc/arch-arm/cortex-a15/bionic/
__strcat_chk_common.S 200 ldr r1, error_code
204 error_code: label
__strcpy_chk_common.S 161 ldr r1, error_code
165 error_code: label
memset.S 52 ldr r1, error_code
56 error_code: label
  /bionic/libc/arch-arm/cortex-a7/bionic/
memset.S 52 ldr r1, error_code
56 error_code: label
  /bionic/libc/arch-arm/cortex-a9/bionic/
__strcat_chk.S 208 ldr r1, error_code
212 error_code: label
__strcpy_chk.S 172 ldr r1, error_code
177 error_code: label
memset.S 50 ldr r1, error_code
54 error_code: label
  /bionic/libc/arch-arm/denver/bionic/
__strcat_chk.S 204 ldr r1, error_code
208 error_code: label
__strcpy_chk.S 168 ldr r1, error_code
172 error_code: label
memset.S 55 ldr r1, error_code
59 error_code: label
  /bionic/libc/arch-arm/generic/bionic/
memset.S 45 ldr r1, error_code
49 error_code: label

Completed in 1651 milliseconds

<<11121314151617181920>>