/external/tensorflow/tensorflow/lite/ |
D | special_rules.bzl | 43 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/ |
D | network_WiFiHECaps.py | 61 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/ |
D | DWARFDebugAddr.cpp | 49 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()
|
D | DWARFListTable.cpp | 68 return createStringError(errc::not_supported, in extract() 73 return createStringError(errc::not_supported, in extract()
|
D | DWARFDebugRnglists.cpp | 46 return createStringError(errc::not_supported, in extract() 105 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/llvm-project/llvm/lib/DebugInfo/DWARF/ |
D | DWARFDebugAddr.cpp | 22 return createStringError(errc::not_supported, in extractAddresses() 85 return createStringError(errc::not_supported, in extractV5() 91 return createStringError(errc::not_supported, in extractV5()
|
D | DWARFListTable.cpp | 58 return createStringError(errc::not_supported, in extract() 63 return createStringError(errc::not_supported, in extract()
|
D | DWARFDebugArangeSet.cpp | 97 return createStringError(errc::not_supported, in extract()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
D | Errc.h | 65 not_supported = int(std::errc::not_supported), enumerator
|
/external/llvm-project/llvm/include/llvm/Support/ |
D | Errc.h | 65 not_supported = int(std::errc::not_supported), enumerator
|
/external/llvm-project/llvm/tools/llvm-elfabi/ |
D | llvm-elfabi.cpp | 116 EC.addError(createStringError(errc::not_supported, in readInputFile() 154 fatalError(createStringError(errc::not_supported, in main()
|
/external/llvm-project/lldb/include/lldb/Utility/ |
D | UnimplementedError.h | 23 return llvm::errc::not_supported; in convertToErrorCode()
|
/external/llvm-project/clang/lib/DirectoryWatcher/windows/ |
D | DirectoryWatcher-windows.cpp | 48 llvm::errorCodeToError(std::make_error_code(std::errc::not_supported))); in create()
|
/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/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
D | CSEInfo.cpp | 274 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 | __errc | 76 not_supported, // ENOTSUP 185 not_supported = ENOTSUP,
|
/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/llvm-project/libcxx/include/ |
D | __errc | 75 not_supported, // ENOTSUP 184 not_supported = ENOTSUP,
|
/external/llvm-project/libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.copy_file/ |
D | copy_file.pass.cpp | 87 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/ |
D | DecodedThread.h | 42 return llvm::errc::not_supported; in convertToErrorCode()
|
/external/tensorflow/tensorflow/lite/nnapi/ |
D | BUILD | 24 not_supported = ["nnapi_implementation_disabled.cc"],
|
/external/llvm-project/llvm/lib/ObjectYAML/ |
D | DWARFEmitter.cpp | 59 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/ |
D | PseudoTerminal.cpp | 87 return llvm::errorCodeToError(llvm::errc::not_supported); in OpenFirstAvailablePrimary()
|
/external/llvm-project/llvm/tools/obj2yaml/ |
D | archive2yaml.cpp | 28 return createStringError(std::errc::not_supported, in dump()
|