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

  /system/core/adb/
bugreport_test.cpp 34 using ::testing::MakeAction;
90 return MakeAction(new OnStandardStreamsCallbackAction(kStreamStdout, output));
96 return MakeAction(new OnStandardStreamsCallbackAction(kStreamStderr, output));
116 return MakeAction(new CallbackDoneAction(status));
  /frameworks/native/cmds/dumpsys/tests/
dumpsys_test.cpp 37 using ::testing::MakeAction;
86 return MakeAction(new WriteOnFdAction(output));
  /external/clang/lib/Driver/
Driver.cpp     [all...]
  /external/clang/include/clang/Driver/
Compilation.h 60 /// The list of actions we've created via MakeAction. This is not accessible
160 template <typename T, typename... Args> T *MakeAction(Args &&... Arg) {
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/Driver/
Compilation.h 59 /// The list of actions we've created via MakeAction. This is not accessible
177 template <typename T, typename... Args> T *MakeAction(Args &&... Arg) {
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/Driver/
Compilation.h 59 /// The list of actions we've created via MakeAction. This is not accessible
177 template <typename T, typename... Args> T *MakeAction(Args &&... Arg) {
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/Driver/
Compilation.h 59 /// The list of actions we've created via MakeAction. This is not accessible
177 template <typename T, typename... Args> T *MakeAction(Args &&... Arg) {
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Driver/
Compilation.h 59 /// The list of actions we've created via MakeAction. This is not accessible
177 template <typename T, typename... Args> T *MakeAction(Args &&... Arg) {
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/Driver/
Compilation.h 59 /// The list of actions we've created via MakeAction. This is not accessible
177 template <typename T, typename... Args> T *MakeAction(Args &&... Arg) {
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/Driver/
Compilation.h 59 /// The list of actions we've created via MakeAction. This is not accessible
177 template <typename T, typename... Args> T *MakeAction(Args &&... Arg) {
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/Driver/
Compilation.h 59 /// The list of actions we've created via MakeAction. This is not accessible
177 template <typename T, typename... Args> T *MakeAction(Args &&... Arg) {
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Driver/
Compilation.h 59 /// The list of actions we've created via MakeAction. This is not accessible
177 template <typename T, typename... Args> T *MakeAction(Args &&... Arg) {
  /external/google-breakpad/src/testing/include/gmock/
gmock-actions.h 388 Action<F> MakeAction(ActionInterface<F>* impl) {
    [all...]
gmock-generated-actions.h 593 operator Action<F>() const { return MakeAction(new Impl<F>(action_)); }
    [all...]
  /external/google-breakpad/src/testing/test/
gmock-actions_test.cc 340 TEST(ActionInterfaceTest, MakeAction) {
341 Action<MyFunction> action = MakeAction(new MyActionImpl);
    [all...]
gmock-generated-actions_test.cc 378 WithArgs<2, 1>(MakeAction(new SubstractAction));
    [all...]
  /external/googletest/googlemock/test/
gmock-actions_test.cc 386 TEST(ActionInterfaceTest, MakeAction) {
387 Action<MyGlobalFunction> action = MakeAction(new MyActionImpl);
    [all...]
gmock-generated-actions_test.cc 378 WithArgs<2, 1>(MakeAction(new SubstractAction));
    [all...]
  /external/v8/testing/gmock/test/
gmock-actions_test.cc 386 TEST(ActionInterfaceTest, MakeAction) {
387 Action<MyGlobalFunction> action = MakeAction(new MyActionImpl);
    [all...]
gmock-generated-actions_test.cc 378 WithArgs<2, 1>(MakeAction(new SubstractAction));
    [all...]
  /external/googletest/googlemock/include/gmock/
gmock-actions.h 463 Action<F> MakeAction(ActionInterface<F>* impl) {
    [all...]
gmock-generated-actions.h 466 operator Action<F>() const { return MakeAction(new Impl<F>(action_)); }
    [all...]
  /external/v8/testing/gmock/include/gmock/
gmock-actions.h 463 Action<F> MakeAction(ActionInterface<F>* impl) {
    [all...]
gmock-generated-actions.h 466 operator Action<F>() const { return MakeAction(new Impl<F>(action_)); }
    [all...]
  /external/fmtlib/test/gmock/
gmock.h     [all...]

Completed in 1477 milliseconds