| /third_party/rust/crates/regex/tests/ |
| D | api.rs | 3 let re = regex!(""); in empty_regex_empty_match() localVariable 9 let re = regex!(""); in empty_regex_nonempty_match() localVariable 15 let re = regex!(r"[0-9]*"); in one_zero_length_match() localVariable 21 let re = regex!(r"[0-9]*"); in many_zero_length_match() localVariable 30 let re = regex!(r"[0-9]?"); in many_sequential_zero_length_match() localVariable 39 let re = regex!(r"([\x{5b}\x{5d}])"); in quoted_bracket_set() localVariable 41 let re = regex!(r"([\[\]])"); in quoted_bracket_set() localVariable 47 let re = regex!(r"([\[-z])"); in first_range_starts_with_left_bracket() localVariable 53 let re = regex!(r"([\[-\x{5d}])"); in range_ends_with_escape() localVariable 59 let re = regex!(r".*?"); in empty_match_find_iter() localVariable [all …]
|
| D | replace.rs | 6 let re = regex!($re); localVariable 234 let re = regex!(r"[0-9]"); in replacen_no_captures() localVariable 243 let re = regex!(r"([0-9])"); in replacen_with_captures() localVariable
|
| D | api_str.rs | 8 let re = regex!(r".*?"); in empty_match_unicode_find_iter() localVariable 18 let re = regex!(r".*?"); in empty_match_unicode_captures_iter() localVariable 29 let re = regex!(r"fo+"); in match_as_str() localVariable
|
| D | regression.rs | 13 let re = regex!("^.{1,2500}"); in regression_many_repeat_stack_overflow() localVariable 45 let re = regex!(r"([a-f]){2}(?P<foo>[x-z])"); in regression_captures_rep() localVariable 199 let re = ::regex::bytes::Regex::new(r"\bs(?:[ab])").unwrap(); in regression_nfa_stops1() localVariable
|
| D | macros.rs | 16 let re = regex!($re); localVariable 144 let re = regex!($re); localVariable 155 let re = regex!($re); localVariable
|
| D | noparse.rs | 5 let re = $re; localVariable
|
| /third_party/rust/crates/regex/src/ |
| D | lib.rs | 33 let re = Regex::new(r"^\d{4}-\d{2}-\d{2}$").unwrap(); localVariable 91 let re = Regex::new(r"(\d{4})-(\d{2})-(\d{2})").unwrap(); localVariable 116 let re = Regex::new(r"(?P<y>\d{4})-(?P<m>\d{2})-(?P<d>\d{2})").unwrap(); localVariable 133 let re = Regex::new(r"(?x) localVariable 214 let re = Regex::new(r"(?i)Δ+").unwrap(); localVariable 241 let re = Regex::new(r"[\pN\p{Greek}\p{Cherokee}]+").unwrap(); localVariable 391 let re = Regex::new(r"(?i)a+(?-i)b+").unwrap(); localVariable 405 let re = Regex::new(r"(?m)^line \d+").unwrap(); localVariable 414 let re = Regex::new(r"(?m)^").unwrap(); localVariable 425 let re = Regex::new(r"(?-u:\b).+(?-u:\b)").unwrap(); localVariable [all …]
|
| /third_party/rust/crates/regex/regex-syntax/benches/ |
| D | bench.rs | 11 let re = r"^bc(d|e)*$"; in parse_simple1() localVariable 19 let re = r"'[a-zA-Z_][a-zA-Z0-9_]*(')\b"; in parse_simple2() localVariable 27 let re = r"\p{L}|\p{N}|\s|.|\d"; in parse_small1() localVariable 35 let re = r"\pL\p{Greek}\p{Hiragana}\p{Alphabetic}\p{Hebrew}\p{Arabic}"; in parse_medium1() localVariable 43 let re = r"\s\S\w\W\d\D"; in parse_medium2() localVariable 51 let re = in parse_medium3() localVariable 60 let re = r"\p{L}{100}"; in parse_huge() localVariable
|
| /third_party/openssl/crypto/perlasm/ |
| D | x86_64-xlate.pl | 158 sub re { subroutine 236 sub re { subroutine 278 sub re { subroutine 382 sub re { subroutine 424 sub re { subroutine 491 sub re { subroutine 684 sub re { subroutine 770 sub re { subroutine
|
| /third_party/node/deps/openssl/openssl/crypto/perlasm/ |
| D | x86_64-xlate.pl | 163 sub re { subroutine 241 sub re { subroutine 283 sub re { subroutine 387 sub re { subroutine 429 sub re { subroutine 496 sub re { subroutine 689 sub re { subroutine 775 sub re { subroutine
|
| /third_party/rust/crates/regex/bench/src/ |
| D | rust_compile.rs | 9 let re = Parser::new().parse(r"^bc(d|e)*$").unwrap(); in compile_simple() localVariable 17 let re = Parser::new().parse(r"^bc(d|e)*$").unwrap(); in compile_simple_bytes() localVariable 30 let re = Parser::new().parse(r"\p{L}|\p{N}|\s|.|\d").unwrap(); in compile_small() localVariable 38 let re = Parser::new().parse(r"\p{L}|\p{N}|\s|.|\d").unwrap(); in compile_small_bytes() localVariable 51 let re = Parser::new().parse(r"\p{L}{50}").unwrap(); in compile_huge() localVariable 59 let re = Parser::new().parse(r"\p{L}{50}").unwrap(); in compile_huge_bytes() localVariable
|
| D | rust_parse.rs | 7 let re = r"^bc(d|e)*$"; in parse_simple() localVariable 15 let re = r"'[a-zA-Z_][a-zA-Z0-9_]*(')\b"; in parse_simple2() localVariable 23 let re = r"\p{L}|\p{N}|\s|.|\d"; in parse_small() localVariable 31 let re = r"\p{L}{100}"; in parse_huge() localVariable
|
| D | bench.rs | 153 let re = RE.lock().unwrap(); localVariable 191 let re = RE.lock().unwrap(); localVariable 224 let re = RE.lock().unwrap(); localVariable 247 let re = RE.lock().unwrap(); localVariable 275 let re = RE.lock().unwrap(); localVariable
|
| /third_party/rust/crates/regex/regex-capi/src/ |
| D | rure.rs | 22 re: bytes::Regex, field 35 re: bytes::RegexSet, field 47 re: *const Regex, field 82 let re = rure_compile( localVariable 134 let re = Regex { localVariable 165 let re = unsafe { &*re }; localVariable 179 let re = unsafe { &*re }; localVariable 198 let re = unsafe { &*re }; localVariable 213 let re = unsafe { &*re }; localVariable 234 let re = unsafe { &*re }; localVariable [all …]
|
| /third_party/rust/crates/regex/regex-capi/ctest/ |
| D | test.c | 17 rure *re = rure_compile_must("\\p{So}$"); in test_is_match() local 35 rure *re = rure_compile_must("a+"); in test_shortest_match() local 64 rure *re = rure_compile_must("\\p{So}$"); in test_find() local 93 rure *re = rure_compile_must(".(.*(?P<snowman>\\p{So}))$"); in test_captures() local 155 rure *re = rure_compile_must("\\w+(\\w)"); in test_iter() local 229 rure *re = rure_compile_must( in test_iter_capture_names() local 278 rure *re = rure_compile((const uint8_t *)pattern, strlen(pattern), in test_flags() local 295 rure *re = rure_compile((const uint8_t *)"(", 1, 0, NULL, err); in test_compile_error() local 324 rure *re = rure_compile((const uint8_t *)"\\w{100}", 8, 0, opts, err); in test_compile_error_size_limit() local 362 rure_set *re = rure_compile_set((const uint8_t **) patterns, in test_regex_set_matches() local [all …]
|
| /third_party/node/tools/doc/ |
| D | json.mjs | 459 { type: 'event', re: RegExp( property 462 { type: 'class', re: RegExp( property 465 { type: 'ctor', re: RegExp( property 468 { type: 'classMethod', re: RegExp( property 471 { type: 'method', re: RegExp( property 474 { type: 'property', re: RegExp( property 482 for (const { type, re } of headingExpressions) { field
|
| /third_party/rust/crates/regex/bench/src/ffi/ |
| D | re2.cpp | 21 void re2_regexp_free(re2_regexp *re) { in re2_regexp_free() 25 bool re2_regexp_match(re2_regexp *re, re2_string text, in re2_regexp_match() 34 bool re2_regexp_find(re2_regexp *re, re2_string text, in re2_regexp_find()
|
| /third_party/node/deps/v8/src/regexp/ |
| D | regexp.cc | 132 Handle<JSRegExp> re, in ThrowRegExpException() 147 void RegExp::ThrowRegExpException(Isolate* isolate, Handle<JSRegExp> re, in ThrowRegExpException() 186 MaybeHandle<Object> RegExp::Compile(Isolate* isolate, Handle<JSRegExp> re, in Compile() 278 bool RegExp::EnsureFullyCompiled(Isolate* isolate, Handle<JSRegExp> re, in EnsureFullyCompiled() 332 void RegExpImpl::AtomCompile(Isolate* isolate, Handle<JSRegExp> re, in AtomCompile() 401 Handle<Object> RegExpImpl::AtomExec(Isolate* isolate, Handle<JSRegExp> re, in AtomExec() 428 bool RegExpImpl::EnsureCompiledIrregexp(Isolate* isolate, Handle<JSRegExp> re, in EnsureCompiledIrregexp() 460 bool RegExpCodeIsValidForPreCompilation(Handle<JSRegExp> re, bool is_one_byte) { in RegExpCodeIsValidForPreCompilation() 530 bool RegExpImpl::CompileIrregexp(Isolate* isolate, Handle<JSRegExp> re, in CompileIrregexp() 610 int RegExpImpl::IrregexpMaxRegisterCount(FixedArray re) { in IrregexpMaxRegisterCount() [all …]
|
| /third_party/typescript/tests/baselines/reference/ |
| D | typeGuardsNestedAssignments.js | 41 const re = /./g constant 81 var re = /./g; variable
|
| /third_party/node/deps/npm/node_modules/semver/internal/ |
| D | re.js | 10 const re = exports.re = [] constant 45 re[index] = new RegExp(value, isGlobal ? 'g' : undefined) variable
|
| /third_party/ffmpeg/libavutil/ |
| D | tx.h | 28 float re, im; member 32 double re, im; member 36 int32_t re, im; member
|
| /third_party/rust/crates/once_cell/examples/ |
| D | regex.rs | 17 let re = Regex::new( in slow() localVariable 32 let re: &Regex = regex!( in fast() localVariable
|
| /third_party/pcre2/pcre2/src/ |
| 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
|
| D | pcre2_study.c | 103 find_minlength(const pcre2_real_code *re, PCRE2_SPTR code, in find_minlength() 781 set_table_bit(pcre2_real_code *re, PCRE2_SPTR p, BOOL caseless, BOOL utf, in set_table_bit() 866 set_type_bits(pcre2_real_code *re, int cbit_type, unsigned int table_limit) in set_type_bits() 907 set_nottype_bits(pcre2_real_code *re, int cbit_type, unsigned int table_limit) in set_nottype_bits() 953 set_start_bits(pcre2_real_code *re, PCRE2_SPTR code, BOOL utf, BOOL ucp, in set_start_bits()
|
| /third_party/skia/third_party/externals/angle2/src/tests/test_utils/ |
| D | angle_test_configs.h | 225 PlatformParameters re = params; in WithNoShaderStencilOutput() local 232 PlatformParameters re = params; in WithNoGenMultipleMipsPerPass() local 241 PlatformParameters re = params; in WithMetalMemoryBarrierAndCheapRenderPass() local 249 PlatformParameters re = params; in WithMetalForcedBufferGPUStorage() local
|