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

1 2 34 5 6 7 8 91011>>

  /frameworks/compile/mclinker/include/mcld/LD/
ObjectWriter.h 14 #include <llvm/Support/system_error.h>
ELFDynObjReader.h 15 #include <llvm/Support/system_error.h>
ObjectReader.h 15 #include <llvm/Support/system_error.h>
  /frameworks/compile/slang/
slang_utils.cpp 23 #include "llvm/Support/system_error.h"
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/src/
random.cpp 11 #include "system_error"
condition_variable.cpp 12 #include "system_error"
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.device/
ctor.pass.cpp 26 catch (const std::system_error& e)
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/
execution_monitor.hpp 98 system_error = 210, // see note (2) below enumerator in enum:boost::execution_exception::error_code
243 // ************** system_error ************** //
246 class system_error { class in namespace:boost
249 explicit system_error( char const* exp );
255 #define BOOST_TEST_SYS_ASSERT( exp ) if( (exp) ) ; else throw ::boost::system_error( BOOST_STRINGIZE( exp ) )
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/diagnostics/syserr/syserr.compare/
eq_error_code_error_code.pass.cpp 10 // <system_error>
21 #include <system_error>
  /external/mtpd/
mtpd.h 24 SYSTEM_ERROR = 1,
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/diagnostics/syserr/syserr.hash/
error_code.pass.cpp 21 #include <system_error>
  /system/security/keystore/include/keystore/
keystore.h 33 SYSTEM_ERROR = 4,
  /external/llvm/include/llvm/Support/
system_error.h 1 //===---------------------------- system_error ------------------*- C++ -*-===//
11 // system_error even though it does not define that class because that's what
12 // it's called in C++0x. We don't define system_error because it is only used
23 system_error synopsis
109 class system_error
113 system_error(error_code ec, const std::string& what_arg);
114 system_error(error_code ec, const char* what_arg);
115 system_error(error_code ec);
116 system_error(int ev, const error_category& ecat, const std::string& what_arg);
117 system_error(int ev, const error_category& ecat, const char* what_arg)
    [all...]
LockFileManager.h 15 #include "llvm/Support/system_error.h"
  /external/llvm/lib/AsmParser/
Parser.cpp 21 #include "llvm/Support/system_error.h"
  /external/llvm/lib/Object/
Error.cpp 1 //===- Error.cpp - system_error extensions for Object -----------*- C++ -*-===//
  /external/llvm/lib/Support/
Android.mk 81 system_error.cpp
  /external/llvm/lib/Support/Unix/
system_error.inc 1 //===- llvm/Support/Unix/system_error.inc - Unix error_code ------*- C++ -*-===//
  /external/llvm/tools/llvm-readobj/
Error.cpp 1 //===- Error.cpp - system_error extensions for llvm-readobj -----*- C++ -*-===//
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/impl/
unit_test_monitor.ipp 80 case execution_exception::system_error: return os_exception;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/i686-linux/bits/
stdc++.h 105 #include <system_error>
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/i686-linux/bits/
stdc++.h 109 #include <system_error>
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/x86_64-linux/bits/
stdc++.h 109 #include <system_error>
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/libs/armeabi/include/bits/
stdc++.h 105 #include <system_error>
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/libs/armeabi-v7a/include/bits/
stdc++.h 105 #include <system_error>

Completed in 917 milliseconds

1 2 34 5 6 7 8 91011>>