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

1 2

  /external/clang/lib/Sema/
DelayedDiagnostic.cpp 27 DelayedDiagnostic DD;
28 DD.Kind = Deprecation;
29 DD.Triggered = false;
30 DD.Loc = Loc;
31 DD.DeprecationData.Decl = D;
32 DD.DeprecationData.UnknownObjCClass = UnknownObjCClass;
33 DD.DeprecationData.ObjCProperty = ObjCProperty;
40 DD.DeprecationData.Message = MessageData;
41 DD.DeprecationData.MessageLen = Msg.size();
42 return DD;
    [all...]
  /external/compiler-rt/test/Unit/ppc/
DD.h 12 } DD;
  /external/clang/test/Misc/
diag-line-wrapping.cpp 7 struct DD : D1, D2 {
12 // CHECK: struct DD -> struct D1 -> struct B
13 // CHECK: struct DD -> struct D2 -> struct B
  /device/generic/goldfish/qemu-props/
qemu-props.c 31 # define DD(...) ALOGI(__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/compiler-rt/lib/ppc/
DD.h 12 }DD;
  /external/clang/test/SemaCXX/
conversion-delete-expr.cpp 100 struct DD : BB {
105 void foo7 (DD d)
  /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...]
opengles.c 35 #define DD(...) VERBOSE_PRINT(gles,__VA_ARGS__)
adb-qemud.c 29 #define DD(...) VERBOSE_PRINT(adb,__VA_ARGS__)
342 DD("ADB debugging client %p is disconnected from the guest.", adb_dbg_client);
359 DD("Connecting ADB debugging guest: '%s'",
365 DD("Unable to create QEMUD client for ADB debugging guest.");
402 DD("Registered '%s' qemud service", DEBUG_SERVICE_NAME);
hw-pipe-net.c 42 # define DD(...) printf(__VA_ARGS__), printf("\n")
46 # define DD(...) ((void)0)
379 DD("%s: flags=%d", __FUNCTION__, flags);
  /bionic/libc/bionic/
md5.c 78 u_int32_t AA, BB, CC, DD;
83 DD = D;
176 D += DD;
  /external/clang/include/clang/AST/
DependentDiagnostic.h 48 DependentDiagnostic *DD = Create(Context, Parent, PDiag);
49 DD->AccessData.Loc = Loc.getRawEncoding();
50 DD->AccessData.IsMember = IsMemberAccess;
51 DD->AccessData.Access = AS;
52 DD->AccessData.TargetDecl = TargetDecl;
53 DD->AccessData.NamingClass = NamingClass;
54 DD->AccessData.BaseObjectType = BaseObjectType.getAsOpaquePtr();
55 return DD;
  /external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.type/dcl.type.simple/
p5-cxx0x.cpp 28 struct DD {
29 ~DD() = delete; // expected-note 2{{here}}
36 decltype(DD()) *p = new decltype(DD()); // ok
43 decltype(DD(), // expected-error {{deleted function}}
44 DD()) dd1; // expected-error {{deleted function}}
49 decltype(((13, ((DD())))))::n dd_parens; // ok
107 DD operator+(PD &a, PD &b);
112 DD operator,(int a, PD b);
  /external/llvm/include/llvm/CodeGen/
AsmPrinter.h 110 /// DD - If the target supports dwarf debug info, this pointer is non-null.
111 DwarfDebug *DD;
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfCompileUnit.h 53 DwarfDebug *DD;
  /sdk/emulator/opengl/tests/event_injector/
emulator-console.c 29 # define DD(...) printf(__VA_ARGS__), printf("\n")
31 # define DD(...) ((void)0)
97 DD("Console received: '%.*s'", ret, temp);
117 DD("Console sent: '%.*s'", ret, msg->data + msg->sent);
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/
Arrays2Test.java 35 public void test_binarySearch$DD() {
  /external/clang/include/clang/Sema/
DelayedDiagnostic.h 132 DelayedDiagnostic DD;
133 DD.Kind = Access;
134 DD.Triggered = false;
135 DD.Loc = Loc;
136 new (&DD.getAccessData()) AccessedEntity(Entity);
137 return DD;
144 DelayedDiagnostic DD;
145 DD.Kind = ForbiddenType;
146 DD.Triggered = false;
147 DD.Loc = loc
    [all...]
  /external/llvm/utils/TableGen/
X86RecognizableInstr.cpp 45 MAP(DD, 54) \
76 DC = 7, DD = 8, DE = 9, DF = 10,
919 case X86Local::DD:
    [all...]
  /device/generic/goldfish/opengl/system/gralloc/
gralloc.cpp 44 # define DD(...) ALOGD(__VA_ARGS__)
46 # define DD(...) ((void)0)
714 DD("gralloc_lock success. vaddr: %p, *vaddr: %p, usage: %x, cpu_addr: %p",
880 DD("gralloc_lock_ycbcr success. usage: %x, ycbcr.y: %p, .cb: %p, .cr: %p, "
  /external/clang/lib/Parse/
ParseTemplate.cpp     [all...]
  /external/dropbear/libtomcrypt/src/headers/
tomcrypt_pk.h 522 DD, /* day */
  /external/clang/lib/AST/
DeclBase.cpp     [all...]
  /external/clang/lib/StaticAnalyzer/Core/
BugReporterVisitors.cpp 314 if (const DeclaratorDecl *DD = dyn_cast<DeclaratorDecl>(DR->getDecl()))
315 Out << " (loaded from '" << *DD << "')";
    [all...]
  /external/llvm/lib/Analysis/
InstructionSimplify.cpp 212 Value *DD = A == C ? D : C;
213 // Form "A op' (B op DD)" if it simplifies completely.
214 // Does "B op DD" simplify?
215 if (Value *V = SimplifyBinOp(Opcode, B, DD, Q, MaxRecurse)) {
217 // If V equals B then "A op' V" is just the LHS. If V equals DD then
219 if (V == B || V == DD) {
    [all...]

Completed in 990 milliseconds

1 2