OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:qdict_put
(Results
1 - 4
of
4
) sorted by null
/external/qemu/qobject/
json-streamer.c
49
qdict_put
(dict, "type", qint_from_int(type));
51
qdict_put
(dict, "token", token);
52
qdict_put
(dict, "x", qint_from_int(x));
53
qdict_put
(dict, "y", qint_from_int(y));
/external/qemu/include/qapi/qmp/
qdict.h
52
#define
qdict_put
(qdict, key, obj) \
macro
/external/qemu/util/
qemu-option.c
920
qdict_put
(qdict, "id", qstring_from_str(opts->id));
/external/qemu/
block.c
[
all
...]
Completed in 121 milliseconds