Home
last modified time | relevance | path

Searched refs:not_supported (Results 1 – 12 of 12) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/DWARF/
DDWARFDebugAddr.cpp50 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/
Dplatform_Mosys.py61 not_supported = (stderr and
66 if not_supported:
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
DErrc.h66 not_supported = int(std::errc::not_supported), enumerator
/external/Reactive-Extensions/RxCpp/Rx/v2/src/rxcpp/
Drx-coordination.hpp51 struct not_supported {typedef not_supported type;}; argument
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/
Dcopy_file.pass.cpp90 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__errc76 not_supported, // ENOTSUP
185 not_supported = ENOTSUP,
Dfilesystem2329 : errc::not_supported;
/external/libcxx/src/filesystem/
Doperations.cpp747 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/
DInstrumentationMap.cpp62 std::make_error_code(std::errc::not_supported)); in loadELF64()
/external/libcxx/test/std/diagnostics/syserr/
Derrc.pass.cpp78 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/
Dfile_size.pass.cpp87 {env.create_fifo("fifo"), std::errc::not_supported}, in TEST_CASE()
/external/swiftshader/third_party/LLVM/include/llvm/Support/
Dsystem_error.h573 not_supported = ENOTSUP, enumerator