/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/diagnostics/syserr/syserr.errcode/syserr.errcode.observers/ |
message.pass.cpp | 22 const std::error_code ec(6, std::generic_category()); 23 assert(ec.message() == std::generic_category().message(6));
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.observers/ |
message.pass.cpp | 22 const std::error_condition ec(6, std::generic_category()); 23 assert(ec.message() == std::generic_category().message(6));
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/ |
ECPointMap.java | 1 package org.bouncycastle.math.ec;
|
ECMultiplier.java | 1 package org.bouncycastle.math.ec;
|
/external/libcxx/test/std/diagnostics/syserr/syserr.errcode/syserr.errcode.modifiers/ |
ErrorCodeEnum.pass.cpp | 40 std::error_code ec; local 41 ec = two; 42 assert(ec.value() == 2); 43 assert(ec.category() == std::generic_category());
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/diagnostics/syserr/syserr.errcode/syserr.errcode.modifiers/ |
ErrorCodeEnum.pass.cpp | 40 std::error_code ec; local 41 ec = two; 42 assert(ec.value() == 2); 43 assert(ec.category() == std::generic_category());
|
/device/google/dragon/ |
dump_bq25892.sh | 5 /system/bin/fwtool ec usbpd 0 > ${LOG_FILE} 6 /system/bin/fwtool ec usbpdpower >> ${LOG_FILE} 7 /system/bin/fwtool ec bq25892 >> ${LOG_FILE} 8 /system/bin/fwtool ec pi3usb9281 >> ${LOG_FILE} 9 /system/bin/fwtool ec console >> ${LOG_FILE} 10 /system/bin/fwtool ec bq27742 >> ${LOG_FILE}
|
/external/google-benchmark/cmake/ |
gnu_posix_regex.cpp | 6 int ec = regcomp(&re, "^[a-z]+[0-9]+$", REG_EXTENDED | REG_NOSUB); local 7 if (ec != 0) { 8 return ec;
|
posix_regex.cpp | 6 int ec = regcomp(&re, "^[a-z]+[0-9]+$", REG_EXTENDED | REG_NOSUB); local 7 if (ec != 0) { 8 return ec;
|
/external/libcxx/test/std/diagnostics/syserr/syserr.errcode/syserr.errcode.nonmembers/ |
make_error_code.pass.cpp | 22 std::error_code ec = make_error_code(std::errc::operation_canceled); local 23 assert(ec.value() == static_cast<int>(std::errc::operation_canceled)); 24 assert(ec.category() == std::generic_category());
|
/external/libcxx/test/std/diagnostics/syserr/syserr.errcondition/syserr.errcondition.constructors/ |
ErrorConditionEnum.pass.cpp | 22 std::error_condition ec(std::errc::not_a_directory); 23 assert(ec.value() == static_cast<int>(std::errc::not_a_directory)); 24 assert(ec.category() == std::generic_category());
|
/external/libcxx/test/std/input.output/iostreams.base/std.ios.manip/error.reporting/ |
make_error_code.pass.cpp | 20 std::error_code ec = make_error_code(std::io_errc::stream); local 21 assert(ec.value() == static_cast<int>(std::io_errc::stream)); 22 assert(ec.category() == std::iostream_category());
|
/external/libcxx/test/std/thread/futures/futures.errors/ |
make_error_code.pass.cpp | 24 std::error_code ec = make_error_code(std::future_errc::broken_promise); local 25 assert(ec.value() == static_cast<int>(std::future_errc::broken_promise)); 26 assert(ec.category() == std::future_category());
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/diagnostics/syserr/syserr.errcode/syserr.errcode.nonmembers/ |
make_error_code.pass.cpp | 22 std::error_code ec = make_error_code(std::errc::operation_canceled); local 23 assert(ec.value() == static_cast<int>(std::errc::operation_canceled)); 24 assert(ec.category() == std::generic_category());
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.constructors/ |
ErrorConditionEnum.pass.cpp | 22 std::error_condition ec(std::errc::not_a_directory); 23 assert(ec.value() == static_cast<int>(std::errc::not_a_directory)); 24 assert(ec.category() == std::generic_category());
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostreams.base/std.ios.manip/error.reporting/ |
make_error_code.pass.cpp | 20 std::error_code ec = make_error_code(std::io_errc::stream); local 21 assert(ec.value() == static_cast<int>(std::io_errc::stream)); 22 assert(ec.category() == std::iostream_category());
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/futures/futures.errors/ |
make_error_code.pass.cpp | 22 std::error_code ec = make_error_code(std::future_errc::broken_promise); local 23 assert(ec.value() == static_cast<int>(std::future_errc::broken_promise)); 24 assert(ec.category() == std::future_category());
|
/external/parameter-framework/asio-1.10.6/include/asio/ |
basic_socket_acceptor.hpp | 100 asio::error_code ec; local 101 this->get_service().open(this->get_implementation(), protocol, ec); 102 asio::detail::throw_error(ec, "open"); 136 asio::error_code ec; local 138 this->get_service().open(this->get_implementation(), protocol, ec); 139 asio::detail::throw_error(ec, "open"); 143 socket_base::reuse_address(true), ec); 144 asio::detail::throw_error(ec, "set_option"); 146 this->get_service().bind(this->get_implementation(), endpoint, ec); 147 asio::detail::throw_error(ec, "bind") 172 asio::error_code ec; local 276 asio::error_code ec; local 320 asio::error_code ec; local 369 asio::error_code ec; local 415 asio::error_code ec; local 459 asio::error_code ec; local 523 asio::error_code ec; local 565 asio::error_code ec; local 629 asio::error_code ec; local 692 asio::error_code ec; local 761 asio::error_code ec; local 822 asio::error_code ec; local 867 asio::error_code ec; local 923 asio::error_code ec; local 1043 asio::error_code ec; local [all...] |
/external/autotest/client/site_tests/hardware_EC/ |
hardware_EC.py | 8 # This is a hardware test for EC. The test uses ectool to check if the EC can 10 # checks basic EC functionality, such as FAN and temperature sensor. 17 from autotest_lib.client.cros import ec as cros_ec 33 ec = cros_ec.EC() 35 if not ec.hello(): 36 raise error.TestError('EC communication failed') 40 ec.set_fanspeed(10000) 42 max_reading = ec.get_fanspeed( [all...] |
/external/icu/icu4c/source/test/cintltst/ |
cposxtst.c | 39 UErrorCode ec = U_ZERO_ERROR; local 58 const char *path = loadTestData(&ec); 60 if (U_FAILURE(ec)) { 61 log_data_err("FAIL: loadTestData => %s\n", u_errorName(ec)); 65 catd = u_catopen(path, "mc", &ec); 66 if (U_FAILURE(ec)) { 67 log_data_err("FAIL: u_catopen => %s\n", u_errorName(ec)); 82 ec = U_ZERO_ERROR; 83 ustr = u_catgets(catd, set_num, msg_num, FAIL, &len, &ec); 85 err = u_errorName(ec); [all...] |
/external/libcxx/test/std/diagnostics/syserr/syserr.errcode/syserr.errcode.constructors/ |
ErrorCodeEnum.pass.cpp | 40 std::error_code ec(two); 41 assert(ec.value() == 2); 42 assert(ec.category() == std::generic_category());
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/diagnostics/syserr/syserr.errcode/syserr.errcode.constructors/ |
ErrorCodeEnum.pass.cpp | 40 std::error_code ec(two); 41 assert(ec.value() == 2); 42 assert(ec.category() == std::generic_category());
|
/external/autotest/server/site_tests/firmware_ECKeyboard/ |
firmware_ECKeyboard.py | 14 Servo based EC keyboard test. 28 self.ec.key_down('<ctrl_l>') 29 self.ec.key_down('<alt_l>') 30 self.ec.key_down('<f2>') 31 self.ec.key_up('<f2>') 32 self.ec.key_up('<alt_l>') 33 self.ec.key_up('<ctrl_l>') 42 self.ec.send_key_string('root<enter>') 44 self.ec.send_key_string('test0000<enter>') 46 self.ec.send_key_string('reboot<enter>' [all...] |
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/endo/ |
GLVEndomorphism.java | 1 package org.bouncycastle.math.ec.endo;
|
/external/clang/test/Lexer/ |
numeric-literal-trash.c | 7 int ec(int, int);
|