Searched refs:matches (Results 1 - 3 of 3) sorted by last modified time

/system/core/toolbox/grep/
H A Dgrep.h151 void printline(struct str *line, int sep, regmatch_t *matches, int m);
H A Dutil.c247 /* Count the matches if we have a match limit */
282 * matches. The matching lines are passed to printline() to display the
288 regmatch_t matches[MAX_LINE_MATCHES]; local
342 matches[m++] = pmatch;
343 /* matches - skip further patterns */
352 /* One pass if we are not recording matches */
357 break; /* No matches */
372 printline(l, ':', matches, m);
374 printline(l, '-', matches, m);
443 printline(struct str *line, int sep, regmatch_t *matches, in argument
[all...]
/system/extras/bugmailer/src/com/android/commands/sendbug/
H A DSendBug.java161 if (EMAIL_REGEX.matcher(account.name).matches()) {
163 // if we have a preferred domain and it matches, return; otherwise keep

Completed in 51 milliseconds