Home
last modified time | relevance | path

Searched refs:override (Results 1 – 25 of 4027) sorted by relevance

12345678910>>...162

/external/llvm/include/llvm/DebugInfo/PDB/DIA/
DDIARawSymbol.h23 void dump(raw_ostream &OS, int Indent) const override;
28 findChildren(PDB_SymType Type) const override;
31 PDB_NameSearchFlags Flags) const override;
34 uint32_t RVA) const override;
36 findInlineFramesByRVA(uint32_t RVA) const override;
38 void getDataBytes(llvm::SmallVector<uint8_t, 32> &bytes) const override;
39 void getFrontEndVersion(VersionInfo &Version) const override;
40 void getBackEndVersion(VersionInfo &Version) const override;
41 PDB_MemberAccess getAccess() const override;
42 uint32_t getAddressOffset() const override;
[all …]
/external/webrtc/webrtc/modules/audio_device/dummy/
Daudio_device_dummy.h27 AudioDeviceModule::AudioLayer& audioLayer) const override;
30 int32_t Init() override;
31 int32_t Terminate() override;
32 bool Initialized() const override;
35 int16_t PlayoutDevices() override;
36 int16_t RecordingDevices() override;
39 char guid[kAdmMaxGuidSize]) override;
42 char guid[kAdmMaxGuidSize]) override;
45 int32_t SetPlayoutDevice(uint16_t index) override;
47 AudioDeviceModule::WindowsDeviceType device) override;
[all …]
Dfile_audio_device.h47 AudioDeviceModule::AudioLayer& audioLayer) const override;
50 int32_t Init() override;
51 int32_t Terminate() override;
52 bool Initialized() const override;
55 int16_t PlayoutDevices() override;
56 int16_t RecordingDevices() override;
59 char guid[kAdmMaxGuidSize]) override;
62 char guid[kAdmMaxGuidSize]) override;
65 int32_t SetPlayoutDevice(uint16_t index) override;
67 AudioDeviceModule::WindowsDeviceType device) override;
[all …]
/external/webrtc/webrtc/modules/audio_device/
Daudio_device_impl.h46 int64_t TimeUntilNextProcess() override;
47 int32_t Process() override;
55 int32_t ActiveAudioLayer(AudioLayer* audioLayer) const override;
58 ErrorCode LastError() const override;
59 int32_t RegisterEventObserver(AudioDeviceObserver* eventCallback) override;
62 int32_t RegisterAudioCallback(AudioTransport* audioCallback) override;
65 int32_t Init() override;
66 int32_t Terminate() override;
67 bool Initialized() const override;
70 int16_t PlayoutDevices() override;
[all …]
/external/swiftshader/src/D3D9/
DDirect3DDevice9Ex.hpp52 ~Direct3DDevice9Ex() override;
55 long __stdcall QueryInterface(const IID &iid, void **object) override;
56 unsigned long __stdcall AddRef() override;
57 unsigned long __stdcall Release() override;
60 long __stdcall TestCooperativeLevel() override;
61 unsigned int __stdcall GetAvailableTextureMem() override;
62 long __stdcall EvictManagedResources() override;
63 long __stdcall GetDirect3D(IDirect3D9 **D3D) override;
64 long __stdcall GetDeviceCaps(D3DCAPS9 *caps) override;
65 long __stdcall GetDisplayMode(unsigned int swapChain ,D3DDISPLAYMODE *mode) override;
[all …]
DDirect3DDevice9.hpp57 ~Direct3DDevice9() override;
60 long __stdcall QueryInterface(const IID &iid, void **object) override;
61 unsigned long __stdcall AddRef() override;
62 unsigned long __stdcall Release() override;
65 long __stdcall BeginScene() override;
66 long __stdcall BeginStateBlock() override;
67 …D3DRECT *rects, unsigned long flags, unsigned long color, float z, unsigned long stencil) override;
68 long __stdcall ColorFill(IDirect3DSurface9 *surface, const RECT *rect, D3DCOLOR color) override;
69 …ionalSwapChain(D3DPRESENT_PARAMETERS *presentParameters, IDirect3DSwapChain9 **swapChain) override;
70 …D3DFORMAT format, D3DPOOL pool, IDirect3DCubeTexture9 **cubeTexture, void **sharedHandle) override;
[all …]
/external/webrtc/talk/app/webrtc/test/
Dfakeaudiocapturemodule.h75 int64_t TimeUntilNextProcess() override;
76 int32_t Process() override;
78 int32_t ActiveAudioLayer(AudioLayer* audio_layer) const override;
80 ErrorCode LastError() const override;
82 webrtc::AudioDeviceObserver* event_callback) override;
86 webrtc::AudioTransport* audio_callback) override;
88 int32_t Init() override;
89 int32_t Terminate() override;
90 bool Initialized() const override;
92 int16_t PlayoutDevices() override;
[all …]
/external/webrtc/webrtc/modules/audio_device/ios/
Daudio_device_ios.h42 void AttachAudioBuffer(AudioDeviceBuffer* audioBuffer) override;
44 int32_t Init() override;
45 int32_t Terminate() override;
46 bool Initialized() const override { return initialized_; } in Initialized()
48 int32_t InitPlayout() override;
49 bool PlayoutIsInitialized() const override { return play_is_initialized_; } in PlayoutIsInitialized()
51 int32_t InitRecording() override;
52 bool RecordingIsInitialized() const override { return rec_is_initialized_; } in RecordingIsInitialized()
54 int32_t StartPlayout() override;
55 int32_t StopPlayout() override;
[all …]
/external/libmojo/mojo/gpu/
Dmojo_gles2_impl_autogen.h26 ~MojoGLES2Impl() override {} in ~MojoGLES2Impl()
27 void ActiveTexture(GLenum texture) override;
28 void AttachShader(GLuint program, GLuint shader) override;
31 const char* name) override;
32 void BindBuffer(GLenum target, GLuint buffer) override;
33 void BindBufferBase(GLenum target, GLuint index, GLuint buffer) override;
38 GLsizeiptr size) override;
39 void BindFramebuffer(GLenum target, GLuint framebuffer) override;
40 void BindRenderbuffer(GLenum target, GLuint renderbuffer) override;
41 void BindSampler(GLuint unit, GLuint sampler) override;
[all …]
/external/webrtc/webrtc/modules/audio_device/linux/
Daudio_device_alsa_linux.h39 AudioDeviceModule::AudioLayer& audioLayer) const override;
42 int32_t Init() override;
43 int32_t Terminate() override;
44 bool Initialized() const override;
47 int16_t PlayoutDevices() override;
48 int16_t RecordingDevices() override;
51 char guid[kAdmMaxGuidSize]) override;
54 char guid[kAdmMaxGuidSize]) override;
57 int32_t SetPlayoutDevice(uint16_t index) override;
59 AudioDeviceModule::WindowsDeviceType device) override;
[all …]
Daudio_device_pulse_linux.h101 AudioDeviceModule::AudioLayer& audioLayer) const override;
104 int32_t Init() override;
105 int32_t Terminate() override;
106 bool Initialized() const override;
109 int16_t PlayoutDevices() override;
110 int16_t RecordingDevices() override;
113 char guid[kAdmMaxGuidSize]) override;
116 char guid[kAdmMaxGuidSize]) override;
119 int32_t SetPlayoutDevice(uint16_t index) override;
121 AudioDeviceModule::WindowsDeviceType device) override;
[all …]
/external/compiler-rt/lib/interception/tests/
Dinterception_win_test.cc283 TestOverrideFunction override, in TestIdentityFunctionPatching() argument
297 bool success = override(identity_address, in TestIdentityFunctionPatching()
326 TestOverrideFunction override = OverrideFunctionWithDetour; in TEST() local
328 TestIdentityFunctionPatching(kIdentityCodeWithPrologue, override, prefix); in TEST()
329 TestIdentityFunctionPatching(kIdentityCodeWithPushPop, override, prefix); in TEST()
330 TestIdentityFunctionPatching(kIdentityCodeWithMov, override, prefix); in TEST()
331 TestIdentityFunctionPatching(kIdentityCodeWithJump, override, prefix); in TEST()
336 TestOverrideFunction override = OverrideFunctionWithRedirectJump; in TEST() local
337 TestIdentityFunctionPatching(kIdentityCodeWithJump, override); in TEST()
341 TestOverrideFunction override = OverrideFunctionWithHotPatch; in TEST() local
[all …]
/external/webrtc/webrtc/modules/rtp_rtcp/source/
Drtp_rtcp_impl.h35 int64_t TimeUntilNextProcess() override;
38 int32_t Process() override;
44 size_t incoming_packet_length) override;
46 void SetRemoteSSRC(uint32_t ssrc) override;
50 int32_t RegisterSendPayload(const CodecInst& voice_codec) override;
52 int32_t RegisterSendPayload(const VideoCodec& video_codec) override;
54 int32_t DeRegisterSendPayload(int8_t payload_type) override;
60 uint8_t id) override;
62 int32_t DeregisterSendRtpHeaderExtension(RTPExtensionType type) override;
65 uint32_t StartTimestamp() const override;
[all …]
/external/webrtc/webrtc/modules/audio_device/android/
Daudio_device_template.h55 AudioDeviceModule::AudioLayer& audioLayer) const override { in ActiveAudioLayer()
60 int32_t Init() override { in Init()
78 int32_t Terminate() override { in Terminate()
88 bool Initialized() const override { in Initialized()
93 int16_t PlayoutDevices() override { in PlayoutDevices()
97 int16_t RecordingDevices() override { in RecordingDevices()
104 char guid[kAdmMaxGuidSize]) override { in PlayoutDeviceName()
112 char guid[kAdmMaxGuidSize]) override { in RecordingDeviceName()
117 int32_t SetPlayoutDevice(uint16_t index) override { in SetPlayoutDevice()
124 AudioDeviceModule::WindowsDeviceType device) override { in SetPlayoutDevice()
[all …]
/external/llvm/lib/Target/Mips/
DMipsTargetStreamer.h196 void emitDirectiveSetMicroMips() override;
197 void emitDirectiveSetNoMicroMips() override;
198 void emitDirectiveSetMips16() override;
199 void emitDirectiveSetNoMips16() override;
201 void emitDirectiveSetReorder() override;
202 void emitDirectiveSetNoReorder() override;
203 void emitDirectiveSetMacro() override;
204 void emitDirectiveSetNoMacro() override;
205 void emitDirectiveSetMsa() override;
206 void emitDirectiveSetNoMsa() override;
[all …]
/external/webrtc/webrtc/voice_engine/
Dvoe_audio_processing_impl.h22 int SetNsStatus(bool enable, NsModes mode = kNsUnchanged) override;
24 int GetNsStatus(bool& enabled, NsModes& mode) override;
26 int SetAgcStatus(bool enable, AgcModes mode = kAgcUnchanged) override;
28 int GetAgcStatus(bool& enabled, AgcModes& mode) override;
30 int SetAgcConfig(AgcConfig config) override;
32 int GetAgcConfig(AgcConfig& config) override;
36 NsModes mode = kNsUnchanged) override;
38 int GetRxNsStatus(int channel, bool& enabled, NsModes& mode) override;
42 AgcModes mode = kAgcUnchanged) override;
44 int GetRxAgcStatus(int channel, bool& enabled, AgcModes& mode) override;
[all …]
/external/swiftshader/src/D3D8/
DDirect3DDevice8.hpp51 ~Direct3DDevice8() override;
54 long __stdcall QueryInterface(const IID &iid, void **object) override;
55 unsigned long __stdcall AddRef() override;
56 unsigned long __stdcall Release() override;
59 long __stdcall ApplyStateBlock(unsigned long token) override;
60 long __stdcall BeginScene() override;
61 long __stdcall BeginStateBlock() override;
62 long __stdcall CaptureStateBlock(unsigned long token) override;
63 …D3DRECT *rects, unsigned long flags, unsigned long color, float z, unsigned long stencil) override;
64 … unsigned int rects, IDirect3DSurface8 *destinationSurface, const POINT *destPointsArray) override;
[all …]
/external/clang/lib/Driver/
DToolChains.h217 ~Generic_GCC() override;
219 void printVerboseInfo(raw_ostream &OS) const override;
221 bool IsUnwindTablesDefault() const override;
222 bool isPICDefault() const override;
223 bool isPIEDefault() const override;
224 bool isPICDefaultForced() const override;
225 bool IsIntegratedAssemblerDefault() const override;
228 Tool *getTool(Action::ActionClass AC) const override;
229 Tool *buildAssembler() const override;
230 Tool *buildLinker() const override;
[all …]
/external/skia/src/core/
DSkLiteRecorder.h20 sk_sp<SkSurface> onNewSurface(const SkImageInfo&, const SkSurfaceProps&) override;
23 SkDrawFilter* setDrawFilter(SkDrawFilter*) override;
26 void willSave() override;
27 SaveLayerStrategy getSaveLayerStrategy(const SaveLayerRec&) override;
28 void willRestore() override;
30 void didConcat(const SkMatrix&) override;
31 void didSetMatrix(const SkMatrix&) override;
32 void didTranslate(SkScalar, SkScalar) override;
34 void onClipRect (const SkRect&, SkClipOp, ClipEdgeStyle) override;
35 void onClipRRect (const SkRRect&, SkClipOp, ClipEdgeStyle) override;
[all …]
DSkValidatingReadBuffer.h23 ~SkValidatingReadBuffer() override;
25 SkReadBuffer* clone(const void* data, size_t size) const override { in clone()
29 const void* skip(size_t size) override;
32 bool readBool() override;
33 SkColor readColor() override;
34 int32_t readInt() override;
35 SkScalar readScalar() override;
36 uint32_t readUInt() override;
37 int32_t read32() override;
40 uint8_t peekByte() override;
[all …]
/external/pdfium/fpdfsdk/javascript/
DJS_Runtime_Stub.cpp16 ~CJS_EventContextStub() override {} in ~CJS_EventContextStub()
19 bool RunScript(const CFX_WideString& script, CFX_WideString* info) override { in RunScript()
23 void OnApp_Init() override {} in OnApp_Init()
25 const CFX_WideString& strTargetName) override {} in OnDoc_Open()
26 void OnDoc_WillPrint(CPDFSDK_FormFillEnvironment* pFormFillEnv) override {} in OnDoc_WillPrint()
27 void OnDoc_DidPrint(CPDFSDK_FormFillEnvironment* pFormFillEnv) override {} in OnDoc_DidPrint()
28 void OnDoc_WillSave(CPDFSDK_FormFillEnvironment* pFormFillEnv) override {} in OnDoc_WillSave()
29 void OnDoc_DidSave(CPDFSDK_FormFillEnvironment* pFormFillEnv) override {} in OnDoc_DidSave()
30 void OnDoc_WillClose(CPDFSDK_FormFillEnvironment* pFormFillEnv) override {} in OnDoc_WillClose()
31 void OnPage_Open(CPDFSDK_FormFillEnvironment* pFormFillEnv) override {} in OnPage_Open()
[all …]
Dcjs_event_context.h23 ~CJS_EventContext() override;
26 bool RunScript(const CFX_WideString& script, CFX_WideString* info) override;
27 void OnApp_Init() override;
29 const CFX_WideString& strTargetName) override;
30 void OnDoc_WillPrint(CPDFSDK_FormFillEnvironment* pFormFillEnv) override;
31 void OnDoc_DidPrint(CPDFSDK_FormFillEnvironment* pFormFillEnv) override;
32 void OnDoc_WillSave(CPDFSDK_FormFillEnvironment* pFormFillEnv) override;
33 void OnDoc_DidSave(CPDFSDK_FormFillEnvironment* pFormFillEnv) override;
34 void OnDoc_WillClose(CPDFSDK_FormFillEnvironment* pFormFillEnv) override;
35 void OnPage_Open(CPDFSDK_FormFillEnvironment* pFormFillEnv) override;
[all …]
/external/pdfium/xfa/fxfa/app/
Dxfa_ffchoicelist.h16 ~CXFA_FFListBox() override;
19 bool LoadWidget() override;
20 bool OnKillFocus(CXFA_FFWidget* pNewWidget) override;
21 void OnProcessMessage(CFWL_Message* pMessage) override;
22 void OnProcessEvent(CFWL_Event* pEvent) override;
24 const CFX_Matrix* pMatrix = nullptr) override;
33 bool CommitData() override;
34 bool UpdateFWLData() override;
35 bool IsDataChanged() override;
45 ~CXFA_FFComboBox() override;
[all …]
/external/skia/src/utils/
DSkDeferredCanvas.h25 ~SkDeferredCanvas() override;
30 SkDrawFilter* setDrawFilter(SkDrawFilter*) override;
34 sk_sp<SkSurface> onNewSurface(const SkImageInfo&, const SkSurfaceProps&) override;
35 SkISize getBaseLayerSize() const override;
36 SkRect onGetLocalClipBounds() const override;
37 SkIRect onGetDeviceClipBounds() const override;
38 bool isClipEmpty() const override;
39 bool isClipRect() const override;
40 bool onPeekPixels(SkPixmap*) override;
41 bool onAccessTopLayerPixels(SkPixmap*) override;
[all …]
/external/clang/include/clang/Sema/
DMultiplexExternalSemaSource.h54 ~MultiplexExternalSemaSource() override;
68 Decl *GetExternalDecl(uint32_t ID) override;
72 void CompleteRedeclChain(const Decl *D) override;
75 Selector GetExternalSelector(uint32_t ID) override;
79 uint32_t GetNumExternalSelectors() override;
83 Stmt *GetExternalDeclStmt(uint64_t Offset) override;
87 CXXBaseSpecifier *GetExternalCXXBaseSpecifiers(uint64_t Offset) override;
91 CXXCtorInitializer **GetExternalCXXCtorInitializers(uint64_t Offset) override;
96 DeclarationName Name) override;
100 void completeVisibleDeclsMap(const DeclContext *DC) override;
[all …]

12345678910>>...162