Searched refs:not_supported (Results 1 – 12 of 12) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/DWARF/ |
D | DWARFDebugAddr.cpp | 50 return createStringError(errc::not_supported, in extract() 91 return createStringError(errc::not_supported, "version %" PRIu16 in extract() 107 return createStringError(errc::not_supported, in extract() 120 return createStringError(errc::not_supported, in extract()
|
/external/autotest/client/site_tests/platform_Mosys/ |
D | platform_Mosys.py | 61 not_supported = (stderr and 66 if not_supported:
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/ |
D | Errc.h | 66 not_supported = int(std::errc::not_supported), enumerator
|
/external/Reactive-Extensions/RxCpp/Rx/v2/src/rxcpp/ |
D | rx-coordination.hpp | 51 struct not_supported {typedef not_supported type;}; struct in rxcpp::coordinator 80 … is_subscriber<T>::value, get_subscriber<T>, not_supported>::type>::type>::type::type type;
|
/external/libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.copy_file/ |
D | copy_file.pass.cpp | 90 TEST_CHECK(ErrorIs(ec, std::errc::not_supported)); in TEST_CASE() 97 TEST_CHECK(ErrorIs(ec, std::errc::not_supported)); in TEST_CASE()
|
/external/libcxx/include/ |
D | __errc | 76 not_supported, // ENOTSUP 185 not_supported = ENOTSUP,
|
D | filesystem | 2329 : errc::not_supported;
|
/external/libcxx/src/filesystem/ |
D | operations.cpp | 747 m_ec = make_error_code(errc::not_supported); in __copy_file() 763 return err.report(errc::not_supported); in __copy_file() 935 return err.report(errc::not_supported); in __equivalent() 938 return err.report(errc::not_supported); in __equivalent() 951 is_directory(fst) ? errc::is_a_directory : errc::not_supported; in __file_size() 980 return err.report(errc::not_supported); in __fs_is_empty()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/XRay/ |
D | InstrumentationMap.cpp | 62 std::make_error_code(std::errc::not_supported)); in loadELF64()
|
/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/input.output/filesystems/class.directory_entry/directory_entry.obs/ |
D | file_size.pass.cpp | 87 {env.create_fifo("fifo"), std::errc::not_supported}, in TEST_CASE()
|
/external/swiftshader/third_party/LLVM/include/llvm/Support/ |
D | system_error.h | 573 not_supported = ENOTSUP, enumerator
|