/external/pdfium/testing/resources/ |
D | many_rectangles.in | 26 1.000000 1.000000 8.000000 8.000000 re B* 28 11.000000 1.000000 8.000000 8.000000 re B* 30 21.000000 1.000000 8.000000 8.000000 re B* 32 31.000000 1.000000 8.000000 8.000000 re B* 34 41.000000 1.000000 8.000000 8.000000 re B* 36 51.000000 1.000000 8.000000 8.000000 re B* 38 61.000000 1.000000 8.000000 8.000000 re B* 40 71.000000 1.000000 8.000000 8.000000 re B* 42 81.000000 1.000000 8.000000 8.000000 re B* 44 91.000000 1.000000 8.000000 8.000000 re B* [all …]
|
/external/python/cpython3/Lib/test/ |
D | test_re.py | 6 import re 12 from re import Scanner 23 # Misc tests from Tim Peters' re.doc 26 # what you're doing. Some of these tests were carefully modeled to 50 with self.assertRaises(re.PatternError) as cm: 51 re.compile(pattern) 59 with self.assertRaises(re.PatternError) as cm: 60 re.sub(pattern, repl, string) 68 assert re.error is re.PatternError 73 it = re.finditer(b'a', b) [all …]
|
/external/cronet/stable/third_party/icu/source/data/curr/ |
D | sn.txt | 8 "Diramu re United Arab Emirates", 16 "Dora re Australia", 20 "Dhinari re Bhahareni", 24 "Furenki re Bhurundi", 28 "Pura re Botswana", 32 "Dora re Kanada", 36 "Furenki re Kongo", 40 "Furenki re Swisi", 48 "Dhora re Escudo", 52 "Furenki re Jibhuti", [all …]
|
/external/icu/icu4c/source/data/curr/ |
D | sn.txt | 8 "Diramu re United Arab Emirates", 16 "Dora re Australia", 20 "Dhinari re Bhahareni", 24 "Furenki re Bhurundi", 28 "Pura re Botswana", 32 "Dora re Kanada", 36 "Furenki re Kongo", 40 "Furenki re Swisi", 48 "Dhora re Escudo", 52 "Furenki re Jibhuti", [all …]
|
/external/cronet/tot/third_party/icu/source/data/curr/ |
D | sn.txt | 8 "Diramu re United Arab Emirates", 16 "Dora re Australia", 20 "Dhinari re Bhahareni", 24 "Furenki re Bhurundi", 28 "Pura re Botswana", 32 "Dora re Kanada", 36 "Furenki re Kongo", 40 "Furenki re Swisi", 48 "Dhora re Escudo", 52 "Furenki re Jibhuti", [all …]
|
/external/cronet/stable/third_party/re2/src/re2/ |
D | simplify.cc | 5 // Rewrite POSIX and other features in re 28 Regexp* re = Parse(src, flags, status); in SimplifyRegexp() local 29 if (re == NULL) in SimplifyRegexp() 31 Regexp* sre = re->Simplify(); in SimplifyRegexp() 32 re->Decref(); in SimplifyRegexp() 112 virtual Regexp* PostVisit(Regexp* re, Regexp* parent_arg, Regexp* pre_arg, 114 virtual Regexp* Copy(Regexp* re); 115 virtual Regexp* ShortVisit(Regexp* re, Regexp* parent_arg); 142 virtual Regexp* PreVisit(Regexp* re, Regexp* parent_arg, bool* stop); 143 virtual Regexp* PostVisit(Regexp* re, Regexp* parent_arg, Regexp* pre_arg, [all …]
|
/external/cronet/tot/third_party/re2/src/re2/ |
D | simplify.cc | 5 // Rewrite POSIX and other features in re 28 Regexp* re = Parse(src, flags, status); in SimplifyRegexp() local 29 if (re == NULL) in SimplifyRegexp() 31 Regexp* sre = re->Simplify(); in SimplifyRegexp() 32 re->Decref(); in SimplifyRegexp() 112 virtual Regexp* PostVisit(Regexp* re, Regexp* parent_arg, Regexp* pre_arg, 114 virtual Regexp* Copy(Regexp* re); 115 virtual Regexp* ShortVisit(Regexp* re, Regexp* parent_arg); 142 virtual Regexp* PreVisit(Regexp* re, Regexp* parent_arg, bool* stop); 143 virtual Regexp* PostVisit(Regexp* re, Regexp* parent_arg, Regexp* pre_arg, [all …]
|
/external/cronet/tot/third_party/icu/source/test/cintltst/ |
D | reapits.c | 58 * 're" is the compiled, ready-to-go regular expression. 63 re = uregex_openC(pattern, flags, NULL, &status); \ 68 uregex_setText(re, srcString, -1, &status); \ 76 uregex_close(re); \ 215 URegularExpression *re; in TestRegexCAPI() local 223 re = uregex_open(pat, -1, 0, 0, &status); in TestRegexCAPI() 228 uregex_close(re); in TestRegexCAPI() 232 re = uregex_open(pat, -1, in TestRegexCAPI() 236 uregex_close(re); in TestRegexCAPI() 240 re = uregex_open(pat, -1, 0x40000000, 0, &status); in TestRegexCAPI() [all …]
|
/external/cronet/stable/third_party/icu/source/test/cintltst/ |
D | reapits.c | 58 * 're" is the compiled, ready-to-go regular expression. 63 re = uregex_openC(pattern, flags, NULL, &status); \ 68 uregex_setText(re, srcString, -1, &status); \ 76 uregex_close(re); \ 215 URegularExpression *re; in TestRegexCAPI() local 223 re = uregex_open(pat, -1, 0, 0, &status); in TestRegexCAPI() 228 uregex_close(re); in TestRegexCAPI() 232 re = uregex_open(pat, -1, in TestRegexCAPI() 236 uregex_close(re); in TestRegexCAPI() 240 re = uregex_open(pat, -1, 0x40000000, 0, &status); in TestRegexCAPI() [all …]
|
/external/icu/icu4c/source/test/cintltst/ |
D | reapits.c | 58 * 're" is the compiled, ready-to-go regular expression. 63 re = uregex_openC(pattern, flags, NULL, &status); \ 68 uregex_setText(re, srcString, -1, &status); \ 76 uregex_close(re); \ 215 URegularExpression *re; in TestRegexCAPI() local 223 re = uregex_open(pat, -1, 0, 0, &status); in TestRegexCAPI() 228 uregex_close(re); in TestRegexCAPI() 232 re = uregex_open(pat, -1, in TestRegexCAPI() 236 uregex_close(re); in TestRegexCAPI() 240 re = uregex_open(pat, -1, 0x40000000, 0, &status); in TestRegexCAPI() [all …]
|
/external/regex-re2/re2/ |
D | simplify.cc | 5 // Rewrite POSIX and other features in re 26 Regexp* re = Parse(src, flags, status); in SimplifyRegexp() local 27 if (re == NULL) in SimplifyRegexp() 29 Regexp* sre = re->Simplify(); in SimplifyRegexp() 30 re->Decref(); in SimplifyRegexp() 112 virtual Regexp* PostVisit(Regexp* re, Regexp* parent_arg, Regexp* pre_arg, 114 virtual Regexp* Copy(Regexp* re); 115 virtual Regexp* ShortVisit(Regexp* re, Regexp* parent_arg); 142 virtual Regexp* PreVisit(Regexp* re, Regexp* parent_arg, bool* stop); 143 virtual Regexp* PostVisit(Regexp* re, Regexp* parent_arg, Regexp* pre_arg, [all …]
|
/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/re2/re2/ |
D | simplify.cc | 5 // Rewrite POSIX and other features in re 25 Regexp* re = Parse(src, flags, status); in SimplifyRegexp() local 26 if (re == NULL) in SimplifyRegexp() 28 Regexp* sre = re->Simplify(); in SimplifyRegexp() 29 re->Decref(); in SimplifyRegexp() 109 virtual Regexp* PostVisit(Regexp* re, Regexp* parent_arg, Regexp* pre_arg, 111 virtual Regexp* Copy(Regexp* re); 112 virtual Regexp* ShortVisit(Regexp* re, Regexp* parent_arg); 139 virtual Regexp* PreVisit(Regexp* re, Regexp* parent_arg, bool* stop); 140 virtual Regexp* PostVisit(Regexp* re, Regexp* parent_arg, Regexp* pre_arg, [all …]
|
/external/cronet/tot/third_party/libc++/src/test/std/re/re.regex/re.regex.construct/ |
D | deduct.pass.cpp | 38 std::basic_regex re(s1.begin(), s1.end()); in main() local 40 static_assert(std::is_same_v<decltype(re), std::basic_regex<char>>, ""); in main() 41 assert(re.flags() == std::regex_constants::ECMAScript); in main() 42 assert(re.mark_count() == 0); in main() 48 std::basic_regex re(s1.begin(), s1.end(), std::regex_constants::basic); in main() local 50 static_assert(std::is_same_v<decltype(re), std::basic_regex<wchar_t>>, ""); in main() 51 assert(re.flags() == std::regex_constants::basic); in main() 52 assert(re.mark_count() == 1); in main() 59 std::basic_regex re("(a([bc]))"s); in main() local 60 static_assert(std::is_same_v<decltype(re), std::basic_regex<char>>, ""); in main() [all …]
|
/external/cronet/stable/third_party/libc++/src/test/std/re/re.regex/re.regex.construct/ |
D | deduct.pass.cpp | 38 std::basic_regex re(s1.begin(), s1.end()); in main() local 40 static_assert(std::is_same_v<decltype(re), std::basic_regex<char>>, ""); in main() 41 assert(re.flags() == std::regex_constants::ECMAScript); in main() 42 assert(re.mark_count() == 0); in main() 48 std::basic_regex re(s1.begin(), s1.end(), std::regex_constants::basic); in main() local 50 static_assert(std::is_same_v<decltype(re), std::basic_regex<wchar_t>>, ""); in main() 51 assert(re.flags() == std::regex_constants::basic); in main() 52 assert(re.mark_count() == 1); in main() 59 std::basic_regex re("(a([bc]))"s); in main() local 60 static_assert(std::is_same_v<decltype(re), std::basic_regex<char>>, ""); in main() [all …]
|
/external/libcxx/test/std/re/re.regex/re.regex.construct/ |
D | deduct.pass.cpp | 42 std::basic_regex re(s1.begin(), s1.end()); in main() local 44 static_assert(std::is_same_v<decltype(re), std::basic_regex<char>>, ""); in main() 45 assert(re.flags() == std::regex_constants::ECMAScript); in main() 46 assert(re.mark_count() == 0); in main() 51 std::basic_regex re(s1.begin(), s1.end(), std::regex_constants::basic); in main() local 53 static_assert(std::is_same_v<decltype(re), std::basic_regex<wchar_t>>, ""); in main() 54 assert(re.flags() == std::regex_constants::basic); in main() 55 assert(re.mark_count() == 1); in main() 61 std::basic_regex re("(a([bc]))"s); in main() local 62 static_assert(std::is_same_v<decltype(re), std::basic_regex<char>>, ""); in main() [all …]
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/ |
D | RuntimeDyldCOFFThumb.h | 108 RelocationEntry RE(SectionID, Offset, RelType, 0, -1, 0, 0, 0, false, 0); in processRelocationRef() 109 addRelocationForSymbol(RE, TargetName); in processRelocationRef() 127 RelocationEntry RE = RelocationEntry( in processRelocationRef() local 130 addRelocationForSection(RE, TargetSectionID); in processRelocationRef() 134 RelocationEntry RE = in processRelocationRef() local 137 addRelocationForSection(RE, TargetSectionID); in processRelocationRef() 141 RelocationEntry RE = in processRelocationRef() local 143 addRelocationForSection(RE, TargetSectionID); in processRelocationRef() 147 RelocationEntry RE = RelocationEntry(SectionID, Offset, RelType, in processRelocationRef() local 149 addRelocationForSection(RE, TargetSectionID); in processRelocationRef() [all …]
|
D | RuntimeDyldMachOAArch64.h | 34 Expected<int64_t> decodeAddend(const RelocationEntry &RE) const { in decodeAddend() argument 35 const SectionEntry &Section = Sections[RE.SectionID]; in decodeAddend() 36 uint8_t *LocalAddress = Section.getAddressWithOffset(RE.Offset); in decodeAddend() 37 unsigned NumBytes = 1 << RE.Size; in decodeAddend() 40 switch (RE.RelType) { in decodeAddend() 46 << getRelocName(RE.RelType); in decodeAddend() 58 << getRelocName(RE.RelType); in decodeAddend() 76 switch (RE.RelType) { in decodeAddend() 305 RelocationEntry RE(getRelocationEntry(SectionID, Obj, RelI)); in processRelocationRef() 307 if (RE.RelType == MachO::ARM64_RELOC_POINTER_TO_GOT) { in processRelocationRef() [all …]
|
/external/liblc3/src/ |
D | mdct.c | 47 { x[1*n].re + x[4*n].re, x[1*n].im + x[4*n].im }; in fft_5() 49 { x[1*n].re - x[4*n].re, x[1*n].im - x[4*n].im }; in fft_5() 52 { x[2*n].re + x[3*n].re, x[2*n].im + x[3*n].im }; in fft_5() 54 { x[2*n].re - x[3*n].re, x[2*n].im - x[3*n].im }; in fft_5() 56 y[0].re = x[0].re + s14.re + s23.re; in fft_5() 60 y[1].re = x[0].re + s14.re * cos1 - d14.im * sin1 in fft_5() 61 + s23.re * cos2 - d23.im * sin2; in fft_5() 63 y[1].im = x[0].im + s14.im * cos1 + d14.re * sin1 in fft_5() 64 + s23.im * cos2 + d23.re * sin2; in fft_5() 66 y[2].re = x[0].re + s14.re * cos2 - d14.im * sin2 in fft_5() [all …]
|
/external/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/ |
D | RuntimeDyldCOFFThumb.h | 86 RelocationEntry RE(SectionID, Offset, RelType, 0, -1, 0, 0, 0, false, 0); in processRelocationRef() 87 addRelocationForSymbol(RE, TargetName); in processRelocationRef() 102 RelocationEntry RE = in processRelocationRef() local 105 addRelocationForSection(RE, TargetSectionID); in processRelocationRef() 109 RelocationEntry RE = in processRelocationRef() local 111 addRelocationForSection(RE, TargetSectionID); in processRelocationRef() 115 RelocationEntry RE = RelocationEntry(SectionID, Offset, RelType, in processRelocationRef() local 117 addRelocationForSection(RE, TargetSectionID); in processRelocationRef() 121 RelocationEntry RE = in processRelocationRef() local 124 addRelocationForSection(RE, TargetSectionID); in processRelocationRef() [all …]
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/ |
D | RuntimeDyldCOFFThumb.h | 125 RelocationEntry RE(SectionID, Offset, RelType, 0, -1, 0, 0, 0, false, 0); in processRelocationRef() 126 addRelocationForSymbol(RE, TargetName); in processRelocationRef() 139 RelocationEntry RE = in processRelocationRef() local 142 addRelocationForSection(RE, TargetSectionID); in processRelocationRef() 146 RelocationEntry RE = in processRelocationRef() local 149 addRelocationForSection(RE, TargetSectionID); in processRelocationRef() 153 RelocationEntry RE = in processRelocationRef() local 155 addRelocationForSection(RE, TargetSectionID); in processRelocationRef() 159 RelocationEntry RE = in processRelocationRef() local 161 addRelocationForSection(RE, TargetSectionID); in processRelocationRef() [all …]
|
D | RuntimeDyldMachOAArch64.h | 34 Expected<int64_t> decodeAddend(const RelocationEntry &RE) const { in decodeAddend() argument 35 const SectionEntry &Section = Sections[RE.SectionID]; in decodeAddend() 36 uint8_t *LocalAddress = Section.getAddressWithOffset(RE.Offset); in decodeAddend() 37 unsigned NumBytes = 1 << RE.Size; in decodeAddend() 40 switch (RE.RelType) { in decodeAddend() 46 << getRelocName(RE.RelType); in decodeAddend() 58 << getRelocName(RE.RelType); in decodeAddend() 76 switch (RE.RelType) { in decodeAddend() 305 RelocationEntry RE(getRelocationEntry(SectionID, Obj, RelI)); in processRelocationRef() 307 if (RE.RelType == MachO::ARM64_RELOC_POINTER_TO_GOT) { in processRelocationRef() [all …]
|
/external/libchrome/libchrome_tools/uprev/ |
D | filters.py | 7 import re 12 re.compile(rb'base/((?!(allocator|third_party)/).*$)'), 13 re.compile( 16 re.compile(rb'base/third_party/(dynamic_annotation|icu|nspr|valgrind)'), 17 re.compile(rb'build/(android/(gyp/util|pylib/([^/]*$|constants))|[^/]*\.(h|py)$)'), 18 re.compile(rb'mojo/'), 19 re.compile(rb'dbus/'), 20 re.compile(rb'ipc/.*(\.cc|\.h|\.mojom)$'), 21 re.compile(rb'ui/gfx/(gfx_export.h|geometry|range)'), 22 re.compile(rb'testing/[^/]*\.(cc|h)$'), [all …]
|
/external/regex-re2/re2/testing/ |
D | regexp_benchmark.cc | 32 Regexp* re = Regexp::Parse("(\\d+)-(\\d+)-(\\d+)", Regexp::LikePerl, NULL); in Test() local 33 CHECK(re); in Test() 34 Prog* prog = re->CompileToProg(0); in Test() 45 re->Decref(); in Test() 54 Regexp* re = Regexp::Parse(regexp, Regexp::LikePerl, NULL); in MemoryUsage() local 55 CHECK(re); in MemoryUsage() 61 Prog* prog = re->CompileToProg(0); in MemoryUsage() 71 re->Decref(); in MemoryUsage() 77 PCRE re(regexp, PCRE::UTF8); in MemoryUsage() local 78 fprintf(stderr, "RE: %7lld bytes (peak=%lld)\n", mc.HeapGrowth(), mc.PeakHeapGrowth()); in MemoryUsage() [all …]
|
/external/aac/libFDK/src/ |
D | fft.cpp | 306 * \param [i/o] re real input / output 312 static void fft10(FIXP_DBL *x) // FIXP_DBL *re, FIXP_DBL *im, FIXP_SGL s) in fft10() 497 FIXP_DBL re, im; in fft12() local 518 re = (r1 - s2) >> 0; in fft12() 522 cplxMultDiv2(&pDst[3], &pDst[2], im, re, vre, vim); in fft12() 524 re = (r1 + s2) >> 0; in fft12() 528 cplxMultDiv2(&pDst[5], &pDst[4], im, re, vre, vim); in fft12() 566 a00 = (pSrc[0] + pSrc[12]) >> 1; /* Re A + Re B */ in fft12() 567 a10 = (pSrc[6] + pSrc[18]) >> 1; /* Re C + Re D */ in fft12() 571 pDst[0] = a00 + a10; /* Re A' = Re A + Re B + Re C + Re D */ in fft12() [all …]
|
/external/cronet/tot/third_party/re2/src/re2/testing/ |
D | dump.cc | 58 static void DumpRegexpAppending(Regexp* re, std::string* s) { in DumpRegexpAppending() argument 59 if (re->op() < 0 || re->op() >= ABSL_ARRAYSIZE(kOpcodeNames)) { in DumpRegexpAppending() 60 *s += absl::StrFormat("op%d", re->op()); in DumpRegexpAppending() 62 switch (re->op()) { in DumpRegexpAppending() 69 if (re->parse_flags() & Regexp::NonGreedy) in DumpRegexpAppending() 73 s->append(kOpcodeNames[re->op()]); in DumpRegexpAppending() 74 if (re->op() == kRegexpLiteral && (re->parse_flags() & Regexp::FoldCase)) { in DumpRegexpAppending() 75 Rune r = re->rune(); in DumpRegexpAppending() 79 if (re->op() == kRegexpLiteralString && (re->parse_flags() & Regexp::FoldCase)) { in DumpRegexpAppending() 80 for (int i = 0; i < re->nrunes(); i++) { in DumpRegexpAppending() [all …]
|