Home
last modified time | relevance | path

Searched defs:RE (Results 1 – 25 of 65) sorted by relevance

123

/external/pcre/dist/
Dpcrecpp.h491 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/
Dblockprocessors.py219 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
Dpreprocessors.py194 RE = re.compile(r'^(\ ?\ ?\ ?)\[([^\]]*)\]:\s*([^ ]*)(.*)$', re.DOTALL) variable in ReferencePreprocessor
/external/clang/lib/ARCMigrate/
DPlistReporter.cpp53 RI = D.range_begin(), RE = D.range_end(); RI != RE; ++RI) { in writeARCDiagsToPlist() local
106 StoredDiagnostic::range_iterator RI = D.range_begin(), RE = D.range_end(); in writeARCDiagsToPlist() local
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldMachO.cpp262 void RuntimeDyldMachO::resolveRelocation(const RelocationEntry &RE, in resolveRelocation()
300 bool RuntimeDyldMachO::resolveI386Relocation(const RelocationEntry &RE, in resolveI386Relocation()
330 bool RuntimeDyldMachO::resolveX86_64Relocation(const RelocationEntry &RE, in resolveX86_64Relocation()
362 bool RuntimeDyldMachO::resolveARMRelocation(const RelocationEntry &RE, in resolveARMRelocation()
415 bool RuntimeDyldMachO::resolveAArch64Relocation(const RelocationEntry &RE, in resolveAArch64Relocation()
487 RelocationEntry RE(JTSectionID, JTEntryOffset + 1, in populateJumpTable() local
523 RelocationEntry RE(PTSectionID, PTEntryOffset, in populatePointersSection() local
554 MachO::any_relocation_info RE = in processSECTDIFFRelocation() local
619 MachO::any_relocation_info RE = in processI386ScatteredVANILLA() local
660 MachO::any_relocation_info RE = in processRelocationRef() local
[all …]
DRuntimeDyldELF.cpp893 void RuntimeDyldELF::resolveRelocation(const RelocationEntry &RE, in resolveRelocation()
1086 RelocationEntry RE(SectionID, StubTargetAddr - Section.Address, in processRelocationRef() local
1114 RelocationEntry RE(SectionID, Offset, RelType, i->second); in processRelocationRef() local
1138 RelocationEntry RE(SectionID, Offset, RelType, Section.StubOffset); in processRelocationRef() local
1159 RelocationEntry RE(SectionID, Offset, RelType, Value.Addend); in processRelocationRef() local
1183 RelocationEntry RE(SectionID, StubTargetAddr - Section.Address, in processRelocationRef() local
1269 RelocationEntry RE(SectionID, Offset, RelType, Value.Addend); in processRelocationRef() local
1308 RelocationEntry RE(SectionID, StubOffset + 8, ELF::R_390_64, in processRelocationRef() local
1364 RelocationEntry RE(SectionID, StubOffset + 2, ELF::R_X86_64_GOTPCREL, in processRelocationRef() local
1376 RelocationEntry RE(SectionID, Offset, ELF::R_X86_64_PC32, Value.Addend, in processRelocationRef() local
[all …]
/external/chromium_org/third_party/markdown/
Dblockprocessors.py290 RE = re.compile(r'(^|\n)[ ]{0,3}>[ ]?(.*)') variable in BlockQuoteProcessor
333 RE = re.compile(r'^[ ]{0,3}\d+\.[ ]+(.*)') variable in OListProcessor
439 RE = re.compile(r'^[ ]{0,3}[*+-][ ]+(.*)') variable in UListProcessor
446 RE = re.compile(r'(^|\n)(?P<level>#{1,6})(?P<header>.*?)#*(\n|$)') variable in HashHeaderProcessor
477 RE = re.compile(r'^.*?\n[=-]+[ ]*(\n|$)', re.MULTILINE) variable in SetextHeaderProcessor
499 RE = r'^[ ]{0,3}((-+[ ]{0,2}){3,}|(_+[ ]{0,2}){3,}|(\*+[ ]{0,2}){3,})[ ]*' variable in HRProcessor
Dpostprocessors.py130 RE = re.compile('%s(\d+)%s' % (util.STX, util.ETX)) variable in UnescapePostprocessor
Dpreprocessors.py308 RE = re.compile(r'^[ ]{0,3}\[([^\]]*)\]:\s*([^ ]*)[ ]*(%s)?$' % TITLE, re.DOTALL) variable in ReferencePreprocessor
/external/llvm/lib/CodeGen/
DGCMetadata.cpp142 RE = FD->roots_end(); RI != RE; ++RI) in runOnFunction() local
153 RE = FD->live_end(PI);;) { in runOnFunction() local
DStackMapLivenessAnalysis.cpp123 for (LivePhysRegs::const_iterator RI = LiveRegs.begin(), RE = LiveRegs.end(); in createRegisterMask() local
DRegisterClassInfo.cpp158 RI = TRI->regclass_begin(), RE = TRI->regclass_end(); RI != RE; ++RI) { in computePSetLimit() local
/external/llvm/lib/Object/
DMachOObjectFile.cpp303 const MachO::any_relocation_info &RE, in printRelocationTargetName()
369 getPlainRelocationAddress(const MachO::any_relocation_info &RE) { in getPlainRelocationAddress()
374 getScatteredRelocationAddress(const MachO::any_relocation_info &RE) { in getScatteredRelocationAddress()
379 const MachO::any_relocation_info &RE) { in getPlainRelocationPCRel()
387 const MachO::any_relocation_info &RE) { in getScatteredRelocationPCRel()
392 const MachO::any_relocation_info &RE) { in getPlainRelocationLength()
399 getScatteredRelocationLength(const MachO::any_relocation_info &RE) { in getScatteredRelocationLength()
404 const MachO::any_relocation_info &RE) { in getPlainRelocationType()
411 getScatteredRelocationType(const MachO::any_relocation_info &RE) { in getScatteredRelocationType()
863 MachO::any_relocation_info RE = getRelocation(Rel); in getRelocationOffset() local
[all …]
/external/llvm/utils/TableGen/
DCodeGenSchedule.cpp399 for (RecIter RI = RWDefs.begin(), RE = RWDefs.end(); RI != RE; ++RI) { in findRWs() local
563 for (IdxIter RI = SC.Reads.begin(), RE = SC.Reads.end(); RI != RE; ++RI) in collectSchedClasses() local
580 for (IdxIter RI = Reads.begin(), RE = Reads.end(); RI != RE; ++RI) in collectSchedClasses() local
625 for (IdxIter RI = OperReads.begin(), RE = OperReads.end(); RI != RE; ++RI) { in createSchedClassName() local
756 RE = SchedClasses[OldSCIdx].InstRWs.end(); RI != RE; ++RI) { in createInstRWClass() local
1044 RI = RSI->begin(), RE = RSI->end(); RI != RE; ++RI) { in hasVariant() local
1071 for (RecIter RI = VarDefs.begin(), RE = VarDefs.end(); RI != RE; ++RI) in getIntersectingVariants() local
1091 for (RecIter RI = VarDefs.begin(), RE = VarDefs.end(); RI != RE; ++RI) in getIntersectingVariants() local
1365 for (IdxIter RI = ReadSeq.begin(), RE = ReadSeq.end(); RI != RE; ++RI) in inferFromRW() local
1400 RecIter RI = SubUnits.begin(), RE = SubUnits.end(); in hasSuperGroup() local
[all …]
/external/chromium_org/third_party/markdown/extensions/
Dadmonition.py99 RE = re.compile(r'(?:^|\n)!!!\ ?([\w\-]+)(?:\ "(.*?)")?') variable in AdmonitionProcessor
Ddef_list.py64 RE = re.compile(r'(^|\n)[ ]{0,3}:[ ]{1,3}(.*?)(\n|$)') variable in DefListProcessor
/external/markdown/markdown/extensions/
Ddef_list.py29 RE = re.compile(r'(^|\n)[ ]{0,3}:[ ]{1,3}(.*?)(\n|$)') variable in DefListProcessor
Dheaderid.py81 RE = re.compile(r"""(^|\n) variable in HeaderIdProcessor
/external/llvm/lib/Target/X86/MCTargetDesc/
DX86MachORelocationInfo.cpp36 any_relocation_info RE = Obj->getRelocation(Rel.getRawDataRefImpl()); in createExprForRelocation() local
/external/clang/test/Layout/
Dms-x86-pack-and-align.cpp454 struct RE { struct
455 char _;
456 RC c;
/external/protobuf/gtest/include/gtest/internal/
Dgtest-port.h626 RE(const ::std::string& regex) { Init(regex.c_str()); } // NOLINT in RE() function
630 RE(const ::string& regex) { Init(regex.c_str()); } // NOLINT in RE() function
633 RE(const char* regex) { Init(regex); } // NOLINT in RE() function
/external/llvm/tools/obj2yaml/
Delf2yaml.cpp228 for (auto RI = Obj.begin_rel(Shdr), RE = Obj.end_rel(Shdr); RI != RE; in dumpRelSection() local
248 for (auto RI = Obj.begin_rela(Shdr), RE = Obj.end_rela(Shdr); RI != RE; in dumpRelaSection() local
/external/llvm/lib/Analysis/
DRegionInfo.cpp88 for (Region::const_iterator RI = R->begin(), RE = R->end(); RI != RE; ++RI) in replaceEntryRecursive() local
104 for (Region::const_iterator RI = R->begin(), RE = R->end(); RI != RE; ++RI) in replaceExitRecursive() local
271 for (Region::const_iterator RI = begin(), RE = end(); RI != RE; ++RI) in verifyRegionNest() local
457 for (const_iterator RI = begin(), RE = end(); RI != RE; ++RI) in print() local
477 for (Region::iterator RI = begin(), RE = end(); RI != RE; ++RI) in clearNodeCache() local
/external/libphonenumber/java/test/com/android/i18n/phonenumbers/
DRegionCode.java53 static final String RE = "RE"; field in RegionCode
/external/clang/test/Sema/
Dgnu-flags.c134 enum RE { enum

123