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

  /art/runtime/
disassembler_arm.cc     [all...]
  /external/llvm/lib/IR/
DebugInfo.cpp 343 const MDNode *DN = D;
344 const Value *V = cast_or_null<Value>(DN);
363 const MDNode *DN = D;
364 const Value *V = cast_or_null<Value>(DN);
    [all...]
  /external/clang/test/CodeGenCXX/
const-init-cxx11.cpp 79 struct DN : D, N {};
80 struct DND : DN, X<D,0> {};
81 struct DNN : DN, X<N,0> {};
84 // Note, N subobject is laid out in DN subobject's tail padding.
  /external/qemu/slirp-android/
slirp.c 42 #define DN(...) do { if (VERBOSE_CHECK(slirp)) dprintn(__VA_ARGS__); } while (0)
180 DN("emulator: IP address of your DNS(s): ");
192 DN(", ");
193 DN("%s", inet_iptostr(tmp_ip));
195 DN("(more)");
200 DN("\n");
    [all...]
  /external/clang/lib/CodeGen/
CGDebugInfo.cpp     [all...]
  /external/chromium_org/third_party/gpsd/release-3.1/
gps.h 794 /* DN, Leap second reference Day Number , 8 bits unsigned,
796 uint8_t DN;
    [all...]
  /frameworks/base/services/java/com/android/server/wm/
WindowManagerService.java     [all...]

Completed in 108 milliseconds