/external/libchrome/base/message_loop/ |
D | message_pump_glib.cc | 88 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() 130 MessagePumpGlib* pump; member 143 void CheckThread(MessagePumpGlib* pump) { in CheckThread() argument 147 thread_info->pump = pump; in CheckThread() 155 void PumpDestroyed(MessagePumpGlib* pump) { in PumpDestroyed() argument 157 if (thread_info && thread_info->pump == pump) { in PumpDestroyed() 198 static_cast<WorkSource*>(work_source_)->pump = this; in MessagePumpGlib()
|
D | message_loop_test.cc | 94 scoped_ptr<MessagePump> pump(factory()); in RunTest_PostTask() local 95 MessageLoop loop(std::move(pump)); in RunTest_PostTask() 124 scoped_ptr<MessagePump> pump(factory()); in RunTest_PostDelayedTask_Basic() local 125 MessageLoop loop(std::move(pump)); in RunTest_PostDelayedTask_Basic() 147 scoped_ptr<MessagePump> pump(factory()); in RunTest_PostDelayedTask_InDelayOrder() local 148 MessageLoop loop(std::move(pump)); in RunTest_PostDelayedTask_InDelayOrder() 172 scoped_ptr<MessagePump> pump(factory()); in RunTest_PostDelayedTask_InPostOrder() local 173 MessageLoop loop(std::move(pump)); in RunTest_PostDelayedTask_InPostOrder() 202 scoped_ptr<MessagePump> pump(factory()); in RunTest_PostDelayedTask_InPostOrder_2() local 203 MessageLoop loop(std::move(pump)); in RunTest_PostDelayedTask_InPostOrder_2() [all …]
|
D | message_pump_libevent.cc | 97 int fd, MessagePumpLibevent* pump) { in OnFileCanReadWithoutBlocking() argument 102 pump->WillProcessIOEvent(); in OnFileCanReadWithoutBlocking() 104 pump->DidProcessIOEvent(); in OnFileCanReadWithoutBlocking() 108 int fd, MessagePumpLibevent* pump) { in OnFileCanWriteWithoutBlocking() argument 110 pump->WillProcessIOEvent(); in OnFileCanWriteWithoutBlocking() 112 pump->DidProcessIOEvent(); in OnFileCanWriteWithoutBlocking() 355 MessagePumpLibevent* pump = controller->pump(); in OnLibeventNotification() local 356 pump->processed_io_events_ = true; in OnLibeventNotification() 363 controller->OnFileCanWriteWithoutBlocking(fd, pump); in OnLibeventNotification() 365 controller->OnFileCanReadWithoutBlocking(fd, pump); in OnLibeventNotification() [all …]
|
D | message_pump_libevent.h | 77 void set_pump(MessagePumpLibevent* pump) { pump_ = pump; } in set_pump() argument 78 MessagePumpLibevent* pump() const { return pump_; } in pump() function 82 void OnFileCanReadWithoutBlocking(int fd, MessagePumpLibevent* pump); 83 void OnFileCanWriteWithoutBlocking(int fd, MessagePumpLibevent* pump);
|
D | message_loop.cc | 100 MessagePumpForIO* ToPumpIO(MessagePump* pump) { in ToPumpIO() argument 101 return static_cast<MessagePumpForIO*>(pump); in ToPumpIO() 105 scoped_ptr<MessagePump> ReturnPump(scoped_ptr<MessagePump> pump) { in ReturnPump() argument 106 return pump; in ReturnPump() 129 MessageLoop::MessageLoop(scoped_ptr<MessagePump> pump) in MessageLoop() argument 130 : MessageLoop(TYPE_CUSTOM, Bind(&ReturnPump, Passed(&pump))) { in MessageLoop()
|
/external/dagger2/examples/simple/src/main/java/coffee/ |
D | CoffeeMaker.java | 8 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()
|
D | PumpModule.java | 8 @Provides Pump providePump(Thermosiphon pump) { in providePump() argument 9 return pump; in providePump()
|
D | Pump.java | 4 void pump(); in pump() method
|
D | Thermosiphon.java | 13 @Override public void pump() { in pump() method in Thermosiphon
|
/external/google-breakpad/src/testing/ |
D | Makefile.am | 132 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
|
D | README | 338 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/vulkan-validation-layers/tests/gtest-1.7.0/ |
D | Makefile.am | 10 include/gtest/gtest-param-test.h.pump \ 11 include/gtest/internal/gtest-param-util-generated.h.pump \ 12 include/gtest/internal/gtest-tuple.h.pump \ 13 include/gtest/internal/gtest-type-util.h.pump \ 17 scripts/pump.py \
|
/external/google-breakpad/src/testing/gtest/ |
D | Makefile.am | 9 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 \
|
D | README | 412 in the C++ sense) using a script. A template file is named FOO.pump, 414 file include/gtest/internal/gtest-type-util.h.pump is used to generate 419 corresponding .pump files instead and run the pump.py Python script to 420 regenerate them. You can find pump.py in the scripts/ directory.
|
/external/protobuf/gtest/ |
D | Makefile.am | 7 include/gtest/gtest-param-test.h.pump \ 8 include/gtest/internal/gtest-tuple.h.pump \ 9 include/gtest/internal/gtest-type-util.h.pump \ 10 include/gtest/internal/gtest-param-util-generated.h.pump \ 14 scripts/pump.py \
|
D | README | 395 in the C++ sense) using a script. A template file is named FOO.pump, 397 file include/gtest/internal/gtest-type-util.h.pump is used to generate 402 corresponding .pump files instead and run the pump.py Python script to 403 regenerate them. You can find pump.py in the scripts/ directory.
|
/external/webrtc/webrtc/base/ |
D | sigslottester.h.pump | 14 // To generate sigslottester.h from sigslottester.h.pump, execute: 15 // /home/build/google3/third_party/gtest/scripts/pump.py sigslottester.h.pump
|
D | callback.h.pump | 11 // To generate callback.h from callback.h.pump, execute: 12 // /home/build/google3/third_party/gtest/scripts/pump.py callback.h.pump
|
D | bind.h.pump | 11 // To generate bind.h from bind.h.pump, execute: 12 // /home/build/google3/third_party/gtest/scripts/pump.py bind.h.pump
|
D | BUILD.gn | 364 "bind.h.pump", 366 "callback.h.pump", 369 "genericslot.h.pump",
|
/external/icu/icu4c/source/data/rbnf/ |
D | cy.txt | 30 "5: pump;", 76 "5: pump;",
|
/external/llvm/utils/unittest/googletest/ |
D | README.LLVM | 12 $ rm -f `find . -name \*\.pump`
|
/external/proguard/src/proguard/obfuscate/ |
D | MappingReader.java | 47 public void pump(MappingProcessor mappingProcessor) throws IOException in pump() method in MappingReader
|
/external/gmock/ |
D | README | 346 in the C++ sense) using a script. A template file is named FOO.pump, 348 file include/gmock/gmock-generated-actions.h.pump is used to generate 353 corresponding .pump files instead and run the 'pump' script (for Pump 355 pump.py in the ${GTEST_DIR}/scripts/ directory. Read the Pump manual
|
/external/webrtc/talk/session/media/ |
D | 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
|