Searched defs:IsActive (Results 1 - 25 of 63) sorted by last modified time

123

/external/lldb/include/lldb/Core/
H A DInputReader.h229 IsActive () const function in class:lldb_private::InputReader
/external/lldb/include/lldb/Target/
H A DTarget.h1043 IsActive() function in class:lldb_private::Target::StopHook
/external/lldb/source/API/
H A DSBInputReader.cpp195 SBInputReader::IsActive () const function in class:SBInputReader
201 ret_value = m_opaque_sp->IsActive();
204 log->Printf ("SBInputReader(%p)::IsActive () => %i", m_opaque_sp.get(), ret_value);
/external/clang/include/clang/Basic/
H A DDiagnostic.h870 // NOTE: This field is redundant with DiagObj (IsActive iff (DiagObj == 0)),
873 mutable bool IsActive; member in class:clang::DiagnosticBuilder
883 : DiagObj(nullptr), NumArgs(0), IsActive(false), IsForceEmit(false) {}
886 : DiagObj(diagObj), NumArgs(0), IsActive(true), IsForceEmit(false) {
902 IsActive = false;
907 bool isActive() const { return IsActive; }
939 IsActive = D.IsActive;
/external/clang/lib/CodeGen/
H A DCGCall.cpp2373 llvm::Instruction *IsActive = Builder.CreateUnreachable(); local
2374 args.addArgCleanupDeactivation(EHStack.getInnermostEHScope(), IsActive);
H A DCGCleanup.cpp160 bool IsActive = !(Kind & InactiveCleanup); local
164 IsActive,
480 llvm::Value *IsActive local
482 CGF.Builder.CreateCondBr(IsActive, CleanupBB, ContBB);
569 bool IsActive = Scope.isActive(); local
593 bool HasFallthrough = (FallthroughSource != nullptr && IsActive);
618 if (Scope.isNormalCleanup() && HasPrebranchedFallthrough && !IsActive) {
703 assert(!IsActive && "source without fallthrough for active cleanup");
739 assert(!BranchThroughDest || !IsActive);
823 assert(!IsActive);
[all...]
/external/chromium_org/v8/src/
H A Dbootstrapper.h93 bool IsActive() const { return nesting_ != 0; } function in class:v8::internal::FINAL
H A Dliveedit.cc2083 bool LiveEditFunctionTracker::IsActive(Isolate* isolate) { function in class:v8::internal::Differencer::LiveEditFunctionTracker
H A Dsampler.h85 bool IsActive() const { return base::NoBarrier_Load(&active_); } function in class:v8::internal::Sampler
H A Dv8threads.cc66 bool Locker::IsActive() { function in class:v8::Locker
/external/chromium_org/third_party/webrtc/modules/utility/source/
H A Drtp_dump_impl.cc142 bool RtpDumpImpl::IsActive() const function in class:webrtc::RtpDumpImpl
151 if (!IsActive())
/external/chromium_org/third_party/libjingle/source/talk/session/media/
H A Drtcpmuxfilter.cc37 bool RtcpMuxFilter::IsActive() const { function in class:cricket::RtcpMuxFilter
H A Dsrtpfilter.cc125 bool SrtpFilter::IsActive() const { function in class:cricket::SrtpFilter
211 if (!IsActive()) {
220 if (!IsActive()) {
229 if (!IsActive()) {
241 if (!IsActive()) {
249 if (!IsActive()) {
261 if (!IsActive()) {
/external/chromium_org/ui/base/ime/
H A Ddummy_input_method.cc62 bool DummyInputMethod::IsActive() { function in class:ui::DummyInputMethod
H A Dinput_method_auralinux.cc110 bool InputMethodAuraLinux::IsActive() { function in class:ui::InputMethodAuraLinux
H A Dinput_method_chromeos.cc246 bool InputMethodChromeOS::IsActive() { function in class:ui::InputMethodChromeOS
H A Dinput_method_minimal.cc55 bool InputMethodMinimal::IsActive() { function in class:ui::InputMethodMinimal
H A Dinput_method_win.cc190 bool InputMethodWin::IsActive() { function in class:ui::InputMethodWin
H A Dmock_input_method.cc93 bool MockInputMethod::IsActive() { function in class:ui::MockInputMethod
/external/chromium_org/ui/views/ime/
H A Dinput_method_bridge.cc77 // such as IsActive(), will crash. SetFocusedTextInputClient() may callback to
163 bool InputMethodBridge::IsActive() { function in class:views::InputMethodBridge
166 return host_->IsActive();
H A Dmock_input_method.cc125 bool MockInputMethod::IsActive() { function in class:views::MockInputMethod
H A Dnull_input_method.cc40 bool NullInputMethod::IsActive() { function in class:views::NullInputMethod
/external/chromium_org/ui/views/widget/desktop_aura/
H A Ddesktop_native_widget_aura.cc794 bool DesktopNativeWidgetAura::IsActive() const { function in class:views::DesktopNativeWidgetAura
795 return content_window_ && desktop_window_tree_host_->IsActive();
H A Ddesktop_window_tree_host_win.cc322 bool DesktopWindowTreeHostWin::IsActive() const { function in class:views::DesktopWindowTreeHostWin
323 return message_handler_->IsActive();
H A Ddesktop_window_tree_host_x11.cc439 } else if (!IsActive()) {
516 if (!IsActive())
523 bool DesktopWindowTreeHostX11::IsActive() const { function in class:views::DesktopWindowTreeHostX11
1353 if (!IsActive())
1679 if (!IsActive() && !HasCapture())

Completed in 417 milliseconds

123