Home
last modified time | relevance | path

Searched defs:re (Results 1 – 25 of 285) sorted by relevance

12345678910>>...12

/external/libcxx/test/std/re/re.regex/re.regex.construct/
Ddeduct.pass.cpp42 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 …]
Ddeduct.fail.cpp34 …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
Dbad_backref.pass.cpp26 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/
Dx86_64-xlate.pl104 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/
Dlookahead_capture.pass.cpp31 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
Dparse_curly_brackets.pass.cpp29 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/
Dmatch_not_bol.pass.cpp26 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
Dmatch_not_eol.pass.cpp26 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/
Drate_estimator.c35 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/
Drate_estimator_unittest.cc17 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/
Dpcrecpp_unittest.cc336 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/
Dbackup.pass.cpp31 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/
DRouteExceptionTest.java28 RouteException re = new RouteException(firstException); in getConnectionIOException_single() local
36 RouteException re = new RouteException(firstException); in getConnectionIOException_multiple() local
/external/pcre/dist2/src/
Dpcre2_study.c101 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()
Dpcre2_pattern_info.c67 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/
Dt037rulePropertyRef.py13 def recover(self, input, re): argument
22 def recover(self, input, re): argument
Dt039labels.py13 def recover(self, input, re): argument
22 def recover(self, input, re): argument
Dt041parameters.py13 def recover(self, input, re): argument
22 def recover(self, input, re): argument
Dt035ruleLabelPropertyRef.py13 def recover(self, input, re): argument
22 def recover(self, input, re): argument
Dt036multipleReturnValues.py13 def recover(self, input, re): argument
22 def recover(self, input, re): argument
Dt034tokenLabelPropertyRef.py13 def recover(self, input, re): argument
22 def recover(self, input, re): argument
/external/antlr/runtime/Python/tests/
Dt043synpred.py13 def recover(self, input, re): argument
22 def recover(self, input, re): argument
Dt039labels.py13 def recover(self, input, re): argument
22 def recover(self, input, re): argument
Dt034tokenLabelPropertyRef.py13 def recover(self, input, re): argument
22 def recover(self, input, re): argument
Dt041parameters.py13 def recover(self, input, re): argument
22 def recover(self, input, re): argument

12345678910>>...12