Home
last modified time | relevance | path

Searched refs:expected (Results 1 – 19 of 19) sorted by relevance

/tools/xl/
A Dcheck-xl-vif-parse14 expected () { function
49 expected </dev/null
53 expected </dev/null
63 expected <<END
77 expected <<END
90 expected <<END
103 expected <<END
116 expected </dev/null
134 expected <<END
164 expected <<END
[all …]
A Dcheck-xl-disk-parse14 expected () { function
53 expected <<END
68 expected <<END
85 expected <<EOF
97 expected <<EOF
113 expected <<EOF
125 expected <<EOF
140 expected <<EOF
155 expected <<END
168 expected <<END
[all …]
A Dcheck-xl-vcpupin-parse38 expected () { function
39 cat >$fprefix.expected
55 diff -u $fprefix.expected $fprefix.actual
105 expected <<END
A Dcheck-xl-vcpupin-parse.data-example8 # test-string*expected-return-code*expected-output
A DCODING_STYLE9 document in every respect. However, new code is expected to conform.
/tools/firmware/hvmloader/
A Dtests.c98 uint32_t expected; in rep_insb_test() member
133 uint32_t expected = 0; in rep_insb_test() local
136 expected = check[i].expected; in rep_insb_test()
139 if ( *p != expected ) in rep_insb_test()
142 (unsigned long)p, *p, expected); in rep_insb_test()
161 uint32_t expected; in rep_insw_test() member
196 uint32_t expected = 0; in rep_insw_test() local
200 expected = check[i].expected; in rep_insw_test()
203 if ( *p != expected ) in rep_insw_test()
206 (unsigned long)p, *p, expected); in rep_insw_test()
/tools/tests/rangeset/
A Dtest-rangeset.c118 static const struct range *expected; variable
124 if ( s != expected[*nr].start || e != expected[*nr].end ) in check_ranges()
131 static void print_both(struct rangeset *r, const struct range *expected, in print_both() argument
140 printf("[%ld, %ld]\n", expected[i].start, expected[i].end); in print_both()
207 expected = tests[i].result; in main()
/tools/misc/
A Dxen-detect.c243 enum guest_type detected, expected = 0; in main() local
264 expected = XEN_PV; in main()
267 expected = XEN_HVM; in main()
270 expected = XEN_NONE; in main()
312 return expected && (expected != detected); in main()
A Dxen-livepatch.c280 int expected; /* The state to be in after the function. */ member
286 .expected = LIVEPATCH_STATE_APPLIED,
292 .expected = LIVEPATCH_STATE_CHECKED,
298 .expected = -XEN_ENOENT,
304 .expected = LIVEPATCH_STATE_APPLIED,
431 if ( status.state == action_options[idx].expected ) in action_func()
479 if ( action_options[idx].expected == rc ) in action_func()
494 state2str(action_options[idx].expected)); in action_func()
/tools/ocaml/xenstored/
A Dconfig.ml82 let validate cf expected other =
92 if not (List.mem_assoc k expected) then
94 else let ty = List.assoc k expected in
112 let read filename expected other =
114 validate cf expected other
/tools/libacpi/
A DREADME6 Users of ACPI builder are expected to provide an include file that makes available
22 Usually, user is not expected to change the acpi_dsdt.asl.
/tools/tests/vpci/
A Dmain.c99 #define VPCI_READ_CHECK(reg, size, expected) ({ \ argument
103 assert(rd == (expected)); \
/tools/console/testsuite/
A DREADME10 expected.
/tools/ocaml/libs/xs/
A Dxsraw.ml25 let unexpected_packet expected received =
27 (Xb.Op.to_string expected)
211 _ -> raise (Packet.DataError (Printf.sprintf "int expected; got '%s'" data))
/tools/python/scripts/
A Dconvert-legacy-stream212 expected = 0xffffffff
214 expected = 0xffffffffffffffff
216 if marker != expected:
/tools/firmware/rombios/
A D32bitgateway.c81 ; dx, ax: 32 bit result of call (even if 'void' is expected)
/tools/libs/util/
A DCODING_STYLE9 document in every respect. However, new code is expected to conform.
/tools/libs/light/
A DCODING_STYLE9 document in every respect. However, new code is expected to conform.
A Dlibxl_types.idl78 (-32, "QEMU_API"), # QEMU's replies don't contains expected members

Completed in 40 milliseconds