Home | History | Annotate | Download | only in android

Lines Matching refs:OPT_FLAG

11 #ifndef OPT_FLAG
12 #error OPT_FLAG is not defined
18 #define CFG_FLAG OPT_FLAG
36 * OPT_FLAG( name, "description" )
80 OPT_FLAG ( no_snapstorage, "do not mount a snapshot storage file (this disables all snapshot functionality)" )
82 OPT_FLAG ( no_snapshot, "perform a full boot and do not do not auto-save, but qemu vmload and vmsave operate on snapstorage" )
83 OPT_FLAG ( no_snapshot_save, "do not auto-save to snapshot on exit: abandon changed state" )
84 OPT_FLAG ( no_snapshot_load, "do not auto-start from snapshot: perform a full boot" )
85 OPT_FLAG ( snapshot_list, "show a list of available snapshots" )
86 OPT_FLAG ( no_snapshot_update_time, "do not do try to correct snapshot time on restore" )
87 OPT_FLAG ( wipe_data, "reset the user data image (copy it from initdata)" )
98 OPT_FLAG ( netfast, "disable network shaping" )
101 OPT_FLAG ( show_kernel, "display kernel messages" )
102 OPT_FLAG ( shell, "enable root shell on current terminal" )
103 OPT_FLAG ( no_jni, "disable JNI checks in the Dalvik runtime" )
104 OPT_FLAG ( nojni, "same as -no-jni" )
107 OPT_FLAG ( no_audio, "disable audio support" )
108 OPT_FLAG ( noaudio, "same as -no-audio" )
111 OPT_FLAG ( raw_keys, "disable Unicode keyboard reverse-mapping" )
127 OPT_FLAG ( no_boot_anim, "disable animation for faster boot" )
129 OPT_FLAG( no_window, "disable graphical window display" )
130 OPT_FLAG( version, "display emulator version number" )
163 OPT_FLAG( webcam_list, "lists web cameras available for emulation" )
167 OPT_FLAG( force_32bit, "always use 32-bit emulator" )
171 #undef OPT_FLAG