Lines Matching refs:out
17 #define PRINTF(...) stralloc_add_format(out,__VA_ARGS__)
20 help_virtual_device( stralloc_t* out ) in help_virtual_device() argument
59 help_sdk_images( stralloc_t* out ) in help_sdk_images() argument
99 help_build_images( stralloc_t* out ) in help_build_images() argument
145 help_disk_images( stralloc_t* out ) in help_disk_images() argument
209 help_keys(stralloc_t* out) in help_keys() argument
213 stralloc_add_str( out, " When running the emulator, use the following keypresses:\n\n"); in help_keys()
251 help_environment(stralloc_t* out) in help_environment() argument
282 help_keyset_file(stralloc_t* out) in help_keyset_file() argument
312 stralloc_tabular( out, strings, count, " ", 80-8 ); in help_keyset_file()
334 stralloc_tabular( out, strings, count, " ", 80-8 ); in help_keyset_file()
353 help_debug_tags(stralloc_t* out) in help_debug_tags() argument
388 help_char_devices(stralloc_t* out) in help_char_devices() argument
453 help_avd(stralloc_t* out) in help_avd() argument
468 help_sysdir(stralloc_t* out) in help_sysdir() argument
486 help_datadir(stralloc_t* out) in help_datadir() argument
502 help_kernel(stralloc_t* out) in help_kernel() argument
516 help_ramdisk(stralloc_t* out) in help_ramdisk() argument
527 help_system(stralloc_t* out) in help_system() argument
541 help_image(stralloc_t* out) in help_image() argument
552 help_data(stralloc_t* out) in help_data() argument
562 help_wipe_data(stralloc_t* out) in help_wipe_data() argument
573 help_cache(stralloc_t* out) in help_cache() argument
588 help_no_cache(stralloc_t* out) in help_no_cache() argument
600 help_sdcard(stralloc_t* out) in help_sdcard() argument
615 help_snapstorage(stralloc_t* out) in help_snapstorage() argument
632 help_no_snapstorage(stralloc_t* out) in help_no_snapstorage() argument
645 help_snapshot(stralloc_t* out) in help_snapshot() argument
673 help_no_snapshot(stralloc_t* out) in help_no_snapshot() argument
684 help_no_snapshot_load(stralloc_t* out) in help_no_snapshot_load() argument
693 help_no_snapshot_save(stralloc_t* out) in help_no_snapshot_save() argument
702 help_no_snapshot_update_time(stralloc_t* out) in help_no_snapshot_update_time() argument
713 help_snapshot_list(stralloc_t* out) in help_snapshot_list() argument
728 help_skindir(stralloc_t* out) in help_skindir() argument
740 help_skin(stralloc_t* out) in help_skin() argument
758 help_shaper(stralloc_t* out) in help_shaper() argument
798 help_http_proxy(stralloc_t* out) in help_http_proxy() argument
815 help_report_console(stralloc_t* out) in help_report_console() argument
849 help_dpi_device(stralloc_t* out) in help_dpi_device() argument
864 help_audio(stralloc_t* out) in help_audio() argument
875 help_scale(stralloc_t* out) in help_scale() argument
905 help_trace(stralloc_t* out) in help_trace() argument
925 help_memcheck(stralloc_t* out) in help_memcheck() argument
964 help_list_cores(stralloc_t* out) in help_list_cores() argument
974 help_attach_core(stralloc_t* out) in help_attach_core() argument
990 help_show_kernel(stralloc_t* out) in help_show_kernel() argument
999 help_shell(stralloc_t* out) in help_shell() argument
1012 help_shell_serial(stralloc_t* out) in help_shell_serial() argument
1030 help_logcat(stralloc_t* out) in help_logcat() argument
1063 help_no_audio(stralloc_t* out) in help_no_audio() argument
1094 help_raw_keys(stralloc_t* out) in help_raw_keys() argument
1114 help_radio(stralloc_t* out) in help_radio() argument
1133 help_port(stralloc_t* out) in help_port() argument
1149 help_ports(stralloc_t* out) in help_ports() argument
1169 help_onion(stralloc_t* out) in help_onion() argument
1186 help_onion_alpha(stralloc_t* out) in help_onion_alpha() argument
1200 help_onion_rotation(stralloc_t* out) in help_onion_rotation() argument
1215 help_timezone(stralloc_t* out) in help_timezone() argument
1238 help_dns_server(stralloc_t* out) in help_dns_server() argument
1256 help_cpu_delay(stralloc_t* out) in help_cpu_delay() argument
1273 help_no_boot_anim(stralloc_t* out) in help_no_boot_anim() argument
1286 help_gps(stralloc_t* out) in help_gps() argument
1297 help_keyset(stralloc_t* out) in help_keyset() argument
1338 help_nand_limits(stralloc_t* out) in help_nand_limits() argument
1356 help_bootchart(stralloc_t *out) in help_bootchart() argument
1371 help_tcpdump(stralloc_t *out) in help_tcpdump() argument
1389 help_charmap(stralloc_t *out) in help_charmap() argument
1398 help_prop(stralloc_t *out) in help_prop() argument
1416 help_shared_net_id(stralloc_t* out) in help_shared_net_id() argument
1432 help_gpu(stralloc_t* out) in help_gpu() argument
1460 help_fake_camera(stralloc_t* out) in help_fake_camera() argument
1473 help_webcam(stralloc_t* out) in help_webcam() argument
1543 android_help_for_option( const char* option, stralloc_t* out ) in android_help_for_option() argument
1557 oo->func(out); in android_help_for_option()
1559 stralloc_add_str(out, oo->descr); in android_help_for_option()
1568 android_help_for_topic( const char* topic, stralloc_t* out ) in android_help_for_topic() argument
1574 tt->func(out); in android_help_for_topic()
1583 android_help_list_options( stralloc_t* out ) in android_help_list_options() argument
1604 stralloc_add_format( out, " -%s %-*s %s\n", in android_help_list_options()
1635 android_help_main( stralloc_t* out ) in android_help_main() argument
1637 stralloc_add_str(out, "Android Emulator usage: emulator [options] [-qemu args]\n"); in android_help_main()
1638 stralloc_add_str(out, " options:\n" ); in android_help_main()
1640 android_help_list_options(out); in android_help_main()
1647 android_help_all( stralloc_t* out ) in android_help_all() argument
1654 android_help_for_option( oo->name, out ); in android_help_all()
1659 android_help_for_topic( tt->name, out ); in android_help_all()
1662 android_help_main(out); in android_help_all()