/external/mockito/src/test/java/org/mockitousage/verification/ |
D | PrintingVerboseTypesWithArgumentsTest.java | 34 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/ |
D | SmartNullsStubbingTest.java | 46 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/ |
D | preserve-call-conv.c | 21 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/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/Mips/compactbranches/ |
D | unsafe-in-forbidden-slot.ll | 4 @boo = global i32 0, align 4 9 %0 = load volatile i32, i32* @boo, align 4 17 store volatile i32 1, i32* @boo, align 4 25 store volatile i32 2, i32* @boo, align 4
|
/external/libxml2/result/schemas/ |
D | any5_1_6.err | 1 …xml:11: element boo: Schemas validity error : Element '{urn:test:bar}boo': This element is not exp…
|
D | any5_1_1.err | 1 …xml:11: element boo: Schemas validity error : Element '{urn:test:bar}boo': This element is not exp…
|
D | any5_1_4.err | 1 …xml:11: element boo: Schemas validity error : Element '{urn:test:bar}boo': This element is not exp…
|
D | any5_0_5.err | 1 ./test/schemas/any5_5.xml:11: element boo: Schemas validity error : Element '{urn:test:foo}boo': Th…
|
D | any5_0_6.err | 1 ./test/schemas/any5_6.xml:11: element boo: Schemas validity error : Element '{urn:test:bar}boo': Th…
|
D | any5_0_4.err | 1 ./test/schemas/any5_4.xml:11: element boo: Schemas validity error : Element '{urn:test:bar}boo': Th…
|
D | any5_0_2.err | 1 ./test/schemas/any5_2.xml:7: element boo: Schemas validity error : Element '{urn:test:foo}boo': Thi…
|
D | any5_0_1.err | 1 ./test/schemas/any5_1.xml:11: element boo: Schemas validity error : Element '{urn:test:bar}boo': Th…
|
D | any5_0_0.err | 1 ./test/schemas/any5_0.xml:6: element boo: Schemas validity error : Element '{urn:test:foo}boo': Thi…
|
D | any5_1_0.err | 1 ./test/schemas/any5_0.xml:6: element boo: Schemas validity error : Element '{urn:test:foo}boo': Thi…
|
/external/vboot_reference/tests/futility/ |
D | test_main.sh | 50 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/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/Inline/ |
D | inline-fast-math-flags.ll | 5 ; In this test we should inline 'foo' to 'boo', because it'll fold to a 29 ; CHECK-LABEL: @boo 31 define float @boo(float* %a) {
|
/external/llvm/test/Transforms/Inline/ |
D | inline-fast-math-flags.ll | 4 ; 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/runtime/JavaScript/tests/functional/ |
D | t051treeRewriteASTz.g | 6 a : 'boo' ID INT -> ^('boo' ^(ID INT)) ;
|
D | t051treeRewriteASTy.g | 6 a : 'boo' ID INT -> 'boo' ^(ID INT) ;
|
D | t051treeRewriteASTaa.g | 6 a : 'boo' ID INT -> ^('boo' ^(ID INT)) ;
|
D | t051treeRewriteASTyWalker.g | 11 s : 'boo' a* b ; // don't reset s.tree to b.tree due to 'boo'
|
D | t051treeRewriteASTzWalker.g | 11 s : ^('boo' a* b) ; // don't reset s.tree to b.tree due to 'boo'
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/ThinLTO/X86/ |
D | deadstrip.ll | 64 ; Make sure we didn't internalize @boo, which is reachable via 66 ; CHECK2: define void @boo() 67 ; LTO2-CHECK2: define dso_local void @boo() 83 ; DEBUG-DAG: Initialize import for 15611644523426561710 (boo) 120 declare void @boo() 124 call void @boo()
|
/external/llvm/test/MC/ARM/ |
D | comment.s | 6 bl boo@plt should be ignored 25 @CHECK: bl boo
|
/external/clang/test/Index/ |
D | print-type.m | 4 -(const id) mymethod2:(id)x blah:(Class)y boo:(SEL)z; 13 // CHECK: ObjCInstanceMethodDecl=mymethod2:blah:boo::4:13 [type=] [typekind=Invalid] [resulttype=co…
|