Home
last modified time | relevance | path

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

12345678910>>...135

/external/llvm/include/llvm/DebugInfo/PDB/DIA/
DDIARawSymbol.h22 void dump(raw_ostream &OS, int Indent) const override;
27 findChildren(PDB_SymType Type) const override;
30 PDB_NameSearchFlags Flags) const override;
33 uint32_t RVA) const override;
35 findInlineFramesByRVA(uint32_t RVA) const override;
37 void getDataBytes(llvm::SmallVector<uint8_t, 32> &bytes) const override;
38 void getFrontEndVersion(VersionInfo &Version) const override;
39 void getBackEndVersion(VersionInfo &Version) const override;
40 PDB_MemberAccess getAccess() const override;
41 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/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/llvm/lib/Target/Mips/
DMipsTargetStreamer.h142 void emitDirectiveSetMicroMips() override;
143 void emitDirectiveSetNoMicroMips() override;
144 void emitDirectiveSetMips16() override;
145 void emitDirectiveSetNoMips16() override;
147 void emitDirectiveSetReorder() override;
148 void emitDirectiveSetNoReorder() override;
149 void emitDirectiveSetMacro() override;
150 void emitDirectiveSetNoMacro() override;
151 void emitDirectiveSetMsa() override;
152 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/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/clang/lib/Driver/
DToolChains.h199 ~Generic_GCC() override;
201 void printVerboseInfo(raw_ostream &OS) const override;
203 bool IsUnwindTablesDefault() const override;
204 bool isPICDefault() const override;
205 bool isPIEDefault() const override;
206 bool isPICDefaultForced() const override;
207 bool IsIntegratedAssemblerDefault() const override;
210 Tool *getTool(Action::ActionClass AC) const override;
211 Tool *buildAssembler() const override;
212 Tool *buildLinker() const 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/pdfium/fpdfsdk/src/javascript/
DJS_Runtime_Stub.cpp15 ~CJS_ContextStub() override {} in ~CJS_ContextStub()
19 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_Document* pDoc) override {} in OnDoc_WillPrint()
27 void OnDoc_DidPrint(CPDFSDK_Document* pDoc) override {} in OnDoc_DidPrint()
28 void OnDoc_WillSave(CPDFSDK_Document* pDoc) override {} in OnDoc_WillSave()
29 void OnDoc_DidSave(CPDFSDK_Document* pDoc) override {} in OnDoc_DidSave()
30 void OnDoc_WillClose(CPDFSDK_Document* pDoc) override {} in OnDoc_WillClose()
31 void OnPage_Open(CPDFSDK_Document* pTarget) override {} in OnPage_Open()
[all …]
DJS_Context.h20 ~CJS_Context() override;
24 CFX_WideString* info) override;
25 void OnApp_Init() override;
27 const CFX_WideString& strTargetName) override;
28 void OnDoc_WillPrint(CPDFSDK_Document* pDoc) override;
29 void OnDoc_DidPrint(CPDFSDK_Document* pDoc) override;
30 void OnDoc_WillSave(CPDFSDK_Document* pDoc) override;
31 void OnDoc_DidSave(CPDFSDK_Document* pDoc) override;
32 void OnDoc_WillClose(CPDFSDK_Document* pDoc) override;
33 void OnPage_Open(CPDFSDK_Document* pTarget) override;
[all …]
/external/pdfium/fpdfsdk/include/pdfwindow/
DPWL_Note.h85 ~CPWL_Note_Icon() override;
92 CFX_Matrix* pUser2Device) override;
101 ~CPWL_Note_CloseBox() override;
106 CFX_Matrix* pUser2Device) override;
107 FX_BOOL OnLButtonDown(const CPDF_Point& point, FX_DWORD nFlag) override;
108 FX_BOOL OnLButtonUp(const CPDF_Point& point, FX_DWORD nFlag) override;
117 ~CPWL_Note_LBBox() override;
122 CFX_Matrix* pUser2Device) override;
128 ~CPWL_Note_RBBox() override;
133 CFX_Matrix* pUser2Device) override;
[all …]
/external/skia/tools/android/
DSkAndroidSDKCanvas.h36 void onDrawPaint(const SkPaint& paint) override;
38 const SkPaint& paint) override;
39 void onDrawOval(const SkRect& r, const SkPaint& paint) override;
40 void onDrawRect(const SkRect& r, const SkPaint& paint) override;
41 void onDrawRRect(const SkRRect& r, const SkPaint& paint) override;
42 void onDrawPath(const SkPath& path, const SkPaint& paint) override;
44 const SkPaint* paint) override;
46 const SkPaint* paint, SkCanvas::SrcRectConstraint) override;
48 const SkRect& dst, const SkPaint* paint) override;
52 const SkPaint& paint) override;
[all …]
/external/pdfium/fpdfsdk/include/fxedit/
Dfxet_edit.h251 ~CFX_Edit_UndoItem() override {} in ~CFX_Edit_UndoItem()
253 CFX_WideString GetUndoTitle() override { return L""; } in GetUndoTitle()
268 ~CFX_Edit_GroupUndoItem() override;
270 void Undo() override;
271 void Redo() override;
272 CFX_WideString GetUndoTitle() override;
293 ~CFXEU_InsertWord() override;
296 void Redo() override;
297 void Undo() override;
316 ~CFXEU_InsertReturn() override;
[all …]
/external/clang/include/clang/Frontend/
DFrontendActions.h27 void ExecuteAction() override;
30 StringRef InFile) override;
35 bool usesPreprocessorOnly() const override { return false; } in usesPreprocessorOnly()
45 StringRef InFile) override;
51 StringRef InFile) override;
57 StringRef InFile) override;
63 StringRef InFile) override;
69 StringRef InFile) override;
75 StringRef InFile) override;
77 TranslationUnitKind getTranslationUnitKind() override { in getTranslationUnitKind()
[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 …]
/external/skia/src/core/
DSkValidatingReadBuffer.h26 const void* skip(size_t size) override;
29 bool readBool() override;
30 SkColor readColor() override;
31 SkFixed readFixed() override;
32 int32_t readInt() override;
33 SkScalar readScalar() override;
34 uint32_t readUInt() override;
35 int32_t read32() override;
38 void readString(SkString* string) override;
39 void* readEncodedString(size_t* length, SkPaint::TextEncoding encoding) override;
[all …]
/external/webrtc/webrtc/modules/audio_coding/acm2/
Daudio_coding_module_impl.h38 ~AudioCodingModuleImpl() override;
45 int RegisterSendCodec(const CodecInst& send_codec) override;
48 AudioEncoder* external_speech_encoder) override;
51 rtc::Optional<CodecInst> SendCodec() const override;
54 int SendFrequency() const override;
59 void SetBitRate(int bitrate_bps) override;
63 int RegisterTransportCallback(AudioPacketizationCallback* transport) override;
66 int Add10MsData(const AudioFrame& audio_frame) override;
73 int SetREDStatus(bool enable_red) override;
76 bool REDStatus() const override;
[all …]
/external/llvm/include/llvm/MC/
DMCELFStreamer.h34 ~MCELFStreamer() override;
37 void reset() override { in reset()
46 void InitSections(bool NoExecStack) override;
47 void ChangeSection(MCSection *Section, const MCExpr *Subsection) override;
48 void EmitLabel(MCSymbol *Symbol) override;
49 void EmitAssemblerFlag(MCAssemblerFlag Flag) override;
50 void EmitThumbFunc(MCSymbol *Func) override;
51 void EmitWeakReference(MCSymbol *Alias, const MCSymbol *Symbol) override;
52 bool EmitSymbolAttribute(MCSymbol *Symbol, MCSymbolAttr Attribute) override;
53 void EmitSymbolDesc(MCSymbol *Symbol, unsigned DescValue) override;
[all …]
/external/webrtc/webrtc/base/
Dstream.h66 ~StreamInterface() override;
228 void OnMessage(Message* msg) override;
248 StreamState GetState() const override;
252 int* error) override;
256 int* error) override;
257 void Close() override;
286 bool SetPosition(size_t position) override;
287 bool GetPosition(size_t* position) const override;
288 bool GetSize(size_t* size) const override;
289 bool GetAvailable(size_t* size) const override;
[all …]
/external/llvm/lib/Target/PowerPC/
DPPCInstrInfo.h97 unsigned OpIdx2) const override;
110 const ScheduleDAG *DAG) const override;
113 const ScheduleDAG *DAG) const override;
117 unsigned *PredCost = nullptr) const override;
122 unsigned UseIdx) const override;
125 SDNode *UseNode, unsigned UseIdx) const override { in getOperandLatency()
132 unsigned DefIdx) const override { in hasLowDefLatency()
139 bool useMachineCombiner() const override { in useMachineCombiner()
148 SmallVectorImpl<MachineCombinerPattern> &P) const override;
150 bool isAssociativeAndCommutative(const MachineInstr &Inst) const override;
[all …]

12345678910>>...135