HomeSort by relevance Sort by last modified time
    Searched refs:derror (Results 1 - 25 of 49) sorted by null

1 2

  /external/qemu/android/protocol/
core-connection.c 101 derror("syncsocket_connect has failed: %s\n", errno_str);
110 derror("syncsocket_start_read has failed: %s\n", errno_str);
119 derror("syncsocket_read_line_absolute has failed: %s\n", errno_str);
125 derror("console has failed the connection: %s\n", buf);
134 derror("unexpected reply from the console: %s\n", buf);
206 derror("syncsocket_start_write failed: %s\n", errno_str);
214 derror("syncsocket_write failed: %s\n", errno_str);
234 derror("syncsocket_start_read failed: %s\n", errno_str);
242 derror("syncsocket_read failed: %s\n", errno_str);
302 derror("error reading console reply on stream switch: %s\n", errno_str)
    [all...]
attach-ui-proxy.c 64 derror("Unexpected LOOP_IO_WRITE in _attachUiProxy_io_func.\n");
73 derror("Unexpected read status %d in _attachUiProxy_io_func\n", status);
78 derror("Unexpected read error %d (%s) in _attachUiProxy_io_func.\n",
ui-commands-proxy.c 91 derror("Send UI command %d (%u bytes) has failed: %s\n",
113 derror("Unexpected LOOP_IO_WRITE in _uiCmdProxy_io_func.\n");
122 derror("Unexpected read status %d in _uiCmdProxy_io_func\n", status);
127 derror("Unexpected read error %d (%s) in _uiCmdProxy_io_func.\n",
171 derror("Unable to initialize UICmdProxy writer: %s\n", errno_str);
user-events-impl.c 87 derror("Unexpected LOOP_IO_WRITE in _userEventsImpl_io_func\n");
126 derror("Unexpected user event type %d\n",
153 derror("Unexpected user event type %d\n",
172 derror("User event read error %d -> %s\n", errno, errno_str);
user-events-proxy.c 68 derror("Unable to send user event: %s\n", errno_str);
83 derror("Unable to connect to the user-events service: %s\n",
93 derror("Unable to initialize UserEventsProxy writer: %s\n", errno_str);
attach-ui-impl.c 57 derror("Unable to connect to the attach-UI service: %s\n",
core-commands-proxy.c 80 derror("Unable to send UI control command %d (size %u): %s\n",
117 derror("Unable to get UI command response from the Core: %s\n",
323 derror("Unable to connect to the ui-core-control service: %s\n",
332 derror("Unable to initialize CoreCmdProxy writer: %s\n", errno_str);
338 derror("Unable to initialize CoreCmdProxy reader: %s\n", errno_str);
ui-commands-impl.c 108 derror("Unknown command %d is received from the Core\n",
204 derror("Unable to connect to the core-ui-control service: %s\n",
core-commands-impl.c 148 derror("Core is unable to respond with %u bytes to the UI control command: %s\n",
321 derror("Unknown UI control command %d is received by the Core.\n",
341 derror("Unexpected LOOP_IO_WRITE in _coreCmdImpl_io_func\n");
416 derror("Unable to create writer for CoreCmdImpl instance: %s\n",
fb-updates-impl.c 190 derror("Unable to connect to the framebuffer service: %s\n",
211 derror("Unexpected core framebuffer reply: %s\n"
  /external/qemu/android/
opengles.c 83 derror("GLES emulation: Could not find required symbol (%s): %s", #name, error); \
104 derror("Could not load OpenGLES emulation library: %s", error);
115 derror("OpenGLES emulation library mismatch. Be sure to use the correct version!");
120 derror("OpenGLES initialization failed!");
137 derror("OpenGLES emulation library could not be initialized!");
main.c 275 derror("You must use the -snapstorage <file> option to specify a snapshot storage file!\n");
277 derror("This AVD doesn't have snapshotting enabled!\n");
304 derror("The -skindir <path> option requires a -skin <name> option");
330 derror("could not read hardware configuration ?");
391 derror( "bad -trace parameter" );
422 derror( "This AVD's configuration is missing a kernel file!!" );
428 derror( "Invalid or missing kernel image file: %s", kernelFile );
522 derror( "-partition-size must be followed by a positive integer" );
526 derror( "partition-size (%d) must be between %dMB and %dMB",
545 derror("Directory does not exist: %s", opts->sysdir)
    [all...]
hw-kmsg.c 45 derror( "could not create kernel log charpipe" );
user-config.c 76 derror("Weird: Cannot create temporary user-config file?");
89 derror("Weird: Can't find parent of user-config file: %s",
96 derror("Weird: No content path for this AVD: %s", parentPath);
101 derror("Using empty user-config, can't create %s: %s",
qemu-setup.c 80 derror( "socket port/path can be followed by [,<option>]+ only\n");
96 derror( "socket port/path can be followed by [,server][,max=<count>] only\n");
237 derror( "env var ANDROID_ADB_SERVER_PORT must be a number > 0. Got \"%s\"\n",
265 derror( "option -ports must be followed by two comma separated positive integer numbers" );
272 derror( "option -ports must be followed by two comma separated positive integer numbers" );
277 derror( "option -ports must be followed by two different integer numbers" );
302 derror( "option -port must be followed by an even integer number between %d and %d\n",
snapshot.c 60 derror("read failed: %s", strerror(errno));
74 derror("seek failed: %s", strerror(errno));
273 derror("Not a valid Qcow snapshot file (expected magic value '%08x', got '%08x').",
278 derror("Unsupported Qcow version (need %d, got %d).",
314 derror("Could not open snapshot file '%s': %s", snapstorage, strerror(errno));
main-common.c 151 derror( "keyset name too long: '%s'\n", keyset);
410 derror("unknown skin name '%s'", skinName);
684 derror("Your system directory is missing the '%s' image file.\n"
701 derror( "You can't use -sysdir, -system and -image at the same time.\n"
714 derror( "Option -system should now be followed by a file path, not a directory one.\n"
766 derror( "the -skindir <path> option requires a -skin <name> option");
777 derror( "timeout specified for -bootchart option is invalid.\n"
803 derror("Can't access ANDROID_PRODUCT_OUT as '%s'\n"
814 derror("Can't find the Android build root '%s'\n"
836 derror(
    [all...]
snaphost-android.c 18 #define E(...) derror(__VA_ARGS__)
adb-qemud.c 26 #define E(...) derror(__VA_ARGS__)
366 derror("%s: Could not register '%s' service",
cmdline-option.c 95 derror( "-debug must be followed by tags (see -help-verbose)\n");
158 derror( "-%s must be followed by parameter (see -help-%s)",
  /external/qemu/memcheck/
memcheck_logging.h 32 do { if (VERBOSE_CHECK(memcheck)) derror(__VA_ARGS__); } while (0)
  /external/qemu/android/utils/
debug.h 84 ** 'derror' prints a severe error message, then appends a '\n'
91 extern void derror( const char* format, ... );
debug.c 57 derror( const char* format, ... ) function
  /external/qemu/android/avd/
info.c 417 derror("malformed skin name: %s", skinName);
454 derror("unknown virtual device name: '%s'", i->deviceName);
464 derror("Corrupt virtual device config file!");
484 derror("bad config: %s",
572 derror("can't access virtual device content directory");
598 derror("bad config: %s",
620 derror("no search paths found in this AVD's configuration.\n"
721 derror("virtual device name contains invalid characters");
917 derror("bad workspace: cannot find prebuilt kernel in: %s", temp);
    [all...]
  /external/qemu/hw/
goldfish_nand.c 898 derror( "bad parameter value '%s': expecting unsigned integer", value );
908 derror( "bad read/write limit suffix: use K, M or G" );
935 derror( "bad parameter, expecting pid=<number>, got '%s'",
940 derror( "bad parameter: process identifier must be > 0" );
947 derror( "bad parameter: expecting signal=<number>, got '%s'",
952 derror( "bad parameter: signal number must be > 0" );
963 derror( "bad parameter '%s' (see -help-nand-limits)", item );
969 derror( "bad paramater: missing pid=<number>" );
973 derror( "bad parameter: missing signal=<number>" );

Completed in 374 milliseconds

1 2