Home
last modified time | relevance | path

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

12345

/external/pdfium/testing/resources/javascript/
Devent_properties_expected.txt3 Alert: PASS: event.change = 'boo' = boo
4 Alert: PASS: event.change = boo
6 Alert: PASS: event.changeEx = 'boo' threw event.changeEx: Operation not supported.
8 Alert: PASS: event.commitKey = 'boo' threw event.commitKey: Operation not supported.
10 Alert: PASS: event.fieldFull = 'boo' threw event.fieldFull: Operation not supported.
12 Alert: PASS: event.keyDown = 'boo' threw event.keyDown: Operation not supported.
14 Alert: PASS: event.modifier = 'boo' threw event.modifier: Operation not supported.
16 Alert: PASS: event.name = 'boo' threw event.name: Operation not supported.
18 Alert: PASS: event.rc = 'boo' = boo
22 Alert: PASS: event.richChange = 'boo' = boo
[all …]
Devent_properties.in63 expect("event.change = 'boo'", "boo");
64 expect("event.change", "boo");
67 expectError("event.changeEx = 'boo'");
70 expectError("event.commitKey = 'boo'");
75 expectError("event.fieldFull = 'boo'");
78 expectError("event.keyDown = 'boo'");
81 expectError("event.modifier = 'boo'");
84 expectError("event.name = 'boo'");
87 expect("event.rc = 'boo'", "boo");
93 expect("event.richChange = 'boo'", "boo");
[all …]
/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/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/llvm-project/clang/test/Sema/
Dpreserve-call-conv.c25 void __attribute__((preserve_all)) boo(void *ptr) { in boo() function
31 void (__attribute__((preserve_all)) *pboo1)(void *) = boo;
33 void (__attribute__((cdecl)) *pboo2)(void *) = boo; // expected-warning {{incompatible function poi…
34 void (*pboo3)(void *) = boo; // expected-warning {{incompatible function pointer types initializing…
/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/llvm-project/lld/test/ELF/
Dtrace-ar.s5 # RUN: rm -f %t.boo.a
6 # RUN: llvm-ar rcs %t.boo.a %t.obj1.o %t.obj2.o
9 # RUN: ld.lld %t.foo.o %t.boo.a -o %t.out -t 2>&1 | FileCheck %s
11 # CHECK-NEXT: {{.*}}.boo.a({{.*}}.obj1.o)
12 # CHECK-NOT: {{.*}}.boo.a({{.*}}.obj2.o)
Dfilter.s3 # RUN: ld.lld %t.o -shared -F foo.so -F boo.so -o %t1
7 # RUN: ld.lld %t.o -shared --filter=foo.so --filter=boo.so -o %t2
11 # RUN: ld.lld %t.o -shared --filter foo.so --filter boo.so -o %t3
17 # CHECK-NEXT: 0x000000007FFFFFFF FILTER Filter library: [boo.so]
/external/llvm-project/clang/test/clang-rename/
DFunctionMacro.cpp7 void boo(int value) {} in boo() function
11 boo(foo()); // CHECK: boo(macro_function()); in qoo()
13 boo(moo()); in qoo()
DUserDefinedConversion.cpp15 Baz boo; in main() local
16 Foo foo = static_cast<Foo>(boo); // CHECK: Bar foo = static_cast<Bar>(boo); in main()
/external/libxml2/result/schemas/
Dany5_1_1.err1 …xml:11: element boo: Schemas validity error : Element '{urn:test:bar}boo': This element is not exp…
Dany5_1_4.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_1.err1 ./test/schemas/any5_1.xml:11: element boo: Schemas validity error : Element '{urn:test:bar}boo': Th…
Dany5_0_2.err1 ./test/schemas/any5_2.xml:7: element boo: Schemas validity error : Element '{urn:test:foo}boo': Thi…
Dany5_0_4.err1 ./test/schemas/any5_4.xml:11: element boo: Schemas validity error : Element '{urn:test:bar}boo': Th…
Dany5_0_6.err1 ./test/schemas/any5_6.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…
/external/llvm-project/llvm/test/CodeGen/Mips/compactbranches/
Dunsafe-in-forbidden-slot.ll4 @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/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-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
58 boo(0); in foo()
117 boo(c - b); in hostFoo()
/external/llvm-project/lld/test/ELF/linkerscript/
Dva.s11 # CHECK-NEXT: 2 .boo 00000004 0000000000000004
22 .section .boo, "a"
23 boo: label
/external/llvm-project/clang-tools-extra/test/clang-tidy/checkers/
Dmisc-no-recursion.cpp131 int boo();
132 void foo(int x = boo()) {} in foo()
137 int boo() { in boo() function
/external/llvm-project/lld/test/ELF/Inputs/
Dicf-merge2.s4 boo: label
10 lea boo+42(%rip), %rax
/external/antlr/runtime/JavaScript/tests/functional/
Dt051treeRewriteASTy.g6 a : 'boo' ID INT -> 'boo' ^(ID INT) ;

12345