Searched defs:pump (Results 1 - 7 of 7) sorted by relevance

/external/proguard/src/proguard/obfuscate/
H A DMappingReader.java47 public void pump(MappingProcessor mappingProcessor) throws IOException method in class:MappingReader
/external/chromium/base/
H A Dmessage_pump_libevent.h73 void set_pump(MessagePumpLibevent* pump) { pump_ = pump; } argument
74 MessagePumpLibevent* pump() { return pump_; } function in class:base::MessagePumpLibevent::FileDescriptorWatcher
78 void OnFileCanReadWithoutBlocking(int fd, MessagePumpLibevent* pump);
79 void OnFileCanWriteWithoutBlocking(int fd, MessagePumpLibevent* pump);
H A Dmessage_pump_glib.cc40 // On each iteration of the GLib pump, it calls each source's Prepare function.
80 // For the GLib pump we try to follow the Windows UI pump model:
88 base::MessagePumpForUI* pump; member in struct:__anon1147::WorkSource
93 *timeout_ms = static_cast<WorkSource*>(source)->pump->HandlePrepare();
102 return static_cast<WorkSource*>(source)->pump->HandleCheck();
109 static_cast<WorkSource*>(source)->pump->HandleDispatch();
137 // This keeps the state of whether the pump got signaled that there was new
156 static_cast<WorkSource*>(work_source_)->pump = this;
178 // Make sure we only run this on one thread. GTK only has one message pump
[all...]
H A Dmessage_pump_libevent.cc25 // struct event_base (of which there is one per message pump), and
94 int fd, MessagePumpLibevent* pump) {
95 pump->WillProcessIOEvent();
97 pump->DidProcessIOEvent();
101 int fd, MessagePumpLibevent* pump) {
102 pump->WillProcessIOEvent();
104 pump->DidProcessIOEvent();
174 // Set current interest mask and message pump for this event.
177 // Tell libevent which message pump this socket will belong to when we add it.
330 MessagePumpLibevent* pump local
93 OnFileCanReadWithoutBlocking( int fd, MessagePumpLibevent* pump) argument
100 OnFileCanWriteWithoutBlocking( int fd, MessagePumpLibevent* pump) argument
[all...]
/external/chromium/third_party/libjingle/source/talk/examples/call/
H A Dcall_main.cc347 // Need to pump messages on our main thread on Windows.
353 XmppPump pump; local
354 CallClient *client = new CallClient(pump.client());
378 pump.client()->SignalLogInput.connect(&debug_log_, &DebugLog::Input);
379 pump.client()->SignalLogOutput.connect(&debug_log_, &DebugLog::Output);
382 pump.DoLogin(xcs, new XmppSocket(true), NULL);
384 pump.DoDisconnect();
/external/proguard/lib/
H A Dproguard.jarMETA-INF/ META-INF/MANIFEST.MF proguard/evaluation/Stack.class Stack.java package proguard ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...

Completed in 81 milliseconds