Home
last modified time | relevance | path

Searched refs:value1 (Results 1 – 25 of 32) sorted by relevance

12

/qemu/tests/qapi-schema/
H A Dunion-no-base.json7 'data': [ 'value1', 'value2' ] }
10 'data': { 'value1': 'TestTypeA',
H A Dunion-invalid-discriminator.json2 'data': [ 'value1', 'value2' ] }
13 'data': { 'value1': 'TestTypeA',
H A Dunion-invalid-if-discriminator.json2 'data': [ 'value1', 'value2' ] }
13 'data': { 'value1': 'TestTypeA',
H A Dunion-int-branch.json3 'data': [ 'value1', 'value2' ] }
11 'data': { 'value1': 'int',
H A Dunion-array-branch.json3 'data': [ 'value1', 'value2' ] }
11 'data': { 'value1': ['TestTypeB'],
H A Dunion-base-any.json3 'data': [ 'value1', 'value2' ] }
11 'data': { 'value1': 'TestTypeA',
H A Dunion-bad-base.json3 'data': [ 'value1', 'value2' ] }
11 'data': { 'value1': 'TestTypeA',
H A Dunion-inline-invalid-dict.json4 'data': [ 'value1', 'value2' ] }
10 'data': { 'value1': { 'string': 'str' },
H A Dunion-clash-member.json4 'data': [ 'value1', 'value2' ] }
14 'data': { 'value1': 'Branch1',
H A Dquoted-structural-chars.json1 '{' 'key1' ':' 'value1' ',' 'key2' ':' '[' ']' '}'
H A Dunion-inline-invalid-dict.err2 union-inline-invalid-dict.json:7: 'data' member 'value1' misses key 'type'
H A Dunion-int-branch.err2 union-int-branch.json:8: branch 'value1' cannot use built-in type 'int'
H A Dunion-array-branch.err2 union-array-branch.json:8: 'data' member 'value1' should be a type name
H A Dunion-base-empty.json8 'data': { 'value1': 'int',
H A Dunion-base-no-discriminator.json13 'data': { 'value1': 'TestTypeA',
H A Dunion-invalid-base.json11 'data': { 'value1': 'TestTypeA',
H A Dunion-invalid-branch-key.json2 'data': [ 'value1', 'value2' ] }
H A Dunion-string-discriminator.json2 'data': [ 'value1', 'value2' ] }
H A Dunion-bad-discriminator.json4 'data': [ 'value1', 'value2' ] }
H A Dunion-base-union.json6 'data': [ 'value1', 'value2' ] }
H A Dqapi-schema-test.json43 'data': [ 'value1', 'value2' ] }
52 'data': [ 'value1', 'value2', 'value3', 'value4' ] }
90 'data': { 'value1' : {'type': 'UserDefA'},
105 'data': { 'value1' : 'UserDefC', # intentional forward reference
/qemu/tests/unit/
H A Dtest-clone-visitor.c107 src->u.value1.boolean = true; in test_clone_complex1()
115 g_assert(dst->u.value1.boolean); in test_clone_complex1()
116 g_assert(!dst->u.value1.has_a_b); in test_clone_complex1()
117 g_assert_cmpint(dst->u.value1.a_b, ==, 0); in test_clone_complex1()
/qemu/hw/m68k/
H A Dbootinfo.h33 #define BOOTINFO2(base, id, value1, value2) \ argument
39 stl_p(base, value1); \
/qemu/hw/ppc/
H A Dspapr_hcall.c799 target_ulong value1, in h_set_mode_resource_set_ciabr() argument
812 if ((value1 & PPC_BITMASK(62, 63)) == 0x3) { in h_set_mode_resource_set_ciabr()
816 ppc_store_ciabr(env, value1); in h_set_mode_resource_set_ciabr()
824 target_ulong value1, in h_set_mode_resource_set_dawr0() argument
838 ppc_store_dawr0(env, value1); in h_set_mode_resource_set_dawr0()
847 target_ulong value1, in h_set_mode_resource_le() argument
850 if (value1) { in h_set_mode_resource_le()
875 target_ulong value1, in h_set_mode_resource_addr_trans_mode() argument
878 if (value1) { in h_set_mode_resource_addr_trans_mode()
/qemu/backends/tpm/
H A Dtpm_util.c292 uint32_t value1; in tpm_util_get_buffer_size() member
316 *buffersize = MAX(be32_to_cpu(tpm2_resp.value1), in tpm_util_get_buffer_size()

12