OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:qapi
(Results
1 - 4
of
4
) sorted by null
/external/qemu/
android-configure.sh
738
# Generate the
QAPI
headers and sources from
qapi
-schema.json
743
AUTOGENERATED_DIR=
qapi
-auto-generated
744
python scripts/
qapi
-types.py
qapi
.types --output-dir=$AUTOGENERATED_DIR -b <
qapi
-schema.json
745
python scripts/
qapi
-visit.py --output-dir=$AUTOGENERATED_DIR -b <
qapi
-schema.json
746
python scripts/
qapi
-commands.py --output-dir=$AUTOGENERATED_DIR -m <
qapi
-schema.jso
[
all
...]
/external/qemu/scripts/
qapi-commands.py
2
#
QAPI
command marshaller generator
14
from
qapi
import *
332
* schema-defined
QAPI
function prototypes
348
#include "
qapi
/qmp/qdict.h"
349
#include "
qapi
/error.h"
360
* schema-defined QMP->
QAPI
command dispatch
374
#include "
qapi
/qmp/qerror.h"
375
#include "
qapi
/qmp/types.h"
376
#include "
qapi
/qmp/dispatch.h"
377
#include "
qapi
/visitor.h
[
all
...]
qapi-types.py
2
#
QAPI
types generator
13
from
qapi
import *
294
c_file = '
qapi
-types.c'
295
h_file = '
qapi
-types.h'
340
* deallocation functions for schema-defined
QAPI
types
353
#include "
qapi
/dealloc-visitor.h"
363
* schema-defined
QAPI
types
qapi-visit.py
2
#
QAPI
visitor generator
14
from
qapi
import *
395
c_file = '
qapi
-visit.c'
396
h_file = '
qapi
-visit.h'
441
* schema-defined
QAPI
visitor functions
462
* schema-defined
QAPI
visitor function
477
#include "
qapi
/visitor.h"
Completed in 84 milliseconds