Home
last modified time | relevance | path

Searched refs:dprint (Results 1 – 25 of 27) sorted by relevance

12

/external/qemu/android/
Dqemu-setup.c27 #define D(...) do { if (VERBOSE_CHECK(init)) dprint(__VA_ARGS__); } while (0)
402dprint("http_proxy format unsupported, try 'proxy:port' or 'username:password@proxy:port'"); in android_emulation_setup()
434 dprint("Could not connect to proxy at %.*s:%d: %s !", in android_emulation_setup()
436 dprint("Proxy will be ignored !"); in android_emulation_setup()
443 dprint( "Http proxy setup failed for '%.*s:%d': %s", in android_emulation_setup()
445 dprint( "Proxy will be ignored !"); in android_emulation_setup()
469 dprint( "Application directory too long: %s", appdir); in android_emulation_setup()
Daudio-test.c71 dprint("Cannot open test audio!"); in testAudio_init()
Dcmdline-option.c280 dprint( "ignoring unknown " ENV_DEBUG " item '%s'", x ); in parse_debug_tags()
Dsync-utils.c30 #define D(...) do { if (VERBOSE_CHECK(init)) dprint(__VA_ARGS__); } while (0)
Dmain-common.c53 #define D(...) do { if (VERBOSE_CHECK(init)) dprint(__VA_ARGS__); } while (0)
903 dprint("could not find virtual device named '%s'", opts->avd); in createAVD()
Dqemulator.c21 #define D(...) do { if (VERBOSE_CHECK(init)) dprint(__VA_ARGS__); } while (0)
Dmain.c71 #define D(...) do { if (VERBOSE_CHECK(init)) dprint(__VA_ARGS__); } while (0)
/external/qemu/android/utils/
Ddebug.h64 do { if (VERBOSE_CHECK(tag)) dprint(__VA_ARGS__); } while (0)
77 extern void dprint( const char* format, ... );
Dtimezone.c116 dprint( "### WARNING: Could not read %s, something is very wrong on your system", in get_zoneinfo_timezone()
124dprint( "### WARNING: %s does not point to %s, can't determine zoneinfo timezone name", in get_zoneinfo_timezone()
130dprint( "### WARNING: %s does not point to zoneinfo-compatible timezone name\n", LOCALTIME_FILE ); in get_zoneinfo_timezone()
Ddebug.c18 dprint( const char* format, ... ) in dprint() function
/external/qemu/android/skin/
Dfile.c256 dprint( "Warning: skin file button uses unknown key name '%s'", button->name ); in skin_button_create_from()
291 dprint( "### WARNING: ignoring part location without 'name' element" ); in skin_location_create_from_v2()
300 dprint( "### WARNING: ignoring part location with unknown name '%s'", partname ); in skin_location_create_from_v2()
480dprint( "### WARNING: invalid skin layout event format: '%s', should be '<TYPE>:<CODE>:<VALUE>'", … in skin_layout_event_decode()
489 dprint( "### WARNING: unrecognized skin layout event name: %.*s", x-event, event ); in skin_layout_event_decode()
647dprint( "## WARNING: can't load part '%s' from skin\n", node->name ? "<NULL>" : node->name ); in skin_file_load_from_v2()
670 dprint( "## WARNING: ignoring layout in skin file" ); in skin_file_load_from_v2()
699 dprint( "## WARNING: invalid skin version: %d", file->version); in skin_file_create_from_aconfig()
Dwindow.c1263 dprint( "emulator window was out of view and was recentered\n" ); in skin_window_create()
/external/quake/quake/src/QW/progs/
Dmisc.qc255 dprint ("item fell out of level at ");
256 dprint (vtos(self.origin));
257 dprint ("\n");
288 dprint ("item fell out of level at ");
289 dprint (vtos(self.origin));
290 dprint ("\n");
496 // dprint ("bump");
Dserver.qc63 //dprint ("t_movetarget\n");
Dplats.qc96 //dprint ("plat_outside_touch\n");
112 //dprint ("plat_crush\n");
Ditems.qc21 dprint ("noclass spawned at");
22 dprint (vtos(self.origin));
23 dprint ("\n");
176 dprint ("Bonus item fell out of level at ");
177 dprint (vtos(self.origin));
178 dprint ("\n");
Dplayer.qc452 //dprint ("Velocity gib\n");
467 // dprint ("level 1\n");
472 // dprint ("level 3\n");
Dworld.qc7 dprint ("main function\n");
Dclient.qc778 //dprint (ftos(self.waterlevel));
1132 //dprint ("post think\n");
Ddefs.qc633 void(string s) dprint = #25;
Ddoors.qc450 dprint ("no worldtype set!\n");
/external/qemu/hw/
Dgoldfish_memlog.c20 extern void dprint(const char* fmt, ...);
Dgoldfish_audio.c26 extern void dprint(const char* fmt, ...);
592 dprint("warning: opening audio output failed\n"); in goldfish_audio_init()
613 dprint("warning: opening audio input failed\n"); in goldfish_audio_init()
Dgoldfish_nand.c794 dprint( "mapping '%.*s' NAND image to %s", devname_len, devname, rwfilename); in nand_add_dev()
/external/qemu/slirp-android/
Dslirp.c233 dprint( "cannot create slirp log file in temporary directory" ); in slirp_init()
238 dprint( "sending slirp logs with mask %x to %s", slirp_logmask, slirp_logfile ); in slirp_init()

12