Searched refs:not_supported (Results 1 – 7 of 7) sorted by relevance
/external/autotest/client/site_tests/platform_Mosys/ |
D | platform_Mosys.py | 61 not_supported = (stderr and 66 if not_supported:
|
/external/libcxx/src/experimental/filesystem/ |
D | operations.cpp | 302 m_ec = make_error_code(errc::not_supported); in __copy_file() 316 set_or_throw(make_error_code(errc::not_supported), ec, "copy_file", from, to); in __copy_file() 469 set_or_throw(make_error_code(errc::not_supported), ec, in __equivalent() 494 m_ec = make_error_code(errc::not_supported); in __file_size() 528 m_ec = make_error_code(errc::not_supported); in __fs_is_empty()
|
/external/libcxx/test/std/diagnostics/syserr/ |
D | errc.pass.cpp | 78 static_assert(static_cast<int>(std::errc::not_supported) == ENOTSUP, ""); in main()
|
/external/libcxx/test/std/experimental/filesystem/fs.op.funcs/fs.op.copy_file/ |
D | copy_file.pass.cpp | 188 TEST_CHECK(ec == std::make_error_code(std::errc::not_supported)); in TEST_CASE()
|
/external/libcxx/include/ |
D | system_error | 179 not_supported, // ENOTSUP 335 not_supported = ENOTSUP,
|
/external/swiftshader/third_party/LLVM/include/llvm/Support/ |
D | system_error.h | 573 not_supported = ENOTSUP, enumerator
|
/external/valgrind/VEX/priv/ |
D | guest_ppc_toIR.c | 29363 goto not_supported; in disInstr_PPC_WRK() 29372 goto not_supported; in disInstr_PPC_WRK() 29379 goto not_supported; in disInstr_PPC_WRK() 29386 goto not_supported; in disInstr_PPC_WRK() 29393 goto not_supported; in disInstr_PPC_WRK() 29400 goto not_supported; in disInstr_PPC_WRK() 29407 goto not_supported; in disInstr_PPC_WRK() 29415 goto not_supported; in disInstr_PPC_WRK() 29427 not_supported: in disInstr_PPC_WRK()
|