Home
last modified time | relevance | path

Searched refs:boo (Results 1 – 25 of 53) sorted by relevance

123

/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
35 boo.withLong(100); in should_not_report_argument_types_when_to_string_is_the_same()
39 verify(boo).withLong(eq(100)); in should_not_report_argument_types_when_to_string_is_the_same()
52 Boo boo = mock(Boo.class); in should_show_the_type_of_only_the_argument_that_doesnt_match() local
53 boo.withLongAndInt(100, 200); in should_show_the_type_of_only_the_argument_that_doesnt_match()
57 verify(boo).withLongAndInt(eq(100), eq(200)); in should_show_the_type_of_only_the_argument_that_doesnt_match()
70 Boo boo = mock(Boo.class); in should_show_the_type_of_the_mismatching_argument_when_output_descriptions_for_invocations_are_different() local
71 boo.withLongAndInt(100, 200); in should_show_the_type_of_the_mismatching_argument_when_output_descriptions_for_invocations_are_different()
75 verify(boo).withLongAndInt(eq(100), any(Integer.class)); in should_show_the_type_of_the_mismatching_argument_when_output_descriptions_for_invocations_are_different()
94 Boo boo = mock(Boo.class); in should_not_show_types_when_argument_value_is_different() local
[all …]
/external/mockito/src/test/java/org/mockitousage/stubbing/
DSmartNullsStubbingTest.java46 void boo(); in boo() method
62 void boo() {} in boo() method in SmartNullsStubbingTest.Foo
70 foo.boo(); in shouldThrowSmartNPEWhenMethodReturnsClass()
80 bar.boo(); in shouldThrowSmartNPEWhenMethodReturnsInterface()
117 smartNull.boo(); in shouldShowParameters()
131 smartNull.boo(); in shouldShowParametersWhenParamsAreHuge()
/external/clang/test/Sema/
Dpreserve-call-conv.c21 void __attribute__((preserve_all)) boo(void *ptr) { in boo() function
27 void (__attribute__((preserve_all)) *pboo1)(void *) = boo;
29 void (__attribute__((cdecl)) *pboo2)(void *) = boo; // expected-warning {{incompatible pointer type…
30 void (*pboo3)(void *) = boo; // expected-warning {{incompatible pointer types initializing 'void (*…
/external/libxml2/result/schemas/
Dany5_1_4.err1 …xml:11: element boo: Schemas validity error : Element '{urn:test:bar}boo': This element is not exp…
Dany5_1_1.err1 …xml:11: element boo: Schemas validity error : Element '{urn:test:bar}boo': This element is not exp…
Dany5_1_6.err1 …xml:11: element boo: Schemas validity error : Element '{urn:test:bar}boo': This element is not exp…
Dany5_0_2.err1 ./test/schemas/any5_2.xml:7: element boo: Schemas validity error : Element '{urn:test:foo}boo': Thi…
Dany5_0_6.err1 ./test/schemas/any5_6.xml:11: element boo: Schemas validity error : Element '{urn:test:bar}boo': Th…
Dany5_0_4.err1 ./test/schemas/any5_4.xml:11: element boo: Schemas validity error : Element '{urn:test:bar}boo': Th…
Dany5_0_5.err1 ./test/schemas/any5_5.xml:11: element boo: Schemas validity error : Element '{urn:test:foo}boo': Th…
Dany5_0_1.err1 ./test/schemas/any5_1.xml:11: element boo: Schemas validity error : Element '{urn:test:bar}boo': Th…
Dany5_1_0.err1 ./test/schemas/any5_0.xml:6: element boo: Schemas validity error : Element '{urn:test:foo}boo': Thi…
Dany5_0_0.err1 ./test/schemas/any5_0.xml:6: element boo: Schemas validity error : Element '{urn:test:foo}boo': Thi…
/external/vboot_reference/tests/futility/
Dtest_main.sh50 cp ${FUTILITY} boo
51 ./boo show ${SCRIPTDIR}/data/rec_kernel_part.bin | grep ${SHA}
60 ./boo | grep Usage:
63 rm -f ${TMP}* vbutil_key vbutil_keyblock show muggle buggle boo
/external/llvm/test/Transforms/Inline/
Dinline-fast-math-flags.ll4 ; In this test we should inline 'foo' to 'boo', because it'll fold to a
28 ; CHECK-LABEL: @boo
30 define float @boo(float* %a) {
/external/antlr/antlr-3.4/runtime/JavaScript/tests/functional/
Dt051treeRewriteASTz.g6 a : 'boo' ID INT -> ^('boo' ^(ID INT)) ;
Dt051treeRewriteASTaa.g6 a : 'boo' ID INT -> ^('boo' ^(ID INT)) ;
Dt051treeRewriteASTy.g6 a : 'boo' ID INT -> 'boo' ^(ID INT) ;
Dt051treeRewriteASTzWalker.g11 s : ^('boo' a* b) ; // don't reset s.tree to b.tree due to 'boo'
Dt051treeRewriteASTyWalker.g11 s : 'boo' a* b ; // don't reset s.tree to b.tree due to 'boo'
Dt051treeRewriteASTaaWalker.g12 a : 'boo' ;
/external/llvm/test/MC/ARM/
Dcomment.s6 bl boo@plt should be ignored
25 @CHECK: bl boo
/external/clang/test/Index/
Dprint-type.m4 -(const id) mymethod2:(id)x blah:(Class)y boo:(SEL)z;
13 // CHECK: ObjCInstanceMethodDecl=mymethod2:blah:boo::4:13 [type=] [typekind=Invalid] [resulttype=co…
/external/clang/test/Preprocessor/
Dcomment_save_macro.c12 boo FOO bar // zot
/external/clang/test/CodeGen/
Dpreserve-call-conv.c14 void boo() __attribute__((preserve_all)) { in boo() function

123