HomeSort by relevance Sort by last modified time
    Searched refs:regexp (Results 1 - 25 of 176) sorted by null

1 2 3 4 5 6 7 8

  /external/snakeyaml/src/main/java/org/yaml/snakeyaml/resolver/
ResolverTuple.java 24 private final Pattern regexp; field in class:ResolverTuple
26 public ResolverTuple(Tag tag, Pattern regexp) {
28 this.regexp = regexp;
36 return regexp;
41 return "Tuple tag=" + tag + " regexp=" + regexp;
Resolver.java 76 public void addImplicitResolver(Tag tag, Pattern regexp, String first) {
83 curr.add(new ResolverTuple(tag, regexp));
97 curr.add(new ResolverTuple(tag, regexp));
113 Pattern regexp = v.getRegexp(); local
114 if (regexp.matcher(value).matches()) {
122 Pattern regexp = v.getRegexp(); local
123 if (regexp.matcher(value).matches()) {
  /external/catch2/contrib/
lldbinit 4 # With the setting "target.process.thread.step-avoid-regexp" you can tell lldb
5 # to skip functions matching the regexp
8 # regexp "Catch", which matches the complete Catch namespace.
10 # regexp accordingly.
16 settings set target.process.thread.step-avoid-regexp Catc
  /external/parameter-framework/upstream/tools/xmlGenerator/analyse/
replaceAmixerByPfwParameters.sh 38 # a perl regexp that matches only alsa mixer lines
39 regexp='^[^\s/]'
62 if echo "$line" | grep -qP "$regexp" && parameter="$(find_pfw_equivalent "$line" $1)"
  /external/icu/icu4c/source/i18n/unicode/
uregex.h 207 * @param regexp The regular expression to be closed.
211 uregex_close(URegularExpression *regexp);
245 * @param regexp The compiled regular expression to be cloned.
251 uregex_clone(const URegularExpression *regexp, UErrorCode *status);
257 * @param regexp The compiled regular expression.
271 uregex_pattern(const URegularExpression *regexp,
279 * @param regexp The compiled regular expression.
287 uregex_patternUText(const URegularExpression *regexp,
293 * @param regexp The compiled regular expression.
299 uregex_flags(const URegularExpression *regexp,
    [all...]
  /external/icu/libandroidicu/include/unicode/
uregex.h 207 * @param regexp The regular expression to be closed.
211 uregex_close(URegularExpression *regexp);
245 * @param regexp The compiled regular expression to be cloned.
251 uregex_clone(const URegularExpression *regexp, UErrorCode *status);
257 * @param regexp The compiled regular expression.
271 uregex_pattern(const URegularExpression *regexp,
279 * @param regexp The compiled regular expression.
287 uregex_patternUText(const URegularExpression *regexp,
293 * @param regexp The compiled regular expression.
299 uregex_flags(const URegularExpression *regexp,
    [all...]
  /external/icu/icu4c/source/i18n/
uregex.cpp 326 RegularExpression *regexp = (RegularExpression*)regexp2; local
328 if (validateRE(regexp, FALSE, status) == FALSE) {
332 *patLength = regexp->fPatStringLen;
334 return regexp->fPatString;
346 RegularExpression *regexp = (RegularExpression*)regexp2; local
347 return regexp->fPat->patternText(*status);
358 RegularExpression *regexp = (RegularExpression*)regexp2; local
359 if (validateRE(regexp, FALSE, status) == FALSE) {
362 int32_t flags = regexp->fPat->flags();
377 RegularExpression *regexp = (RegularExpression*)regexp2 local
410 RegularExpression *regexp = (RegularExpression*)regexp2; local
440 RegularExpression *regexp = (RegularExpression*)regexp2; local
480 RegularExpression *regexp = (RegularExpression*)regexp2; local
497 RegularExpression *regexp = (RegularExpression*)regexp2; local
521 RegularExpression *regexp = (RegularExpression*)regexp2; local
551 RegularExpression *regexp = (RegularExpression*)regexp2; local
582 RegularExpression *regexp = (RegularExpression*)regexp2; local
605 RegularExpression *regexp = (RegularExpression*)regexp2; local
621 RegularExpression *regexp = (RegularExpression*)regexp2; local
640 RegularExpression *regexp = (RegularExpression*)regexp2; local
653 RegularExpression *regexp = (RegularExpression*)regexp2; local
671 RegularExpression *regexp = (RegularExpression*)regexp2; local
741 RegularExpression *regexp = (RegularExpression*)regexp2; local
766 RegularExpression *regexp = (RegularExpression*)regexp2; local
790 RegularExpression *regexp = (RegularExpression*)regexp2; local
814 RegularExpression *regexp = (RegularExpression*)regexp2; local
840 RegularExpression *regexp = (RegularExpression*)regexp2; local
859 RegularExpression *regexp = (RegularExpression*)regexp2; local
880 RegularExpression *regexp = (RegularExpression*)regexp2; local
902 RegularExpression *regexp = (RegularExpression*)regexp2; local
918 RegularExpression *regexp = (RegularExpression*)regexp2; local
935 RegularExpression *regexp = (RegularExpression*)regexp2; local
951 RegularExpression *regexp = (RegularExpression*)regexp2; local
968 RegularExpression *regexp = (RegularExpression*)regexp2; local
984 RegularExpression *regexp = (RegularExpression*)regexp2; local
1000 RegularExpression *regexp = (RegularExpression*)regexp2; local
1017 RegularExpression *regexp = (RegularExpression*)regexp2; local
1034 RegularExpression *regexp = (RegularExpression*)regexp2; local
1052 RegularExpression *regexp = (RegularExpression*)regexp2; local
1069 RegularExpression *regexp = (RegularExpression*)regexp2; local
1087 RegularExpression *regexp = (RegularExpression*)regexp2; local
1104 RegularExpression *regexp = (RegularExpression*)regexp2; local
1121 RegularExpression *regexp = (RegularExpression*)regexp2; local
1138 RegularExpression *regexp = (RegularExpression*)regexp2; local
1157 RegularExpression *regexp = (RegularExpression*)regexp2; local
1205 RegularExpression *regexp = (RegularExpression*)regexp2; local
1231 RegularExpression *regexp = (RegularExpression*)regexp2; local
1266 RegularExpression *regexp = (RegularExpression*)regexp2; local
1593 RegularExpression *regexp = (RegularExpression*)regexp2; local
1606 RegularExpression *regexp = (RegularExpression*)regexp2; local
1746 RegularExpression *regexp = (RegularExpression*)regexp2; local
1758 RegularExpression *regexp = (RegularExpression*)regexp2; local
1949 RegularExpression *regexp = (RegularExpression*)regexp2; local
1973 RegularExpression *regexp = (RegularExpression*)regexp2; local
    [all...]
  /external/v8/tools/
check-unused-bailouts.sh 10 --perl-regexp 'V\(\K(k[^,]*)' \
18 --word-regexp \
  /external/v8/src/builtins/
builtins-regexp-gen.h 22 // Create and initialize a RegExp object.
32 TNode<Object> regexp, TNode<String> string,
48 TNode<Object> FastLoadLastIndex(TNode<JSRegExp> regexp);
49 TNode<Object> SlowLoadLastIndex(TNode<Context> context, TNode<Object> regexp);
50 TNode<Object> LoadLastIndex(TNode<Context> context, TNode<Object> regexp,
53 void FastStoreLastIndex(Node* regexp, Node* value);
54 void SlowStoreLastIndex(Node* context, Node* regexp, Node* value);
55 void StoreLastIndex(Node* context, Node* regexp, Node* value,
67 TNode<JSRegExp> regexp,
107 Node* FlagsGetter(Node* const context, Node* const regexp, bool is_fastpath)
    [all...]
  /external/syzkaller/pkg/report/
gvisor.go 8 "regexp"
12 ignores []*regexp.Regexp
15 func ctorGvisor(kernelSrc, kernelObj string, ignores []*regexp.Regexp) (Reporter, []string, error) {
80 regexp.MustCompile(`container ".*"`),
95 []*regexp.Regexp{},
106 []*regexp.Regexp{},
    [all...]
fuzz.go 9 "regexp"
12 var reporter, _ = NewReporter("linux", "", "", nil, []*regexp.Regexp{regexp.MustCompile("foo")})
netbsd.go 7 "regexp"
13 ignores []*regexp.Regexp
16 func ctorNetbsd(kernelSrc, kernelObj string, ignores []*regexp.Regexp) (Reporter, []string, error) {
stub.go 7 "regexp"
13 ignores []*regexp.Regexp
16 func ctorStub(kernelSrc, kernelObj string, ignores []*regexp.Regexp) (Reporter, []string, error) {
fuchsia.go 11 "regexp"
21 ignores []*regexp.Regexp
28 zirconRIP = regexp.MustCompile(` RIP: (0x[0-9a-f]+) `)
29 zirconBT = regexp.MustCompile(`^bt#[0-9]+: (0x[0-9a-f]+)`)
31 zirconUnrelated = []*regexp.Regexp{
32 regexp.MustCompile(`^\[\d+\.\d+\] \d+\.\d+`),
33 regexp.MustCompile(`stopping other cpus`),
34 regexp.MustCompile(`^halting cpu`)
    [all...]
report.go 12 "regexp"
85 type fn func(string, string, []*regexp.Regexp) (Reporter, []string, error)
87 func compileRegexps(list []string) ([]*regexp.Regexp, error) {
88 compiled := make([]*regexp.Regexp, len(list))
90 re, err := regexp.Compile(str)
101 suppressions []*regexp.Regexp
    [all...]
linux.go 12 "regexp"
26 ignores []*regexp.Regexp
27 consoleOutputRe *regexp.Regexp
28 questionableRe *regexp.Regexp
29 guiltyFileBlacklist []*regexp.Regexp
35 func ctorLinux(kernelSrc, kernelObj string, ignores []*regexp.Regexp) (Reporter, []string, error)
    [all...]
  /external/libxml2/
testAutomata.c 38 xmlRegexpPtr regexp = NULL; local
171 regexp = xmlAutomataCompile(am);
174 if (regexp == NULL) {
180 if (regexp == NULL) {
184 exec = xmlRegNewExecCtxt(regexp, NULL, NULL);
198 } else if (regexp != NULL) {
200 exec = xmlRegNewExecCtxt(regexp, NULL, NULL);
209 if (regexp != NULL)
210 xmlRegFreeRegexp(regexp);
225 xmlRegexpPtr regexp; local
    [all...]
  /external/autotest/client/site_tests/platform_PrinterPpds/
log_reader.py 165 regexp = re.match(r'(\d) filters for job:', msg)
166 if regexp is not None:
167 number_of_processes_to_check = int(regexp.group(1)) + 1
170 regexp = re.match(r'(\S+) \(\S+ to (\S+), cost \d+\)', msg)
171 if regexp is not None:
172 fltr = regexp.group(1)
177 trg = regexp.group(2)
181 regexp = re.match(r'envp\[\d+\]="(\S+)=(\S+)"', msg)
182 if regexp is not None:
183 envp[regexp.group(1)] = regexp.group(2
    [all...]
  /external/parameter-framework/upstream/tools/coverage/
aplog2coverage.sh 45 -e, --regexp A regex to filter (egrep) logs in order to keep only the PFW log lines
64 --longoptions "help,domains:,ouput:,regexp:,parser_option:,force" \
126 xargs --null grep --extended-regexp "$filterRegex" |
  /external/autotest/server/site_tests/firmware_Cr50ConsoleCommands/
firmware_Cr50ConsoleCommands.py 78 def get_output(self, cmd, regexp, split_str, sort):
81 [regexp])[0][1].strip()
111 def check_command(self, cmd, regexp, split_str, sort):
114 output = self.get_output(cmd, regexp, split_str, sort)
119 for regexp in expected_output:
120 match = re.search(regexp, output)
129 missing.append('%s:%s' % (k, regexp))
133 self.past_matches[k] = [v, regexp]
136 output, n = re.subn('%s\s*' % regexp, '', output, 1)
138 missing.append(regexp)
    [all...]
  /external/v8/src/regexp/
regexp-utils.h 15 // Helper methods for C++ regexp builtins.
23 // Last index (RegExp.lastIndex) accessors.
25 Isolate* isolate, Handle<JSReceiver> regexp, uint64_t value);
31 Isolate* isolate, Handle<JSReceiver> regexp, Handle<String> string,
47 Isolate* isolate, Handle<JSReceiver> regexp, Handle<String> string,
  /external/syzkaller/vendor/golang.org/x/sys/unix/
mkpost.go 21 "regexp"
46 valRegex := regexp.MustCompile(`type (Fsid|Sigset_t) struct {(\s+)X__val(\s+\S+\s+)}`)
51 ptraceRexexp := regexp.MustCompile(`type Ptrace((Psw|Fpregs|Per) struct {\s*})`)
55 controlRegsRegex := regexp.MustCompile(`(Control_regs)\s+\[0\]uint64`)
60 removeFieldsRegex := regexp.MustCompile(`X__glibc\S*`)
65 convertUtsnameRegex := regexp.MustCompile(`((Sys|Node|Domain)name|Release|Version|Machine)(\s+)\[(\d+)\]u?int8`)
69 spareFieldsRegex := regexp.MustCompile(`X__spare\S*`)
73 removePaddingFieldsRegex := regexp.MustCompile(`Pad_cgo_\d+`)
77 removeFieldsRegex = regexp.MustCompile(`\b(X_\S+|Padding)`)
88 cgoCommandRegex := regexp.MustCompile(`(cgo -godefs .*)`
    [all...]
  /build/soong/cmd/javac_wrapper/
javac_wrapper.go 33 "regexp"
42 warningRe = regexp.MustCompile(filelinePrefix + `?(warning:) .*$`)
43 errorRe = regexp.MustCompile(filelinePrefix + `(.*?:) .*$`)
44 markerRe = regexp.MustCompile(`()\s*(\^)\s*$`)
153 func applyColor(line, color string, re *regexp.Regexp) (string, bool) {
165 re *regexp.Regexp
173 var filters = []*regexp.Regexp{
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/
mailerdaemon.py 101 for regexp in emparse_list_list:
102 if type(regexp) is type(()):
103 res = regexp[0].search(data, 0, from_index)
110 res = regexp[1].match(data, res.end(0), from_index)
116 res = regexp.search(data, 0, from_index)
130 for regexp in emparse_list_reason:
131 if type(regexp) is type(''):
134 exp = re.compile(re.escape(email).join(regexp.split('<>')), re.MULTILINE)
140 res = regexp.search(data)
  /external/python/cpython2/Tools/scripts/
mailerdaemon.py 102 for regexp in emparse_list_list:
103 if type(regexp) is type(()):
104 res = regexp[0].search(data, 0, from_index)
111 res = regexp[1].match(data, res.end(0), from_index)
117 res = regexp.search(data, 0, from_index)
131 for regexp in emparse_list_reason:
132 if type(regexp) is type(''):
135 exp = re.compile(re.escape(email).join(regexp.split('<>')), re.MULTILINE)
141 res = regexp.search(data)

Completed in 382 milliseconds

1 2 3 4 5 6 7 8