Searched refs:is_synchronous (Results 1 - 14 of 14) sorted by relevance

/external/lldb/source/Breakpoint/
H A DStoppointCallbackContext.cpp22 is_synchronous (false)
29 is_synchronous(synchronously)
38 is_synchronous = false;
H A DWatchpoint.cpp76 Watchpoint::SetCallback (WatchpointHitCallback callback, void *baton, bool is_synchronous) argument
80 m_options.SetCallback(callback, BatonSP (new Baton(baton)), is_synchronous);
88 Watchpoint::SetCallback (WatchpointHitCallback callback, const BatonSP &callback_baton_sp, bool is_synchronous) argument
90 m_options.SetCallback(callback, callback_baton_sp, is_synchronous);
H A DBreakpointLocation.cpp213 bool is_synchronous)
217 GetLocationOptions()->SetCallback(callback, BatonSP (new Baton(baton)), is_synchronous);
223 bool is_synchronous)
225 GetLocationOptions()->SetCallback (callback, baton_sp, is_synchronous);
452 context->is_synchronous = true;
212 SetCallback(BreakpointHitCallback callback, void *baton, bool is_synchronous) argument
222 SetCallback(BreakpointHitCallback callback, const BatonSP &baton_sp, bool is_synchronous) argument
H A DBreakpoint.cpp297 Breakpoint::SetCallback (BreakpointHitCallback callback, void *baton, bool is_synchronous) argument
301 m_options.SetCallback(callback, BatonSP (new Baton(baton)), is_synchronous);
309 Breakpoint::SetCallback (BreakpointHitCallback callback, const BatonSP &callback_baton_sp, bool is_synchronous) argument
311 m_options.SetCallback(callback, callback_baton_sp, is_synchronous);
H A DWatchpointOptions.cpp129 if (m_callback && context->is_synchronous == IsCallbackSynchronous())
H A DBreakpointOptions.cpp145 if (m_callback && context->is_synchronous == IsCallbackSynchronous())
/external/lldb/include/lldb/Breakpoint/
H A DStoppointCallbackContext.h52 bool is_synchronous; // Is the callback being executed synchronously with the breakpoint, member in class:lldb_private::StoppointCallbackContext
H A DBreakpointLocation.h153 bool is_synchronous);
158 bool is_synchronous);
H A DBreakpoint.h413 /// @param[in] is_synchronous
425 bool is_synchronous = false);
430 bool is_synchronous = false);
H A DWatchpoint.h134 /// @param[in] is_synchronous
146 bool is_synchronous = false);
151 bool is_synchronous = false);
/external/chromium_org/net/dns/
H A Dmock_host_resolver.h64 void set_synchronous_mode(bool is_synchronous) { argument
65 synchronous_mode_ = is_synchronous;
/external/chromium_org/sync/test/engine/
H A Dmock_model_type_sync_proxy.h45 void SetSynchronousExecution(bool is_synchronous);
H A Dmock_model_type_sync_proxy.cc44 void MockModelTypeSyncProxy::SetSynchronousExecution(bool is_synchronous) { argument
45 is_synchronous_ = is_synchronous;
/external/chromium_org/sync/engine/
H A Dmodel_type_sync_worker_impl_unittest.cc117 void SetModelThreadIsSynchronous(bool is_synchronous);
445 bool is_synchronous) {
446 mock_type_sync_proxy_->SetSynchronousExecution(is_synchronous);
444 SetModelThreadIsSynchronous( bool is_synchronous) argument

Completed in 213 milliseconds