Home
last modified time | relevance | path

Searched defs:IsActive (Results 1 – 25 of 33) sorted by relevance

12

/external/llvm-project/lldb/include/lldb/Target/
DInstrumentationRuntime.h63 void SetActive(bool IsActive) { m_is_active = IsActive; } in SetActive()
87 bool IsActive() const { return m_is_active; } in IsActive() function
DTarget.h1190 bool IsActive() { return m_active; } in IsActive() function
/external/webrtc/test/logging/
Dfile_log_writer.cc31 bool FileLogWriter::IsActive() const { in IsActive() function in webrtc::webrtc_impl::FileLogWriter
Dmemory_log_writer.cc29 bool IsActive() const override { return true; } in IsActive() function in webrtc::__anon2976a2bd0111::MemoryLogWriter
/external/webrtc/api/
Drtc_event_log_output_file.cc53 bool RtcEventLogOutputFile::IsActive() const { in IsActive() function in webrtc::RtcEventLogOutputFile
/external/webrtc/pc/
Drtcp_mux_filter.cc27 bool RtcpMuxFilter::IsActive() const { in IsActive() function in cricket::RtcpMuxFilter
Dsrtp_filter.cc29 bool SrtpFilter::IsActive() const { in IsActive() function in cricket::SrtpFilter
/external/autotest/client/cros/cellular/pseudomodem/
Dbearer.py54 def IsActive(self): member in Bearer
/external/llvm-project/clang-tools-extra/clang-tidy/readability/
DIdentifierNamingCheck.h85 bool IsActive; member
/external/perfetto/src/trace_processor/importers/common/
Dflow_tracker.cc97 bool FlowTracker::IsActive(FlowId flow_id) const { in IsActive() function in perfetto::trace_processor::FlowTracker
/external/clang/lib/CodeGen/
DCGCleanup.cpp190 bool IsActive = !(Kind & InactiveCleanup); in pushCleanup() local
524 llvm::Value *IsActive in EmitCleanup() local
610 bool IsActive = Scope.isActive(); in PopCleanupBlock() local
DCGCleanup.h75 unsigned IsActive : 1; variable
/external/llvm-project/clang/lib/AST/Interp/
DDescriptor.cpp57 bool IsActive, Descriptor *D) { in ctorArrayDesc()
118 bool IsActive, Descriptor *D) { in ctorRecord()
DDescriptor.h178 unsigned IsActive : 1; member
/external/tensorflow/tensorflow/core/profiler/internal/cpu/
Dtraceme_recorder.cc256 bool IsActive() const { return active_; } in IsActive() function in tensorflow::profiler::TraceMeRecorder::ThreadLocalRecorder
/external/llvm-project/clang/lib/CodeGen/
DCGCleanup.cpp563 llvm::Value *IsActive in EmitCleanup() local
649 bool IsActive = Scope.isActive(); in PopCleanupBlock() local
DCGCleanup.h74 unsigned IsActive : 1; variable
/external/llvm-project/lldb/include/lldb/Core/
DIOHandler.h88 virtual bool IsActive() { return m_active && !m_done; } in IsActive() function
/external/webrtc/call/
Drtp_video_sender.cc497 bool RtpVideoSender::IsActive() { in IsActive() function in webrtc::RtpVideoSender
/external/llvm-project/lldb/source/API/
DSBCommandInterpreter.cpp131 bool SBCommandInterpreter::IsActive() { in IsActive() function in SBCommandInterpreter
DSBDebugger.cpp123 bool SBInputReader::IsActive() const { in IsActive() function in SBInputReader
/external/gptfdisk/
Dbasicmbr.cc966 int i, IsActive = 0; in IsEEActive() local
/external/vixl/src/aarch64/
Dsimulator-aarch64.h421 bool IsActive(VectorFormat vform, int lane_index) const { in IsActive() function
/external/clang/include/clang/Basic/
DDiagnostic.h882 mutable bool IsActive = false; variable
/external/llvm-project/clang/include/clang/Basic/
DDiagnostic.h1233 mutable bool IsActive = false; variable

12