Searched refs:expected (Results 1 – 19 of 19) sorted by relevance
| /tools/xl/ |
| A D | check-xl-vif-parse | 14 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 D | check-xl-disk-parse | 14 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 D | check-xl-vcpupin-parse | 38 expected () { function 39 cat >$fprefix.expected 55 diff -u $fprefix.expected $fprefix.actual 105 expected <<END
|
| A D | check-xl-vcpupin-parse.data-example | 8 # test-string*expected-return-code*expected-output
|
| A D | CODING_STYLE | 9 document in every respect. However, new code is expected to conform.
|
| /tools/firmware/hvmloader/ |
| A D | tests.c | 98 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 D | test-rangeset.c | 118 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 D | xen-detect.c | 243 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 D | xen-livepatch.c | 280 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 D | config.ml | 82 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 D | README | 6 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 D | main.c | 99 #define VPCI_READ_CHECK(reg, size, expected) ({ \ argument 103 assert(rd == (expected)); \
|
| /tools/console/testsuite/ |
| A D | README | 10 expected.
|
| /tools/ocaml/libs/xs/ |
| A D | xsraw.ml | 25 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 D | convert-legacy-stream | 212 expected = 0xffffffff 214 expected = 0xffffffffffffffff 216 if marker != expected:
|
| /tools/firmware/rombios/ |
| A D | 32bitgateway.c | 81 ; dx, ax: 32 bit result of call (even if 'void' is expected)
|
| /tools/libs/util/ |
| A D | CODING_STYLE | 9 document in every respect. However, new code is expected to conform.
|
| /tools/libs/light/ |
| A D | CODING_STYLE | 9 document in every respect. However, new code is expected to conform.
|
| A D | libxl_types.idl | 78 (-32, "QEMU_API"), # QEMU's replies don't contains expected members
|
Completed in 40 milliseconds