Home
last modified time | relevance | path

Searched refs:matches (Results 1 – 25 of 31) sorted by relevance

12

/ndk/sources/host-tools/sed-4.2.1/testsuite/
Dtst-rxspencer.c215 char *expect, char *matches, const char *fail) in test() argument
292 if (matches == NULL) in test()
299 if (matches) in test()
301 p = strchr (matches, ','); in test()
305 ret = check_match (rm, n, string, matches ? matches : "-", fail); in test()
309 matches = p + 1; in test()
312 matches = NULL; in test()
320 char *expect, const char *matches, const char *letters, in mb_test() argument
327 char *matches_mb = mb_frob_string (matches, letters); in mb_test()
331 || (expect && !expect_mb) || (matches && !matches_mb)) in mb_test()
[all …]
Dnumsub.sed1 # the first one matches, the second doesn't
Duniq.good59 /* Common code for all repeated single character type matches */
60 /* Common code for all repeated single-character matches. We can give
74 /* First, ensure the minimum number of matches are present. */
75 /* First, ensure the minimum number of matches are present. Use inline
76 /* First, ensure the minimum number of matches are present. We get back
79 /* For anchored or unanchored matches, there may be a "last known required
82 /* For matches anchored to the end of the pattern, we can often avoid
127 /* Recursion matches the current regex, nested. If there are any capturing
222 brackets - for testing for empty matches
630 matches, we carry on as at the end of a normal bracket, leaving the subject
[all …]
Duniq.inp431 /* Common code for all repeated single character type matches */
432 /* Common code for all repeated single-character matches. We can give
433 /* Common code for all repeated single-character matches. We can give
461 /* First, ensure the minimum number of matches are present. */
462 /* First, ensure the minimum number of matches are present. Use inline
463 /* First, ensure the minimum number of matches are present. We get back
467 /* For anchored or unanchored matches, there may be a "last known required
470 /* For matches anchored to the end of the pattern, we can often avoid
516 /* Recursion matches the current regex, nested. If there are any capturing
627 brackets - for testing for empty matches
[all …]
Dbinary.sed157 # remove the table and leading zeros. If result is 0000...0, \3 matches
Dbinary2.sed191 # remove the table and leading zeros. If result is 0000...0, \3 matches
Dbinary3.sed170 # remove the table and leading zeros. If result is 0000...0, \3 matches
DBOOST.tests480 ; finally try some case insensitive matches:
/ndk/sources/host-tools/make-3.81/
Dimplicit.c243 unsigned int *matches in pattern_search() local
408 matches[nrules] = i; in pattern_search()
467 + (rule->suffixes[matches[i]] - rule->targets[matches[i]]) - 1; in pattern_search()
468 stemlen = namelen - rule->lens[matches[i]] + 1; in pattern_search()
799 file->name = rule->targets[matches[foundrule]]; in pattern_search()
937 struct file *f = lookup_file (rule->targets[matches[foundrule]]); in pattern_search()
947 if (i != matches[foundrule]) in pattern_search()
/ndk/sources/host-tools/sed-4.2.1/doc/
Dsed.texi140 * Assertions:: Allows for complex look ahead matches
468 This @acronym{GNU} extension matches every @var{step}th line
483 This address matches the last line of the last file of input, or
490 This will select any line which matches the regular expression @var{regexp}.
506 This also matches the regular expression @var{regexp},
576 separated by a comma (@code{,}). An address range matches lines
577 starting from where the first address matches, and continues
578 until the second address matches (inclusively).
608 except that if @var{addr2} matches the very first line of input the
653 matches a portion of a subject string that is identical to
[all …]
Dsed-in.texi139 * Assertions:: Allows for complex look ahead matches
467 This @acronym{GNU} extension matches every @var{step}th line
482 This address matches the last line of the last file of input, or
489 This will select any line which matches the regular expression @var{regexp}.
505 This also matches the regular expression @var{regexp},
575 separated by a comma (@code{,}). An address range matches lines
576 starting from where the first address matches, and continues
577 until the second address matches (inclusively).
607 except that if @var{addr2} matches the very first line of input the
652 matches a portion of a subject string that is identical to
[all …]
Dsed.info343 This GNU extension matches every STEPth line starting with line
352 This address matches the last line of the last file of input, or
357 This will select any line which matches the regular expression
371 This also matches the regular expression REGEXP, but allows one to
396 separated by a comma (`,'). An address range matches lines starting
397 from where the first address matches, and continues until the second
398 address matches (inclusively).
414 `1,/REGEXP/', except that if ADDR2 matches the very first line of
452 matches a portion of a subject string that is identical to itself. The
460 A single ordinary character matches itself.
[all …]
Dsed.x274 matches the very first line of input the
/ndk/sources/host-tools/make-3.81/tests/scripts/functions/
Dsubstitution25 # Variable subst where a pattern matches multiple times in a single word.
/ndk/sources/host-tools/sed-4.2.1/
DBUGS49 matches one or more occurrences of `x'. `abc\|def' matches either
117 matches the string `aa', because `aa' is a single collating symbol that
DNEWS107 * // matches the last regular expression even in POSIXLY_CORRECT mode.
143 * [\n] matches either backslash or 'n' when POSIXLY_CORRECT.
204 * fixed bug in s///Np: was printing even if less than N matches were
208 there were not enough matches in pattern space
456 in a RE matches a NUL; it does not prematurely terminate the RE.
DChangeLog800 numbered matches
849 * sed/regex.c (compile_regex): // matches the last regular
979 regexp match, while the first matches should not set it
1448 non-numeric matches when processing "line zero".
1886 (number-1) matches are skipped and then `g' gets control
2137 match and M is the step between succeeding matches.
2448 but fewer than sub->numb matches of the regexp were found.
2829 * rx.c (re_search_2): prefer matches with longer
2899 Correctly handle empty-string matches in the case of an `s'
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/
Dlit.cfg303 # XFAIL handling expects exact matches for feature checks.
/ndk/sources/host-tools/make-3.81/doc/
Dmake.info-276 is a pattern for matching file names; the `%' matches any nonempty
79 For example, `%.c' as a pattern matches any file name that ends in
80 `.c'. `s.%.c' as a pattern matches any file name that starts with
83 `%' matches is called the "stem".
105 wildcard. It provides a way to make any file that matches the target
114 other than the one that matches the target in need of a rule are
245 The stem with which an implicit rule matches (*note How Patterns
345 either or both of which may be empty. The pattern matches a file name
348 the "stem". Thus, when the pattern `%.o' matches the file name
362 Thus, `e%t' matches the file name `src/eat', with `src/a' as the stem.
[all …]
Dmake.texi1511 @samp{%}, so it matches any target whatever. The rule specifies a
2132 But what if you delete all the @samp{.o} files? When a wildcard matches
2182 given file name patterns. If no existing file name matches a pattern,
2335 Redefining Pattern Rules}). For example, @code{%.h} matches files that
2352 @var{pattern} in a @code{vpath} directive matches the name of the
3186 @var{target-pattern} matches a target, the @samp{%} can match any part of
3188 pattern must match exactly. For example, the target @file{foo.o} matches
3281 An implicit rule @emph{can} apply to any target that matches its pattern,
5832 the variable is defined for any target that matches the pattern
5833 specified. If a target matches more than one pattern, all the
[all …]
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
Dalgorithm916 // *__first1 matches *__first2, now match elements after here
946 return __last1; // Everything matches an empty sequence
955 if (__first1 == __l1) // return __last1 if no element matches *__first2
960 // *__l1 matches *__l2, now match elements before here
1412 return __first1; // Everything matches an empty sequence
1418 if (__first1 == __last1) // return __last1 if no element matches *__first2
1424 // *__first1 matches *__first2, now match elements after here
1591 if (__first == __last) // return __last if no element matches __value_
1597 // *__first matches __value_, now match elements after here
1632 if (__first >= __s) // return __last if no element matches __value_
[all …]
/ndk/sources/host-tools/nawk-20071023/
DFIXES146 surprising; for example [a-c] matches aAbBc in locale en_US but abBcC
188 matches gawk and mawk.
221 GNU compatibility: an empty regexp matches anything (thanks to
/ndk/docs/text/
DCPU-ARCH-ABIS.text7 Every piece of native code generated with the Android NDK matches a given
/ndk/docs/renderscript/
Djquery.js20matches=function(T,U){return F(T,null,null,U)};F.find=function(aa,T,ab){var Z,X;if(!aa){return[]}f… function
/ndk/build/gmsl/
D__gmsl826 # Action: Echos the name of the variable that matches the % and its value.

12