HomeSort by relevance Sort by last modified time
    Searched refs:system_error (Results 126 - 150 of 271) sorted by null

1 2 3 4 56 7 8 91011

  /external/libcxx/test/std/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.locking/
lock.pass.cpp 45 catch (std::system_error& e)
56 catch (std::system_error& e)
try_lock_until.pass.cpp 51 catch (std::system_error& e)
65 catch (std::system_error& e)
  /external/valgrind/drd/tests/
std_thread2.cpp 50 #include <system_error>
58 throw system_error(make_error_code(errc::operation_not_permitted),
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/thread.mutex/thread.lock/thread.lock.shared/thread.lock.shared.locking/
lock.pass.cpp 46 catch (std::system_error& e)
57 catch (std::system_error& e)
try_lock_for.pass.cpp 54 catch (std::system_error& e)
68 catch (std::system_error& e)
try_lock_until.pass.cpp 54 catch (std::system_error& e)
68 catch (std::system_error& e)
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.locking/
lock.pass.cpp 43 catch (std::system_error& e)
54 catch (std::system_error& e)
try_lock_until.pass.cpp 49 catch (std::system_error& e)
63 catch (std::system_error& e)
  /external/llvm/include/llvm/Support/
LockFileManager.h 15 #include <system_error>
Process.h 34 #include <system_error>
  /external/llvm/lib/Support/
DataStream.cpp 22 #include <system_error>
  /external/llvm/tools/llvm-readobj/
ObjDumper.h 14 #include <system_error>
  /frameworks/compile/mclinker/include/mcld/Support/
FileOutputBuffer.h 18 #include <system_error>
  /frameworks/compile/mclinker/lib/Support/
MemoryArea.cpp 15 #include <system_error>
  /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 ) )
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/x86_64-linux/32/bits/
stdc++.h 110 #include <system_error>
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/x86_64-linux/bits/
stdc++.h 110 #include <system_error>
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/x86_64-linux/32/bits/
stdc++.h 110 #include <system_error>
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/x86_64-linux/bits/
stdc++.h 110 #include <system_error>
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/x86_64-w64-mingw32/32/bits/
stdc++.h 110 #include <system_error>
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/x86_64-w64-mingw32/bits/
stdc++.h 110 #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>
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/libs/armeabi/include/bits/
stdc++.h 105 #include <system_error>
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/libs/armeabi-v7a/include/bits/
stdc++.h 105 #include <system_error>

Completed in 2110 milliseconds

1 2 3 4 56 7 8 91011