Home | History | Annotate | Download | only in src

Lines Matching defs:negative

195     "'-' and a : separated list of negative patterns (tests to "
197 "patterns and does not match any of the negative patterns.");
229 "How many times to repeat each test. Specify a negative number "
462 // positive filter and negative filter portions
466 String negative;
469 negative = String("");
472 negative = String(dash+1); // Everything after the dash
482 !MatchesFilter(full_name, negative.c_str()));
1707 // big enough, it returns a negative value in MSVC, and returns the
1709 // always returns a negative value. For simplicity, we lump the two
3965 // Repeats forever if the repeat count is negative.
4122 // some arbitrary but unique non-negative integer assigned to each test
4472 " none of the negative patterns. '?' matches any single character; '*'\n"
4479 " Run the tests repeatedly; use a negative count to repeat forever.\n"