Searched refs:derror (Results 1 – 15 of 15) sorted by relevance
/external/qemu/android/ |
D | main.c | 699 derror("unknown skin name '%s'", name); in init_skinned_ui() 846 derror( "keyset name too long: '%s'\n", keyset); in parse_keyset() 907 derror( "bad parameter value '%s': expecting unsigned integer", value ); in parse_nand_rw_limit() 917 derror( "bad read/write limit suffix: use K, M or G" ); in parse_nand_rw_limit() 944 derror( "bad parameter, expecting pid=<number>, got '%s'", in parse_nand_limits() 949 derror( "bad parameter: process identifier must be > 0" ); in parse_nand_limits() 956 derror( "bad parameter: expecting signal=<number>, got '%s'", in parse_nand_limits() 961 derror( "bad parameter: signal number must be > 0" ); in parse_nand_limits() 972 derror( "bad parameter '%s' (see -help-nand-limits)", item ); in parse_nand_limits() 978 derror( "bad paramater: missing pid=<number>" ); in parse_nand_limits() [all …]
|
D | charmap.c | 487 derror("Invalid format of charmap file %s. Unknown key %s in line %d", in kcm_parse_line() 495 derror("Invalid format of charmap file %s. Invalid display value in line %d", in kcm_parse_line() 503 derror("Invalid format of charmap file %s. Invalid number value in line %d", in kcm_parse_line() 511 derror("Invalid format of charmap file %s. Invalid base value in line %d", in kcm_parse_line() 519 derror("Invalid format of charmap file %s. Invalid caps value in line %d", in kcm_parse_line() 527 derror("Invalid format of charmap file %s. Invalid fn value in line %d", in kcm_parse_line() 535 derror("Invalid format of charmap file %s. Invalid caps_fn value in line %d", in kcm_parse_line() 546 derror("Invalid format of charmap file %s in line %d", in kcm_parse_line() 629 derror("Unable to open charmap file %s : %s", in parse_kcm_file() 675 derror("Error reading charmap file %s : %s", in parse_kcm_file() [all …]
|
D | qemu-setup.c | 78 derror( "socket port/path can be followed by [,<option>]+ only\n"); in get_report_console_options() 94 derror( "socket port/path can be followed by [,server][,max=<count>] only\n"); in get_report_console_options() 235 derror( "env var ANDROID_ADB_SERVER_PORT must be a number > 0. Got \"%s\"\n", in android_emulation_setup() 261 … derror( "option -ports must be followed by two comma separated positive integer numbers" ); in android_emulation_setup() 268 … derror( "option -ports must be followed by two comma separated positive integer numbers" ); in android_emulation_setup() 273 derror( "option -ports must be followed by two different integer numbers" ); in android_emulation_setup() 291 … derror( "option -port must be followed by an even integer number between %d and %d\n", in android_emulation_setup()
|
D | user-config.c | 76 derror("Weird: Cannot create temporary user-config file?"); in auserConfig_new() 89 derror("Weird: Can't find parent of user-config file: %s", in auserConfig_new() 96 derror("Weird: No content path for this AVD: %s", parentPath); in auserConfig_new() 101 derror("Using empty user-config, can't create %s: %s", in auserConfig_new()
|
D | cmdline-option.c | 95 derror( "-debug must be followed by tags (see -help-verbose)\n"); in android_parse_options() 158 derror( "-%s must be followed by parameter (see -help-%s)", in android_parse_options()
|
D | hw-kmsg.c | 45 derror( "could not create kernel log charpipe" ); in kernel_log_init()
|
D | boot-properties.c | 173 derror("could not register '%s' service", SERVICE_NAME); in boot_property_init_service()
|
D | hw-qemud.c | 1139 derror( "%s: can't create charpipe to serial port", in android_qemud_init() 1249 derror("unexpected qemud char. channel close"); in _qemud_char_client_close() 1306 derror("can't open charpipe for '%s' qemud service", name); in android_qemud_get_channel()
|
/external/qemu/android/avd/ |
D | info.c | 240 derror("can't find root of SDK directory"); in _getSdkRoot() 276 derror("no search paths found in this AVD's configuration.\n" in _getSearchPaths() 305 derror("device name too long"); in _getRootIni() 311 derror("unknown virtual device name: '%s'", i->deviceName); in _getRootIni() 328 derror("bad config: %s", in _getContentPath() 344 derror("can't access virtual device content directory"); in _getConfigIni() 358 derror("bad config: %s", in _getConfigIni() 490 derror("content directory path too long"); in imageLoader_lookupContent() 534 derror("the %s image is used by another emulator. aborting", in imageLoader_lock() 552 derror("could not create %s image at %s: %s", in imageLoader_empty() [all …]
|
/external/qemu/memcheck/ |
D | memcheck_logging.h | 38 do { if (VERBOSE_CHECK(memcheck)) derror(__VA_ARGS__); } while (0)
|
/external/qemu/android/utils/ |
D | stralloc.c | 77 derror( "%s: not enough memory to reallocate %ld bytes", in stralloc_ready() 90 derror("%s: trying to grow by too many bytes: %ld", in stralloc_readyplus()
|
D | debug.h | 79 extern void derror( const char* format, ... );
|
D | debug.c | 57 derror( const char* format, ... ) in derror() function
|
D | misc.c | 104 derror( "%s: could not allocate %d bytes", in tempstr_get()
|
/external/qemu/ |
D | charpipe.c | 54 derror( "%s: not enough memory", __FUNCTION__ ); in bip_buffer_alloc()
|