HomeSort by relevance Sort by last modified time
    Searched full:system_error (Results 51 - 75 of 335) sorted by null

1 23 4 5 6 7 8 91011>>

  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.observers/
category.pass.cpp 10 // <system_error>
16 #include <system_error>
message.pass.cpp 10 // <system_error>
16 #include <system_error>
value.pass.cpp 10 // <system_error>
16 #include <system_error>
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/diagnostics/syserr/
version.pass.cpp 10 // <system_error>
12 #include <system_error>
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
system_error 2 //===---------------------------- system_error ----------------------------===//
15 system_error synopsis
101 class system_error
105 system_error(error_code ec, const string& what_arg);
106 system_error(error_code ec, const char* what_arg);
107 system_error(error_code ec);
108 system_error(int ev, const error_category& ecat, const string& what_arg);
109 system_error(int ev, const error_category& ecat, const char* what_arg);
110 system_error(int ev, const error_category& ecat);
610 // system_error
    [all...]
  /external/llvm/lib/Support/
CMakeLists.txt 82 system_error.cpp
97 Unix/system_error.inc
110 Windows/system_error.inc
  /frameworks/base/services/jni/
com_android_server_connectivity_Vpn.cpp 53 #define SYSTEM_ERROR -1
88 return SYSTEM_ERROR;
96 return SYSTEM_ERROR;
108 return SYSTEM_ERROR;
148 count = (errno == EINVAL) ? BAD_ARGUMENT : SYSTEM_ERROR;
163 count = (errno == EINVAL) ? BAD_ARGUMENT : SYSTEM_ERROR;
170 count = (errno == EINVAL) ? BAD_ARGUMENT : SYSTEM_ERROR;
180 } else if (count == SYSTEM_ERROR) {
227 count = (errno == EINVAL) ? BAD_ARGUMENT : SYSTEM_ERROR;
235 count = SYSTEM_ERROR;
    [all...]
  /external/llvm/include/llvm/Object/
Error.h 1 //===- Error.h - system_error extensions for Object -------------*- C++ -*-===//
17 #include "llvm/Support/system_error.h"
  /external/llvm/tools/llvm-readobj/
Error.h 1 //===- Error.h - system_error extensions for llvm-readobj -------*- C++ -*-===//
17 #include "llvm/Support/system_error.h"
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/diagnostics/syserr/syserr.errcat/syserr.errcat.derived/
message.pass.cpp 10 // <system_error>
16 #include <system_error>
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/diagnostics/syserr/syserr.errcat/syserr.errcat.objects/
system_category.pass.cpp 10 // <system_error>
16 #include <system_error>
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/diagnostics/syserr/syserr.errcode/syserr.errcode.modifiers/
ErrorCodeEnum.pass.cpp 10 // <system_error>
16 #include <system_error>
assign.pass.cpp 10 // <system_error>
16 #include <system_error>
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.modifiers/
assign.pass.cpp 10 // <system_error>
16 #include <system_error>
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.locking/
try_lock.pass.cpp 44 catch (std::system_error& e)
58 catch (std::system_error& e)
unlock.pass.cpp 40 catch (std::system_error& e)
50 catch (std::system_error& e)
lock.pass.cpp 43 catch (std::system_error& e)
54 catch (std::system_error& e)
try_lock_for.pass.cpp 49 catch (std::system_error& e)
63 catch (std::system_error& e)
try_lock_until.pass.cpp 49 catch (std::system_error& e)
63 catch (std::system_error& e)
  /system/security/keystore/
keystore.cpp 507 return SYSTEM_ERROR;
542 return SYSTEM_ERROR;
546 return SYSTEM_ERROR;
551 return SYSTEM_ERROR;
555 return SYSTEM_ERROR;
564 return (errno == ENOENT) ? KEY_NOT_FOUND : SYSTEM_ERROR;
571 return SYSTEM_ERROR;
685 return SYSTEM_ERROR;
707 return SYSTEM_ERROR;
715 return SYSTEM_ERROR;
    [all...]
  /external/mtpd/
mtpd.c 113 exit(SYSTEM_ERROR);
124 exit(SYSTEM_ERROR);
139 exit(SYSTEM_ERROR);
170 exit(SYSTEM_ERROR);
194 exit(SYSTEM_ERROR);
315 exit(SYSTEM_ERROR);
  /external/clang/INPUTS/
all-std-headers.cpp 77 #include <system_error>
  /external/llvm/tools/obj2yaml/
obj2yaml.h 18 #include "llvm/Support/system_error.h"
  /frameworks/compile/mclinker/include/mcld/LD/
BinaryReader.h 15 #include <llvm/Support/system_error.h>
DynObjReader.h 15 #include <llvm/Support/system_error.h>

Completed in 399 milliseconds

1 23 4 5 6 7 8 91011>>