Home
last modified time | relevance | path

Searched full:regex (Results 1 – 25 of 6451) sorted by relevance

12345678910>>...259

/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/regex-1.11.1/record/compile-test/
D2023-07-05.csv2 regex__dev__std_perf_unicode,regex,53786ce797,dev,2.414172223s,4143600,3764328
3 regex__dev__std_perf_unicode_perf-dfa-full,regex,53786ce797,dev,2.900927164s,4815368,4436096
4 regex__dev__std,regex,53786ce797,dev,1.662626059s,2062808,1683536
5 regex__dev__std_perf,regex,53786ce797,dev,2.136755026s,3574256,3194984
6 regex__dev__std_unicode,regex,53786ce797,dev,1.943953132s,2623960,2244688
7 regex__dev__std_unicode-case_unicode-perl,regex,53786ce797,dev,1.753222606s,2374104,1994832
8 regex-lite__dev__std_string,regex,53786ce797,dev,498.158769ms,727504,348232
9 regex-automata__dev__std_syntax_perf_unicode_meta_nfa_dfa_hybrid,regex-automata,53786ce797,dev,2.90…
10 regex-automata__dev__std_syntax_nfa-pikevm,regex-automata,53786ce797,dev,1.413429089s,1501648,11223…
11 regex-automata__dev__std_syntax_nfa-backtrack,regex-automata,53786ce797,dev,1.412429191s,1505744,11…
[all …]
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/regex-1.11.1/record/compile-test/
D2023-07-05.csv2 regex__dev__std_perf_unicode,regex,53786ce797,dev,2.414172223s,4143600,3764328
3 regex__dev__std_perf_unicode_perf-dfa-full,regex,53786ce797,dev,2.900927164s,4815368,4436096
4 regex__dev__std,regex,53786ce797,dev,1.662626059s,2062808,1683536
5 regex__dev__std_perf,regex,53786ce797,dev,2.136755026s,3574256,3194984
6 regex__dev__std_unicode,regex,53786ce797,dev,1.943953132s,2623960,2244688
7 regex__dev__std_unicode-case_unicode-perl,regex,53786ce797,dev,1.753222606s,2374104,1994832
8 regex-lite__dev__std_string,regex,53786ce797,dev,498.158769ms,727504,348232
9 regex-automata__dev__std_syntax_perf_unicode_meta_nfa_dfa_hybrid,regex-automata,53786ce797,dev,2.90…
10 regex-automata__dev__std_syntax_nfa-pikevm,regex-automata,53786ce797,dev,1.413429089s,1501648,11223…
11 regex-automata__dev__std_syntax_nfa-backtrack,regex-automata,53786ce797,dev,1.412429191s,1505744,11…
[all …]
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/regex-1.11.1/testdata/
Dunicode.toml4 regex = '☃'
10 regex = '☃+'
16 regex = '☃+'
23 regex = 'Δ'
31 regex = '\d\b'
37 regex = '\d\b'
43 regex = '\d\B'
49 regex = '\d\B'
56 regex = '[☃Ⅰ]+'
62 regex = '\pN'
[all …]
Dregression.toml1 # See: https://github.com/rust-lang/regex/issues/48
3 name = "invalid-regex-no-crash-100"
4 regex = '(*)'
9 # See: https://github.com/rust-lang/regex/issues/48
11 name = "invalid-regex-no-crash-200"
12 regex = '(?:?)'
17 # See: https://github.com/rust-lang/regex/issues/48
19 name = "invalid-regex-no-crash-300"
20 regex = '(?)'
25 # See: https://github.com/rust-lang/regex/issues/48
[all …]
Dword-boundary.toml6 regex = '\b'
13 regex = '\b'
20 regex = '\b'
27 regex = '^\b'
34 regex = '\b$'
41 regex = '^\b$'
48 regex = '\bbar\b'
55 regex = 'a\b'
62 regex = '\bbar'
69 regex = '\bbar'
[all …]
Dword-boundary-special.toml11 regex = '\b{start}'
18 regex = '\b{start}'
25 regex = '\b{start}'
32 regex = '\b{start}'
39 regex = '\b{start}'
46 regex = '\b{start}'
53 regex = '\b{start}'
61 regex = '\b{start}'
68 regex = '\b{start}'
75 regex = '\b{start}'
[all …]
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/regex-1.11.1/testdata/
Dunicode.toml4 regex = '☃'
10 regex = '☃+'
16 regex = '☃+'
23 regex = 'Δ'
31 regex = '\d\b'
37 regex = '\d\b'
43 regex = '\d\B'
49 regex = '\d\B'
56 regex = '[☃Ⅰ]+'
62 regex = '\pN'
[all …]
Dregression.toml1 # See: https://github.com/rust-lang/regex/issues/48
3 name = "invalid-regex-no-crash-100"
4 regex = '(*)'
9 # See: https://github.com/rust-lang/regex/issues/48
11 name = "invalid-regex-no-crash-200"
12 regex = '(?:?)'
17 # See: https://github.com/rust-lang/regex/issues/48
19 name = "invalid-regex-no-crash-300"
20 regex = '(?)'
25 # See: https://github.com/rust-lang/regex/issues/48
[all …]
Dword-boundary.toml6 regex = '\b'
13 regex = '\b'
20 regex = '\b'
27 regex = '^\b'
34 regex = '\b$'
41 regex = '^\b$'
48 regex = '\bbar\b'
55 regex = 'a\b'
62 regex = '\bbar'
69 regex = '\bbar'
[all …]
Dword-boundary-special.toml11 regex = '\b{start}'
18 regex = '\b{start}'
25 regex = '\b{start}'
32 regex = '\b{start}'
39 regex = '\b{start}'
46 regex = '\b{start}'
53 regex = '\b{start}'
61 regex = '\b{start}'
68 regex = '\b{start}'
75 regex = '\b{start}'
[all …]
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/regex-1.11.1/
DCHANGELOG.md3 This is a new patch release of `regex` that fixes compilation on nightly
9 * [BUG #1231](https://github.com/rust-lang/regex/issues/1231):
15 This is a new minor release of `regex` that brings in an update to the
17 used by `regex` internally to the version 16 release.
21 * [FEATURE #1228](https://github.com/rust-lang/regex/pull/1228):
22 Add new `regex::SetMatches::matched_all` method.
23 * [FEATURE #1229](https://github.com/rust-lang/regex/pull/1229):
34 * [BUG #1219](https://github.com/rust-lang/regex/pull/1219):
44 * [BUG #1203](https://github.com/rust-lang/regex/pull/1203):
45 Escape invalid UTF-8 when in the `Debug` impl of `regex::bytes::Match`.
[all …]
DREADME.md1 regex chapter
4 expression] (aka "regex"). The regex syntax supported by this crate is similar
5 to other regex engines, but it lacks several features that are not known how to
7 backreferences. In exchange, all regex searches in this crate have worst case
8 `O(m * n)` time complexity, where `m` is proportional to the size of the regex
13 …[Build status](https://github.com/rust-lang/regex/workflows/ci/badge.svg)](https://github.com/rust…
14 [![Crates.io](https://img.shields.io/crates/v/regex.svg)](https://crates.io/crates/regex)
18 [Module documentation with examples](https://docs.rs/regex).
24 [`Regex` type](https://docs.rs/regex/*/regex/struct.Regex.html).
28 To bring this crate into your repository, either add `regex` to your
[all …]
DCargo.toml.orig2 name = "regex"
7 repository = "https://github.com/rust-lang/regex"
8 documentation = "https://docs.rs/regex"
9 homepage = "https://github.com/rust-lang/regex"
22 "regex-automata",
23 "regex-capi",
24 "regex-cli",
25 "regex-lite",
26 "regex-syntax",
27 "regex-test",
[all …]
DCargo.toml15 name = "regex"
35 homepage = "https://github.com/rust-lang/regex"
36 documentation = "https://docs.rs/regex"
40 repository = "https://github.com/rust-lang/regex"
64 name = "regex"
81 [dependencies.regex-automata]
91 [dependencies.regex-syntax]
117 [dev-dependencies.regex-test]
125 "regex-syntax/default",
130 "regex-automata/logging",
[all …]
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/regex-1.11.1/
DCHANGELOG.md3 This is a new patch release of `regex` that fixes compilation on nightly
9 * [BUG #1231](https://github.com/rust-lang/regex/issues/1231):
15 This is a new minor release of `regex` that brings in an update to the
17 used by `regex` internally to the version 16 release.
21 * [FEATURE #1228](https://github.com/rust-lang/regex/pull/1228):
22 Add new `regex::SetMatches::matched_all` method.
23 * [FEATURE #1229](https://github.com/rust-lang/regex/pull/1229):
34 * [BUG #1219](https://github.com/rust-lang/regex/pull/1219):
44 * [BUG #1203](https://github.com/rust-lang/regex/pull/1203):
45 Escape invalid UTF-8 when in the `Debug` impl of `regex::bytes::Match`.
[all …]
DREADME.md1 regex chapter
4 expression] (aka "regex"). The regex syntax supported by this crate is similar
5 to other regex engines, but it lacks several features that are not known how to
7 backreferences. In exchange, all regex searches in this crate have worst case
8 `O(m * n)` time complexity, where `m` is proportional to the size of the regex
13 …[Build status](https://github.com/rust-lang/regex/workflows/ci/badge.svg)](https://github.com/rust…
14 [![Crates.io](https://img.shields.io/crates/v/regex.svg)](https://crates.io/crates/regex)
18 [Module documentation with examples](https://docs.rs/regex).
24 [`Regex` type](https://docs.rs/regex/*/regex/struct.Regex.html).
28 To bring this crate into your repository, either add `regex` to your
[all …]
DCargo.toml.orig2 name = "regex"
7 repository = "https://github.com/rust-lang/regex"
8 documentation = "https://docs.rs/regex"
9 homepage = "https://github.com/rust-lang/regex"
22 "regex-automata",
23 "regex-capi",
24 "regex-cli",
25 "regex-lite",
26 "regex-syntax",
27 "regex-test",
[all …]
DCargo.toml15 name = "regex"
35 homepage = "https://github.com/rust-lang/regex"
36 documentation = "https://docs.rs/regex"
40 repository = "https://github.com/rust-lang/regex"
64 name = "regex"
81 [dependencies.regex-automata]
91 [dependencies.regex-syntax]
117 [dev-dependencies.regex-test]
125 "regex-syntax/default",
130 "regex-automata/logging",
[all …]
/external/selinux/libselinux/src/
Dregex.c7 #include "regex.h"
67 pcre2_code *regex; /* compiled regular expression */ member
70 int regex_prepare_data(struct regex_data **regex, char const *pattern_string, in regex_prepare_data() argument
75 *regex = regex_data_create(); in regex_prepare_data()
76 if (!(*regex)) in regex_prepare_data()
79 (*regex)->regex = pcre2_compile( in regex_prepare_data()
82 if (!(*regex)->regex) { in regex_prepare_data()
89 regex_data_free(*regex); in regex_prepare_data()
90 *regex = NULL; in regex_prepare_data()
105 int regex_load_mmap(struct mmap_area *mmap_area, struct regex_data **regex, in regex_load_mmap() argument
[all …]
/external/rust/android-crates-io/crates/regex/tests/
Dtest_default.rs3 use regex;
11 // regex and the input. Other dynamic tests explicitly set the engine to use.
14 use regex::Regex;
15 Regex::new($re)
19 macro_rules! regex { macro
27 use regex::RegexSet;
66 assert!(regex::Regex::new(r"(?-u)\xFF").is_err()); in disallow_non_utf8()
67 assert!(regex::Regex::new(r"(?-u).").is_err()); in disallow_non_utf8()
68 assert!(regex::Regex::new(r"(?-u)[\xFF]").is_err()); in disallow_non_utf8()
69 assert!(regex::Regex::new(r"(?-u)☃").is_err()); in disallow_non_utf8()
[all …]
/external/rust/android-crates-io/crates/combine/src/parser/
Dregex.rs1 //! Module containing regex parsers on streams returning ranges of `&str` or `&[u8]`.
3 //! All regex parsers are overloaded on `&str` and `&[u8]` ranges and can take a `Regex` by value
6 //! Enabled using the `regex` feature (for `regex-0.2`) or the `regex-1` feature for `regex-1.0`.
10 //! use regex::{bytes, Regex};
12 //! use combine::parser::regex::{find_many, match_};
15 //! let regex = bytes::Regex::new("[0-9]+").unwrap();
16 //! // Shared references to any regex works as well
18 //! find_many(&regex).parse(&b"123 456 "[..]),
22 //! find_many(regex).parse(&b""[..]),
26 //! static REGEX: Lazy<Regex> = Lazy::new(|| Regex::new("[:alpha:]+").unwrap());
[all …]
/external/rust/android-crates-io/crates/regex/
DCHANGELOG.md3 This is a small release that fixes a bug in `Regex::shortest_match_at` that
8 * [BUG #969](https://github.com/rust-lang/regex/issues/969):
9 Fix a bug in how the reverse DFA was called for `Regex::shortest_match_at`.
18 * [BUG #967](https://github.com/rust-lang/regex/issues/967):
25 regex crate.
29 * [PERF #930](https://github.com/rust-lang/regex/pull/930):
34 * [BUG #945](https://github.com/rust-lang/regex/issues/945):
44 * [FEATURE #832](https://github.com/rust-lang/regex/issues/916):
54 * [FEATURE #832](https://github.com/rust-lang/regex/pull/832):
56 * [FEATURE #857](https://github.com/rust-lang/regex/pull/857):
[all …]
/external/jazzer-api/sanitizers/src/main/java/com/code_intelligence/jazzer/sanitizers/
DRegexRoadblocks.java28 import java.util.regex.Matcher;
29 import java.util.regex.Pattern;
68 @MethodHook(type = HookType.AFTER, targetClassName = "java.util.regex.Pattern$Node",
70 targetMethodDescriptor = "(Ljava/util/regex/Matcher;ILjava/lang/CharSequence;)Z",
73 "java.util.regex.Matcher",
74 "java.util.regex.Pattern$BackRef",
75 "java.util.regex.Pattern$Behind",
76 "java.util.regex.Pattern$BehindS",
77 "java.util.regex.Pattern$BmpCharProperty",
78 "java.util.regex.Pattern$BmpCharPropertyGreedy",
[all …]
/external/perfetto/src/trace_processor/util/
Dregex.h29 #include <regex.h>
32 namespace perfetto::trace_processor::regex {
42 // Implements regex parsing and regex search based on C library `regex.h`.
44 class Regex {
47 ~Regex() { in ~Regex()
52 Regex(const Regex&) = delete;
53 Regex(Regex&& other) { in Regex() function
57 Regex& operator=(Regex&& other) {
58 this->~Regex();
59 new (this) Regex(std::move(other));
[all …]
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/regex-1.11.1/testdata/fowler/
Dbasic.toml2 # Automatically generated by 'regex-cli generate fowler'.
8 regex = '''abracadabra$'''
15 regex = '''a...b'''
22 regex = '''XXXXXX'''
29 regex = '''\)'''
36 regex = '''a]'''
44 regex = '''\}'''
52 regex = '''\]'''
60 regex = ''']'''
68 regex = '''^a'''
[all …]

12345678910>>...259