Home
last modified time | relevance | path

Searched refs:pump (Results 1 – 25 of 56) sorted by relevance

123

/external/libchrome/base/message_loop/
Dmessage_pump_libevent_unittest.cc63 MessagePumpLibevent* pump, in OnLibeventNotification() argument
65 pump->OnLibeventNotification(0, EV_WRITE | EV_READ, controller); in OnLibeventNotification()
89 std::unique_ptr<MessagePumpLibevent> pump(new MessagePumpLibevent); in TEST_F() local
90 ASSERT_DCHECK_DEATH(pump->Quit()); in TEST_F()
125 std::unique_ptr<MessagePumpLibevent> pump(new MessagePumpLibevent); in TEST_F() local
129 pump->WatchFileDescriptor(pipefds_[1], in TEST_F()
133 OnLibeventNotification(pump.get(), watcher); in TEST_F()
149 std::unique_ptr<MessagePumpLibevent> pump(new MessagePumpLibevent); in TEST_F() local
152 pump->WatchFileDescriptor(pipefds_[1], in TEST_F()
156 OnLibeventNotification(pump.get(), &watcher); in TEST_F()
[all …]
Dmessage_pump_glib.cc88 MessagePumpGlib* pump; member
93 *timeout_ms = static_cast<WorkSource*>(source)->pump->HandlePrepare(); in WorkSourcePrepare()
102 return static_cast<WorkSource*>(source)->pump->HandleCheck(); in WorkSourceCheck()
109 static_cast<WorkSource*>(source)->pump->HandleDispatch(); in WorkSourceDispatch()
126 MessagePumpGlib* pump; member
139 void CheckThread(MessagePumpGlib* pump) { in CheckThread() argument
143 thread_info->pump = pump; in CheckThread()
151 void PumpDestroyed(MessagePumpGlib* pump) { in PumpDestroyed() argument
153 if (thread_info && thread_info->pump == pump) { in PumpDestroyed()
194 static_cast<WorkSource*>(work_source_)->pump = this; in MessagePumpGlib()
Dmessage_pump_libevent.h48 void set_pump(MessagePumpLibevent* pump) { pump_ = pump; } in set_pump() argument
49 MessagePumpLibevent* pump() const { return pump_; } in pump() function
53 void OnFileCanReadWithoutBlocking(int fd, MessagePumpLibevent* pump);
54 void OnFileCanWriteWithoutBlocking(int fd, MessagePumpLibevent* pump);
Dmessage_pump_libevent.cc85 MessagePumpLibevent* pump) { in OnFileCanReadWithoutBlocking() argument
95 MessagePumpLibevent* pump) { in OnFileCanWriteWithoutBlocking() argument
315 MessagePumpLibevent* pump = controller->pump(); in OnLibeventNotification() local
316 pump->processed_io_events_ = true; in OnLibeventNotification()
323 controller->OnFileCanWriteWithoutBlocking(fd, pump); in OnLibeventNotification()
325 controller->OnFileCanReadWithoutBlocking(fd, pump); in OnLibeventNotification()
329 controller->OnFileCanWriteWithoutBlocking(fd, pump); in OnLibeventNotification()
331 controller->OnFileCanReadWithoutBlocking(fd, pump); in OnLibeventNotification()
Dmessage_loop_current.h236 MessageLoopCurrentForUI(MessageLoop* current, MessagePumpForUI* pump) in MessageLoopCurrentForUI() argument
237 : MessageLoopCurrent(current), pump_(pump) { in MessageLoopCurrentForUI()
287 MessageLoopCurrentForIO(MessageLoop* current, MessagePumpForIO* pump) in MessageLoopCurrentForIO() argument
288 : MessageLoopCurrent(current), pump_(pump) { in MessageLoopCurrentForIO()
Dmessage_pump_android.cc60 MessagePumpForUI* pump = reinterpret_cast<MessagePumpForUI*>(data); in NonDelayedLooperCallback() local
61 pump->OnNonDelayedLooperCallback(); in NonDelayedLooperCallback()
70 MessagePumpForUI* pump = reinterpret_cast<MessagePumpForUI*>(data); in DelayedLooperCallback() local
71 pump->OnDelayedLooperCallback(); in DelayedLooperCallback()
Dmessage_loop.cc35 std::unique_ptr<MessagePump> ReturnPump(std::unique_ptr<MessagePump> pump) { in ReturnPump() argument
36 return pump; in ReturnPump()
168 MessageLoop::MessageLoop(std::unique_ptr<MessagePump> pump) in MessageLoop() argument
169 : MessageLoop(TYPE_CUSTOM, BindOnce(&ReturnPump, std::move(pump))) { in MessageLoop()
/external/dagger2/examples/maven/coffee/src/main/java/example/dagger/
DCoffeeMaker.java26 private final Pump pump; field in CoffeeMaker
29 CoffeeMaker(CoffeeLogger logger, Lazy<Heater> heater, Pump pump) { in CoffeeMaker() argument
32 this.pump = pump; in CoffeeMaker()
37 pump.pump(); in brew()
DPump.java21 void pump(); in pump() method
DPumpModule.java25 abstract Pump providePump(Thermosiphon pump); in providePump() argument
DThermosiphon.java33 public void pump() { in pump() method in Thermosiphon
/external/dagger2/examples/bazel/java/example/common/
DCoffeeMaker.java26 private final Pump pump; field in CoffeeMaker
29 CoffeeMaker(CoffeeLogger logger, Lazy<Heater> heater, Pump pump) { in CoffeeMaker() argument
32 this.pump = pump; in CoffeeMaker()
37 pump.pump(); in brew()
DPump.java21 void pump(); in pump() method
DThermosiphon.java33 public void pump() { in pump() method in Thermosiphon
/external/webrtc/rtc_base/
Dsigslottester.h.pump14 // To generate sigslottester.h from sigslottester.h.pump, execute:
15 // /home/build/google3/third_party/gtest/scripts/pump.py sigslottester.h.pump
Dcallback.h.pump11 // To generate callback.h from callback.h.pump, execute:
12 // ../third_party/googletest/src/googletest/scripts/pump.py callback.h.pump
/external/dagger2/examples/bazel/java/example/dagger/
DPumpModule.java27 abstract Pump providePump(Thermosiphon pump); in providePump() argument
/external/icu/icu4c/source/data/rbnf/
Dcy.txt22 "5: pump;",
68 "5: pump;",
/external/dagger2/examples/bazel/java/example/hilt/
DPumpModule.java30 abstract Pump providePump(Thermosiphon pump); in providePump() argument
/external/llvm-project/llvm/utils/unittest/googlemock/
DREADME.LLVM13 $ rm -f `find . -name \*\.pump`
/external/fmtlib/doc/bootstrap/mixins/
Dbuttons.less3 // Easily pump out default styles, as well as :hover, :focus, :active,
/external/llvm-project/llvm/utils/unittest/googletest/
DREADME.LLVM12 $ rm -f `find . -name \*\.pump`
/external/perfetto/protos/perfetto/trace/track_event/
Dchrome_message_pump.proto21 // Details about Chrome message pump events
/external/llvm/utils/unittest/googletest/
DREADME.LLVM12 $ rm -f `find . -name \*\.pump`
/external/proguard/src/proguard/obfuscate/
DMappingReader.java47 public void pump(MappingProcessor mappingProcessor) throws IOException in pump() method in MappingReader

123