HomeSort by relevance Sort by last modified time
    Searched full:async (Results 551 - 575 of 1591) sorted by null

<<21222324252627282930>>

  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
utilities.js 1318 * @param {boolean=} async
1322 function loadXHR(url, async, callback)
    [all...]
  /external/valgrind/main/coregrind/
m_signals.c 116 Now unfortunately .. the above scheme only works for so-called async
117 signals. An async signal is one which isn't associated with any
130 (1) run code on vcpu with all async signals blocked
132 (2) at convenient moments (when NOT running the vcpu), poll for async
156 running with all async signals blocked, and so that signal could be
174 async signals:
    [all...]
  /external/bluetooth/bluedroid/bta/jv/
bta_jv_act.c     [all...]
  /external/chromium/net/base/
host_resolver_impl_unittest.cc 25 // - Test mixing async with sync (in particular how does sync update the
26 // cache while an async is already pending).
770 // Since caching is disabled, this will result in another async request.
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/gd3d11/
d3d11_context.h     [all...]
  /external/mesa3d/src/gallium/state_trackers/d3d1x/gd3d11/
d3d11_context.h     [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/
protocol.json     [all...]
  /external/chromium/base/synchronization/
waitable_event_watcher_posix.cc 14 // WaitableEventWatcher (async waits).
89 // For async waits we need to make a callback in a MessageLoop thread. We do
  /external/chromium/chrome/browser/net/
predictor.h 233 // Access method for use by async lookup request to pass resolution result.
236 // Underlying method for both async and synchronous lookup to update state.
  /external/chromium/chrome/browser/prefs/
pref_service.h 139 // Same as above, but with async initialization.
347 // Holds delegator to be called after initialization, if async version
  /external/chromium/chrome/browser/ui/webui/
chrome_url_data_manager_backend.cc 100 // Separate from ReadRawData so we can handle async I/O.
109 // For async reads, we keep around a pointer to the buffer that
  /external/chromium_org/base/debug/
trace_event.h 518 // - |id| is used to match the ASYNC_BEGIN event with the ASYNC_END event. ASYNC
532 // An ASYNC trace typically occurs on a single thread (if not, they will only be
565 // within the async event. This should be called at the beginning of the next
580 // within the async event. This should be called at the beginning of the next
630 // FLOW events are different from ASYNC events in how they are drawn by the
    [all...]
  /external/chromium_org/base/prefs/
pref_service.h 150 bool async);
332 void InitFromStorage(bool async);
  /external/chromium_org/base/synchronization/
waitable_event_watcher_posix.cc 16 // WaitableEventWatcher (async waits).
95 // For async waits we need to make a callback in a MessageLoop thread. We do
  /external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/
BookmarksBridge.java 164 * synchronous if the bookmark model is already loaded and async if it is loaded in the
181 * synchronous if the bookmark model is already loaded and async if it is loaded in the
  /external/chromium_org/chrome/browser/ui/pdf/
pdf_browsertest.cc 302 // Tests that loading async pdfs works correctly (i.e. document fully loads).
348 // doing async loading. This happens when the first loader is cancelled
  /external/chromium_org/gpu/command_buffer/service/
query_manager.cc 108 // previous async transfers are done. No guarantee that callback is run
438 // Currently async pixel transfer delegates only support uploads.
  /external/chromium_org/net/spdy/
spdy_test_util_common.h 86 // Create an async MockWrite from the given SpdyFrame.
89 // Create an async MockWrite from the given SpdyFrame and sequence number.
spdy_websocket_stream_unittest.cc 388 MockRead(ASYNC, ERR_IO_PENDING, 5)
450 MockRead(ASYNC, ERR_IO_PENDING, 6)
  /external/chromium_org/sandbox/linux/seccomp-bpf/
demo.cc 146 // POSIX doesn't define any async-signal safe function for converting
218 // The only notable complication is that this function must be async-signal
trap.cc 155 // SANDBOX_DIE() can call LOG(FATAL). This is not normally async-signal
252 // calls that might be async-signal-unsafe.
  /external/chromium_org/third_party/npapi/npspy/extern/nspr/md/
_win16.h 92 PRPackedBool on_ioq; /* is this on the async i/o work q? */
320 /* win95 doesn't have async IO */
_winnt.h 125 OVERLAPPED overlapped; /* Used for async I/O */
150 struct _MDOverlapped overlapped; /* Used for async IO for this thread */
  /external/chromium_org/third_party/sqlite/src/test/
main.test 512 set rc [catch {sqlite3 db test.db -vfs async} msg]
514 } {1 {no such vfs: async}}
  /external/chromium_org/ui/aura/test/
event_generator.cc 564 void EventGenerator::DoDispatchEvent(ui::Event* event, bool async) {
565 if (async) {

Completed in 953 milliseconds

<<21222324252627282930>>