Searched refs:instance (Results 1 - 10 of 10) sorted by relevance
/vendor/ohemu/qemu_riscv32_mini_system_demo/tests/ability/ |
H A D | launcher.h | 32 static Launcher instance; in GetInstance() local 33 return &instance; in GetInstance()
|
/vendor/ohemu/qemu_arm_linux_headless/ |
H A D | qemu_run.sh | 34 -i, --instance id start qemu images with specified instance id (from 01 to 99). 35 it will also setup network when running in multiple instance mode. 36 -f force override instance image with a new copy. 46 When running in multiple instances mode, the MAC address and serial number will increase with specified instance ID as follow: 128 # Setup qemu network by default when running in multi instance mode 155 # Copy original images for multi instance running
|
/vendor/ohemu/qemu_arm_linux_min/ |
H A D | qemu_run.sh | 34 -i, --instance id start qemu images with specified instance id (from 01 to 99). 35 it will also setup network when running in multiple instance mode. 36 -f force override instance image with a new copy. 46 When running in multiple instances mode, the MAC address and serial number will increase with specified instance ID as follow: 128 # Setup qemu network by default when running in multi instance mode 155 # Copy original images for multi instance running
|
/vendor/ohemu/qemu_arm64_linux_min/ |
H A D | qemu_run.sh | 34 -i, --instance id start qemu images with specified instance id (from 01 to 99). 35 it will also setup network when running in multiple instance mode. 36 -f force override instance image with a new copy. 46 When running in multiple instances mode, the MAC address and serial number will increase with specified instance ID as follow: 128 # Setup qemu network by default when running in multi instance mode 155 # Copy original images for multi instance running
|
/vendor/ohemu/qemu_loongarch64_linux_min/ |
H A D | qemu_run.sh | 34 -i, --instance id start qemu images with specified instance id (from 01 to 99). 35 it will also setup network when running in multiple instance mode. 36 -f force override instance image with a new copy. 46 When running in multiple instances mode, the MAC address and serial number will increase with specified instance ID as follow: 128 # Setup qemu network by default when running in multi instance mode 155 # Copy original images for multi instance running
|
/vendor/ohemu/qemu_x86_64_linux_min/ |
H A D | qemu_run.sh | 34 -i, --instance id start qemu images with specified instance id (from 01 to 99). 35 it will also setup network when running in multiple instance mode. 36 -f force override instance image with a new copy. 46 When running in multiple instances mode, the MAC address and serial number will increase with specified instance ID as follow: 128 # Setup qemu network by default when running in multi instance mode 155 # Copy original images for multi instance running
|
/vendor/ohemu/qemu_riscv32_mini_system_demo/tests/ui/ |
H A D | ui_test.cpp | 49 static UITest instance;
in GetInstance() local 50 return &instance;
in GetInstance()
|
H A D | sample_ui.cpp | 135 static UiDemo instance;
in GetInstance() local 136 return &instance;
in GetInstance()
|
H A D | ui_animator_test.cpp | 134 static AnimatorDemo instance; in GetInstance() local 135 return &instance; in GetInstance() 332 static UIScaleRotateDemo instance; in GetInstance() local 333 return &instance; in GetInstance()
|
/vendor/ohemu/qemu_small_system_demo/apps/src/ |
H A D | sample_ui.cpp | 174 static UiDemo instance; in GetInstance() local 175 return &instance; in GetInstance()
|
Completed in 4 milliseconds