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

  /external/clang/lib/Frontend/
LogDiagnosticPrinter.cpp 86 DiagEntry &DE = Entries[i];
91 emitString(OS, getLevelName(DE.DiagnosticLevel));
93 if (!DE.Filename.empty()) {
96 emitString(OS, DE.Filename);
99 if (DE.Line != 0) {
101 << " <integer>" << DE.Line << "</integer>\n";
103 if (DE.Column != 0) {
105 << " <integer>" << DE.Column << "</integer>\n";
107 if (!DE.Message.empty()) {
110 emitString(OS, DE.Message)
    [all...]
  /external/clang/test/SemaCXX/
for-range-dereference.cpp 61 DeletedEnd DE;
62 for (auto i : DE) { } // expected-error{{attempt to use a deleted function}} \
  /external/libphonenumber/java/test/com/android/i18n/phonenumbers/
RegionCode.java 35 static final String DE = "DE";
  /external/llvm/include/llvm/CodeGen/
AsmPrinter.h 113 /// DE - If the target supports dwarf exception info, this pointer is
115 DwarfException *DE;
  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/
SpacebarTextTests.java 98 // de qwertz F De Deutsch Deutsch
101 // de qwerty T De Deutsch Deutsch (QWERTY)
115 final InputMethodSubtype DE = ImfUtils.findSubtypeByLocaleAndKeyboardLayoutSet(
128 assertEquals("de ", "Deutsch",
129 MainKeyboardView.getFullDisplayName(DE, mRes));
137 assertEquals("de ", "Deutsch", MainKeyboardView.getMiddleDisplayName(DE));
144 assertEquals("de ", "De", MainKeyboardView.getShortDisplayName(DE))
    [all...]
  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/
SubtypeLocaleTests.java 65 // de qwertz F Deutsch
68 // de qwerty T Deutsch (QWERTY)
82 final InputMethodSubtype DE = ImfUtils.findSubtypeByLocaleAndKeyboardLayoutSet(
91 assertEquals("de ", "qwertz", SubtypeLocale.getKeyboardLayoutSetName(DE));
105 assertEquals("de ", "Deutsch",
106 SubtypeLocale.getSubtypeDisplayName(DE, res));
130 assertEquals("de qwerty", "Deutsch (QWERTY)",
152 final InputMethodSubtype DE = ImfUtils.findSubtypeByLocaleAndKeyboardLayoutSet(
168 assertEquals("de ", "Deutsch"
    [all...]
  /external/llvm/utils/TableGen/
X86RecognizableInstr.cpp 47 MAP(DE, 54) \
77 DC = 7, DD = 8, DE = 9, DF = 10,
923 case X86Local::DE:
    [all...]
  /external/llvm/lib/ExecutionEngine/JIT/
JITEmitter.cpp 328 /// DE - The dwarf emitter for the jit.
329 OwningPtr<JITDwarfEmitter> DE;
380 DE.reset(new JITDwarfEmitter(jit));
468 if (DE.get()) DE->setModuleInfo(Info);
    [all...]
  /external/llvm/lib/Target/X86/MCTargetDesc/
X86BaseInfo.h 331 DE = 9 << Op0Shift, DF = 10 << Op0Shift,
  /external/webkit/Source/WebKit/android/content/
address_detector.cpp 679 DE = 9, // DE Delaware
752 PA, PA, PA, PA, PA, PA, PA, DE, DE, DE, // 190-199
    [all...]
  /external/clang/lib/AST/
ItaniumMangle.cpp     [all...]
  /external/clang/lib/StaticAnalyzer/Core/
ExprEngine.cpp 802 const DeclRefExpr *DE = cast<DeclRefExpr>(S);
803 VisitCommonDeclRefExpr(DE, DE->getDecl(), Pred, Dst);
    [all...]
  /external/clang/lib/Sema/
SemaLookup.cpp 454 DeclContext::lookup_iterator DI, DE;
456 for (llvm::tie(DI,DE) = I->Decls; DI != DE; ++DI)
    [all...]
  /external/qemu/
ppc-dis.c 561 /* The DE field in a DE form instruction. This is like D, but is 12
563 #define DE D + 1
568 #define DES DE + 1
    [all...]

Completed in 583 milliseconds