Home
last modified time | relevance | path

Searched defs:boo (Results 1 – 7 of 7) 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/clang/test/CodeGen/
Dpreserve-call-conv.c14 void boo() __attribute__((preserve_all)) { in boo() function
/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/Sema/
Dpreserve-call-conv.c21 void __attribute__((preserve_all)) boo(void *ptr) { in boo() function
/external/cldr/tools/java/org/unicode/cldr/util/
DCounter.java92 public Counter<T> add(T obj, long countValue, boolean boo) { in add()
/external/python/cpython2/Lib/test/
Dtest_descr.py831 def boo(self): return "B" member in ClassPropertiesAndMethods.test_diamond_inheritance.B
836 def boo(self): return "C" member in ClassPropertiesAndMethods.test_diamond_inheritance.C
1798 boo = C.foo variable in ClassPropertiesAndMethods.test_methods.D
/external/python/cpython3/Lib/test/
Dtest_descr.py886 def boo(self): return "B" member in ClassPropertiesAndMethods.test_diamond_inheritance.B
891 def boo(self): return "C" member in ClassPropertiesAndMethods.test_diamond_inheritance.C
1924 boo = C.foo variable in ClassPropertiesAndMethods.test_methods.D