Home
last modified time | relevance | path

Searched refs:Pump (Results 1 – 25 of 44) sorted by relevance

12

/external/googletest/googletest/docs/
DPumpManual.md28 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 …]
DDevGuide.md88 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/
Dgtkvideorenderer.cc73 Pump(); in ~GtkVideoRenderer()
136 Pump(); in RenderFrame()
160 void GtkVideoRenderer::Pump() { in Pump() function in cricket::GtkVideoRenderer
Dgtkvideorenderer.h57 void Pump();
/external/dagger2/examples/simple/src/main/java/coffee/
DCoffeeMaker.java8 private final Pump pump;
10 @Inject CoffeeMaker(Lazy<Heater> heater, Pump pump) { in CoffeeMaker()
DPump.java3 interface Pump { interface
DPumpModule.java8 @Provides Pump providePump(Thermosiphon pump) { in providePump()
DThermosiphon.java5 class Thermosiphon implements Pump {
/external/googletest/googlemock/include/gmock/internal/custom/
Dgmock-generated-actions.h.pump2 $$ This is a Pump source file (http://go/pump). Please use Pump to convert
/external/v8/testing/gmock/include/gmock/internal/custom/
Dgmock-generated-actions.h.pump2 $$ This is a Pump source file (http://go/pump). Please use Pump to convert
/external/googletest/googlemock/docs/
DDocumentation.md15 …* [Pump Manual](../../googletest/docs/PumpManual.md) -- how we generate some of Google Mock's sour…
/external/googletest/googlemock/include/gmock/internal/
Dgmock-generated-internal-utils.h.pump2 $$ This is a Pump source file. Please use Pump to convert it to
/external/v8/testing/gmock/include/gmock/internal/
Dgmock-generated-internal-utils.h.pump2 $$ This is a Pump source file. Please use Pump to convert it to
/external/google-breakpad/src/testing/include/gmock/internal/
Dgmock-generated-internal-utils.h.pump2 $$ This is a Pump source file. Please use Pump to convert it to
/external/webrtc/webrtc/base/
Dwin32socketserver_unittest.cc30 server.Pump(); in TEST()
Dwin32socketserver.h111 void Pump();
Dwin32socketserver.cc815 void Win32SocketServer::Pump() { in Pump() function in rtc::Win32SocketServer
847 ss_->Pump(); in OnMessage()
/external/google-breakpad/src/testing/include/gmock/
Dgmock-generated-nice-strict.h.pump2 $$ This is a Pump source file. Please use Pump to convert it to
Dgmock-generated-function-mockers.h.pump2 $$ This is a Pump source file. Please use Pump to convert it to
/external/googletest/googlemock/include/gmock/
Dgmock-generated-nice-strict.h.pump2 $$ This is a Pump source file. Please use Pump to convert it to
Dgmock-generated-function-mockers.h.pump2 $$ This is a Pump source file. Please use Pump to convert it to
/external/v8/testing/gmock/include/gmock/
Dgmock-generated-nice-strict.h.pump2 $$ This is a Pump source file. Please use Pump to convert it to
Dgmock-generated-function-mockers.h.pump2 $$ This is a Pump source file. Please use Pump to convert it to
Dgmock-generated-matchers.h.pump2 $$ 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/
DCHANGES11 * Experimental feature: the Pump script for meta programming.

12