HomeSort by relevance Sort by last modified time
    Searched full:pump (Results 151 - 175 of 276) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/chromium_org/base/message_loop/
message_pump_win.cc 32 // task (a series of such messages creates a continuous task pump).
146 // timers (in case we are running within a nested, external sub-pump).
349 // While running our main message pump, we discard kMsgHaveWork messages.
  /external/chromium_org/jingle/glue/
chrome_async_socket_unittest.cc 153 scoped_ptr<base::MessagePump> pump(new base::MessagePumpDefault());
154 message_loop_.reset(new base::MessageLoop(pump.Pass()));
193 // Run any tasks that we forgot to pump.
    [all...]
  /external/chromium_org/components/nacl/loader/
nacl_ipc_adapter_unittest.cc 132 // (messages are posted, so we have to pump).
  /external/chromium_org/content/browser/gamepad/
gamepad_provider.cc 141 // to properly pump the MessageWindow that captures device state.
  /external/chromium_org/content/browser/indexed_db/
indexed_db_factory_unittest.cc 501 // Pump the message loop so the upgrade transaction can run.
  /external/chromium_org/content/child/npapi/
npobject_proxy.cc 213 // plugin will hang the window hierarchy unless we pump the window message
  /external/chromium_org/google_apis/gcm/base/
socket_stream_unittest.cc 37 // Pump the message loop until idle.
  /external/chromium_org/third_party/webrtc/base/
httpbase_unittest.cc 226 // Pump the HTTP I/O using Read, and verify the results.
  /external/chromium_org/ui/events/ozone/evdev/
key_event_converter_evdev_unittest.cc 61 // Set up pipe to satisfy message pump (unused).
  /external/linux-tools-perf/perf-3.12.0/arch/ia64/lib/
memcpy.S 252 (p6) ld8 val[1]=[src2],8 // prime the pump...
  /frameworks/av/services/audioflinger/tests/
test-mixer.cpp 277 // pump the mixer to process data.
  /bootable/recovery/minadbd/
transport.c 273 D("%s: data pump started\n", t->serial);
530 /* the fdevent select pump is single threaded */
  /external/chromium_org/base/
bind.h 2 // pump.py bind.h.pump
  /external/chromium_org/chrome/browser/
chrome_browser_application_mac.mm 302 // message pump will be setup incorrectly. Failing this implies
305 << "MessagePumpMac::Create() is using the wrong pump implementation"
  /external/chromium_org/chrome/browser/sync/glue/
sync_backend_host_impl_unittest.cc 200 // Pump messages posted by the sync thread (which may end up
204 // Pump any messages posted by the IO thread.
    [all...]
  /external/chromium_org/chrome/browser/ui/panels/
base_panel_browser_test.cc 343 // possible. In real Chrome, this is done by message pump.
562 // message pump and wait for the notification.
  /external/chromium_org/remoting/base/
dispatch_win.h 2 // pump.py dispatch_win.h.pump
  /bionic/libc/arch-arm/generic/bionic/
memcpy.S 62 // with small writes. Also start the source "pump".
  /external/chromium_org/chrome/browser/ui/cocoa/panels/
panel_cocoa_unittest.mm 96 // message pump and wait for the notification.
  /external/chromium_org/components/nacl/browser/
pnacl_host_unittest.cc 450 // Since there's no easy way to pump message queues one message at a time, we
pnacl_translation_cache_unittest.cc 80 // Then call GetResult, which will pump the message loop until it gets a result,
  /external/chromium_org/google_apis/gcm/engine/
connection_factory_impl_unittest.cc 448 // Pump the loop, to ensure the pending backoff retry has no effect.
  /external/chromium_org/ipc/
ipc_sync_channel_unittest.cc 96 bool SendAnswerToLife(bool pump, bool succeed) {
99 if (pump)
106 bool SendDouble(bool pump, bool succeed) {
109 if (pump)
    [all...]
  /external/chromium_org/mojo/common/
handle_watcher.cc 407 // If the thread on which HandleWatcher is used runs a message pump different
  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/socket/
tcp_node.cc 526 // Begin the input pump

Completed in 709 milliseconds

1 2 3 4 5 67 8 91011>>