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

1 2 34 5 6 7 8 91011>>

  /external/proguard/src/proguard/
InputReader.java 223 // Create the data entry pump.
227 // Pump the data entries into the reader.
  /external/chromium_org/chrome/browser/devtools/device/
port_forwarding_controller.cc 121 ++pending_writes_; // avoid SelfDestruct in first Pump
122 Pump(host_socket_.get(), remote_socket_.get());
127 Pump(remote_socket_.get(), host_socket_.get());
131 void Pump(net::StreamSocket* from, net::StreamSocket* to) {
196 Pump(from, to);
  /external/chromium_org/third_party/webrtc/base/
base.gyp 97 'bind.h.pump',
103 'callback.h.pump',
366 'bind.h.pump',
369 'callback.h.pump',
379 'genericslot.h.pump',
bind.h 2 // pump.py bind.h.pump
15 // To generate bind.h from bind.h.pump, execute:
16 // /home/build/google3/third_party/gtest/scripts/pump.py bind.h.pump
BUILD.gn 323 "bind.h.pump",
326 "callback.h.pump",
332 "genericslot.h.pump",
base_tests.gyp 96 #'sigslottester.h.pump',
win32socketserver.h 111 void Pump();
  /external/protobuf/gtest/
Makefile.am 3 # TODO(chandlerc@google.com): automate the generation of *.h from *.h.pump.
9 include/gtest/gtest-param-test.h.pump \
10 include/gtest/internal/gtest-tuple.h.pump \
11 include/gtest/internal/gtest-type-util.h.pump \
12 include/gtest/internal/gtest-param-util-generated.h.pump \
  /external/chromium_org/content/browser/indexed_db/
indexed_db_transaction_unittest.cc 196 // Pump the message loop so that the transaction completes all pending tasks,
256 // Pump the message loop so that the transaction completes all pending tasks,
299 // Pump the message loop so that the transaction completes all pending tasks,
  /external/chromium_org/third_party/libjingle/source/talk/session/media/
typewrapping.h.pump 1 // To generate typewrapping.h from typewrapping.h.pump, execute:
2 // /home/build/google3/third_party/gtest/scripts/pump.py typewrapping.h.pump
  /external/chromium_org/base/
bind_internal.h.pump 1 $$ This is a pump file for generating file templates. Pump is a python
8 $$ See comment for MAX_ARITY in base/bind.h.pump.
464 $$ The extra [[ ]] is needed to massage spacing. Silly pump.py.
  /external/chromium_org/base/message_loop/
incoming_task_queue.cc 112 // Wake up the pump.
  /external/chromium_org/components/domain_reliability/
test_util.h 85 // entire message pump.)
  /external/chromium_org/content/renderer/device_sensors/
device_light_event_pump_unittest.cc 146 // Reset the pump's listener.
  /external/chromium_org/content/shell/browser/
shell_layout_tests_android.cc 68 CHECK(success) << "Unable to initialize the message pump for Android.";
  /external/qemu/distrib/sdl-1.2.15/test/
checkkeys.c 4 pump the event loop and catch keystrokes.
  /packages/apps/Email/tests/src/com/android/emailcommon/mail/
PackedStringTests.java 61 // for now, we'll just pump into another one and test results
  /system/core/adb/
protocol.txt 170 The SYNC message is used by the io pump to make sure that stale
175 * when the connection to the remote side goes offline, the io pump
177 * when the connection to the remote side is established, the io pump
179 * when the io pump receives a matching SYNC(1, token), it once again
  /external/chromium_org/chrome/browser/net/
ssl_config_service_manager_pref_unittest.cc 79 // Pump the message loop to notify the SSLConfigServiceManagerPref that the
116 // Pump the message loop to notify the SSLConfigServiceManagerPref that the
  /external/chromium_org/content/browser/
browser_main_runner.cc 161 // Ole must be initialized before starting message pump, so that TSF
162 // (Text Services Framework) module can interact with the message pump
  /external/chromium_org/content/browser/devtools/
tethering_handler.cc 224 SocketPump* pump = new SocketPump(delegate_, accept_socket_.release());
225 std::string name = pump->Init();
  /external/chromium_org/gin/
function_template.h.pump 1 $$ This is a pump file for generating file templates. Pump is a python
  /external/chromium_org/mojo/apps/js/bindings/
connection_unittests.js 42 // this to trigger a pump after all Promises are executed.
182 // Pump events, and then we should start observing the closed pipe.
  /external/chromium_org/testing/gtest/
README 413 in the C++ sense) using a script. A template file is named FOO.pump,
415 file include/gtest/internal/gtest-type-util.h.pump is used to generate
420 corresponding .pump files instead and run the pump.py Python script to
421 regenerate them. You can find pump.py in the scripts/ directory.
422 Read the Pump manual [2] for how to use it.
  /external/chromium_org/third_party/libvpx/source/libvpx/third_party/googletest/src/
README 413 in the C++ sense) using a script. A template file is named FOO.pump,
415 file include/gtest/internal/gtest-type-util.h.pump is used to generate
420 corresponding .pump files instead and run the pump.py Python script to
421 regenerate them. You can find pump.py in the scripts/ directory.
422 Read the Pump manual [2] for how to use it.

Completed in 1032 milliseconds

1 2 34 5 6 7 8 91011>>