/external/pcre/dist/ |
D | pcrecpp.h | 491 RE(const string& pat) { Init(pat, NULL); } in RE() function 492 RE(const string& pat, const RE_Options& option) { Init(pat, &option); } in RE() function 493 RE(const char* pat) { Init(pat, NULL); } in RE() function 494 RE(const char* pat, const RE_Options& option) { Init(pat, &option); } in RE() function 495 RE(const unsigned char* pat) { in RE() function 498 RE(const unsigned char* pat, const RE_Options& option) { in RE() function 504 RE(const RE& re) { Init(re.pattern_, &re.options_); } in RE() function
|
/external/markdown/markdown/ |
D | blockprocessors.py | 219 RE = re.compile(r'(^|\n)[ ]{0,3}>[ ]?(.*)') variable in BlockQuoteProcessor 259 RE = re.compile(r'^[ ]{0,3}\d+\.[ ]+(.*)') variable in OListProcessor 327 RE = re.compile(r'^[ ]{0,3}[*+-][ ]+(.*)') variable in UListProcessor 334 RE = re.compile(r'(^|\n)(?P<level>#{1,6})(?P<header>.*?)#*(\n|$)') variable in HashHeaderProcessor 365 RE = re.compile(r'^.*?\n[=-]{3,}', re.MULTILINE) variable in SetextHeaderProcessor 387 RE = r'[ ]{0,3}(?P<ch>[*_-])[ ]?((?P=ch)[ ]?){2,}[ ]*' variable in HRProcessor 423 RE = re.compile(r'^\s*\n') variable in EmptyBlockProcessor
|
D | preprocessors.py | 194 RE = re.compile(r'^(\ ?\ ?\ ?)\[([^\]]*)\]:\s*([^ ]*)(.*)$', re.DOTALL) variable in ReferencePreprocessor
|
/external/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/ |
D | RuntimeDyldMachOARM.h | 36 int64_t decodeAddend(const RelocationEntry &RE) const { in decodeAddend() 92 void resolveRelocation(const RelocationEntry &RE, uint64_t Value) override { in resolveRelocation() 172 void processBranchRelocation(const RelocationEntry &RE, in processBranchRelocation() 208 MachO::any_relocation_info RE = in processHALFSECTDIFFRelocation() local
|
D | RuntimeDyldMachOAArch64.h | 35 int64_t decodeAddend(const RelocationEntry &RE) const { in decodeAddend() 304 void resolveRelocation(const RelocationEntry &RE, uint64_t Value) override { in resolveRelocation() 368 void processGOTRelocation(const RelocationEntry &RE, in processGOTRelocation()
|
D | RuntimeDyldMachOX86_64.h | 69 void resolveRelocation(const RelocationEntry &RE, uint64_t Value) override { in resolveRelocation() 106 void processGOTRelocation(const RelocationEntry &RE, in processGOTRelocation()
|
D | RuntimeDyldMachOI386.h | 83 void resolveRelocation(const RelocationEntry &RE, uint64_t Value) override { in resolveRelocation() 134 MachO::any_relocation_info RE = in processSECTDIFFRelocation() local 194 MachO::any_relocation_info RE = in processI386ScatteredVANILLA() local
|
/external/llvm/lib/ExecutionEngine/RuntimeDyld/ |
D | RuntimeDyldELF.cpp | 844 void RuntimeDyldELF::resolveRelocation(const RelocationEntry &RE, in resolveRelocation() 1027 RelocationEntry RE(SectionID, StubTargetAddr - Section.Address, in processRelocationRef() local 1055 RelocationEntry RE(SectionID, Offset, RelType, i->second); in processRelocationRef() local 1079 RelocationEntry RE(SectionID, Offset, RelType, Section.StubOffset); in processRelocationRef() local 1112 RelocationEntry RE(SectionID, Offset, RelType, Value.Addend); in processRelocationRef() local 1137 RelocationEntry RE(SectionID, StubTargetAddr - Section.Address, in processRelocationRef() local 1227 RelocationEntry RE(SectionID, Offset, RelType, Value.Addend); in processRelocationRef() local 1266 RelocationEntry RE(SectionID, StubOffset + 8, ELF::R_390_64, in processRelocationRef() local 1336 RelocationEntry RE(SectionID, Offset, ELF::R_X86_64_PC32, Value.Addend, in processRelocationRef() local 1345 RelocationEntry RE = computeGOTOffsetRE(SectionID, GOTOffset, Value.Offset, ELF::R_X86_64_64); in processRelocationRef() local [all …]
|
D | RuntimeDyldMachO.cpp | 54 const RelocationEntry &RE, ObjSectionToIDMap &ObjSectionToID) { in getRelocationValueRef() 105 void RuntimeDyldMachO::dumpRelocationToResolve(const RelocationEntry &RE, in dumpRelocationToResolve() 169 RelocationEntry RE(PTSectionID, PTEntryOffset, in populateIndirectSymbolPointersSection() local
|
/external/llvm/lib/CodeGen/ |
D | GCMetadata.cpp | 118 RE = FD->roots_end(); in runOnFunction() local 130 RE = FD->live_end(PI); in runOnFunction() local
|
D | StackMapLivenessAnalysis.cpp | 163 for (LivePhysRegs::const_iterator RI = LiveRegs.begin(), RE = LiveRegs.end(); in createRegisterMask() local
|
D | RegisterClassInfo.cpp | 160 RI = TRI->regclass_begin(), RE = TRI->regclass_end(); RI != RE; ++RI) { in computePSetLimit() local
|
/external/llvm/utils/TableGen/ |
D | CodeGenSchedule.cpp | 397 for (RecIter RI = RWDefs.begin(), RE = RWDefs.end(); RI != RE; ++RI) { in findRWs() local 558 for (IdxIter RI = SC.Reads.begin(), RE = SC.Reads.end(); RI != RE; ++RI) in collectSchedClasses() local 575 for (IdxIter RI = Reads.begin(), RE = Reads.end(); RI != RE; ++RI) in collectSchedClasses() local 620 for (IdxIter RI = OperReads.begin(), RE = OperReads.end(); RI != RE; ++RI) { in createSchedClassName() local 751 RE = SchedClasses[OldSCIdx].InstRWs.end(); RI != RE; ++RI) { in createInstRWClass() local 1037 RI = RSI->begin(), RE = RSI->end(); RI != RE; ++RI) { in hasVariant() local 1064 for (RecIter RI = VarDefs.begin(), RE = VarDefs.end(); RI != RE; ++RI) in getIntersectingVariants() local 1084 for (RecIter RI = VarDefs.begin(), RE = VarDefs.end(); RI != RE; ++RI) in getIntersectingVariants() local 1358 for (IdxIter RI = ReadSeq.begin(), RE = ReadSeq.end(); RI != RE; ++RI) in inferFromRW() local 1393 RecIter RI = SubUnits.begin(), RE = SubUnits.end(); in hasSuperGroup() local [all …]
|
/external/llvm/include/llvm/Analysis/ |
D | RegionInfoImpl.h | 75 for (typename RegionT::const_iterator RI = R->begin(), RE = R->end(); in replaceEntryRecursive() local 94 for (typename RegionT::const_iterator RI = R->begin(), RE = R->end(); in replaceExitRecursive() local 290 for (typename RegionT::const_iterator RI = begin(), RE = end(); RI != RE; in verifyRegionNest() local 503 for (const_iterator RI = begin(), RE = end(); RI != RE; ++RI) in print() local 527 for (typename RegionT::iterator RI = begin(), RE = end(); RI != RE; ++RI) in clearNodeCache() local
|
/external/llvm/lib/Object/ |
D | MachOObjectFile.cpp | 132 const MachO::any_relocation_info &RE, in printRelocationTargetName() 196 getPlainRelocationAddress(const MachO::any_relocation_info &RE) { in getPlainRelocationAddress() 201 getScatteredRelocationAddress(const MachO::any_relocation_info &RE) { in getScatteredRelocationAddress() 206 const MachO::any_relocation_info &RE) { in getPlainRelocationPCRel() 214 const MachO::any_relocation_info &RE) { in getScatteredRelocationPCRel() 219 const MachO::any_relocation_info &RE) { in getPlainRelocationLength() 226 getScatteredRelocationLength(const MachO::any_relocation_info &RE) { in getScatteredRelocationLength() 231 const MachO::any_relocation_info &RE) { in getPlainRelocationType() 687 MachO::any_relocation_info RE = getRelocation(Rel); in getRelocationOffset() local 694 MachO::any_relocation_info RE = getRelocation(Rel); in getRelocationSymbol() local [all …]
|
/external/markdown/markdown/extensions/ |
D | def_list.py | 29 RE = re.compile(r'(^|\n)[ ]{0,3}:[ ]{1,3}(.*?)(\n|$)') variable in DefListProcessor
|
D | headerid.py | 81 RE = re.compile(r"""(^|\n) variable in HeaderIdProcessor
|
/external/clang/lib/ARCMigrate/ |
D | PlistReporter.cpp | 53 RI = D.range_begin(), RE = D.range_end(); RI != RE; ++RI) { in writeARCDiagsToPlist() local
|
/external/llvm/lib/Target/X86/MCTargetDesc/ |
D | X86MachORelocationInfo.cpp | 36 any_relocation_info RE = Obj->getRelocation(Rel.getRawDataRefImpl()); in createExprForRelocation() local
|
/external/protobuf/gtest/include/gtest/internal/ |
D | gtest-port.h | 662 RE(const RE& other) { Init(other.pattern()); } in RE() function 665 RE(const ::std::string& regex) { Init(regex.c_str()); } // NOLINT in RE() function 668 RE(const ::string& regex) { Init(regex.c_str()); } // NOLINT in RE() function 671 RE(const char* regex) { Init(regex); } // NOLINT in RE() function
|
/external/clang/test/Layout/ |
D | ms-x86-pack-and-align.cpp | 454 struct RE { struct 455 char _; 456 RC c;
|
/external/llvm/tools/obj2yaml/ |
D | elf2yaml.cpp | 237 for (auto RI = Obj.begin_rel(Shdr), RE = Obj.end_rel(Shdr); RI != RE; in dumpRelSection() local 257 for (auto RI = Obj.begin_rela(Shdr), RE = Obj.end_rela(Shdr); RI != RE; in dumpRelaSection() local
|
/external/libphonenumber/libphonenumber/test/com/google/i18n/phonenumbers/ |
D | RegionCode.java | 53 static final String RE = "RE"; field in RegionCode
|
/external/clang/test/Sema/ |
D | gnu-flags.c | 134 enum RE { enum
|
/external/llvm/tools/llvm-readobj/ |
D | ARMEHABIPrinter.h | 265 for (unsigned RI = 0, RE = 17; RI < RE; ++RI) { in PrintGPR() local 279 for (unsigned RI = 0, RE = 32; RI < RE; ++RI) { in PrintRegisters() local 372 for (Elf_Rel_iterator RI = ELF->begin_rel(&*SI), RE = ELF->end_rel(&*SI); in FindExceptionTable() local
|