HomeSort by relevance Sort by last modified time
    Searched refs:Perform (Results 1 - 25 of 38) sorted by null

1 2

  /external/google-breakpad/src/testing/test/
gmock-generated-actions_test.cc 172 EXPECT_EQ(1, a.Perform(make_tuple(2, &Nullary)));
178 EXPECT_EQ(1, a.Perform(make_tuple(UnaryFunctor())));
185 EXPECT_EQ(12345, a.Perform(make_tuple(&SumOf5)));
192 EXPECT_EQ(12345, a.Perform(make_tuple(SumOf5Functor())));
199 EXPECT_EQ(123456, a.Perform(make_tuple(&SumOf6)));
206 EXPECT_EQ(123456, a.Perform(make_tuple(SumOf6Functor())));
215 EXPECT_EQ("1234567", a.Perform(make_tuple(&Concat7)));
224 EXPECT_EQ("12345678", a.Perform(make_tuple(&Concat8)));
233 EXPECT_EQ("123456789", a.Perform(make_tuple(&Concat9)));
243 EXPECT_EQ("1234567890", a.Perform(make_tuple(&Concat10)))
    [all...]
gmock-actions_test.cc 324 // Perform method.
330 virtual int Perform(const tuple<bool, int>& args) {
343 // When exercising the Perform() method of Action<F>, we must pass
345 // types. For example, if F is int(), then Perform() takes a
346 // 0-tuple; if F is void(bool, int), then Perform() takes a
348 EXPECT_EQ(5, action.Perform(make_tuple(true, 5)));
361 EXPECT_EQ(5, action.Perform(make_tuple(true, 5)));
362 EXPECT_EQ(0, action.Perform(make_tuple(false, 1)));
371 EXPECT_EQ(5, a1.Perform(make_tuple(true, 5)));
372 EXPECT_EQ(0, a1.Perform(make_tuple(false, 1)))
    [all...]
gmock-more-actions_test.cc 236 EXPECT_EQ(1, a.Perform(make_tuple()));
242 EXPECT_FALSE(a.Perform(make_tuple(1)));
243 EXPECT_TRUE(a.Perform(make_tuple(-1)));
250 EXPECT_EQ(p + 2, a.Perform(make_tuple(p, Short(2))));
256 EXPECT_EQ(6, a.Perform(make_tuple(1, '\2', Short(3))));
262 EXPECT_EQ(1234, a.Perform(make_tuple(1000, 200, 30, 4)));
268 EXPECT_EQ(12345, a.Perform(make_tuple(10000, 2000, 300, 40, 5)));
274 EXPECT_EQ(123456, a.Perform(make_tuple(100000, 20000, 3000, 400, 50, 6)));
287 a.Perform(make_tuple(CharPtr("1"), CharPtr("2"), CharPtr("3"),
298 a.Perform(make_tuple(CharPtr("1"), CharPtr("2"), CharPtr("3")
    [all...]
  /external/google-breakpad/src/testing/include/gmock/
gmock-actions.h 264 virtual Result Perform(const ArgumentTuple& args) = 0;
312 Result Perform(const ArgumentTuple& args) const {
320 return impl_->Perform(args);
335 // implementation class that has a Perform() method template:
340 // Result Perform(const ArgumentTuple& args) const {
370 virtual Result Perform(const ArgumentTuple& args) {
371 return impl_.template Perform<Result>(args);
416 virtual Result Perform(const ArgumentTuple& args) {
417 return impl_->Perform(args);
495 virtual Result Perform(const ArgumentTuple&) { return value_;
    [all...]
gmock-more-actions.h 60 Result Perform(const ArgumentTuple& args) {
78 Result Perform(const ArgumentTuple& args) const {
113 // non-empty argument list to perform inner_action, which takes no
gmock-generated-actions.h 604 virtual Result Perform(const ArgumentTuple& args) {
605 return action_.Perform(SelectArgs<Result, ArgumentTuple, k1, k2, k3, k4,
641 static Result Perform(Impl* impl, const ::std::tr1::tuple<>& args) {
650 static Result Perform(Impl* impl, const ::std::tr1::tuple<A0>& args) {
659 static Result Perform(Impl* impl, const ::std::tr1::tuple<A0, A1>& args) {
668 static Result Perform(Impl* impl, const ::std::tr1::tuple<A0, A1, A2>& args) {
677 static Result Perform(Impl* impl, const ::std::tr1::tuple<A0, A1, A2,
687 static Result Perform(Impl* impl, const ::std::tr1::tuple<A0, A1, A2, A3,
698 static Result Perform(Impl* impl, const ::std::tr1::tuple<A0, A1, A2, A3, A4,
709 static Result Perform(Impl* impl, const ::std::tr1::tuple<A0, A1, A2, A3, A4
    [all...]
gmock-spec-builders.h     [all...]
  /external/v8/test/mjsunit/
megamorphic-callbacks.js 58 // Perform the load checks.
62 // Perform the store checks.
68 // Perform the call checks.
object-literal-gc.js 50 // Perform GC.
debug-multiple-breakpoints.js 75 // Perform the same test using function g (this time removing the break points
deopt-with-fp-regs.js 42 // Perform a few double calculations.
allocation-site-info.js 392 // Perform a gc because without it the test below can experience an
  /external/libavc/common/arm/
ih264_intra_pred_luma_4x4_a9q.s 62 @* Perform Intra prediction for luma_4x4 mode:vertical
65 @* Perform Intra prediction for luma_4x4 mode:vertical ,described in sec 8.3.1.2.1
135 @* Perform Intra prediction for luma_4x4 mode:horizontal
138 @* Perform Intra prediction for luma_4x4 mode:horizontal ,described in sec 8.3.1.2.2
217 @* Perform Intra prediction for luma_4x4 mode:DC
220 @* Perform Intra prediction for luma_4x4 mode:DC ,described in sec 8.3.1.2.3
356 @* Perform Intra prediction for luma_4x4 mode:Diagonal_Down_Left
359 @* Perform Intra prediction for luma_4x4 mode:Diagonal_Down_Left ,described in sec 8.3.1.2.4
438 @* Perform Intra prediction for luma_4x4 mode:Diagonal_Down_Right
441 @* Perform Intra prediction for luma_4x4 mode:Diagonal_Down_Right ,described in sec 8.3.1.2.
    [all...]
ih264_intra_pred_luma_8x8_a9q.s 70 @* Perform Reference sample filtering process for Intra_8x8 sample prediction ,described in sec 8.3.2.2.1
152 @* Perform Intra prediction for luma_8x8 mode:vertical
155 @* Perform Intra prediction for luma_8x8 mode:vertical ,described in sec 8.3.2.2.2
225 @* Perform Intra prediction for luma_8x8 mode:horizontal
228 @* Perform Intra prediction for luma_8x8 mode:horizontal ,described in sec 8.3.2.2.2
305 @* Perform Intra prediction for luma_8x8 mode:DC
308 @* Perform Intra prediction for luma_8x8 mode:DC ,described in sec 8.3.2.2.3
416 @* Perform Intra prediction for luma_8x8 mode:Diagonal_Down_Left
419 @* Perform Intra prediction for luma_8x8 mode:Diagonal_Down_Left ,described in sec 8.3.2.2.4
509 @* Perform Intra prediction for luma_8x8 mode:Diagonal_Down_Righ
    [all...]
ih264_intra_pred_luma_16x16_a9q.s 66 @* Perform Intra prediction for luma_16x16 mode:vertical
69 @* Perform Intra prediction for luma_16x16 mode:Vertical ,described in sec 8.3.3.1
147 @* Perform Intra prediction for luma_16x16 mode:horizontal
150 @* Perform Intra prediction for luma_16x16 mode:horizontal ,described in sec 8.3.3.2
225 @* Perform Intra prediction for luma_16x16 mode:DC
228 @* Perform Intra prediction for luma_16x16 mode:DC ,described in sec 8.3.3.3
349 @* Perform Intra prediction for luma_16x16 mode:PLANE
352 @* Perform Intra prediction for luma_16x16 mode:PLANE ,described in sec 8.3.3.4
ih264_intra_pred_chroma_a9q.s 65 @* Perform Intra prediction for chroma_8x8 mode:DC
68 @* Perform Intra prediction for chroma_8x8 mode:DC ,described in sec 8.3.4.1
197 @* Perform Intra prediction for chroma_8x8 mode:Horizontal
200 @* Perform Intra prediction for chroma_8x8 mode:Horizontal ,described in sec 8.3.4.2
273 @* Perform Intra prediction for chroma_8x8 mode:vertical
276 @*Perform Intra prediction for chroma_8x8 mode:vertical ,described in sec 8.3.4.3
345 @* Perform Intra prediction for chroma_8x8 mode:PLANE
348 @* Perform Intra prediction for chroma_8x8 mode:PLANE ,described in sec 8.3.4.4
  /external/v8/test/mjsunit/compiler/
inline-param.js 66 // Perform the same tests again, but this time with non-trivial
  /external/clang/include/clang/Sema/
Initialization.h 643 /// \brief Perform a derived-to-base cast, producing an rvalue.
645 /// \brief Perform a derived-to-base cast, producing an xvalue.
647 /// \brief Perform a derived-to-base cast, producing an lvalue.
657 /// \brief Perform a user-defined conversion, either via a conversion
660 /// \brief Perform a qualification conversion, producing an rvalue.
662 /// \brief Perform a qualification conversion, producing an xvalue.
664 /// \brief Perform a qualification conversion, producing an lvalue.
666 /// \brief Perform a conversion adding _Atomic to a type.
668 /// \brief Perform a load from a glvalue, producing an rvalue.
670 /// \brief Perform an implicit conversion sequence
    [all...]
  /external/v8/benchmarks/spinning-balls/
splay-tree.js 189 * Perform the splay operation for the given key. Moves the node with
v.js 322 // Perform perspective projection.
  /external/v8/tools/gcmole/
gcmole.lua 40 -- Perform dead variable analysis (generates many false positives).
  /external/v8/tools/
splaytree.js 215 * Perform the splay operation for the given key. Moves the node with
  /external/clang/lib/Sema/
SemaExprCXX.cpp 89 // Determine where to perform name lookup.
182 // Perform lookup into the current scope (only).
796 // cannot be a simple walk of the class's decls. Instead, we must perform
    [all...]
  /cts/suite/cts/deviceTests/browserbench/assets/octane/
splay.js 284 * Perform the splay operation for the given key. Moves the node with
  /external/v8/benchmarks/
splay.js 284 * Perform the splay operation for the given key. Moves the node with

Completed in 847 milliseconds

1 2