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

1 2 3 4 5

  /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...]
  /cts/tools/vm-tests/src/dot/junit/opcodes/rem_double/d/
T_rem_double_5.d 13 .method public run(DD)D
  /cts/tools/vm-tests/src/dot/junit/opcodes/rem_double_2addr/d/
T_rem_double_2addr_1.d 13 .method public run(DD)D
T_rem_double_2addr_2.d 13 .method public run(DD)D
T_rem_double_2addr_5.d 13 .method public run(DD)D
  /external/dropbear/libtomcrypt/src/pk/asn1/der/utctime/
der_decode_utctime.c 90 DECODE_V(out->DD, 32);
der_encode_utctime.c 58 STORE_V(utctime->DD);
  /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...]
  /cts/tools/vm-tests/src/dot/junit/opcodes/add_double/d/
T_add_double_1.d 26 .method public run(DD)D
T_add_double_2.d 26 .method public run(DD)D
T_add_double_4.d 26 .method public run(DD)D
T_add_double_5.d 26 .method public run(DD)D
  /cts/tools/vm-tests/src/dot/junit/opcodes/add_double_2addr/d/
T_add_double_2addr_1.d 26 .method public run(DD)D
T_add_double_2addr_2.d 26 .method public run(DD)D
T_add_double_2addr_4.d 26 .method public run(DD)D
T_add_double_2addr_5.d 26 .method public run(DD)D
  /cts/tools/vm-tests/src/dot/junit/opcodes/cmpg_double/d/
T_cmpg_double_1.d 26 .method public run(DD)I
T_cmpg_double_2.d 26 .method public run(DD)I
T_cmpg_double_4.d 26 .method public run(DD)I
T_cmpg_double_5.d 26 .method public run(DD)I
  /cts/tools/vm-tests/src/dot/junit/opcodes/cmpl_double/d/
T_cmpl_double_1.d 26 .method public run(DD)I
T_cmpl_double_2.d 26 .method public run(DD)I
T_cmpl_double_4.d 26 .method public run(DD)I
T_cmpl_double_5.d 26 .method public run(DD)I

Completed in 242 milliseconds

1 2 3 4 5