Home
last modified time | relevance | path

Searched refs:derror (Results 1 – 15 of 15) sorted by relevance

/external/qemu/android/
Dmain.c699 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 …]
Dcharmap.c487 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 …]
Dqemu-setup.c78 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()
261derror( "option -ports must be followed by two comma separated positive integer numbers" ); in android_emulation_setup()
268derror( "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()
291derror( "option -port must be followed by an even integer number between %d and %d\n", in android_emulation_setup()
Duser-config.c76 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()
Dcmdline-option.c95 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()
Dhw-kmsg.c45 derror( "could not create kernel log charpipe" ); in kernel_log_init()
Dboot-properties.c173 derror("could not register '%s' service", SERVICE_NAME); in boot_property_init_service()
Dhw-qemud.c1139 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/
Dinfo.c240 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/
Dmemcheck_logging.h38 do { if (VERBOSE_CHECK(memcheck)) derror(__VA_ARGS__); } while (0)
/external/qemu/android/utils/
Dstralloc.c77 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()
Ddebug.h79 extern void derror( const char* format, ... );
Ddebug.c57 derror( const char* format, ... ) in derror() function
Dmisc.c104 derror( "%s: could not allocate %d bytes", in tempstr_get()
/external/qemu/
Dcharpipe.c54 derror( "%s: not enough memory", __FUNCTION__ ); in bip_buffer_alloc()