Home
last modified time | relevance | path

Searched refs:MyMethod (Results 1 – 10 of 10) sorted by relevance

/external/v8/tools/clang/rewrite_to_chrome_style/tests/
Dgmock-expected.cc11 virtual void MyMethod(int my_param) {} in MyMethod() function in blink::Interface
16 MOCK_METHOD1(MyMethod, void(int));
21 EXPECT_CALL(mocked_interface, MyMethod(1)); in Test()
24 MyMethod(1)); in Test()
25 mocked_interface.MyMethod(123); in Test()
/external/clang/test/CodeGenObjC/
Dobjc-asm-attribute-test.m32 - (id) MyMethod { method
67 // CHECK: define internal i8* @"\01-[Message MyMethod]"
Dblock-over-align.m16 - (void) MyMethod
Dobjc-asm-attribute-neg-test.m31 - (id) MyMethod {
/external/clang/test/SemaCXX/
Dtypo-correction.cpp373 Inner MyMethod(Inner arg);
376 Inner Outer::MyMethod(Inner arg) { // expected-error {{unknown type name 'Inner'; did you mean 'Ou… in MyMethod() function in class_member_typo_corrections::Outer
/external/clang/test/SemaObjC/
Dobjc-asm-attribute-neg-test.m39 - (id) MyMethod {
/external/google-breakpad/src/testing/gtest/test/
Dgtest-printers_test.cc557 int MyMethod(char x) { return x + 1; } in MyMethod() function
576 EXPECT_TRUE(HasPrefix(Print(&Foo::MyMethod), in TEST()
577 Print(sizeof(&Foo::MyMethod)) + "-byte object ")); in TEST()
1167 int (Foo::*p)(char ch) = &Foo::MyMethod; in TEST()
/external/v8/testing/gtest/test/
Dgtest-printers_test.cc561 int MyMethod(char x) { return x + 1; } in MyMethod() function
580 EXPECT_TRUE(HasPrefix(Print(&Foo::MyMethod), in TEST()
581 Print(sizeof(&Foo::MyMethod)) + "-byte object ")); in TEST()
1218 int (Foo::*p)(char ch) = &Foo::MyMethod; in TEST()
/external/vulkan-validation-layers/tests/gtest-1.7.0/test/
Dgtest-printers_test.cc563 int MyMethod(char x) { return x + 1; } in MyMethod() function
582 EXPECT_TRUE(HasPrefix(Print(&Foo::MyMethod), in TEST()
583 Print(sizeof(&Foo::MyMethod)) + "-byte object ")); in TEST()
1186 int (Foo::*p)(char ch) = &Foo::MyMethod; in TEST()
/external/googletest/googletest/test/
Dgtest-printers_test.cc565 int MyMethod(char x) { return x + 1; } in MyMethod() function
584 EXPECT_TRUE(HasPrefix(Print(&Foo::MyMethod), in TEST()
585 Print(sizeof(&Foo::MyMethod)) + "-byte object ")); in TEST()
1221 int (Foo::*p)(char ch) = &Foo::MyMethod; in TEST()