Home
last modified time | relevance | path

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

12345678910>>...309

/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/swiftshader/third_party/llvm-7.0/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;
35 uint32_t Section, uint32_t Offset) const override;
38 uint64_t VA) const override;
41 uint32_t RVA) const override;
44 findInlineFramesByAddr(uint32_t Section, uint32_t Offset) const override;
46 findInlineFramesByRVA(uint32_t RVA) const override;
48 findInlineFramesByVA(uint64_t VA) const override;
50 std::unique_ptr<IPDBEnumLineNumbers> findInlineeLines() const override;
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/PDB/Native/
DNativeRawSymbol.h30 void dump(raw_ostream &OS, int Indent) const override;
33 findChildren(PDB_SymType Type) const override;
36 PDB_NameSearchFlags Flags) const override;
40 uint32_t Section, uint32_t Offset) const override;
43 uint64_t VA) const override;
46 uint32_t RVA) const override;
49 findInlineFramesByAddr(uint32_t Section, uint32_t Offset) const override;
51 findInlineFramesByRVA(uint32_t RVA) const override;
53 findInlineFramesByVA(uint64_t VA) const override;
55 std::unique_ptr<IPDBEnumLineNumbers> findInlineeLines() 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/tensorflow/tensorflow/core/distributed_runtime/
Dmessage_wrappers.h121 const string& session_handle() const override;
122 const string& partial_run_handle() const override;
123 size_t num_feeds() const override;
124 const string& feed_name(size_t i) const override;
125 Status FeedValue(size_t i, Tensor* out_tensor) const override;
126 Status FeedValue(size_t i, TensorProto* out_tensor) const override;
127 size_t num_fetches() const override;
128 const string& fetch_name(size_t i) const override;
129 size_t num_targets() const override;
130 const string& target_name(size_t i) const 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/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/
DMipsTargetStreamer.h215 void emitDirectiveSetMicroMips() override;
216 void emitDirectiveSetNoMicroMips() override;
217 void emitDirectiveSetMips16() override;
218 void emitDirectiveSetNoMips16() override;
220 void emitDirectiveSetReorder() override;
221 void emitDirectiveSetNoReorder() override;
222 void emitDirectiveSetMacro() override;
223 void emitDirectiveSetNoMacro() override;
224 void emitDirectiveSetMsa() override;
225 void emitDirectiveSetNoMsa() 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/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/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/grpc-grpc/include/grpcpp/impl/codegen/
Dcore_codegen.h36 const grpc_completion_queue_attributes* attributes) override;
40 void* reserved) override;
42 void* reserved) override;
44 void* reserved) override;
45 void grpc_completion_queue_destroy(grpc_completion_queue* cq) override;
48 void* reserved) override;
50 void* gpr_malloc(size_t size) override;
51 void gpr_free(void* p) override;
53 void grpc_init() override;
54 void grpc_shutdown() override;
[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/v8/src/regexp/
Dregexp-macro-assembler-tracer.h17 ~RegExpMacroAssemblerTracer() override;
18 void AbortedCodeGeneration() override;
19 int stack_limit_slack() override { return assembler_->stack_limit_slack(); } in stack_limit_slack()
20 bool CanReadUnaligned() override { return assembler_->CanReadUnaligned(); } in CanReadUnaligned()
21 void AdvanceCurrentPosition(int by) override; // Signed cp change.
22 void AdvanceRegister(int reg, int by) override; // r[reg] += by.
23 void Backtrack() override;
24 void Bind(Label* label) override;
25 void CheckCharacter(unsigned c, Label* on_equal) override;
27 Label* on_equal) 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/tensorflow/tensorflow/compiler/xla/service/
Dhlo_cost_analysis.h53 Status HandleElementwiseUnary(const HloInstruction* hlo) override;
54 Status HandleElementwiseBinary(const HloInstruction* hlo) override;
55 Status HandleConstant(const HloInstruction* constant) override;
56 Status HandleIota(const HloInstruction* iota) override;
58 const HloInstruction* get_tuple_element) override;
59 Status HandleSelect(const HloInstruction* hlo) override;
60 Status HandleTupleSelect(const HloInstruction* hlo) override;
61 Status HandleCompare(const HloInstruction* compare) override;
62 Status HandleClamp(const HloInstruction* clamp) override;
63 Status HandleReducePrecision(const HloInstruction* hlo) override;
[all …]
/external/swiftshader/src/OpenGL/libGLESv2/
DRenderbuffer.h75 ~RenderbufferTexture2D() override;
77 void addProxyRef(const Renderbuffer *proxy) override;
78 void releaseProxy(const Renderbuffer *proxy) override;
80 egl::Image *getRenderTarget() override;
81 egl::Image *createSharedImage() override;
82 bool isShared() const override;
84 GLsizei getWidth() const override;
85 GLsizei getHeight() const override;
86 GLint getLevel() const override { return mLevel; } in getLevel()
87 GLint getFormat() const override;
[all …]

12345678910>>...309