HomeSort by relevance Sort by last modified time
    Searched refs:DE (Results 26 - 50 of 117) sorted by null

12 3 4 5

  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/xdf/tests/
xdfprotect.asm 101 idt0: idesc32 isrP, 0x0008, 0 ; 0x00, 0 #DE, Divide Error
139 dw isrR, 0 ; 0x00, 0 #DE, Divide Error
  /external/llvm/tools/llvm-symbolizer/
LLVMSymbolize.cpp 279 DataExtractor DE(Data, Obj->isLittleEndian(), 0);
281 if (const char *DebugNameStr = DE.getCStr(&Offset)) {
284 if (DE.isValidOffsetForDataOfSize(Offset, 4)) {
286 CRCHash = DE.getU32(&Offset);
  /external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_tools_windows/tools/
buildpkb.sh 43 elif [ $1 = "de" ]; then
44 if [ $2 = "DE" ]; then
107 elif [ $LANG = "de-DE" ]; then
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/tests/
simd-2.asm 5 pinsrw mm3, esi, 5 ; 0F C4 DE 05
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfAccelTable.cpp 250 DE = Data.end();
251 DI != DE; ++DI)
  /frameworks/compile/slang/
slang.cpp 228 if (const clang::DirectoryEntry *DE =
230 SearchList.push_back(clang::DirectoryLookup(DE,
  /external/llvm/include/llvm/Object/
ELFObjectFile.h 817 Elf_Dyn_Iter DE = EF.end_dynamic_table();
819 while (DI != DE && DI->getTag() != ELF::DT_SONAME)
822 if (DI != DE)
830 Elf_Dyn_Iter DE = EF.end_dynamic_table();
832 while (DI != DE && DI->getTag() != ELF::DT_SONAME)
842 Elf_Dyn_Iter DE = EF.end_dynamic_table();
847 while (DI != DE && DI->getTag() != ELF::DT_NEEDED);
    [all...]
  /external/clang/utils/TableGen/
ClangDiagnosticsEmitter.cpp 230 DE = GroupDiags.end();
231 DI != DE; ++DI) {
260 DE = GroupDiags.end();
261 assert(DI != DE && "We only care about groups with multiple uses!");
274 for (++DI; DI != DE; ++DI) {
    [all...]
  /external/libphonenumber/java/test/com/android/i18n/phonenumbers/
PhoneNumberUtilTest.java 55 // Note that this is the same as the example number for DE in the metadata.
166 PhoneMetadata metadata = phoneUtil.getMetadataForRegion(RegionCode.DE);
167 assertEquals("DE", metadata.getId());
317 assertEquals(DE_NUMBER, phoneUtil.getExampleNumber(RegionCode.DE));
320 phoneUtil.getExampleNumberForType(RegionCode.DE,
323 phoneUtil.getExampleNumberForType(RegionCode.DE,
517 phoneUtil.formatOutOfCountryCallingNumber(US_PREMIUM, RegionCode.DE));
533 assertEquals("1234", phoneUtil.formatOutOfCountryCallingNumber(DE_SHORT_NUMBER, RegionCode.DE));
606 phoneUtil.formatOutOfCountryKeepingAlphaChars(alphaNumericNumber, RegionCode.DE));
    [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
MacOSKeychainAPIChecker.cpp 387 if (const DeclRefExpr *DE = dyn_cast<DeclRefExpr>(DeallocatorExpr)) {
388 StringRef DeallocatorName = DE->getFoundDecl()->getName();
398 if (DE->getFoundDecl()->getName() == "kCFAllocatorNull")
  /external/clang/lib/Basic/
VirtualFileSystem.cpp 934 DirectoryEntry *DE = dyn_cast<DirectoryEntry>(From);
935 if (!DE)
938 for (DirectoryEntry::iterator I = DE->contents_begin(),
939 E = DE->contents_end();
960 DirectoryEntry *DE = cast<DirectoryEntry>(E);
961 Status S = DE->getStatus();
    [all...]
  /external/clang/lib/ARCMigrate/
TransAutoreleasePool.cpp 57 if (DeclRefExpr *DE = dyn_cast<DeclRefExpr>(instance)) {
58 if (DE->getDecl() == Dcl)
  /external/llvm/lib/CodeGen/
MachineSink.cpp 412 for (MachineBasicBlock::iterator DE = MI->getParent()->end();
413 DI != DE; ++DI) {
PostRASchedulerList.cpp 659 DI = DbgValues.end(), DE = DbgValues.begin(); DI != DE; --DI) {
  /external/llvm/tools/llvm-objdump/
MachODump.cpp 270 for (dice_iterator DI = MachOOF->begin_dices(), DE = MachOOF->end_dices();
271 DI != DE; ++DI) {
  /external/clang/include/clang/Analysis/
CFG.h 220 CFGDeleteDtor(const CXXRecordDecl *RD, const CXXDeleteExpr *DE)
221 : CFGImplicitDtor(DeleteDtor, RD, DE) {}
687 void appendDeleteDtor(CXXRecordDecl *RD, CXXDeleteExpr *DE, BumpVectorContext &C) {
688 Elements.push_back(CFGDeleteDtor(RD, DE), C);
    [all...]
  /external/clang/lib/Analysis/
CFG.cpp 366 CFGBlock *VisitCXXNewExpr(CXXNewExpr *DE, AddStmtChoice asc);
367 CFGBlock *VisitCXXDeleteExpr(CXXDeleteExpr *DE, AddStmtChoice asc);
480 void appendDeleteDtor(CFGBlock *B, CXXRecordDecl *RD, CXXDeleteExpr *DE) {
481 B->appendDeleteDtor(RD, DE, cfg->getBumpVectorContext());
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
ScheduleDAGSDNodes.cpp 863 SDDbgInfo::DbgIterator DE = DAG->DbgEnd();
866 for (unsigned i = 0, e = Orders.size(); i != e && DI != DE; ++i) {
872 for (; DI != DE &&
894 while (DI != DE) {
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
ExprEngine.cpp 599 const CXXDeleteExpr *DE = Dtor.getDeleteExpr();
600 const Stmt *Arg = DE->getArgument();
606 QualType DTy = DE->getDestroyedType();
611 PostImplicitCall PP(Dtor, DE->getLocStart(), LCtx);
617 VisitCXXDestructor(DE->getDestroyedType(),
619 DE, /*IsBase=*/ false,
    [all...]
  /external/clang/lib/Frontend/
InitHeaderSearch.cpp 155 if (const DirectoryEntry *DE = FM.getDirectory(MappedPathStr)) {
157 std::make_pair(Group, DirectoryLookup(DE, Type, isFramework)));
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
adogpool.h 1019 #define ADO_Reserved_47 GUID_BUILDER(ADO_Reserved_47,2430F883,1462,4899,9A,DE,F7,24,27,FD,5E,E4)
    [all...]
  /external/chromium_org/third_party/icu/source/data/sprep/
rfc3530cs.txt 76 09DE; ; UNASSIGNED
332 33DE..33DF; ; UNASSIGNED
rfc3530mixp.txt 77 09DE; ; UNASSIGNED
333 33DE..33DF; ; UNASSIGNED
rfc3920res.txt 77 09DE; ; UNASSIGNED
333 33DE..33DF; ; UNASSIGNED
rfc4011.txt 76 09DE; ; UNASSIGNED
332 33DE..33DF; ; UNASSIGNED

Completed in 7482 milliseconds

12 3 4 5