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

/ndk/tests/device/test-gnustl-full/unit/cppunit/
H A Dcppunit_mini.h59 static int run(Reporter *in_reporter = 0, const char *in_testName = "", bool invert = false);
63 virtual void myRun(const char * /*in_name*/, bool /*invert*/ = false) {}
94 bool invert, bool explicit_test, bool &do_progress) {
102 return invert ? (match ? !match : !explicit_test)
107 return !explicit_test && (match == !invert);
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); \
93 shouldRunThis(const char *in_desiredTest, const char *in_className, const char *in_functionName, bool invert, bool explicit_test, bool &do_progress) argument
H A Dtest_main.cpp37 int TestCase::run(Reporter *in_reporter, const char *in_testName, bool invert) { argument
45 tmp->myRun(in_testName, invert);
/ndk/tests/device/test-stlport/unit/cppunit/
H A Dcppunit_mini.h59 static int run(Reporter *in_reporter = 0, const char *in_testName = "", bool invert = false);
63 virtual void myRun(const char * /*in_name*/, bool /*invert*/ = false) {}
94 bool invert, bool explicit_test, bool &do_progress) {
102 return invert ? (match ? !match : !explicit_test)
107 return !explicit_test && (match == !invert);
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); \
93 shouldRunThis(const char *in_desiredTest, const char *in_className, const char *in_functionName, bool invert, bool explicit_test, bool &do_progress) argument
H A Dtest_main.cpp37 int TestCase::run(Reporter *in_reporter, const char *in_testName, bool invert) { argument
45 tmp->myRun(in_testName, invert);
/ndk/sources/host-tools/ndk-stack/regex/
H A Dregcomp.c628 int invert = 0; local
648 invert++; /* make note to invert set at end */
677 if (invert) {
1186 - mcinvert - invert the list of collating elements in a cset

Completed in 365 milliseconds