Lines Matching refs:negative
211 "'-' and a : separated list of negative patterns (tests to "
213 "patterns and does not match any of the negative patterns.");
245 "How many times to repeat each test. Specify a negative number "
481 // positive filter and negative filter portions
485 String negative;
488 negative = String("");
491 negative = String(dash+1); // Everything after the dash
501 !MatchesFilter(full_name, negative.c_str()));
1722 // big enough, it returns a negative value in MSVC, and returns the
1724 // always returns a negative value. For simplicity, we lump the two
4172 // Repeats forever if the repeat count is negative.
4332 // some arbitrary but unique non-negative integer assigned to each test
4683 " none of the negative patterns. '?' matches any single character; '*'\n"
4690 " Run the tests repeatedly; use a negative count to repeat forever.\n"