/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 51 std::basic_regex re(s1.begin(), s1.end(), std::regex_constants::basic); in main() local 61 std::basic_regex re("(a([bc]))"s); in main() local 69 std::basic_regex re(L"(a([bc]))"s, std::regex_constants::awk); in main() local 77 std::basic_regex re("ABCDE"); in main() local 85 std::basic_regex re(L"ABCDE", std::regex_constants::grep); in main() local 93 std::basic_regex re("ABCDEDEF", 7); in main() local 101 std::basic_regex re(L"ABCDEDEF", 8, std::regex_constants::awk); in main() local 110 std::basic_regex re(source); in main() local 124 std::basic_regex re({'A', 'B', 'F', 'E', 'D'}); in main() local [all …]
|
D | deduct.fail.cpp | 34 …std::basic_regex re(23, 34); // expected-error {{no viable constructor or deduction guide for de… in main() local 40 …std::basic_regex re(23.0, 34.0, std::regex_constants::basic); // expected-error {{no viable cons… in main() local
|
D | bad_backref.pass.cpp | 26 std::regex re(pat); in error_badbackref_thrown() local 43 std::regex re(pat1, pat1 + 7); // extra chars after the end. in main() local
|
/external/boringssl/src/crypto/perlasm/ |
D | x86_64-xlate.pl | 104 sub re { subroutine 185 sub re { subroutine 227 sub re { subroutine 331 sub re { subroutine 373 sub re { subroutine 440 sub re { subroutine 633 sub re { subroutine 713 sub re { subroutine
|
/external/libcxx/test/std/re/re.alg/re.alg.match/ |
D | lookahead_capture.pass.cpp | 31 std::regex re("^(?=(.))a$"); in main() local 43 std::regex re("^(a)(?=(.))(b)$"); in main() local 57 std::regex re("^(.)(?=(.)(?=.(.)))(...)$"); in main() local 72 std::regex re("^(a)(?!([^b]))(.c)$"); in main() local 86 std::regex re("^(?!((b)))(?=(.))(?!(abc)).b$"); in main() local
|
D | parse_curly_brackets.pass.cpp | 29 std::string re("\\{a\\}"); in test1() local 39 std::string re("\\{a\\}"); in test2() local 49 std::string re("\\{a\\}"); in test3() local 59 std::string re("\\{a\\}"); in test4() local
|
/external/libcxx/test/std/re/re.const/re.matchflag/ |
D | match_not_bol.pass.cpp | 26 std::regex re("^foo"); in main() local 33 std::regex re("foo"); in main() local 40 std::regex re("^foo"); in main() local 47 std::regex re("foo"); in main() local
|
D | match_not_eol.pass.cpp | 26 std::regex re("foo$"); in main() local 33 std::regex re("foo"); in main() local 40 std::regex re("foo$"); in main() local 47 std::regex re("foo"); in main() local
|
/external/adhd/cras/src/server/ |
D | rate_estimator.c | 35 void rate_estimator_destroy(struct rate_estimator *re) in rate_estimator_destroy() 45 struct rate_estimator *re; in rate_estimator_create() local 58 void rate_estimator_add_frames(struct rate_estimator *re, int fr) in rate_estimator_add_frames() 63 double rate_estimator_get_rate(struct rate_estimator *re) in rate_estimator_get_rate() 68 void rate_estimator_reset_rate(struct rate_estimator *re, unsigned int rate) in rate_estimator_reset_rate() 79 int rate_estimator_check(struct rate_estimator *re, int level, in rate_estimator_check()
|
/external/adhd/cras/src/tests/ |
D | rate_estimator_unittest.cc | 17 struct rate_estimator *re; in TEST() local 46 struct rate_estimator *re; in TEST() local 78 struct rate_estimator *re; in TEST() local 109 struct rate_estimator *re; in TEST() local 138 struct rate_estimator *re; in TEST() local 165 struct rate_estimator *re; in TEST() local
|
/external/pcre/pcrecpp/ |
D | pcrecpp_unittest.cc | 336 RE re(t->regexp, RE_Options().set_newline_mode(PCRE2_NEWLINE_CRLF) in TestReplace() local 350 RE re("b*", RE_Options().set_newline_mode(PCRE2_NEWLINE_CR) in TestReplace() local 358 RE re("b*", RE_Options().set_newline_mode(PCRE2_NEWLINE_LF) in TestReplace() local 458 RE re("(\\w+)*b", options_ml); in TestRecursion() local 491 RE re(quoted, options); in TestQuoteMeta() local 500 RE re(quoted, options); in NegativeTestQuoteMeta() local 705 RE re("(world|universe)$", options); in Test_NO_AUTO_CAPTURE() local 1161 const RE re(kPattern); in main() local 1167 RE re("foo"); in main() local 1245 { RE re("a\\1"); CHECK(!re.error().empty()); } in main() local [all …]
|
/external/libcxx/test/std/re/re.alg/re.alg.search/ |
D | backup.pass.cpp | 31 std::regex re("\\ba"); in main() local 50 std::regex re("\\ba"); in main() local
|
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/http/ |
D | RouteExceptionTest.java | 28 RouteException re = new RouteException(firstException); in getConnectionIOException_single() local 36 RouteException re = new RouteException(firstException); in getConnectionIOException_multiple() local
|
/external/pcre/dist2/src/ |
D | pcre2_study.c | 101 find_minlength(const pcre2_real_code *re, PCRE2_SPTR code, in find_minlength() 758 set_table_bit(pcre2_real_code *re, PCRE2_SPTR p, BOOL caseless, BOOL utf) in set_table_bit() 836 set_type_bits(pcre2_real_code *re, int cbit_type, unsigned int table_limit) in set_type_bits() 877 set_nottype_bits(pcre2_real_code *re, int cbit_type, unsigned int table_limit) in set_nottype_bits() 917 set_start_bits(pcre2_real_code *re, PCRE2_SPTR code, BOOL utf) in set_start_bits()
|
D | pcre2_pattern_info.c | 67 const pcre2_real_code *re = (pcre2_real_code *)code; in pcre2_pattern_info() local 271 pcre2_real_code *re = (pcre2_real_code *)code; in pcre2_callout_enumerate() local
|
/external/antlr/runtime/Python3/tests/ |
D | t037rulePropertyRef.py | 13 def recover(self, input, re): argument 22 def recover(self, input, re): argument
|
D | t039labels.py | 13 def recover(self, input, re): argument 22 def recover(self, input, re): argument
|
D | t041parameters.py | 13 def recover(self, input, re): argument 22 def recover(self, input, re): argument
|
D | t035ruleLabelPropertyRef.py | 13 def recover(self, input, re): argument 22 def recover(self, input, re): argument
|
D | t036multipleReturnValues.py | 13 def recover(self, input, re): argument 22 def recover(self, input, re): argument
|
D | t034tokenLabelPropertyRef.py | 13 def recover(self, input, re): argument 22 def recover(self, input, re): argument
|
/external/antlr/runtime/Python/tests/ |
D | t043synpred.py | 13 def recover(self, input, re): argument 22 def recover(self, input, re): argument
|
D | t039labels.py | 13 def recover(self, input, re): argument 22 def recover(self, input, re): argument
|
D | t034tokenLabelPropertyRef.py | 13 def recover(self, input, re): argument 22 def recover(self, input, re): argument
|
D | t041parameters.py | 13 def recover(self, input, re): argument 22 def recover(self, input, re): argument
|