Home | History | Annotate | Download | only in googletest

Lines Matching defs:negative

207     "'-' and a : separated list of negative patterns (tests to "
209 "patterns and does not match any of the negative patterns.");
241 "How many times to repeat each test. Specify a negative number "
470 // positive filter and negative filter portions
474 String negative;
477 negative = String("");
480 negative = String(dash+1); // Everything after the dash
490 !MatchesFilter(full_name, negative.c_str()));
1743 // big enough, it returns a negative value in MSVC, and returns the
1745 // always returns a negative value. For simplicity, we lump the two
3964 // Repeats forever if the repeat count is negative.
4123 // some arbitrary but unique non-negative integer assigned to each test
4500 " none of the negative patterns. '?' matches any single character; '*'\n"
4507 " Run the tests repeatedly; use a negative count to repeat forever.\n"