Searched refs:match (Results 51 - 75 of 2033) sorted by relevance

1234567891011>>

/external/chromium_org/tools/resources/
H A Dlist_resources_removed_by_repack.py33 match = unused_pattern.match(line)
34 if match:
35 resource_id = int(match.group('resource_id'))
77 match = resource_pattern.match(line)
78 if match:
79 resource_id = int(match.group('resource_id'))
80 resource_name = match.group('resource_name')
H A Dfind_used_resources.py37 match = unknown_pragma_warning_pattern.search(ln)
38 if match:
39 resource_id = int(match.group('resource_id'))
/external/libcxx/test/re/re.alg/re.alg.match/
H A DAndroid.mk17 test_makefile := external/libcxx/test/re/re.alg/re.alg.match/Android.mk
19 test_name := re/re.alg/re.alg.match/awk
23 test_name := re/re.alg/re.alg.match/grep
27 test_name := re/re.alg/re.alg.match/egrep
31 test_name := re/re.alg/re.alg.match/ecma
35 test_name := re/re.alg/re.alg.match/extended
39 test_name := re/re.alg/re.alg.match/basic
43 test_name := re/re.alg/re.alg.match/parse_curly_brackets
47 test_name := re/re.alg/re.alg.match/lookahead_capture
/external/mesa3d/src/glx/
H A Dclientinfo.c88 char *match = strstr(haystack, "GLX_ARB_create_context"); local
90 if (match == NULL)
93 match += ext_length;
95 switch (match[0]) {
102 if (strncmp(match, "_profile", prof_length) == 0
103 && (match[prof_length] == '\0'
104 || match[prof_length] == ' ')) {
106 match += prof_length;
111 haystack = match;
/external/chromium_org/media/
H A DPRESUBMIT.py93 # A general-purpose chunk of regex to match whitespace and/or comments
108 # This should match a uma histogram enumeration macro expression.
122 # We want to match across lines, but still report a line number, so we keep
128 # will often span multiple lines, so finding a match looking just at the
130 match = uma_macro_re.search(contents)
131 while match:
132 line_number += contents.count('\n', 0, match.start())
133 max_arg = match.group(1) # The third argument.
135 if (not uma_max_re.match(max_arg) and match
[all...]
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/style/checkers/
H A Djsonchecker.py46 match = re.search(r': line (?P<line>\d+) column \d+', str(error))
47 if not match:
49 return int(match.group('line'))
/external/nist-sip/java/gov/nist/javax/sip/parser/
H A DFromParser.java55 this.lexer.match(TokenTypes.FROM);
57 this.lexer.match(':');
60 this.lexer.match('\n');
/external/owasp/sanitizer/src/main/org/owasp/html/
H A DHtmlToken.java43 boolean tokenInContextMatches(String context, String match) { argument
45 if (n != match.length()) { return false; }
46 return context.regionMatches(start, match, 0, n);
/external/chromium_org/third_party/angle/src/libEGL/
H A DConfig.cpp264 bool match = true;
271 case EGL_BUFFER_SIZE: match = config->mBufferSize >= attribute[1]; break;
272 case EGL_ALPHA_SIZE: match = config->mAlphaSize >= attribute[1]; break;
273 case EGL_BLUE_SIZE: match = config->mBlueSize >= attribute[1]; break;
274 case EGL_GREEN_SIZE: match = config->mGreenSize >= attribute[1]; break;
275 case EGL_RED_SIZE: match = config->mRedSize >= attribute[1]; break;
276 case EGL_DEPTH_SIZE: match = config->mDepthSize >= attribute[1]; break;
277 case EGL_STENCIL_SIZE: match = config->mStencilSize >= attribute[1]; break;
278 case EGL_CONFIG_CAVEAT: match = config->mConfigCaveat == (EGLenum) attribute[1]; break;
279 case EGL_CONFIG_ID: match
[all...]
/external/ltrace/testsuite/ltrace.minor/
H A Dtime-record-tt.exp33 # match the line with sleep and extract the strat time and sleep argument.
34 if [ regexp {[0-9]+:([0-9]+):([0-9]+)\.[0-9]+ sleep\(([0-9]+)} $line match start_min start_sec sleep_sec] then {
36 regexp {0([1-9])} $start_min match start_min
37 regexp {0([1-9])} $start_sec match start_sec
42 regexp {[0-9]+:([0-9]+):([0-9]+)} $line match end_min end_sec
46 regexp {0([1-9])} $end_min match end_min
47 regexp {0([1-9])} $end_sec match end_sec
67 if [ regexp {define NANOSLEEP_COUNT ([0-9]+)} $line match nanosleep_usec] then {
77 # match the line with sleep and extract the strat time and sleep argument.
78 if [ regexp {[0-9]+:[0-9]+:([0-9]+)\.([0-9][0-9][0-9]).* nanosleep} $line match start_se
[all...]
H A Dtime-record-ttt.exp34 # match the line with sleep and extract the strat time and sleep argument.
35 if [ regexp {([0-9]+)\.([0-9][0-9][0-9]).* sleep\(([0-9]+)} $line match start_sec start_usec sleep_sec] then {
38 regexp {0*([1-9][0-9]*)} $start_sec match start_sec
39 regexp {0*([1-9][0-9]*)} $start_usec match start_usec
44 regexp {([0-9]+)\.([0-9][0-9][0-9])} $line match end_sec end_usec
48 regexp {0*([1-9][0-9]*)} $end_sec match end_sec
49 regexp {0*([1-9][0-9]*)} $end_usec match end_usec
71 if [ regexp {define NANOSLEEP_COUNT ([0-9]+)} $line match nanosleep_usec] then {
81 # match the line with sleep and extract the strat time and sleep argument.
82 if [ regexp {([0-9]+)\.([0-9][0-9][0-9]).* nanosleep} $line match start_se
[all...]
/external/chromium_org/tools/findit/
H A Dfindit_for_crash.py28 """Generates a match object and adds it to the match set.
31 matches: A matchset object, a map from CL to a match object.
52 match = match_set.Match(revision_info, component_name)
55 match.ParseMessage(message, matches.codereview_api_url)
57 # If this match is a revert, add to the set of CLs to be ignored.
58 if match.is_revert:
61 # If this match has info on what CL it is reverted from, add that CL.
62 if match.revert_of:
63 matches.cls_to_ignore.add(match
[all...]
/external/chromium_org/chrome/common/extensions/docs/examples/api/infobars/sandwichbar/
H A Dcontentscript.js6 matches = document.body.innerText.match(regex);
/external/chromium_org/content/shell/renderer/test_runner/resources/fonts/
H A Dfonts.conf5 <match target="font">
7 </match>
9 <match target="pattern">
16 </match>
18 <match target="pattern">
25 </match>
27 <match target="pattern">
34 </match>
38 <match target="pattern">
45 </match>
[all...]
/external/chromium_org/media/tools/layout_tests/
H A Dbug.py35 match = re.match('Bug\((\w+)\)$', bug_modifier)
36 if match:
38 self.url = 'mailto:%s@chromium.org' % match.group(1).lower()
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/net/
H A Dsheriff_calendar.py29 match = re.match(r'document.write\(\'(.*)\'\)', sheriff_js)
30 emails_string = match.group(1)
39 return VALID_EMAIL_REGEXP.match(email) is not None
/external/chromium_org/third_party/icu/source/i18n/
H A Dcsrutf8.h33 * @see com.ibm.icu.text.CharsetRecognizer#match(com.ibm.icu.text.CharsetDetector)
35 UBool match(InputText *input, CharsetMatch *results) const;
/external/chromium_org/tools/telemetry/telemetry/core/platform/profiler/
H A Dv8_profiler.py34 match = re.match(self._V8_ARG % '(\S+)', i)
35 if match:
36 output_file = match.groups(0)[0]
/external/chromium_org/v8/test/mjsunit/regress/
H A Dregress-1472.js31 "xxx".match(r1);
34 "xxx".match(r2);
37 "xxx".match(r3);
40 "xxx".match(r4);
/external/chromium_org/v8/tools/
H A Dexternal-reference-check.py29 match = re.match(line)
30 if match:
31 references.append(match.group(1))
/external/elfutils/0.153/libdwfl/
H A Ddwfl_module_getsrc_file.c74 Dwfl_Line **match = *nsrcs == 0 ? NULL : *srcsp; local
97 no match is performed. */
123 /* See whether line and possibly column match. */
127 /* Cannot match. */
130 /* Determine whether this is the best match so far. */
133 if (dwfl_line_file (match[inner])
137 && (dwfl_line (match[inner])->line != line->line
138 || dwfl_line (match[inner])->line != lineno
140 && (dwfl_line (match[inner])->column != line->column
141 || dwfl_line (match[inne
[all...]
/external/icu/icu4c/source/i18n/
H A Dcsrutf8.h33 * @see com.ibm.icu.text.CharsetRecognizer#match(com.ibm.icu.text.CharsetDetector)
35 UBool match(InputText *input, CharsetMatch *results) const;
/external/iptables/extensions/
H A Dlibxt_comment.c1 /* Shared library add-on to iptables to add comment match support.
5 * Initial comment match
20 "comment match options:\n"
32 comment_print(const void *ip, const struct xt_entry_match *match, int numeric) argument
34 struct xt_comment_info *commentinfo = (void *)match->data;
42 comment_save(const void *ip, const struct xt_entry_match *match) argument
44 struct xt_comment_info *commentinfo = (void *)match->data;
/external/iptables/include/linux/netfilter/
H A Dxt_owner.h15 __u8 match, invert; member in struct:xt_owner_match_info
/external/kernel-headers/original/uapi/linux/netfilter/
H A Dxt_owner.h15 __u8 match, invert; member in struct:xt_owner_match_info

Completed in 844 milliseconds

1234567891011>>