HomeSort by relevance Sort by last modified time
    Searched defs:DD (Results 1 - 7 of 7) sorted by null

  /sdk/emulator/tools/
qemu-props.c 31 # define DD(...) LOGI(__VA_ARGS__)
33 # define DD(...) ((void)0)
60 DD("Could not connect after too many tries. Aborting");
64 DD("waiting 1s to wait for qemud.");
69 DD("connected to '%s' qemud service.", QEMUD_SERVICE);
73 DD("could not send command to '%s' service", QEMUD_SERVICE);
83 DD("receiving..");
94 DD("received: %.*s", len, temp);
99 DD("invalid format, ignored.");
105 DD("could not set property '%s' to '%s'", temp, q)
    [all...]
  /external/qemu/android/
user-config.c 24 # define DD(...) D(__VA_ARGS__)
26 # define DD(...) ((void)0)
83 DD("looking user-config in: %s", uc->iniPath);
99 DD("creating missing directory: %s", parentPath);
108 DD("reading user-config file");
118 DD(" found %s = %d", KEY_WINDOW_X, uc->windowX);
121 DD(" found %s = %d", KEY_WINDOW_Y, uc->windowY);
126 DD(" found %s = %lld", KEY_UUID, uc->uuid);
146 DD(" Generated UUID = %lld", uc->uuid);
198 DD("Generated user-config file:\n%s", temp)
    [all...]
  /bionic/libc/bionic/
md5.c 77 u_int32_t AA, BB, CC, DD;
82 DD = D;
175 D += DD;
  /external/dropbear/libtomcrypt/src/headers/
tomcrypt_pk.h 522 DD, /* day */
  /external/qemu/android/avd/
info.c 32 #define DD(...) VERBOSE_PRINT(avd_config,__VA_ARGS__)
264 DD(" found image search path: %s", path);
281 DD("found a total of %d search paths for this AVD", count);
460 DD("found %s in search dir: %s", image, searchDir);
463 DD(" no %s in search dir: %s", image, searchDir);
494 DD(" no %s in content directory", l->imageFile);
497 DD("found %s in content directory", l->imageFile);
616 DD("found user-provided %s image: %s", l->imageText, l->imageFile);
647 DD("found no %s image (%s)", l->imageText, l->imageFile);
838 DD(" ignore bad skin directory %s", temp)
    [all...]
  /libcore/luni/src/test/java/tests/api/java/util/
ArraysTest.java 166 public void test_binarySearch$DD() {
759 public void test_fill$DD() {
    [all...]
  /libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/util/
ArraysTest.java 149 public void test_binarySearch$DD() {
525 public void test_fill$DD() {
    [all...]

Completed in 41 milliseconds