Home
last modified time | relevance | path

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

123

/external/libchrome/base/message_loop/
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.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_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_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_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/simple/src/main/java/coffee/
DCoffeeMaker.java8 private final Pump pump; field in CoffeeMaker
10 @Inject CoffeeMaker(Lazy<Heater> heater, Pump pump) { in CoffeeMaker() argument
12 this.pump = pump; in CoffeeMaker()
17 pump.pump(); in brew()
DPumpModule.java8 @Provides Pump providePump(Thermosiphon pump) { in providePump() argument
9 return pump; in providePump()
DPump.java4 void pump(); in pump() method
DThermosiphon.java13 @Override public void pump() { in pump() method in Thermosiphon
/external/google-breakpad/src/testing/
DMakefile.am132 include/gmock/gmock-generated-actions.h.pump \
133 include/gmock/gmock-generated-function-mockers.h.pump \
134 include/gmock/gmock-generated-matchers.h.pump \
135 include/gmock/gmock-generated-nice-strict.h.pump \
136 include/gmock/internal/gmock-generated-internal-utils.h.pump
DREADME338 in the C++ sense) using a script. A template file is named FOO.pump,
340 file include/gmock/gmock-generated-actions.h.pump is used to generate
345 corresponding .pump files instead and run the 'pump' script (for Pump
347 pump.py in the ${GTEST_DIR}/scripts/ directory. Read the Pump manual
/external/googletest/googlemock/
DMakefile.am139 include/gmock/gmock-generated-actions.h.pump \
140 include/gmock/gmock-generated-function-mockers.h.pump \
141 include/gmock/gmock-generated-matchers.h.pump \
142 include/gmock/internal/custom/gmock-generated-actions.h.pump
/external/google-breakpad/src/testing/gtest/
DMakefile.am9 include/gtest/gtest-param-test.h.pump \
10 include/gtest/internal/gtest-param-util-generated.h.pump \
11 include/gtest/internal/gtest-tuple.h.pump \
12 include/gtest/internal/gtest-type-util.h.pump \
16 scripts/pump.py \
/external/webrtc/webrtc/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 // /home/build/google3/third_party/gtest/scripts/pump.py callback.h.pump
Dbind.h.pump11 // To generate bind.h from bind.h.pump, execute:
12 // /home/build/google3/third_party/gtest/scripts/pump.py bind.h.pump
DBUILD.gn364 "bind.h.pump",
366 "callback.h.pump",
369 "genericslot.h.pump",
/external/icu/icu4c/source/data/rbnf/
Dcy.txt24 "5: pump;",
70 "5: pump;",
/external/googletest/googletest/docs/
DPumpManual.md31 programmer writes a `foo.pump` file which contains C++ code plus meta
164 You can find the source code of Pump in [scripts/pump.py](../scripts/pump.py). It is still
172 …thub.com/google/googletest/tree/master/googlemock). The source file `foo.h.pump` generates `foo.h`.
/external/googletest/
DCONTRIBUTING.md131 file include/gtest/internal/gtest-type-util.h.pump is used to generate
136 corresponding `.pump` files and run the '[pump.py](googletest/scripts/pump.py)'
/external/swiftshader/third_party/llvm-7.0/llvm/utils/unittest/googlemock/
DREADME.LLVM13 $ rm -f `find . -name \*\.pump`
/external/swiftshader/third_party/llvm-7.0/llvm/utils/unittest/googletest/
DREADME.LLVM12 $ rm -f `find . -name \*\.pump`
/external/llvm/utils/unittest/googletest/
DREADME.LLVM12 $ rm -f `find . -name \*\.pump`
/external/swiftshader/third_party/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