/external/googletest/googletest/docs/ |
D | PumpManual.md | 28 Pump (for Pump is Useful for Meta Programming, Pretty Useful for Meta 37 for example) and concise, making Pump code intuitive and easy to 43 …* Pump tries to be smart with respect to [Google's style guide](https://github.com/google/stylegui… 49 The following Pump code (where meta keywords start with `$`, `[[` and `]]` are meta brackets, and `… 72 will be translated by the Pump compiler to: 134 **Note:** To give the user some freedom in formatting the Pump source 135 code, Pump ignores a new-line character if it's right after `$for foo` 164 You can find the source code of Pump in [scripts/pump.py](../scripts/pump.py). It is still 168 improving Pump. 172 You can find real-world applications of Pump in [Google Test](https://github.com/google/googletest/… [all …]
|
/external/webrtc/talk/media/devices/ |
D | gtkvideorenderer.cc | 73 Pump(); in ~GtkVideoRenderer() 136 Pump(); in RenderFrame() 160 void GtkVideoRenderer::Pump() { in Pump() function in cricket::GtkVideoRenderer
|
D | gtkvideorenderer.h | 57 void Pump();
|
/external/dagger2/examples/simple/src/main/java/coffee/ |
D | CoffeeMaker.java | 8 private final Pump pump; 10 @Inject CoffeeMaker(Lazy<Heater> heater, Pump pump) { in CoffeeMaker()
|
D | Pump.java | 3 interface Pump { interface
|
D | PumpModule.java | 8 @Provides Pump providePump(Thermosiphon pump) { in providePump()
|
D | Thermosiphon.java | 5 class Thermosiphon implements Pump {
|
/external/googletest/googlemock/include/gmock/internal/custom/ |
D | gmock-generated-actions.h.pump | 2 $$ This is a Pump source file. Please use Pump to convert
|
/external/googletest/googlemock/docs/ |
D | Documentation.md | 15 …* [Pump Manual](../../googletest/docs/PumpManual.md) -- how we generate some of Google Mock's sour…
|
/external/google-breakpad/src/testing/include/gmock/internal/ |
D | gmock-generated-internal-utils.h.pump | 2 $$ This is a Pump source file. Please use Pump to convert it to
|
/external/webrtc/webrtc/base/ |
D | win32socketserver_unittest.cc | 30 server.Pump(); in TEST()
|
D | win32socketserver.h | 111 void Pump();
|
D | win32socketserver.cc | 815 void Win32SocketServer::Pump() { in Pump() function in rtc::Win32SocketServer 847 ss_->Pump(); in OnMessage()
|
/external/google-breakpad/src/testing/include/gmock/ |
D | gmock-generated-nice-strict.h.pump | 2 $$ This is a Pump source file. Please use Pump to convert it to
|
D | gmock-generated-function-mockers.h.pump | 2 $$ This is a Pump source file. Please use Pump to convert it to
|
D | gmock-generated-matchers.h.pump | 2 $$ This is a Pump source file. Please use Pump to convert it to 406 $$ } // This Pump meta comment fixes auto-indentation in Emacs. It will not
|
/external/googletest/googlemock/include/gmock/ |
D | gmock-generated-function-mockers.h.pump | 2 $$ This is a Pump source file. Please use Pump to convert
|
D | gmock-generated-matchers.h.pump | 2 $$ This is a Pump source file. Please use Pump to convert
|
D | gmock-generated-actions.h.pump | 2 $$ This is a Pump source file. Please use Pump to convert it to
|
/external/grpc-grpc/src/python/grpcio/grpc/_cython/_cygrpc/ |
D | completion_queue.pyx.pxi | 115 # Pump the queue (All outstanding calls should have been cancelled)
|
/external/google-breakpad/src/testing/gtest/ |
D | CHANGES | 43 * Experimental feature: the Pump script for meta programming.
|
/external/google-breakpad/src/testing/ |
D | README | 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/libvpx/libvpx/third_party/googletest/src/ |
D | CHANGES | 70 * Experimental feature: the Pump script for meta programming.
|
/external/libaom/libaom/third_party/googletest/src/googletest/ |
D | CHANGES | 70 * Experimental feature: the Pump script for meta programming.
|
/external/googletest/ |
D | CONTRIBUTING.md | 137 generator script. See the [Pump Manual](googletest/docs/PumpManual.md).
|