Searched refs:dprint (Results 1 – 25 of 27) sorted by relevance
12
/external/qemu/android/ |
D | qemu-setup.c | 27 #define D(...) do { if (VERBOSE_CHECK(init)) dprint(__VA_ARGS__); } while (0) 402 … dprint("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()
|
D | audio-test.c | 71 dprint("Cannot open test audio!"); in testAudio_init()
|
D | cmdline-option.c | 280 dprint( "ignoring unknown " ENV_DEBUG " item '%s'", x ); in parse_debug_tags()
|
D | sync-utils.c | 30 #define D(...) do { if (VERBOSE_CHECK(init)) dprint(__VA_ARGS__); } while (0)
|
D | main-common.c | 53 #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()
|
D | qemulator.c | 21 #define D(...) do { if (VERBOSE_CHECK(init)) dprint(__VA_ARGS__); } while (0)
|
D | main.c | 71 #define D(...) do { if (VERBOSE_CHECK(init)) dprint(__VA_ARGS__); } while (0)
|
/external/qemu/android/utils/ |
D | debug.h | 64 do { if (VERBOSE_CHECK(tag)) dprint(__VA_ARGS__); } while (0) 77 extern void dprint( const char* format, ... );
|
D | timezone.c | 116 dprint( "### WARNING: Could not read %s, something is very wrong on your system", in get_zoneinfo_timezone() 124 … dprint( "### WARNING: %s does not point to %s, can't determine zoneinfo timezone name", in get_zoneinfo_timezone() 130 … dprint( "### WARNING: %s does not point to zoneinfo-compatible timezone name\n", LOCALTIME_FILE ); in get_zoneinfo_timezone()
|
D | debug.c | 18 dprint( const char* format, ... ) in dprint() function
|
/external/qemu/android/skin/ |
D | file.c | 256 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() 480 …dprint( "### 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() 647 … dprint( "## 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()
|
D | window.c | 1263 dprint( "emulator window was out of view and was recentered\n" ); in skin_window_create()
|
/external/quake/quake/src/QW/progs/ |
D | misc.qc | 255 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");
|
D | server.qc | 63 //dprint ("t_movetarget\n");
|
D | plats.qc | 96 //dprint ("plat_outside_touch\n"); 112 //dprint ("plat_crush\n");
|
D | items.qc | 21 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");
|
D | player.qc | 452 //dprint ("Velocity gib\n"); 467 // dprint ("level 1\n"); 472 // dprint ("level 3\n");
|
D | world.qc | 7 dprint ("main function\n");
|
D | client.qc | 778 //dprint (ftos(self.waterlevel)); 1132 //dprint ("post think\n");
|
D | defs.qc | 633 void(string s) dprint = #25;
|
D | doors.qc | 450 dprint ("no worldtype set!\n");
|
/external/qemu/hw/ |
D | goldfish_memlog.c | 20 extern void dprint(const char* fmt, ...);
|
D | goldfish_audio.c | 26 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()
|
D | goldfish_nand.c | 794 dprint( "mapping '%.*s' NAND image to %s", devname_len, devname, rwfilename); in nand_add_dev()
|
/external/qemu/slirp-android/ |
D | slirp.c | 233 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