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

12 3 4

  /external/openssl/crypto/srp/
srp_grps.h 66 bn_pack4(35DE,236D,525F,5475),
175 bn_pack4(DBBB,C2DB,04DE,8EF9),
269 bn_pack4(C1D4,DCB2,6026,46DE),
281 bn_pack4(DBBB,C2DB,04DE,8EF9),
407 bn_pack4(C1D4,DCB2,6026,46DE),
419 bn_pack4(DBBB,C2DB,04DE,8EF9),
  /external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp 105 DD = 0; DE = 0; MMI = 0; LI = 0;
112 assert(DD == 0 && DE == 0 && "Debug/EH info didn't get finalized");
202 DE = new DwarfCFIException(this);
205 DE = new ARMException(this);
208 DE = new Win64Exception(this);
471 if (DE) {
473 DE->BeginFunction(MF);
787 if (DE) {
789 DE->EndFunction();
882 if (DE) {
    [all...]
DwarfDebug.cpp     [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/clang/lib/StaticAnalyzer/Checkers/
MacOSKeychainAPIChecker.cpp 396 if (const DeclRefExpr *DE = dyn_cast<DeclRefExpr>(DeallocatorExpr)) {
397 StringRef DeallocatorName = DE->getFoundDecl()->getName();
408 if (DE->getFoundDecl()->getName() != "kCFAllocatorNull") {
CallAndMessageChecker.cpp 194 DI = F.FieldChain.begin(), DE = F.FieldChain.end(); DI!=DE;++DI){
DeadStoresChecker.cpp 309 for (DeclStmt::const_decl_iterator DI=DS->decl_begin(), DE=DS->decl_end();
310 DI != DE; ++DI) {
  /external/clang/lib/ARCMigrate/
TransAutoreleasePool.cpp 57 if (DeclRefExpr *DE = dyn_cast<DeclRefExpr>(instance)) {
58 if (DE->getDecl() == Dcl)
  /external/llvm/lib/CodeGen/
PHIElimination.cpp 179 DE = MRI->def_end(); DI != DE; ++DI)
MachineSink.cpp 405 for (MachineBasicBlock::iterator DE = MI->getParent()->end();
406 DI != DE; ++DI) {
PostRASchedulerList.cpp 785 DI = DbgValues.end(), DE = DbgValues.begin(); DI != DE; --DI) {
  /external/clang/lib/Analysis/
UninitializedValues.cpp 353 for (DeclStmt::decl_iterator DI = DS->decl_begin(), DE = DS->decl_end();
354 DI != DE; ++DI) {
644 for (DeclStmt::decl_iterator DI = DS->decl_begin(), DE = DS->decl_end();
645 DI != DE; ++DI) {
LiveVariables.cpp 383 for (DeclStmt::decl_iterator DI=DS->decl_begin(), DE = DS->decl_end();
384 DI != DE; ++DI)
615 de = declVec.end(); di != de; ++di) {
  /external/libphonenumber/java/test/com/android/i18n/phonenumbers/
PhoneNumberUtilTest.java 52 // Note that this is the same as the example number for DE in the metadata.
136 PhoneMetadata metadata = phoneUtil.getMetadataForRegion(RegionCode.DE);
137 assertEquals("DE", metadata.getId());
270 assertEquals(DE_NUMBER, phoneUtil.getExampleNumber(RegionCode.DE));
273 phoneUtil.getExampleNumberForType(RegionCode.DE,
276 phoneUtil.getExampleNumberForType(RegionCode.DE,
462 phoneUtil.formatOutOfCountryCallingNumber(US_PREMIUM, RegionCode.DE));
478 assertEquals("1234", phoneUtil.formatOutOfCountryCallingNumber(DE_SHORT_NUMBER, RegionCode.DE));
551 phoneUtil.formatOutOfCountryKeepingAlphaChars(alphaNumericNumber, RegionCode.DE));
588 phoneUtil.formatOutOfCountryKeepingAlphaChars(alphaNumericNumber, RegionCode.DE));
    [all...]
  /external/llvm/include/llvm/CodeGen/
AsmPrinter.h 113 /// DE - If the target supports dwarf exception info, this pointer is
115 DwarfException *DE;
  /external/llvm/lib/CodeGen/SelectionDAG/
ScheduleDAGSDNodes.cpp 864 SDDbgInfo::DbgIterator DE = DAG->DbgEnd();
867 for (unsigned i = 0, e = Orders.size(); i != e && DI != DE; ++i) {
873 for (; DI != DE &&
895 while (DI != DE) {
    [all...]
  /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/Frontend/
InitHeaderSearch.cpp 144 if (const DirectoryEntry *DE = FM.getDirectory(MappedPathStr)) {
145 IncludePath.push_back(std::make_pair(Group, DirectoryLookup(DE, Type,
  /external/llvm/lib/Transforms/Utils/
BasicBlockUtils.cpp 174 DE = Children.end(); DI != DE; ++DI)
  /external/icu4c/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
rfc4013.txt 77 09DE; ; UNASSIGNED
333 33DE..33DF; ; UNASSIGNED
rfc4505.txt 76 09DE; ; UNASSIGNED
332 33DE..33DF; ; UNASSIGNED

Completed in 570 milliseconds

12 3 4