/external/qemu/android/camera/ |
camera-capture-mac.c | 25 #define W(...) dwarning(__VA_ARGS__)
|
camera-capture-windows.c | 27 #define W(...) dwarning(__VA_ARGS__)
|
camera-capture-linux.c | 30 #define W(...) dwarning(__VA_ARGS__) [all...] |
camera-service.c | 32 #define W(...) dwarning(__VA_ARGS__) [all...] |
camera-format-converters.c | 28 #define W(...) dwarning(__VA_ARGS__) [all...] |
/external/qemu/android/ |
user-config.c | 79 dwarning("Weird: Content path too long, using temporary user-config."); 111 dwarning("Can't read user-config file: %s\nUsing default values", 206 dwarning("could not save user configuration: %s: %s",
|
boot-properties.c | 142 dwarning("boot property name too long: '%.*s'", 146 dwarning("boot property value too long: '%.*s'", 150 dwarning("boot property name contains invalid chars: %.*s", 363 dwarning("boot property missing (=) separator: %s", param);
|
main.c | 152 dwarning("%s partition size adjusted to match image file %s\n", description, temp); 754 dwarning( "Emulated hardware doesn't support a cache partition. -cache option ignored!" ); 787 dwarning( "Emulated hardware doesn't support SD Cards. -sdcard option ignored." ); 831 dwarning("no SD Card image at '%s'", opts->sdcard); 845 dwarning("ignoring -snapshot option due to the use of -no-snapstorage"); 850 dwarning("ignoring -snapstorage option due to the use of -no-snapstorage"); 885 dwarning("ignoring -snapshot option due to the use of -no-snapshot."); [all...] |
qemu-setup.c | 297 dwarning( "option -port must be followed by an even integer, using port number %d\n",
|
main-common.c | 418 dwarning("could not load skin file '%s', using built-in one\n", 706 dwarning( "Please note that -image is obsolete and that -system is now used to point\n" 718 dwarning( "Please note that the -system option should now be used to point to the initial\n" [all...] |
/external/qemu/android/utils/ |
debug.h | 73 ** 'dwarning' prints a warning message, then appends a '\n' 80 extern void dwarning( const char* format, ... );
|
debug.c | 45 dwarning( const char* format, ... ) function
|
tempfile.c | 147 dwarning("%s: over %d calls. Program exit may not cleanup all temporary files",
|
ini.c | 24 #define W(...) dwarning(__VA_ARGS__)
|
/external/qemu/android/avd/ |
info.c | 946 dwarning("Ignoring invalid SDCard path: %s", path); [all...] |
/external/qemu/hw/ |
goldfish_nand.c | 964 dwarning( "no read or write limit specified. ignoring -nand-limits" );
|
/external/qemu/ |
vl-android.c | [all...] |