Searched refs:synchronous (Results 1 - 13 of 13) sorted by relevance

/external/chromium_org/chrome/browser/mac/
H A Dkeystone_glue.h98 // YES if a synchronous promotion operation is in progress (promotion during
160 // be installed if necessary. If synchronous is NO, the promotion may occur
161 // in the background. synchronous should be YES for promotion during
165 synchronous:(BOOL)synchronous;
/external/libvpx/libvpx/test/
H A Dvp9_thread_test.cc56 const bool synchronous = GetParam(); local
57 if (synchronous) {
79 const bool synchronous = GetParam(); local
80 if (synchronous) {
/external/lldb/include/lldb/Breakpoint/
H A DWatchpointOptions.h70 // Watchpoint callbacks come in two forms, synchronous and asynchronous. Synchronous callbacks will get
72 // "under the radar" of the thread plans. There are a couple of restrictions to synchronous callbacks:
74 // 2) Watchpoints with synchronous callbacks can't have conditions (or rather, they can have them, but they
97 /// @param[in] synchronous
98 /// Whether this is a synchronous or asynchronous callback. See discussion above.
100 void SetCallback (WatchpointHitCallback callback, const lldb::BatonSP &baton_sp, bool synchronous = false);
116 /// whether we are currently executing synchronous or asynchronous callbacks.
H A DBreakpointOptions.h83 // Breakpoint callbacks come in two forms, synchronous and asynchronous. Synchronous callbacks will get
85 // "under the radar" of the thread plans. There are a couple of restrictions to synchronous callbacks:
87 // 2) Breakpoints with synchronous callbacks can't have conditions (or rather, they can have them, but they
110 /// @param[in] synchronous
111 /// Whether this is a synchronous or asynchronous callback. See discussion above.
113 void SetCallback (BreakpointHitCallback callback, const lldb::BatonSP &baton_sp, bool synchronous = false);
129 /// whether we are currently executing synchronous or asynchronous callbacks.
/external/chromium_org/net/websockets/
H A Dwebsocket_channel.h231 // error code, usually OK. If |synchronous| is true, then OnWriteDone() is
234 ChannelState OnWriteDone(bool synchronous, int result) WARN_UNUSED_RESULT;
242 // code. If |synchronous| is true, then OnReadDone() is being called from
244 ChannelState OnReadDone(bool synchronous, int result) WARN_UNUSED_RESULT;
H A Dwebsocket_channel.cc648 ChannelState WebSocketChannel::OnWriteDone(bool synchronous, int result) { argument
657 if (!synchronous)
710 ChannelState WebSocketChannel::OnReadDone(bool synchronous, int result) { argument
730 if (!synchronous)
/external/chromium_org/third_party/libvpx/source/libvpx/test/
H A Dvp9_thread_test.cc39 const bool synchronous = GetParam(); local
40 if (synchronous) {
/external/chromium_org/third_party/WebKit/Source/core/inspector/
H A DInspectorDOMDebuggerAgent.h110 void pauseOnNativeEventIfNeeded(PassRefPtr<JSONObject> eventData, bool synchronous);
H A DInspectorDOMDebuggerAgent.cpp435 void InspectorDOMDebuggerAgent::pauseOnNativeEventIfNeeded(PassRefPtr<JSONObject> eventData, bool synchronous) argument
439 if (synchronous)
/external/chromium_org/chrome/browser/sessions/
H A Dsession_restore.cc89 // This is not part of SessionRestoreImpl so that synchronous destruction
519 bool synchronous,
526 synchronous_(synchronous),
558 bool synchronous() const { return synchronous_; } function in class:__anon4660::SessionRestoreImpl
753 // If we're not synchronous we need to delete ourself.
1156 // Whether or not restore is synchronous.
1160 // synchronous session-restore.
1180 // When synchronous we run a nested message loop. To avoid creating windows
1294 if ((*it)->synchronous())
516 SessionRestoreImpl(Profile* profile, Browser* browser, chrome::HostDesktopType host_desktop_type, bool synchronous, bool clobber_existing_tab, bool always_create_tabbed_browser, const std::vector<GURL>& urls_to_open) argument
/external/ppp/pppd/plugins/rp-pppoe/
H A Dpppoe.h261 int synchronous; /* Use synchronous PPP */ member in struct:PPPoEConnectionStruct
/external/blktrace/doc/
H A Dblktrace.tex414 sync & \emph{synchronous} attribute \\ \hline
651 a 'B' (for barrier operations) or 'S' (for synchronous operations).
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.ecf_3.1.0.v20100529-0735.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 608 milliseconds