Searched refs:E_NOTIMPL (Results 1 - 25 of 41) sorted by relevance

12

/external/lzma/CPP/7zip/Archive/7z/
H A D7zSpecStream.cpp20 return E_NOTIMPL;
H A D7zDecode.cpp111 return E_NOTIMPL;
186 return E_NOTIMPL;
200 return E_NOTIMPL;
244 return E_NOTIMPL;
272 return E_NOTIMPL;
H A D7zExtract.cpp239 if (result == E_NOTIMPL)
/external/skia/src/utils/win/
H A DSkIStream.cpp59 { return E_NOTIMPL; }
64 { return E_NOTIMPL; }
68 { return E_NOTIMPL; }
74 { return E_NOTIMPL; }
77 { return E_NOTIMPL; }
80 { return E_NOTIMPL; }
85 { return E_NOTIMPL; }
90 { return E_NOTIMPL; }
93 { return E_NOTIMPL; }
98 { return E_NOTIMPL; }
[all...]
H A DSkDWriteFontFileStream.cpp232 return E_NOTIMPL;
/external/opencv3/samples/winrt/ImageManipulations/MediaExtensions/Common/
H A DAsyncCB.h71 return E_NOTIMPL;
/external/lzma/CPP/7zip/UI/Common/
H A DUpdate.cpp492 return E_NOTIMPL;
534 return E_NOTIMPL;
536 return E_NOTIMPL;
702 return E_NOTIMPL;
934 return E_NOTIMPL;
946 return E_NOTIMPL;
950 return E_NOTIMPL;
961 return E_NOTIMPL;
1003 return E_NOTIMPL;
1022 return E_NOTIMPL;
[all...]
H A DArchiveOpenCallback.cpp121 return E_NOTIMPL;
H A DHashCalc.cpp82 return E_NOTIMPL;
107 return E_NOTIMPL;
H A DBench.cpp1039 return E_NOTIMPL;
1077 return E_NOTIMPL;
1094 return E_NOTIMPL;
1781 if (res == E_NOTIMPL)
1912 return E_NOTIMPL;
1942 return E_NOTIMPL;
1986 return E_NOTIMPL;
2049 if (res == E_NOTIMPL)
/external/lzma/CPP/7zip/Archive/
H A DLzmaHandler.cpp117 return E_NOTIMPL;
120 return E_NOTIMPL;
136 return E_NOTIMPL;
142 return E_NOTIMPL;
154 return E_NOTIMPL;
514 if (result == E_NOTIMPL)
/external/lzma/CPP/Common/
H A DCrcReg.cpp101 return E_NOTIMPL;
H A DMyWindows.h76 #define E_NOTIMPL ((HRESULT)0x80004001L) macro
/external/lzma/CPP/7zip/Crypto/
H A DMyAes.cpp106 return E_NOTIMPL;
H A D7zAes.cpp206 return (_key.NumCyclesPower <= 24) ? S_OK : E_NOTIMPL;
/external/mesa3d/src/gallium/state_trackers/d3d1x/gd3d11/
H A Dd3d11_screen.h224 return E_NOTIMPL;
830 return E_NOTIMPL;
1106 return E_NOTIMPL;
1143 return E_NOTIMPL;
1166 return E_NOTIMPL;
1228 return E_NOTIMPL;
1255 return E_NOTIMPL;
1318 return E_NOTIMPL;
1336 return E_NOTIMPL;
1477 return E_NOTIMPL; \
[all...]
/external/lzma/CPP/7zip/Common/
H A DCWrappers.cpp40 case E_NOTIMPL: return SZ_ERROR_UNSUPPORTED;
96 case SZ_ERROR_UNSUPPORTED: return E_NOTIMPL;
/external/opencv3/samples/winrt/ImageManipulations/MediaExtensions/OcvTransform/
H A DOcvTransform.cpp221 // In that case, it is OK to return E_NOTIMPL.
222 return E_NOTIMPL;
355 return E_NOTIMPL;
370 return E_NOTIMPL;
381 return E_NOTIMPL;
395 return E_NOTIMPL;
778 return E_NOTIMPL;
793 // return E_NOTIMPL. This tells the pipeline that it can stop
795 return E_NOTIMPL;
838 hr = E_NOTIMPL;
[all...]
/external/skia/src/ports/
H A DSkRemotableFontMgr_win_dw.cpp306 { return E_NOTIMPL; }
314 { return E_NOTIMPL; }
324 { return E_NOTIMPL; }
/external/lzma/CPP/7zip/Compress/
H A DPpmdDecoder.cpp46 return E_NOTIMPL;
H A DLzmaDecoder.cpp18 case SZ_ERROR_UNSUPPORTED: return E_NOTIMPL;
H A DBcj2Coder.cpp173 else if (result == S_FALSE || result == E_NOTIMPL)
/external/lzma/CPP/7zip/UI/Console/
H A DUpdateCallbackConsole.cpp243 return E_NOTIMPL;
/external/pdfium/core/src/fxge/win32/
H A Dfx_win32_gdipext.cpp1331 return E_NOTIMPL;
1337 return E_NOTIMPL;
1339 virtual HRESULT STDMETHODCALLTYPE Commit(DWORD) { return E_NOTIMPL; }
1340 virtual HRESULT STDMETHODCALLTYPE Revert(void) { return E_NOTIMPL; }
1344 return E_NOTIMPL;
1349 return E_NOTIMPL;
1351 virtual HRESULT STDMETHODCALLTYPE Clone(IStream**) { return E_NOTIMPL; }
/external/mesa3d/src/gallium/state_trackers/d3d1x/dxgi/src/
H A Ddxgi_native.cpp229 return E_NOTIMPL;
582 return E_NOTIMPL;
588 return E_NOTIMPL;
598 return E_NOTIMPL;

Completed in 654 milliseconds

12