Home
last modified time | relevance | path

Searched defs:boo (Results 1 – 4 of 4) sorted by relevance

/external/mockito/src/test/java/org/mockitousage/verification/
DPrintingVerboseTypesWithArgumentsTest.java34 Boo boo = mock(Boo.class); in should_not_report_argument_types_when_to_string_is_the_same() local
52 Boo boo = mock(Boo.class); in should_show_the_type_of_only_the_argument_that_doesnt_match() local
70 Boo boo = mock(Boo.class); in should_show_the_type_of_the_mismatching_argument_when_output_descriptions_for_invocations_are_different() local
94 Boo boo = mock(Boo.class); in should_not_show_types_when_argument_value_is_different() local
/external/mockito/src/test/java/org/mockitousage/stubbing/
DSmartNullsStubbingTest.java46 void boo(); in boo() method
62 void boo() {} in boo() method in SmartNullsStubbingTest.Foo
/external/clang/test/CodeGen/
Dpreserve-call-conv.c14 void boo() __attribute__((preserve_all)) { in boo() function
/external/clang/test/Sema/
Dpreserve-call-conv.c21 void __attribute__((preserve_all)) boo(void *ptr) { in boo() function