/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/clang/lib/ARCMigrate/ |
D | PlistReporter.cpp | 53 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/ |
D | RuntimeDyldMachO.cpp | 262 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 …]
|
D | RuntimeDyldELF.cpp | 893 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/ |
D | blockprocessors.py | 290 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
|
D | postprocessors.py | 130 RE = re.compile('%s(\d+)%s' % (util.STX, util.ETX)) variable in UnescapePostprocessor
|
D | preprocessors.py | 308 RE = re.compile(r'^[ ]{0,3}\[([^\]]*)\]:\s*([^ ]*)[ ]*(%s)?$' % TITLE, re.DOTALL) variable in ReferencePreprocessor
|
/external/llvm/lib/CodeGen/ |
D | GCMetadata.cpp | 142 RE = FD->roots_end(); RI != RE; ++RI) in runOnFunction() local 153 RE = FD->live_end(PI);;) { in runOnFunction() local
|
D | StackMapLivenessAnalysis.cpp | 123 for (LivePhysRegs::const_iterator RI = LiveRegs.begin(), RE = LiveRegs.end(); in createRegisterMask() local
|
D | RegisterClassInfo.cpp | 158 RI = TRI->regclass_begin(), RE = TRI->regclass_end(); RI != RE; ++RI) { in computePSetLimit() local
|
/external/llvm/lib/Object/ |
D | MachOObjectFile.cpp | 303 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/ |
D | CodeGenSchedule.cpp | 399 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/ |
D | admonition.py | 99 RE = re.compile(r'(?:^|\n)!!!\ ?([\w\-]+)(?:\ "(.*?)")?') variable in AdmonitionProcessor
|
D | def_list.py | 64 RE = re.compile(r'(^|\n)[ ]{0,3}:[ ]{1,3}(.*?)(\n|$)') variable in DefListProcessor
|
/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/llvm/lib/Target/X86/MCTargetDesc/ |
D | X86MachORelocationInfo.cpp | 36 any_relocation_info RE = Obj->getRelocation(Rel.getRawDataRefImpl()); in createExprForRelocation() local
|
/external/clang/test/Layout/ |
D | ms-x86-pack-and-align.cpp | 454 struct RE { struct 455 char _; 456 RC c;
|
/external/protobuf/gtest/include/gtest/internal/ |
D | gtest-port.h | 626 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/ |
D | elf2yaml.cpp | 228 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/ |
D | RegionInfo.cpp | 88 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/ |
D | RegionCode.java | 53 static final String RE = "RE"; field in RegionCode
|
/external/clang/test/Sema/ |
D | gnu-flags.c | 134 enum RE { enum
|