/third_party/node/deps/v8/tools/v8windbg/test/ |
D | debug-callbacks.cc | 19 return E_NOTIMPL; in QueryInterface() 32 return E_NOTIMPL; in QueryInterface() 50 return E_NOTIMPL; in Exception() 54 return E_NOTIMPL; in CreateThread() 56 HRESULT __stdcall MyCallback::ExitThread(ULONG ExitCode) { return E_NOTIMPL; } in ExitThread() 57 HRESULT __stdcall MyCallback::ExitProcess(ULONG ExitCode) { return E_NOTIMPL; } in ExitProcess() 62 return E_NOTIMPL; in LoadModule() 66 return E_NOTIMPL; in UnloadModule() 69 return E_NOTIMPL; in SystemError() 71 HRESULT __stdcall MyCallback::SessionStatus(ULONG Status) { return E_NOTIMPL; } in SessionStatus() [all …]
|
/third_party/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 | 231 return E_NOTIMPL; in GetLastWriteTime()
|
/third_party/lzma/CPP/7zip/Archive/7z/ |
D | 7zDecode.cpp | 244 return E_NOTIMPL; 249 return E_NOTIMPL; 305 return E_NOTIMPL; 316 return E_NOTIMPL; 323 return E_NOTIMPL; 409 return E_NOTIMPL; 414 res = E_NOTIMPL; 420 return E_NOTIMPL; 433 return E_NOTIMPL; 483 return E_NOTIMPL;
|
D | 7zExtract.cpp | 398 if (result == S_FALSE || result == E_NOTIMPL || dataAfterEnd_Error) 406 if (result == E_NOTIMPL)
|
/third_party/lzma/CPP/7zip/UI/Common/ |
D | Update.cpp | 371 return E_NOTIMPL; in Compress() 464 return E_NOTIMPL; in Compress() 466 return E_NOTIMPL; in Compress() 468 return E_NOTIMPL; in Compress() 728 return E_NOTIMPL; in Compress() 1114 return E_NOTIMPL; in UpdateArchive() 1126 return E_NOTIMPL; in UpdateArchive() 1130 return E_NOTIMPL; in UpdateArchive() 1141 return E_NOTIMPL; in UpdateArchive() 1177 return E_NOTIMPL; in UpdateArchive() [all …]
|
D | HashCalc.cpp | 84 return E_NOTIMPL; in SetMethods() 107 return E_NOTIMPL; in SetMethods() 1480 return E_NOTIMPL; in Z7_COM7F_IMF() 1578 res_SetMethods = E_NOTIMPL; in Z7_COM7F_IMF() 1629 && res_SetMethods != E_NOTIMPL in Z7_COM7F_IMF() 1699 return E_NOTIMPL; in Z7_COM7F_IMF()
|
/third_party/lzma/CPP/7zip/Crypto/ |
D | MyAes.cpp | 38 return _keyIsSet ? S_OK : E_NOTIMPL; // E_FAIL in Z7_COM7F_IMF() 235 return E_NOTIMPL; in SET_AES_FUNCS() 240 return E_NOTIMPL; in SET_AES_FUNCS()
|
/third_party/lzma/CPP/Common/ |
D | Sha256Reg.cpp | 58 return E_NOTIMPL; 63 return E_NOTIMPL;
|
D | CrcReg.cpp | 70 return E_NOTIMPL;
|
/third_party/node/deps/v8/tools/v8windbg/src/ |
D | object-inspection.cc | 128 return E_NOTIMPL; in GetName() 139 return E_NOTIMPL; in GetName() 384 return E_NOTIMPL; in GetName() 411 return E_NOTIMPL; in SetAt() 492 return E_NOTIMPL; in SetKey() 563 return E_NOTIMPL; in SetValue() 611 return E_NOTIMPL; in SetValue() 636 return E_NOTIMPL; in SetValue()
|
D | local-variables.cc | 131 return E_NOTIMPL; in SetValue()
|
/third_party/lzma/CPP/7zip/Compress/ |
D | BranchMisc.cpp | 99 return E_NOTIMPL; in Z7_COM7F_IMF() 102 return E_NOTIMPL; in Z7_COM7F_IMF()
|
D | Lzma2Decoder.cpp | 43 return E_NOTIMPL; in Z7_COM7F_IMF() 45 return E_NOTIMPL; in Z7_COM7F_IMF()
|
D | XzDecoder.cpp | 28 case SZ_ERROR_UNSUPPORTED: return E_NOTIMPL; in SResToHRESULT_Code()
|
D | PpmdDecoder.cpp | 41 return E_NOTIMPL; in Z7_COM7F_IMF()
|
/third_party/lzma/CPP/7zip/Archive/Common/ |
D | CoderMixer2.cpp | 373 return E_NOTIMPL; in GetInStream2() 381 return E_NOTIMPL; in GetInStream2() 406 return E_NOTIMPL; in GetInStream2() 459 return E_NOTIMPL; in GetInStream() 522 return E_NOTIMPL; in GetOutStream() 544 return E_NOTIMPL; in GetOutStream() 564 return E_NOTIMPL; in GetOutStream()
|
/third_party/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()
|
/third_party/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()
|
/third_party/python/Tools/msi/bundle/bootstrap/ |
D | pythonba.cpp | 71 return E_NOTIMPL; in MbaPrereqBootstrapperApplicationCreate()
|
/third_party/lzma/CPP/Windows/ |
D | ErrorMsg.cpp | 64 case E_NOTIMPL : s = "E_NOTIMPL : Not implemented"; break; in MyFormatMessage()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/winrt/ |
D | NativeWindow11WinRT.cpp | 97 return E_NOTIMPL; in createSwapChain()
|
/third_party/ffmpeg/libavdevice/ |
D | dshow_pin.c | 161 return E_NOTIMPL; in ff_dshow_pin_QueryInternalConnections() 287 return E_NOTIMPL; in ff_dshow_meminputpin_GetAllocatorRequirements()
|
D | dshow_filter.c | 148 return E_NOTIMPL; /* don't have to do anything here */ in ff_dshow_filter_QueryVendorInfo()
|
/third_party/lzma/CPP/7zip/Archive/ |
D | LzmaHandler.cpp | 132 return E_NOTIMPL; in Code() 531 if (result == E_NOTIMPL)
|