/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 …]
|
D | DevGuide.md | 88 Some of Google Test's source files are generated by the Pump tool (a 90 source (`foo.h.pump`) and re-generate the C++ file using Pump. You
|
/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 (http://go/pump). Please use Pump to convert
|
/external/v8/testing/gmock/include/gmock/internal/custom/ |
D | gmock-generated-actions.h.pump | 2 $$ This is a Pump source file (http://go/pump). 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/googletest/googlemock/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/v8/testing/gmock/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/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
|
/external/googletest/googlemock/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
|
/external/v8/testing/gmock/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 373 $$ } // This Pump meta comment fixes auto-indentation in Emacs. It will not
|
/external/protobuf/gtest/ |
D | CHANGES | 11 * Experimental feature: the Pump script for meta programming.
|