Home
last modified time | relevance | path

Searched refs:invert (Results 1 – 5 of 5) sorted by relevance

/ndk/tests/device/test-stlport/unit/cppunit/
Dcppunit_mini.h59 static int run(Reporter *in_reporter = 0, const char *in_testName = "", bool invert = false);
94 bool invert, bool explicit_test, bool &do_progress) { in shouldRunThis() argument
102 return invert ? (match ? !match : !explicit_test) in shouldRunThis()
107 return !explicit_test && (match == !invert); in shouldRunThis()
144 virtual void myRun(const char *in_name, bool invert = false) { \
152 bool shouldRun = shouldRunThis(in_name, className, #X, invert, Y, do_progress); \
171 bool shouldRun = shouldRunThis(in_name, className, #X, invert, Y, do_progress); \
Dtest_main.cpp37 int TestCase::run(Reporter *in_reporter, const char *in_testName, bool invert) { in run() argument
45 tmp->myRun(in_testName, invert); in run()
/ndk/tests/device/test-gnustl-full/unit/cppunit/
Dcppunit_mini.h59 static int run(Reporter *in_reporter = 0, const char *in_testName = "", bool invert = false);
94 bool invert, bool explicit_test, bool &do_progress) { in shouldRunThis() argument
102 return invert ? (match ? !match : !explicit_test) in shouldRunThis()
107 return !explicit_test && (match == !invert); in shouldRunThis()
144 virtual void myRun(const char *in_name, bool invert = false) { \
152 bool shouldRun = shouldRunThis(in_name, className, #X, invert, Y, do_progress); \
171 bool shouldRun = shouldRunThis(in_name, className, #X, invert, Y, do_progress); \
Dtest_main.cpp37 int TestCase::run(Reporter *in_reporter, const char *in_testName, bool invert) { in run() argument
45 tmp->myRun(in_testName, invert); in run()
/ndk/sources/host-tools/ndk-stack/regex/
Dregcomp.c628 int invert = 0; in p_bracket() local
648 invert++; /* make note to invert set at end */ in p_bracket()
677 if (invert) { in p_bracket()