Home
last modified time | relevance | path

Searched refs:Perform (Results 1 – 25 of 239) sorted by relevance

12345678910

/third_party/googletest/googlemock/test/
Dgmock-more-actions_test.cc194 EXPECT_EQ(1, a.Perform(std::make_tuple())); in TEST()
200 EXPECT_FALSE(a.Perform(std::make_tuple(1))); in TEST()
201 EXPECT_TRUE(a.Perform(std::make_tuple(-1))); in TEST()
208 EXPECT_EQ(p + 2, a.Perform(std::make_tuple(p, Short(2)))); in TEST()
214 EXPECT_EQ(6, a.Perform(std::make_tuple(1, '\2', Short(3)))); in TEST()
220 EXPECT_EQ(1234, a.Perform(std::make_tuple(1000, 200, 30, 4))); in TEST()
226 EXPECT_EQ(12345, a.Perform(std::make_tuple(10000, 2000, 300, 40, 5))); in TEST()
233 a.Perform(std::make_tuple(100000, 20000, 3000, 400, 50, 6))); in TEST()
246 a.Perform(std::make_tuple(CharPtr("1"), CharPtr("2"), CharPtr("3"), in TEST()
257 a.Perform(std::make_tuple(CharPtr("1"), CharPtr("2"), CharPtr("3"), in TEST()
[all …]
Dgmock-actions_test.cc366 int Perform(const std::tuple<bool, int>& args) override { in Perform() function in __anona0f7f6d50111::MyActionImpl
384 EXPECT_EQ(5, action.Perform(std::make_tuple(true, 5))); in TEST()
397 EXPECT_EQ(5, action.Perform(std::make_tuple(true, 5))); in TEST()
398 EXPECT_EQ(0, action.Perform(std::make_tuple(false, 1))); in TEST()
407 EXPECT_EQ(5, a1.Perform(std::make_tuple(true, 5))); in TEST()
408 EXPECT_EQ(0, a1.Perform(std::make_tuple(false, 1))); in TEST()
411 EXPECT_EQ(5, a2.Perform(std::make_tuple(true, 5))); in TEST()
412 EXPECT_EQ(0, a2.Perform(std::make_tuple(false, 1))); in TEST()
417 EXPECT_EQ(5, a1.Perform(std::make_tuple(true, 5))); in TEST()
418 EXPECT_EQ(0, a1.Perform(std::make_tuple(false, 1))); in TEST()
[all …]
/third_party/libcoap/examples/
DREADME.etsi_iot14 [+] TD_COAP_CORE_01 Perform GET transaction (CON mode)
15 [+] TD_COAP_CORE_02 Perform POST transaction (CON mode)
16 [+] TD_COAP_CORE_03 Perform PUT transaction (CON mode)
17 [+] TD_COAP_CORE_04 Perform DELETE transaction (CON mode)
18 [+] TD_COAP_CORE_05 Perform GET transaction (NON mode)
19 [+] TD_COAP_CORE_06 Perform POST transaction (NON mode)
20 [+] TD_COAP_CORE_07 Perform PUT transaction (NON mode)
21 [+] TD_COAP_CORE_08 Perform DELETE transaction (NON mode)
22 [+] TD_COAP_CORE_09 Perform GET transaction with delayed response (CON mode, no piggyback)
/third_party/curl/projects/
Dbuild-openssl.bat284 rem Perform the build
287 rem Perform the install
293 rem Perform the build
296 rem Perform the install
304 rem Perform the build
307 rem Perform the install
313 rem Perform the build
316 rem Perform the install
331 rem Perform the build
334 rem Perform the install
[all …]
Dbuild-wolfssl.bat178 rem Perform 64-bit Debug Build
189 rem Perform 64-bit Release Build
207 rem Perform 32-bit Debug Build
218 rem Perform 32-bit Release Build
332 echo x86 - Perform a 32-bit build
333 echo x64 - Perform a 64-bit build
337 echo debug - Perform a debug build
338 echo release - Perform a release build
/third_party/flutter/flutter/examples/flutter_gallery/lib/gallery/
Dexample_code.dart21 // Perform some action
39 // Perform some action
49 // Perform some action
67 // Perform some action
77 // Perform some action
/third_party/googletest/googlemock/include/gmock/
Dgmock-actions.h424 virtual Result Perform(const ArgumentTuple& args) = 0;
447 return impl_->Perform(
494 Result Perform(ArgumentTuple args) const {
569 Result Perform(const ArgumentTuple& args) override {
570 return impl_.template Perform<Result>(args);
684 Result Perform(const ArgumentTuple&) override { return value_; }
708 Result Perform(const ArgumentTuple&) override {
730 static Result Perform(const ArgumentTuple&) {
740 static void Perform(const ArgumentTuple&) {
777 Result Perform(const ArgumentTuple&) override { return ref_; }
[all …]
/third_party/flutter/flutter/examples/flutter_gallery/lib/demo/material/
Dbuttons_demo.dart146 // Perform some action
162 // Perform some action
189 // Perform some action
205 // Perform some action
232 // Perform some action
248 // Perform some action
380 // Perform some action
/third_party/mesa3d/src/hgl/
DGLView.cpp266 BGLView::Perform(perform_code d, void* arg) in Perform() function in BGLView
268 return BView::Perform(d, arg); in Perform()
535 BGLScreen::Perform(perform_code d, void* arg)
537 return BWindowScreen::Perform(d, arg);
/third_party/mesa3d/include/HaikuGL/
DGLView.h71 virtual status_t Perform(perform_code d, void *arg);
153 virtual status_t Perform(perform_code code, void *arg);
/third_party/curl/docs/cmdline-opts/
Dparallel.d3 Help: Perform transfers in parallel
Dinterface.d8 Perform an operation using a specified interface. You can enter interface
/third_party/skia/third_party/externals/dng_sdk/source/
Ddng_area_task.h187 static void Perform (dng_area_task &task,
/third_party/ltp/tools/sparse/sparse-src/Documentation/release-notes/
Dv0.4.1.rst12 * Perform local label lookup
/third_party/gstreamer/gstreamer/
Dgst-element-check-1.0.m41 dnl Perform a check for a GStreamer element using gst-inspect-x.y
/third_party/openGLES/extensions/AMD/
DAMD_texture_gather_bias_lod.txt107 | gvec4 textureGatherOffset(gsampler2D sampler, vec2 P, | Perform a texture gather |
129 | gvec4 textureGatherLodAMD(gsampler2D sampler, vec2 P, | Perform a texture gather |
142 | gvec4 textureGatherLodOffsetAMD(gsampler2D sampler, vec2 P, | Perform a texture gather |
149 | gvec4 textureGatherLodOffsetsAMD(gsampler2D sampler, vec2 P, | Perform a texture gather |
DAMD_query_buffer_object.txt177 // Perform occlusion query
217 // Perform occlusion query
267 // Perform occlusion query
289 // Perform transform feedback query
/third_party/skia/third_party/externals/opengl-registry/extensions/AMD/
DAMD_texture_gather_bias_lod.txt107 | gvec4 textureGatherOffset(gsampler2D sampler, vec2 P, | Perform a texture gather |
129 | gvec4 textureGatherLodAMD(gsampler2D sampler, vec2 P, | Perform a texture gather |
142 | gvec4 textureGatherLodOffsetAMD(gsampler2D sampler, vec2 P, | Perform a texture gather |
149 | gvec4 textureGatherLodOffsetsAMD(gsampler2D sampler, vec2 P, | Perform a texture gather |
/third_party/grpc/src/python/grpcio/grpc/_cython/_cygrpc/aio/
Dcommon.pyx.pxi32 """Perform deserialization on raw bytes.
43 """Perform serialization on a message.
/third_party/vk-gl-cts/external/openglcts/docs/specs/
DCTS_ARB_gl_spirv.txt54 Perform drawing and verify the result. Expect that color read from the
62 Perform drawing and verify the result. Expect the same result as for
74 Perform drawing and verify if the result is as expected.
/third_party/typescript/tests/cases/docker/office-ui-fabric/
DDockerfile17 # Perform scss task to generate scss code if present
/third_party/glslang/
DREADME-spirv-remap.txt48 Perform ID remapping on all shaders in "*.spv", writing new files with
53 2. Perform all possible size reductions
/third_party/grpc/src/proto/grpc/http_over_grpc/
Dhttp_over_grpc.proto49 // Perform the given HTTP request.
/third_party/python/Doc/library/
Dbinascii.rst100 Perform RLE-decompression on the data, as per the binhex4 standard. The
114 Perform binhex4 style RLE-compression on *data* and return the result.
121 Perform hexbin4 binary-to-ASCII translation and return the resulting string. The
/third_party/openssl/doc/man1/
Dprime.pod54 Perform the checks B<num> times to see that the generated number

12345678910