test 214 cygnal/crc.cpp bool test;
test 221 cygnal/crc.cpp if ( extractSetting(test, "actionDump", variable, value) )
test 222 cygnal/crc.cpp useParserDump(test);
test 223 cygnal/crc.cpp else if ( extractSetting(test, "parserDump", variable, value) )
test 224 cygnal/crc.cpp useActionDump(test);
test 233 cygnal/crc.cpp else if ( extractSetting(test, "testing", variable, value) )
test 234 cygnal/crc.cpp setTestingFlag(test);
test 58 cygnal/testsuite/libnet.all/test_cache.cpp static void test (void);
test 108 cygnal/testsuite/libnet.all/test_cache.cpp test();
test 53 cygnal/testsuite/libnet.all/test_diskstream.cpp static void test();
test 106 cygnal/testsuite/libnet.all/test_diskstream.cpp test();
test 94 libcore/PropFlags.h bool test() const {
test 100 libcore/PropFlags.h if (test<onlySWF6Up>() && swfVersion < 6) return false;
test 101 libcore/PropFlags.h if (test<ignoreSWF6>() && swfVersion == 6) return false;
test 102 libcore/PropFlags.h if (test<onlySWF7Up>() && swfVersion < 7) return false;
test 103 libcore/PropFlags.h if (test<onlySWF8Up>() && swfVersion < 8) return false;
test 104 libcore/PropFlags.h if (test<onlySWF9Up>() && swfVersion < 9) return false;
test 147 libcore/PropFlags.h if (fl.test<PropFlags::readOnly>()) os << " readonly";
test 148 libcore/PropFlags.h if (fl.test<PropFlags::dontDelete>()) os << " nodelete";
test 149 libcore/PropFlags.h if (fl.test<PropFlags::dontEnum>()) os << " noenum";
test 425 libcore/Property.h return prop.getFlags().test<PropFlags::readOnly>();
test 163 libcore/PropertyList.cpp if (found->getFlags().test<PropFlags::dontDelete>()) {
test 179 libcore/PropertyList.cpp if (i->getFlags().test<PropFlags::dontEnum>()) continue;
test 810 libcore/as_object.h return !p.getFlags().test<PropFlags::dontEnum>();
test 88 libcore/asobj/Key_as.cpp return as_value(keys.test(keycode));
test 393 libcore/asobj/Object.cpp return as_value(!prop->getFlags().test<PropFlags::dontEnum>());
test 218 libcore/asobj/TextSnapshot_as.cpp if (field->first->getSelected().test(i - fieldStartIndex)) return true;
test 277 libcore/asobj/TextSnapshot_as.cpp selected.test(pos - fieldStartIndex));
test 349 libcore/asobj/TextSnapshot_as.cpp if (!selectedOnly || selected.test(pos - fieldStartIndex)) {
test 1181 libcore/movie_root.cpp if (_alignMode.test(STAGE_ALIGN_L)) ha = STAGE_H_ALIGN_L;
test 1182 libcore/movie_root.cpp else if (_alignMode.test(STAGE_ALIGN_R)) ha = STAGE_H_ALIGN_R;
test 1186 libcore/movie_root.cpp if (_alignMode.test(STAGE_ALIGN_T)) va = STAGE_V_ALIGN_T;
test 1187 libcore/movie_root.cpp else if (_alignMode.test(STAGE_ALIGN_B)) va = STAGE_V_ALIGN_B;
test 1220 libcore/movie_root.cpp if (_alignMode.test(STAGE_ALIGN_L)) align.push_back('L');
test 1221 libcore/movie_root.cpp if (_alignMode.test(STAGE_ALIGN_T)) align.push_back('T');
test 1222 libcore/movie_root.cpp if (_alignMode.test(STAGE_ALIGN_R)) align.push_back('R');
test 1223 libcore/movie_root.cpp if (_alignMode.test(STAGE_ALIGN_B)) align.push_back('B');
test 1932 libcore/vm/ASHandlers.cpp const bool test = toBool(env.pop(), getVM(env));
test 1933 libcore/vm/ASHandlers.cpp if (test) {
test 42 testsuite/libcore.all/PropFlagsTest.cpp check(!flags.test<PropFlags::readOnly>());
test 43 testsuite/libcore.all/PropFlagsTest.cpp check(!flags.test<PropFlags::dontEnum>());
test 44 testsuite/libcore.all/PropFlagsTest.cpp check(!flags.test<PropFlags::dontDelete>());
test 48 testsuite/libcore.all/PropFlagsTest.cpp check(flags2.test<PropFlags::dontEnum>());
test 49 testsuite/libcore.all/PropFlagsTest.cpp check(flags2.test<PropFlags::dontDelete>());
test 50 testsuite/libcore.all/PropFlagsTest.cpp check(!flags2.test<PropFlags::readOnly>());
test 98 testsuite/misc-ming.all/eventSoundTest1-Runner.cpp int test = 0;
test 106 testsuite/misc-ming.all/eventSoundTest1-Runner.cpp if (testPasses[test]) {
test 107 testsuite/misc-ming.all/eventSoundTest1-Runner.cpp check_equals(tester.soundsStarted(), numSoundsStarted[test]);
test 110 testsuite/misc-ming.all/eventSoundTest1-Runner.cpp xcheck_equals(tester.soundsStarted(), numSoundsStarted[test]);
test 114 testsuite/misc-ming.all/eventSoundTest1-Runner.cpp ++test;
test 122 testsuite/misc-ming.all/eventSoundTest1-Runner.cpp if (testPasses[test]) {
test 123 testsuite/misc-ming.all/eventSoundTest1-Runner.cpp check_equals(tester.soundsStarted(), numSoundsStarted[test]);
test 126 testsuite/misc-ming.all/eventSoundTest1-Runner.cpp xcheck_equals(tester.soundsStarted(), numSoundsStarted[test]);