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

  /external/qemu/android/utils/
panic.h 28 #define APANIC(...) android_panic(__VA_ARGS__)
file_data.c 115 APANIC("Trying to copy an uninitialized FileData instance\n");
144 APANIC("Trying to swap un-initialized FileData instance\n");
158 APANIC("Trying to finalize an un-initialized FileData instance\n");
jpeg-compress.c 55 APANIC("Unable to allocate %d bytes for JPEG compression", dst->size);
80 APANIC("Unable to allocate %d bytes for JPEG compression", dst->size);
107 APANIC("Unable to allocate JPEG compression descriptor.");
  /external/qemu/android/filesystems/
partition_types.cpp 42 APANIC("Invalid partition type value %d", part_type);
  /external/qemu/android/avd/
util.c 109 APANIC("User path too long!: %s\n", temp);
129 APANIC("Could not open: %s\n", iniPath == NULL ? avdName : iniPath);
305 APANIC("AVD path too long: %s\n", avdPath);
309 APANIC("Could not open AVD config file: %s\n", temp);
  /external/qemu/android/
main-emulator.c 354 APANIC("This emulator cannot emulate %s CPUs!\n", avdArch);
368 APANIC("Missing emulator engine program for '%s' CPUS.\n", avdArch);
looper-qemu.c 389 APANIC("Trying to run the QEMU main event loop explicitely!");
sdk-controller-socket.c 395 APANIC("SDKCtl %s: Unable to allocate %d bytes block.",
403 APANIC("SDKCtl %s: Unable to allocate %d bytes block",
    [all...]
hw-qemud.c     [all...]
  /external/qemu/hw/android/goldfish/
pipe.c 91 APANIC("Too many goldfish pipe services (%d)", count);
95 APANIC("Pipe service name too long: '%s'", pipeName);
    [all...]

Completed in 259 milliseconds