/external/google-breakpad/src/testing/test/ |
D | gmock_output_test_.cc | 55 MOCK_METHOD2(Bar2, bool(int x, int y)); 70 EXPECT_CALL(foo_, Bar2(0, _)); in TEST_F() 71 foo_.Bar2(0, 0); // Expected call in TEST_F() 86 EXPECT_CALL(foo_, Bar2(_, _)) in TEST_F() 89 foo_.Bar2(2, 2); in TEST_F() 90 foo_.Bar2(1, 1); // Explicit actions in EXPECT_CALL run out. in TEST_F() 94 EXPECT_CALL(foo_, Bar2(0, _)); in TEST_F() 96 foo_.Bar2(1, 0); // Unexpected call in TEST_F() 97 foo_.Bar2(0, 0); // Expected call in TEST_F() 108 EXPECT_CALL(foo_, Bar2(0, _)); in TEST_F() [all …]
|
D | gmock_output_test_golden.txt | 3 FILE:#: EXPECT_CALL(foo_, Bar2(0, _)) invoked 6 FILE:#: Mock function call matches EXPECT_CALL(foo_, Bar2(0, _))... 7 Function call: Bar2(0, 0) 23 FILE:#: Too few actions specified in EXPECT_CALL(foo_, Bar2(_, _))... 26 FILE:#: Actions ran out in EXPECT_CALL(foo_, Bar2(_, _))... 34 Function call: Bar2(1, 0) 38 FILE:#: EXPECT_CALL(foo_, Bar2(0, _))... 60 Function call: Bar2(0, 1) 76 Function call: Bar2(0, 1) 91 Function call: Bar2(1, 1) [all …]
|
/external/googletest/googlemock/test/ |
D | gmock_output_test_.cc | 62 MOCK_METHOD2(Bar2, bool(int x, int y)); 77 EXPECT_CALL(foo_, Bar2(0, _)); in TEST_F() 78 foo_.Bar2(0, 0); // Expected call in TEST_F() 93 EXPECT_CALL(foo_, Bar2(_, _)) in TEST_F() 96 foo_.Bar2(2, 2); in TEST_F() 97 foo_.Bar2(1, 1); // Explicit actions in EXPECT_CALL run out. in TEST_F() 101 EXPECT_CALL(foo_, Bar2(0, _)); in TEST_F() 103 foo_.Bar2(1, 0); // Unexpected call in TEST_F() 104 foo_.Bar2(0, 0); // Expected call in TEST_F() 115 EXPECT_CALL(foo_, Bar2(0, _)); in TEST_F() [all …]
|
D | gmock_output_test_golden.txt | 3 FILE:#: EXPECT_CALL(foo_, Bar2(0, _)) invoked 6 FILE:#: Mock function call matches EXPECT_CALL(foo_, Bar2(0, _))... 7 Function call: Bar2(0, 0) 23 FILE:#: Too few actions specified in EXPECT_CALL(foo_, Bar2(_, _))... 26 FILE:#: Actions ran out in EXPECT_CALL(foo_, Bar2(_, _))... 34 Function call: Bar2(1, 0) 38 FILE:#: EXPECT_CALL(foo_, Bar2(0, _))... 60 Function call: Bar2(0, 1) 76 Function call: Bar2(0, 1) 91 Function call: Bar2(1, 1) [all …]
|
/external/google-breakpad/src/testing/gtest/test/ |
D | gtest_list_tests_unittest_.cc | 49 TEST(Foo, Bar2) { in TEST() argument
|
/external/clang/test/SemaCXX/ |
D | new-delete.cpp | 488 class Bar2 {}; class 489 Foo2<Bar2> x2;
|
/external/v8/tools/clang/rewrite_to_chrome_style/tests/ |
D | macros-expected.cc | 57 DEFINE_WITH_TOKEN_CONCATENATION2(baz, Bar2) in DEFINE_WITH_TOKEN_CONCATENATION2()
|
D | macros-original.cc | 57 DEFINE_WITH_TOKEN_CONCATENATION2(baz, Bar2) in DEFINE_WITH_TOKEN_CONCATENATION2()
|
/external/googletest/googletest/test/ |
D | googletest-list-tests-unittest_.cc | 46 TEST(Foo, Bar2) { in TEST() argument
|
/external/libchrome/base/android/jni_generator/ |
D | testMultipleJNIAdditionalImport.golden | 62 "(Lorg/chromium/foo/Bar1$Callback;Lorg/chromium/foo/Bar2$Callback;)V",
|
/external/scapy/doc/scapy/ |
D | build_dissect.rst | 699 class Bar2(Packet): 772 bind_layers( Foo, Bar2, {'type':2} )
|
/external/protobuf/csharp/src/Google.Protobuf.Test/TestProtos/ |
D | UnittestProto3.cs | 211 [pbr::OriginalName("BAR2")] Bar2 = 2, enumerator
|
/external/mksh/src/ |
D | check.t | 252 alias bar='Bar1 Bar2 ' 257 Bar1 Bar2 Stuff Blah
|