Home
last modified time | relevance | path

Searched defs:boo (Results 1 – 20 of 20) 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/llvm-project/clang/test/CodeGen/
Dpreserve-call-conv.c18 void boo() __attribute__((preserve_all)) { in boo() function
/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/llvm-project/clang/test/clang-rename/
DNamespace.cpp5 void boo() { in boo() function
DFunctionMacro.cpp7 void boo(int value) {} in boo() function
DUserDefinedConversion.cpp15 Baz boo; in main() local
/external/llvm-project/lld/test/ELF/Inputs/
Dicf-merge2.s4 boo: label
/external/llvm-project/lld/test/ELF/linkerscript/
Dva.s23 boo: label
/external/llvm-project/clang/test/OpenMP/
Dnvptx_unsupported_type_messages.cpp43 void boo(__float128 A) { return; } in boo() function
46 void boo(long double A) { return; } in boo() function
/external/clang/test/Sema/
Dpreserve-call-conv.c21 void __attribute__((preserve_all)) boo(void *ptr) { in boo() function
/external/llvm-project/clang/test/Sema/
Dpreserve-call-conv.c25 void __attribute__((preserve_all)) boo(void *ptr) { in boo() function
/external/llvm-project/clang/test/SemaCXX/
Dinit-priority-attr.cpp40 Two boo[2] __attribute__((init_priority(65536))); variable
/external/llvm-project/clang/test/Layout/
Daix-virtual-function-and-base-with-double.cpp12 virtual void boo() {} in boo() function
/external/llvm-project/clang-tools-extra/test/clang-tidy/checkers/
Dmisc-no-recursion.cpp137 int boo() { in boo() function
/external/llvm-project/clang/test/CodeGenCXX/
Dmicrosoft-abi-template-static-init.cpp89 inline static int boo = foo(); variable
/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/jsonschema/
DNewSchemaTest.java52 public boolean boo; field in NewSchemaTest.POJOWithScalars
/external/cldr/tools/java/org/unicode/cldr/util/
DCounter.java94 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.py895 def boo(self): return "B" member in ClassPropertiesAndMethods.test_diamond_inheritance.B
900 def boo(self): return "C" member in ClassPropertiesAndMethods.test_diamond_inheritance.C
1952 boo = C.foo variable in ClassPropertiesAndMethods.test_methods.D