Lines Matching refs:negative
218 "'-' and a : separated list of negative patterns (tests to "
220 "patterns and does not match any of the negative patterns.");
252 "How many times to repeat each test. Specify a negative number "
485 // positive filter and negative filter portions
489 std::string negative;
492 negative = "";
495 negative = std::string(dash + 1); // Everything after the dash
505 !MatchesFilter(full_name, negative.c_str()));
4282 // Repeats forever if the repeat count is negative.
4442 // some arbitrary but unique non-negative integer assigned to each test
4832 " none of the negative patterns. '?' matches any single character; '*'\n"
4839 " Run the tests repeatedly; use a negative count to repeat forever.\n"