HomeSort by relevance Sort by last modified time
    Searched defs:ec1 (Results 1 - 10 of 10) sorted by null

  /external/libcxx/test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.nonmembers/
make_error_condition.pass.cpp 22 const std::error_condition ec1 = std::make_error_condition(std::errc::message_size); local
23 assert(ec1.value() == static_cast<int>(std::errc::message_size));
24 assert(ec1.category() == std::generic_category());
  /external/libcxx/test/input.output/iostreams.base/std.ios.manip/error.reporting/
make_error_condition.pass.cpp 20 const std::error_condition ec1 = std::make_error_condition(std::io_errc::stream); local
21 assert(ec1.value() == static_cast<int>(std::io_errc::stream));
22 assert(ec1.category() == std::iostream_category());
  /external/libcxx/test/thread/futures/futures.errors/
make_error_condition.pass.cpp 22 const std::error_condition ec1 = local
24 assert(ec1.value() ==
26 assert(ec1.category() == std::future_category());
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.nonmembers/
make_error_condition.pass.cpp 22 const std::error_condition ec1 = std::make_error_condition(std::errc::message_size); local
23 assert(ec1.value() == static_cast<int>(std::errc::message_size));
24 assert(ec1.category() == std::generic_category());
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostreams.base/std.ios.manip/error.reporting/
make_error_condition.pass.cpp 20 const std::error_condition ec1 = std::make_error_condition(std::io_errc::stream); local
21 assert(ec1.value() == static_cast<int>(std::io_errc::stream));
22 assert(ec1.category() == std::iostream_category());
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/futures/futures.errors/
make_error_condition.pass.cpp 22 const std::error_condition ec1 = local
24 assert(ec1.value() ==
26 assert(ec1.category() == std::future_category());
  /external/clang/test/Sema/
bitfield-promote.c 16 enum E { ec1, ec2, ec3 }; enumerator in enum:E
  /external/chromium_org/third_party/icu/source/i18n/
ucurr.cpp 1533 UErrorCode ec1 = U_ZERO_ERROR; local
    [all...]
  /external/icu/icu4c/source/i18n/
ucurr.cpp 1533 UErrorCode ec1 = U_ZERO_ERROR; local
    [all...]
  /external/valgrind/main/helgrind/
libhb_core.c 3957 RCEC *ec0, *ec1, *ec2; local
    [all...]

Completed in 3524 milliseconds