/external/skqp/src/utils/win/ |
D | SkIStream.cpp | 55 { return E_NOTIMPL; } in Read() 60 { return E_NOTIMPL; } in Write() 64 { return E_NOTIMPL; } in SetSize() 70 { return E_NOTIMPL; } in CopyTo() 73 { return E_NOTIMPL; } in Commit() 76 { return E_NOTIMPL; } in Revert() 81 { return E_NOTIMPL; } in LockRegion() 86 { return E_NOTIMPL; } in UnlockRegion() 89 { return E_NOTIMPL; } in Clone() 94 { return E_NOTIMPL; } in Seek() [all …]
|
D | SkDWriteFontFileStream.cpp | 232 return E_NOTIMPL; in GetLastWriteTime()
|
/external/skia/src/utils/win/ |
D | SkIStream.cpp | 51 { return E_NOTIMPL; } in Read() 54 { return E_NOTIMPL; } in Write() 58 { return E_NOTIMPL; } in SetSize() 61 { return E_NOTIMPL; } in CopyTo() 64 { return E_NOTIMPL; } in Commit() 67 { return E_NOTIMPL; } in Revert() 70 { return E_NOTIMPL; } in LockRegion() 73 { return E_NOTIMPL; } in UnlockRegion() 76 { return E_NOTIMPL; } in Clone() 81 { return E_NOTIMPL; } in Seek() [all …]
|
D | SkDWriteFontFileStream.cpp | 232 return E_NOTIMPL; in GetLastWriteTime()
|
/external/lzma/CPP/7zip/Archive/7z/ |
D | 7zDecode.cpp | 251 return E_NOTIMPL; in Decode() 256 return E_NOTIMPL; in Decode() 311 return E_NOTIMPL; in Decode() 322 return E_NOTIMPL; in Decode() 329 return E_NOTIMPL; in Decode() 399 return E_NOTIMPL; in Decode() 402 res = E_NOTIMPL; in Decode() 415 return E_NOTIMPL; in Decode() 464 return E_NOTIMPL; in Decode()
|
D | 7zSpecStream.cpp | 20 return E_NOTIMPL; in GetSubStreamSize()
|
D | 7zExtract.cpp | 377 if (result == S_FALSE || result == E_NOTIMPL || dataAfterEnd_Error) in Extract() 385 if (result == E_NOTIMPL) in Extract()
|
/external/lzma/CPP/7zip/UI/Common/ |
D | Update.cpp | 536 return E_NOTIMPL; in Compress() 581 return E_NOTIMPL; in Compress() 583 return E_NOTIMPL; in Compress() 827 return E_NOTIMPL; in Compress() 1063 return E_NOTIMPL; in UpdateArchive() 1075 return E_NOTIMPL; in UpdateArchive() 1079 return E_NOTIMPL; in UpdateArchive() 1090 return E_NOTIMPL; in UpdateArchive() 1126 return E_NOTIMPL; in UpdateArchive() 1153 return E_NOTIMPL; in UpdateArchive() [all …]
|
D | HashCalc.cpp | 72 return E_NOTIMPL; in SetMethods() 95 return E_NOTIMPL; in SetMethods()
|
D | ArchiveOpenCallback.cpp | 149 return E_NOTIMPL; in CryptoGetTextPassword()
|
D | Bench.cpp | 1190 return E_NOTIMPL; in MethodBench() 1229 return E_NOTIMPL; in MethodBench() 1246 return E_NOTIMPL; in MethodBench() 2102 if (res == E_NOTIMPL) in TotalBench() 2239 return E_NOTIMPL; in CrcBench() 2270 return E_NOTIMPL; in CrcBench() 2320 return E_NOTIMPL; in CrcBench() 2387 if (res == E_NOTIMPL) in TotalBench_Hash() 2866 return E_NOTIMPL; in Bench() 3119 return E_NOTIMPL; in Bench() [all …]
|
/external/lzma/CPP/7zip/Archive/Common/ |
D | CoderMixer2.cpp | 375 return E_NOTIMPL; in GetInStream2() 383 return E_NOTIMPL; in GetInStream2() 408 return E_NOTIMPL; in GetInStream2() 461 return E_NOTIMPL; in GetInStream() 524 return E_NOTIMPL; in GetOutStream() 546 return E_NOTIMPL; in GetOutStream() 566 return E_NOTIMPL; in GetOutStream()
|
/external/lzma/CPP/7zip/Compress/ |
D | Lzma2Decoder.cpp | 43 return E_NOTIMPL; in SetDecoderProperties2() 45 return E_NOTIMPL; in SetDecoderProperties2()
|
D | XzDecoder.cpp | 28 case SZ_ERROR_UNSUPPORTED: return E_NOTIMPL; in SResToHRESULT_Code()
|
D | PpmdDecoder.cpp | 42 return E_NOTIMPL; in SetDecoderProperties2()
|
/external/python/cpython3/Tools/msi/bundle/bootstrap/ |
D | pythonba.cpp | 71 return E_NOTIMPL; in MbaPrereqBootstrapperApplicationCreate()
|
/external/skqp/src/ports/ |
D | SkRemotableFontMgr_win_dw.cpp | 271 { return E_NOTIMPL; } in DrawUnderline() 279 { return E_NOTIMPL; } in DrawStrikethrough() 289 { return E_NOTIMPL; } in DrawInlineObject()
|
/external/skia/src/ports/ |
D | SkRemotableFontMgr_win_dw.cpp | 272 { return E_NOTIMPL; } in DrawUnderline() 280 { return E_NOTIMPL; } in DrawStrikethrough() 290 { return E_NOTIMPL; } in DrawInlineObject()
|
/external/lzma/CPP/7zip/Common/ |
D | CWrappers.cpp | 20 case E_NOTIMPL: return SZ_ERROR_UNSUPPORTED; in HRESULT_To_SRes() 40 case SZ_ERROR_UNSUPPORTED: return E_NOTIMPL; in SResToHRESULT()
|
/external/pdfium/core/fxge/win32/ |
D | fx_win32_gdipext.cpp | 571 return E_NOTIMPL; in SetSize() 577 return E_NOTIMPL; in CopyTo() 579 HRESULT STDMETHODCALLTYPE Commit(DWORD) override { return E_NOTIMPL; } in Commit() 580 HRESULT STDMETHODCALLTYPE Revert() override { return E_NOTIMPL; } in Revert() 584 return E_NOTIMPL; in LockRegion() 589 return E_NOTIMPL; in UnlockRegion() 592 return E_NOTIMPL; in Clone()
|
/external/lzma/CPP/Common/ |
D | CrcReg.cpp | 76 return E_NOTIMPL; in SetCoderProperties()
|
D | MyWindows.h | 91 #define E_NOTIMPL ((HRESULT)0x80004001L) macro
|
/external/angle/src/libANGLE/renderer/d3d/d3d11/winrt/ |
D | NativeWindow11WinRT.cpp | 97 return E_NOTIMPL; in createSwapChain()
|
/external/lzma/CPP/7zip/Crypto/ |
D | MyAes.cpp | 106 return E_NOTIMPL; in SetCoderProperties()
|
/external/lzma/CPP/7zip/Archive/ |
D | LzmaHandler.cpp | 132 return E_NOTIMPL; in Code() 549 if (result == E_NOTIMPL) in Extract()
|