HomeSort by relevance Sort by last modified time
    Searched refs:dprint (Results 1 - 17 of 17) sorted by null

  /external/qemu/android/utils/
debug.h 62 do { if (VERBOSE_CHECK(tag)) dprint(__VA_ARGS__); } while (0)
68 ** 'dprint' prints the message, then appends a '\n\
75 extern void dprint( const char* format, ... );
timezone.c 116 dprint( "### WARNING: Could not read %s, something is very wrong on your system",
124 dprint( "### WARNING: %s does not point to %s, can't determine zoneinfo timezone name",
130 dprint( "### WARNING: %s does not point to zoneinfo-compatible timezone name\n", LOCALTIME_FILE );
debug.c 18 dprint( const char* format, ... ) function
  /external/qemu/hw/
goldfish_memlog.c 20 extern void dprint(const char* fmt, ...);
goldfish_audio.c 26 extern void dprint(const char* fmt, ...);
592 dprint("warning: opening audio output failed\n");
613 dprint("warning: opening audio input failed\n");
goldfish_nand.c 556 dprint( "mapping '%.*s' NAND image to %s", devname_len, devname, rwfilename);
  /external/qemu/android/
qemu-setup.c 27 #define D(...) do { if (VERBOSE_CHECK(init)) dprint(__VA_ARGS__); } while (0)
400 dprint("http_proxy format unsupported, try 'proxy:port' or 'username:password@proxy:port'");
431 dprint( "http proxy setup failed, check your $http_proxy variable");
455 dprint( "Application directory too long: %s", appdir);
cmdline-option.c 280 dprint( "ignoring unknown " ENV_DEBUG " item '%s'", x );
qemulator.c 19 #define D(...) do { if (VERBOSE_CHECK(init)) dprint(__VA_ARGS__); } while (0)
main.c 92 #define D(...) do { if (VERBOSE_CHECK(init)) dprint(__VA_ARGS__); } while (0)
491 //dprint( "onion alpha set to %d (%.f %%)", alpha, alpha/2.56 );
    [all...]
  /external/qemu/android/skin/
file.c 239 dprint( "Warning: skin file button uses unknown key name '%s'", button->name );
274 dprint( "### WARNING: ignoring part location without 'name' element" );
283 dprint( "### WARNING: ignoring part location with unknown name '%s'", partname );
463 dprint( "### WARNING: invalid skin layout event format: '%s', should be '<TYPE>:<CODE>:<VALUE>'", event );
472 dprint( "### WARNING: unrecognized skin layout event name: %.*s", x-event, event );
629 dprint( "## WARNING: can't load part '%s' from skin\n", node->name ? "<NULL>" : node->name );
652 dprint( "## WARNING: ignoring layout in skin file" );
window.c 1051 dprint( "emulator window was out of view and was recentred\n" );
    [all...]
  /external/clearsilver/util/
snprintf.c 498 dprint (1, (debugfile, "zpad: %d, spad: %d, min: %d, max: %d, place: %d\n",
630 dprint (1, (debugfile, "fmtfp: %f =? %d.%d\n", fvalue, intpart, fracpart));
  /external/qemu/android/avd/
info.c 657 dprint( "Did you build everything ?" );
659 dprint( "Maybe defining %s to point to a valid SDK "
662 dprint( "Your %s is probably wrong: %s", SDK_ROOT_ENV,
    [all...]
  /external/qemu/slirp-android/
slirp.c 30 #include "android/utils/debug.h" /* for dprint */
227 dprint( "cannot create slirp log file in temporary directory" );
232 dprint( "sending slirp logs with mask %x to %s", slirp_logmask, slirp_logfile );
  /external/qemu/audio/
audio.c     [all...]
  /external/qemu/
vl-android.c 338 extern void dprint( const char* format, ... );
    [all...]

Completed in 6924 milliseconds