Home
last modified time | relevance | path

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

123

/external/tensorflow/tensorflow/lite/
Dspecial_rules.bzl43 def if_nnapi(supported, not_supported = [], supported_android = None):
49 clean_dep("//tensorflow:emscripten"): not_supported,
50 clean_dep("//tensorflow:ios"): not_supported,
51 clean_dep("//tensorflow:macos"): not_supported,
52 clean_dep("//tensorflow:windows"): not_supported,
/external/autotest/client/site_tests/network_WiFiHECaps/
Dnetwork_WiFiHECaps.py61 not_supported = ['These features are NOT supported by the DUT:']
68 not_supported.append(f)
70 logging.info(' '.join(not_supported))
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/
DDWARFDebugAddr.cpp49 return createStringError(errc::not_supported, in extract()
90 return createStringError(errc::not_supported, "version %" PRIu16 in extract()
106 return createStringError(errc::not_supported, in extract()
119 return createStringError(errc::not_supported, in extract()
DDWARFListTable.cpp68 return createStringError(errc::not_supported, in extract()
73 return createStringError(errc::not_supported, in extract()
DDWARFDebugRnglists.cpp46 return createStringError(errc::not_supported, in extract()
105 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/llvm-project/llvm/lib/DebugInfo/DWARF/
DDWARFDebugAddr.cpp22 return createStringError(errc::not_supported, in extractAddresses()
85 return createStringError(errc::not_supported, in extractV5()
91 return createStringError(errc::not_supported, in extractV5()
DDWARFListTable.cpp58 return createStringError(errc::not_supported, in extract()
63 return createStringError(errc::not_supported, in extract()
DDWARFDebugArangeSet.cpp97 return createStringError(errc::not_supported, in extract()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DErrc.h65 not_supported = int(std::errc::not_supported), enumerator
/external/llvm-project/llvm/include/llvm/Support/
DErrc.h65 not_supported = int(std::errc::not_supported), enumerator
/external/llvm-project/llvm/tools/llvm-elfabi/
Dllvm-elfabi.cpp116 EC.addError(createStringError(errc::not_supported, in readInputFile()
154 fatalError(createStringError(errc::not_supported, in main()
/external/llvm-project/lldb/include/lldb/Utility/
DUnimplementedError.h23 return llvm::errc::not_supported; in convertToErrorCode()
/external/llvm-project/clang/lib/DirectoryWatcher/windows/
DDirectoryWatcher-windows.cpp48 llvm::errorCodeToError(std::make_error_code(std::errc::not_supported))); in create()
/external/Reactive-Extensions/RxCpp/Rx/v2/src/rxcpp/
Drx-coordination.hpp51 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/llvm-project/llvm/lib/CodeGen/GlobalISel/
DCSEInfo.cpp274 return createStringError(std::errc::not_supported, in verify()
284 return createStringError(std::errc::not_supported, in verify()
288 return createStringError(std::make_error_code(std::errc::not_supported), in verify()
/external/libcxx/include/
D__errc76 not_supported, // ENOTSUP
185 not_supported = ENOTSUP,
/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/llvm-project/libcxx/include/
D__errc75 not_supported, // ENOTSUP
184 not_supported = ENOTSUP,
/external/llvm-project/libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.copy_file/
Dcopy_file.pass.cpp87 TEST_CHECK(ErrorIs(ec, std::errc::not_supported)); in TEST_CASE()
94 TEST_CHECK(ErrorIs(ec, std::errc::not_supported)); in TEST_CASE()
/external/llvm-project/lldb/source/Plugins/Trace/intel-pt/
DDecodedThread.h42 return llvm::errc::not_supported; in convertToErrorCode()
/external/tensorflow/tensorflow/lite/nnapi/
DBUILD24 not_supported = ["nnapi_implementation_disabled.cc"],
/external/llvm-project/llvm/lib/ObjectYAML/
DDWARFEmitter.cpp59 return createStringError(errc::not_supported, in writeVariableSizedInteger()
178 return createStringError(errc::not_supported, in emitDebugAranges()
214 errc::not_supported, in emitDebugRanges()
657 return createStringError(errc::not_supported, in emitDebugAddr()
663 return createStringError(errc::not_supported, in emitDebugAddr()
742 return createStringError(errc::not_supported, in writeDWARFExpression()
1028 return createStringError(errc::not_supported, in getDWARFEmitterByName()
/external/llvm-project/lldb/source/Host/common/
DPseudoTerminal.cpp87 return llvm::errorCodeToError(llvm::errc::not_supported); in OpenFirstAvailablePrimary()
/external/llvm-project/llvm/tools/obj2yaml/
Darchive2yaml.cpp28 return createStringError(std::errc::not_supported, in dump()

123