advance           203 gui/dump/dump.cpp         _manualClock.advance(clockAdvance); 
advance           970 gui/gui.cpp        const bool advanced = m->advance();
advance           974 gui/gui.cpp        const bool advanced = m->advance();
advance           488 gui/pythonmod/gnash-view.cpp     view->stage->advance();
advance           180 libbase/ImageIterators.h     void advance(difference_type n) {
advance            52 libcore/BitmapMovie.h 	virtual void advance() { MovieClip::advance(); }
advance           245 libcore/Font.cpp     return lookup[glyph_index].advance;
advance           293 libcore/Font.cpp     float advance;
advance           296 libcore/Font.cpp     std::auto_ptr<SWF::ShapeRecord> sh = ft->getGlyph(code, advance);
advance           311 libcore/Font.cpp     _deviceGlyphTable.push_back(GlyphInfo(sh, advance));
advance           236 libcore/Font.h         GlyphInfo(std::auto_ptr<SWF::ShapeRecord> glyph, float advance);
advance           242 libcore/Font.h         float advance;
advance           495 libcore/FreetypeGlyphsProvider.cpp     advance = _face->glyph->metrics.horiAdvance * scale;
advance           498 libcore/FreetypeGlyphsProvider.cpp             "scale:%g)", code, advance, 
advance           105 libcore/FreetypeGlyphsProvider.h             float& advance);
advance            53 libcore/ManualClock.h 	void advance(unsigned long amount)
advance            60 libcore/Movie.h 	virtual void advance() = 0;
advance           237 libcore/MovieClip.h     virtual void advance();
advance            82 libcore/SWFMovie.cpp     MovieClip::advance(); 
advance            62 libcore/SWFMovie.h 	virtual void advance();
advance           262 libcore/TextField.cpp             x += record.glyphs()[p].advance;
advance           997 libcore/TextField.cpp 				ge.advance = tab;
advance           999 libcore/TextField.cpp 				x+=ge.advance;
advance          1005 libcore/TextField.cpp             ge.advance = scale * rec.getFont()->get_advance(index, 
advance          1010 libcore/TextField.cpp             x += ge.advance * tabstop;
advance          1094 libcore/TextField.cpp         ge.advance = scale * rec.getFont()->get_advance(space, _embedFonts);
advance          1100 libcore/TextField.cpp         ge.advance = scale * rec.getFont()->get_advance(bullet, _embedFonts);
advance          1105 libcore/TextField.cpp         ge.advance = scale * rec.getFont()->get_advance(space, _embedFonts);
advance          1277 libcore/TextField.cpp         ge.advance = scale * rec.getFont()->get_advance(space, _embedFonts);
advance          1284 libcore/TextField.cpp         ge.advance = scale * rec.getFont()->get_advance(bullet, _embedFonts);
advance          1289 libcore/TextField.cpp         ge.advance = scale * rec.getFont()->get_advance(space, _embedFonts);
advance          1355 libcore/TextField.cpp                     float advance = rec.glyphs().back().advance;
advance          1356 libcore/TextField.cpp                     x -= advance; 
advance          1536 libcore/TextField.cpp 							ge.advance = scale * newrec.getFont()->get_advance(space, _embedFonts);
advance          1542 libcore/TextField.cpp 							ge.advance = scale * newrec.getFont()->get_advance(bullet, _embedFonts);
advance          1547 libcore/TextField.cpp 							ge.advance = scale * newrec.getFont()->get_advance(space, _embedFonts);
advance          1688 libcore/TextField.cpp                     ge.advance = scale * rec.getFont()->get_advance(bullet, 
advance          1734 libcore/TextField.cpp                 ge.advance = scale * rec.getFont()->get_advance(index, 
advance          1739 libcore/TextField.cpp                 x += ge.advance;
advance          1827 libcore/TextField.cpp                         x += last_line.glyphs().back().advance;
advance          1828 libcore/TextField.cpp                         previous_x -= last_line.glyphs().back().advance;
advance          1844 libcore/TextField.cpp                     previous_x -= last_line.glyphs()[last_space_glyph].advance;
advance          1852 libcore/TextField.cpp                         x += last_line.glyphs()[i].advance;
advance          1853 libcore/TextField.cpp                         previous_x -= last_line.glyphs()[i].advance;
advance           112 libcore/asobj/NetConnection_as.cpp     virtual bool advance() = 0;
advance           250 libcore/asobj/NetConnection_as.cpp     virtual bool advance();
advance           623 libcore/asobj/NetConnection_as.cpp         if (!ch.advance() || !ch.hasPendingCalls()) {
advance           633 libcore/asobj/NetConnection_as.cpp         if (!_currentConnection->advance()) {
advance           612 libcore/asobj/TextFormat_as.cpp         const double advance = f->get_advance(index, em) * scale;
advance           613 libcore/asobj/TextFormat_as.cpp         if (limitWidth && (curr + advance > tfw)) {
advance           617 libcore/asobj/TextFormat_as.cpp         curr += advance;
advance           268 libcore/asobj/TextSnapshot_as.cpp                     x += k->advance;
advance           296 libcore/asobj/TextSnapshot_as.cpp                 x += k->advance;
advance           868 libcore/asobj/XML_as.cpp     if (advance) it += len;
advance          2531 libcore/movie_root.cpp         mo->advance();
advance           385 libcore/movie_root.h     bool advance();
advance           292 libcore/swf/DefineFontTag.cpp             _glyphTable[i].advance = static_cast<float>(in.read_u16());
advance           136 libcore/swf/TextRecord.cpp         ge.advance = static_cast<float>(in.read_sint(advanceBits));
advance           140 libcore/swf/TextRecord.cpp                 ge.index, ge.advance);
advance           268 libcore/swf/TextRecord.cpp             x += ge.advance;
advance            56 libcore/swf/TextRecord.h         float advance;
advance           145 libcore/swf/TextRecord.h 			width += glyphs()[i].advance;
advance           510 plugin/aos4/plugin.cpp         root.advance();
advance           507 plugin/win32/plugin.cpp         root.advance();
advance           244 testsuite/MovieTester.cpp     _clock.advance(ms_current);
advance           288 testsuite/MovieTester.cpp     _movie_root->advance();
advance           125 testsuite/MovieTester.h 	void advance(bool updateClock=true);
advance            60 testsuite/misc-ming.all/BeginBitmapFillRunner.cpp     tester.advance();
advance            57 testsuite/misc-ming.all/BitmapDataTestRunner.cpp     tester.advance();
advance            64 testsuite/misc-ming.all/BitmapDataTestRunner.cpp     tester.advance();
advance            72 testsuite/misc-ming.all/BitmapDataTestRunner.cpp     tester.advance();
advance            80 testsuite/misc-ming.all/BitmapDataTestRunner.cpp     tester.advance();
advance            90 testsuite/misc-ming.all/BitmapDataTestRunner.cpp     tester.advance();
advance           100 testsuite/misc-ming.all/BitmapDataTestRunner.cpp     tester.advance();
advance           110 testsuite/misc-ming.all/BitmapDataTestRunner.cpp     tester.advance();
advance           120 testsuite/misc-ming.all/BitmapDataTestRunner.cpp     tester.advance();
advance           132 testsuite/misc-ming.all/BitmapDataTestRunner.cpp     tester.advance();
advance           143 testsuite/misc-ming.all/BitmapDataTestRunner.cpp     tester.advance();
advance           154 testsuite/misc-ming.all/BitmapDataTestRunner.cpp     tester.advance();
advance           164 testsuite/misc-ming.all/BitmapDataTestRunner.cpp     tester.advance();
advance           174 testsuite/misc-ming.all/BitmapDataTestRunner.cpp     tester.advance();
advance           185 testsuite/misc-ming.all/BitmapDataTestRunner.cpp     tester.advance();
advance           195 testsuite/misc-ming.all/BitmapDataTestRunner.cpp     tester.advance();
advance           260 testsuite/misc-ming.all/ButtonEventsTest-Runner.cpp 	tester.advance();
advance           274 testsuite/misc-ming.all/ButtonEventsTest-Runner.cpp 	tester.advance();
advance           276 testsuite/misc-ming.all/ButtonEventsTest-Runner.cpp 	tester.advance();
advance           318 testsuite/misc-ming.all/ButtonEventsTest-Runner.cpp 		tester.advance();
advance            47 testsuite/misc-ming.all/ButtonPropertiesTestRunner.cpp 	tester.advance();
advance            53 testsuite/misc-ming.all/DefineEditTextTest-Runner.cpp 		tester.advance();
advance            64 testsuite/misc-ming.all/DefineEditTextVariableNameTest-Runner.cpp 		tester.advance();
advance            68 testsuite/misc-ming.all/DefineTextTest-Runner.cpp 	tester.advance(); // first frame only contains dejagnu
advance            79 testsuite/misc-ming.all/DefineTextTest-Runner.cpp     tester.advance();
advance           114 testsuite/misc-ming.all/DefineTextTest-Runner.cpp 	for (int i=0; i<3; ++i) tester.advance(); // get to the end
advance            81 testsuite/misc-ming.all/DragDropTestRunner.cpp 	tester.advance();
advance            91 testsuite/misc-ming.all/DragDropTestRunner.cpp 		tester.advance();
advance            89 testsuite/misc-ming.all/DrawingApiTestRunner.cpp 	tester.advance();
advance           206 testsuite/misc-ming.all/DrawingApiTestRunner.cpp 	tester.advance();
advance           223 testsuite/misc-ming.all/DrawingApiTestRunner.cpp 	tester.advance();
advance           241 testsuite/misc-ming.all/DrawingApiTestRunner.cpp 	tester.advance();
advance           259 testsuite/misc-ming.all/DrawingApiTestRunner.cpp 	tester.advance();
advance           277 testsuite/misc-ming.all/DrawingApiTestRunner.cpp 	tester.advance();
advance           295 testsuite/misc-ming.all/DrawingApiTestRunner.cpp 	tester.advance();
advance           313 testsuite/misc-ming.all/DrawingApiTestRunner.cpp 	tester.advance();
advance           331 testsuite/misc-ming.all/DrawingApiTestRunner.cpp 	tester.advance();
advance           349 testsuite/misc-ming.all/DrawingApiTestRunner.cpp 	tester.advance();
advance           388 testsuite/misc-ming.all/DrawingApiTestRunner.cpp 	tester.advance(); // hitTest runs onEnterFrame
advance           407 testsuite/misc-ming.all/DrawingApiTestRunner.cpp 	tester.advance(); // hitTest runs onEnterFrame
advance           426 testsuite/misc-ming.all/DrawingApiTestRunner.cpp 	tester.advance(); // hitTest runs onEnterFrame
advance           444 testsuite/misc-ming.all/DrawingApiTestRunner.cpp 	tester.advance(); // hitTest runs onEnterFrame
advance           466 testsuite/misc-ming.all/DrawingApiTestRunner.cpp 	tester.pressKey(gnash::key::h); tester.advance();
advance           468 testsuite/misc-ming.all/DrawingApiTestRunner.cpp 	tester.pressKey(gnash::key::h); tester.advance();
advance           479 testsuite/misc-ming.all/DrawingApiTestRunner.cpp 	tester.advance();
advance           483 testsuite/misc-ming.all/DrawingApiTestRunner.cpp 	tester.movePointerTo(60, 215); tester.advance(); // move the mask over it...
advance           488 testsuite/misc-ming.all/DrawingApiTestRunner.cpp 	tester.movePointerTo(250, 112); tester.advance(); // move the mask over it
advance           493 testsuite/misc-ming.all/DrawingApiTestRunner.cpp 	tester.movePointerTo(146, 146); tester.advance(); // move the mask over it
advance           507 testsuite/misc-ming.all/DrawingApiTestRunner.cpp 	tester.advance(); // commit all of the above
advance           511 testsuite/misc-ming.all/DrawingApiTestRunner.cpp 	tester.advance(); // commit 
advance           515 testsuite/misc-ming.all/DrawingApiTestRunner.cpp 	tester.advance(); // commit 
advance           519 testsuite/misc-ming.all/DrawingApiTestRunner.cpp 	tester.advance(); // commit
advance           528 testsuite/misc-ming.all/DrawingApiTestRunner.cpp 	tester.advance(); // commit
advance           652 testsuite/misc-ming.all/DrawingApiTestRunner.cpp 	tester.advance(); // commit
advance           667 testsuite/misc-ming.all/DrawingApiTestRunner.cpp 	tester.advance(); // commit
advance           689 testsuite/misc-ming.all/DrawingApiTestRunner.cpp 	tester.advance(); // commit
advance           704 testsuite/misc-ming.all/DrawingApiTestRunner.cpp 	tester.advance(); // commit
advance           760 testsuite/misc-ming.all/DrawingApiTestRunner.cpp 	tester.pressKey(gnash::key::_3); tester.advance();
advance           868 testsuite/misc-ming.all/DrawingApiTestRunner.cpp 	tester.pressKey(gnash::key::_4); tester.advance();
advance            61 testsuite/misc-ming.all/EmbeddedSoundTest-Runner.cpp             tester.advance();
advance            53 testsuite/misc-ming.all/KeyEventOrderRunner.cpp   tester.advance();
advance            54 testsuite/misc-ming.all/KeyEventOrderRunner.cpp   tester.advance();
advance            65 testsuite/misc-ming.all/KeyEventOrderRunner.cpp   tester.advance();
advance            66 testsuite/misc-ming.all/KeyEventOrderRunner.cpp   tester.advance();
advance            77 testsuite/misc-ming.all/KeyEventOrderRunner.cpp   tester.advance();
advance            78 testsuite/misc-ming.all/KeyEventOrderRunner.cpp   tester.advance();
advance            75 testsuite/misc-ming.all/NetStream-SquareTestRunner.cpp 		tester.advance();
advance            89 testsuite/misc-ming.all/NetStream-SquareTestRunner.cpp 		tester.advance();
advance            60 testsuite/misc-ming.all/PrototypeEventListenersTestRunner.cpp 	tester.advance();
advance            51 testsuite/misc-ming.all/ResolveEventsTest-Runner.cpp     tester.advance();
advance            55 testsuite/misc-ming.all/ResolveEventsTest-Runner.cpp     tester.advance();
advance            61 testsuite/misc-ming.all/ResolveEventsTest-Runner.cpp     tester.advance();
advance            66 testsuite/misc-ming.all/ResolveEventsTest-Runner.cpp     tester.advance();
advance            73 testsuite/misc-ming.all/ResolveEventsTest-Runner.cpp     tester.advance();
advance            76 testsuite/misc-ming.all/ResolveEventsTest-Runner.cpp     tester.advance();
advance            52 testsuite/misc-ming.all/RollOverOutTest-Runner.cpp 	tester.advance();  // advance to the second frame.
advance            65 testsuite/misc-ming.all/RollOverOutTest-Runner.cpp 	tester.advance();
advance            67 testsuite/misc-ming.all/RollOverOutTest-Runner.cpp 	tester.advance();
advance            74 testsuite/misc-ming.all/RollOverOutTest-Runner.cpp 	tester.advance();
advance            77 testsuite/misc-ming.all/RollOverOutTest-Runner.cpp 	tester.advance();
advance            82 testsuite/misc-ming.all/RollOverOutTest-Runner.cpp 	tester.advance();
advance            87 testsuite/misc-ming.all/RollOverOutTest-Runner.cpp 	tester.advance();
advance           227 testsuite/misc-ming.all/SpriteButtonEventsTest-Runner.cpp 	tester.advance();
advance           273 testsuite/misc-ming.all/SpriteButtonEventsTest-Runner.cpp 		tester.advance();
advance            70 testsuite/misc-ming.all/Video-EmbedSquareTestRunner.cpp 			tester.advance();
advance            90 testsuite/misc-ming.all/Video-EmbedSquareTestRunner.cpp 			tester.advance();
advance           122 testsuite/misc-ming.all/Video-EmbedSquareTestRunner.cpp 		tester.advance();
advance           133 testsuite/misc-ming.all/Video-EmbedSquareTestRunner.cpp 		tester.advance();
advance            61 testsuite/misc-ming.all/attachMovieLoopingTestRunner.cpp 	tester.advance(); check_equals(root->get_current_frame(), 1);
advance            73 testsuite/misc-ming.all/attachMovieLoopingTestRunner.cpp 	tester.advance(); check_equals(root->get_current_frame(), 0);
advance            74 testsuite/misc-ming.all/attachMovieLoopingTestRunner.cpp 	tester.advance(); check_equals(root->get_current_frame(), 1);
advance            86 testsuite/misc-ming.all/attachMovieLoopingTestRunner.cpp 	tester.advance(); check_equals(root->get_current_frame(), 0);
advance            87 testsuite/misc-ming.all/attachMovieLoopingTestRunner.cpp 	tester.advance(); check_equals(root->get_current_frame(), 1);
advance            99 testsuite/misc-ming.all/attachMovieLoopingTestRunner.cpp 	tester.advance(); check_equals(root->get_current_frame(), 0);
advance           100 testsuite/misc-ming.all/attachMovieLoopingTestRunner.cpp 	tester.advance(); check_equals(root->get_current_frame(), 1);
advance            66 testsuite/misc-ming.all/attachMovieTestRunner.cpp 	tester.advance();
advance           106 testsuite/misc-ming.all/attachMovieTestRunner.cpp 	tester.advance();
advance           123 testsuite/misc-ming.all/attachMovieTestRunner.cpp 	tester.advance();
advance           140 testsuite/misc-ming.all/attachMovieTestRunner.cpp 	tester.advance();
advance            59 testsuite/misc-ming.all/eventSoundTest1-Runner.cpp 	tester.advance();
advance           118 testsuite/misc-ming.all/eventSoundTest1-Runner.cpp 		tester.advance();
advance            57 testsuite/misc-ming.all/intervalTestRunner.cpp 	tester.advance(); // execute actions in second frame frame
advance            76 testsuite/misc-ming.all/intervalTestRunner.cpp 	tester.advance(); // run expired timers
advance            84 testsuite/misc-ming.all/intervalTestRunner.cpp 	tester.advance(); // run expired timers
advance            92 testsuite/misc-ming.all/intervalTestRunner.cpp 	tester.advance(); // run expired timers
advance           100 testsuite/misc-ming.all/intervalTestRunner.cpp 	tester.advance(); // run expired timers
advance           108 testsuite/misc-ming.all/intervalTestRunner.cpp 	tester.advance(); // run expired timers
advance           116 testsuite/misc-ming.all/intervalTestRunner.cpp 	tester.advance(); // run expired timers
advance           124 testsuite/misc-ming.all/intervalTestRunner.cpp 	tester.advance(); // run expired timers
advance           136 testsuite/misc-ming.all/intervalTestRunner.cpp 	tester.advance(); // run expired timers
advance            53 testsuite/misc-ming.all/key_event_testrunner.cpp   tester.advance();
advance            54 testsuite/misc-ming.all/key_event_testrunner.cpp   tester.advance();
advance            62 testsuite/misc-ming.all/key_event_testrunner.cpp   tester.advance();
advance            65 testsuite/misc-ming.all/key_event_testrunner.cpp   tester.advance();
advance            66 testsuite/misc-ming.all/key_event_testrunner.cpp   tester.advance();
advance            74 testsuite/misc-ming.all/key_event_testrunner.cpp   tester.advance();
advance            77 testsuite/misc-ming.all/key_event_testrunner.cpp   tester.advance();
advance            78 testsuite/misc-ming.all/key_event_testrunner.cpp   tester.advance();
advance            86 testsuite/misc-ming.all/key_event_testrunner.cpp   tester.advance();
advance            89 testsuite/misc-ming.all/key_event_testrunner.cpp   tester.advance();
advance            92 testsuite/misc-ming.all/key_event_testrunner.cpp   tester.advance();
advance            93 testsuite/misc-ming.all/key_event_testrunner.cpp   tester.advance();
advance           104 testsuite/misc-ming.all/key_event_testrunner.cpp   tester.advance();
advance           115 testsuite/misc-ming.all/key_event_testrunner.cpp   tester.advance();
advance           118 testsuite/misc-ming.all/key_event_testrunner.cpp   tester.advance();
advance           119 testsuite/misc-ming.all/key_event_testrunner.cpp   tester.advance();
advance           130 testsuite/misc-ming.all/key_event_testrunner.cpp   tester.advance();
advance           140 testsuite/misc-ming.all/key_event_testrunner.cpp   tester.advance();
advance           141 testsuite/misc-ming.all/key_event_testrunner.cpp   tester.advance();
advance           149 testsuite/misc-ming.all/key_event_testrunner.cpp   tester.advance();
advance           150 testsuite/misc-ming.all/key_event_testrunner.cpp   tester.advance();
advance           163 testsuite/misc-ming.all/key_event_testrunner.cpp  	 tester.advance();
advance           174 testsuite/misc-ming.all/key_event_testrunner.cpp   tester.advance();
advance           175 testsuite/misc-ming.all/key_event_testrunner.cpp   tester.advance();
advance           182 testsuite/misc-ming.all/key_event_testrunner.cpp   tester.advance();
advance           190 testsuite/misc-ming.all/key_event_testrunner.cpp   tester.advance();
advance            88 testsuite/misc-ming.all/loading/loadMovieTestRunner.cpp 	    tester->advance(); // loads (should) happen on next advance
advance           122 testsuite/misc-ming.all/loading/loadMovieTestRunner.cpp 	tester->click(); tester->advance();
advance           144 testsuite/misc-ming.all/loading/loadMovieTestRunner.cpp 	tester->click(); tester->advance();
advance           163 testsuite/misc-ming.all/loading/loadMovieTestRunner.cpp 	tester->click(); tester->advance();
advance           186 testsuite/misc-ming.all/loading/loadMovieTestRunner.cpp 	tester->advance();
advance           104 testsuite/misc-ming.all/loop/loop_test-Runner.cpp 		tester.advance();
advance            79 testsuite/misc-ming.all/loop/loop_test2runner.cpp 	tester.advance(); // FRAME 2, place DisplayObjects (black on top)
advance            97 testsuite/misc-ming.all/loop/loop_test2runner.cpp 	tester.advance(); // FRAME 3, depth-swap the two DisplayObjects
advance           116 testsuite/misc-ming.all/loop/loop_test2runner.cpp 	tester.advance(); // FRAME 4, jump to frame 2 and stop
advance            77 testsuite/misc-ming.all/loop/simple_loop_testrunner.cpp 	tester.advance(); // FRAME 2/4
advance            86 testsuite/misc-ming.all/loop/simple_loop_testrunner.cpp 	tester.advance(); // FRAME 3/4
advance            96 testsuite/misc-ming.all/loop/simple_loop_testrunner.cpp 	tester.advance(); // FRAME 4/4
advance           107 testsuite/misc-ming.all/loop/simple_loop_testrunner.cpp 	tester.advance(); // FRAME 1/4 (loop back)
advance           115 testsuite/misc-ming.all/loop/simple_loop_testrunner.cpp 	tester.advance(); // FRAME 2/4
advance           124 testsuite/misc-ming.all/loop/simple_loop_testrunner.cpp 	tester.advance(); // FRAME 3/4
advance           134 testsuite/misc-ming.all/loop/simple_loop_testrunner.cpp 	tester.advance(); // FRAME 4/4
advance            55 testsuite/misc-ming.all/masks_test2runner.cpp   tester.advance(); 
advance            71 testsuite/misc-ming.all/masks_test2runner.cpp   tester.advance(); 
advance            63 testsuite/misc-ming.all/masks_testrunner.cpp 	tester.advance();
advance           134 testsuite/misc-ming.all/masks_testrunner.cpp 	tester.advance();
advance           182 testsuite/misc-ming.all/masks_testrunner.cpp 	tester.advance();
advance           230 testsuite/misc-ming.all/masks_testrunner.cpp 	tester.advance();
advance           276 testsuite/misc-ming.all/masks_testrunner.cpp 	tester.advance();
advance            55 testsuite/misc-ming.all/morph_test1runner.cpp   tester.advance(); 
advance            61 testsuite/misc-ming.all/morph_test1runner.cpp   tester.advance(); 
advance            67 testsuite/misc-ming.all/morph_test1runner.cpp   tester.advance(); 
advance            72 testsuite/misc-ming.all/morph_test1runner.cpp   tester.advance(); 
advance            77 testsuite/misc-ming.all/morph_test1runner.cpp   tester.advance(); 
advance            82 testsuite/misc-ming.all/morph_test1runner.cpp   tester.advance(); 
advance            59 testsuite/misc-ming.all/registerClassTestRunner.cpp 	tester.advance();
advance            70 testsuite/misc-ming.all/registerClassTestRunner.cpp 	tester.advance();
advance            81 testsuite/misc-ming.all/registerClassTestRunner.cpp 	tester.advance();
advance            95 testsuite/misc-ming.all/registerClassTestRunner.cpp 	tester.advance();
advance           107 testsuite/misc-ming.all/registerClassTestRunner.cpp 	tester.advance();
advance           110 testsuite/misc-ming.all/registerClassTestRunner.cpp 	tester.advance();
advance            70 testsuite/misc-ming.all/replace_buttons1test_runner.cpp 	tester.advance(); // FRAME 2, place DisplayObject
advance            92 testsuite/misc-ming.all/replace_buttons1test_runner.cpp 	tester.advance(); // FRAME 3, replace DisplayObject
advance           120 testsuite/misc-ming.all/replace_buttons1test_runner.cpp 	tester.advance(); // FRAME 4, jump to frame 2 and stop
advance            71 testsuite/misc-ming.all/replace_shapes1test_runner.cpp 	tester.advance(); // FRAME 2, place DisplayObject
advance            93 testsuite/misc-ming.all/replace_shapes1test_runner.cpp 	tester.advance(); // FRAME 3, replace DisplayObject
advance           119 testsuite/misc-ming.all/replace_shapes1test_runner.cpp 	tester.advance(); // FRAME 4, jump to frame 2 and stop
advance            70 testsuite/misc-ming.all/replace_sprites1test_runner.cpp 	tester.advance(); // FRAME 2, place DisplayObject
advance            92 testsuite/misc-ming.all/replace_sprites1test_runner.cpp 	tester.advance(); // FRAME 3, replace DisplayObject
advance           118 testsuite/misc-ming.all/replace_sprites1test_runner.cpp 	tester.advance(); // FRAME 4, jump to frame 2 and stop
advance            59 testsuite/misc-ming.all/root_stop_testrunner.cpp 	tester.advance();
advance            65 testsuite/misc-ming.all/root_stop_testrunner.cpp 	tester.advance();
advance            71 testsuite/misc-ming.all/root_stop_testrunner.cpp 	tester.advance();
advance            77 testsuite/misc-ming.all/root_stop_testrunner.cpp 	tester.advance();
advance            83 testsuite/misc-ming.all/root_stop_testrunner.cpp 	tester.advance();
advance            89 testsuite/misc-ming.all/root_stop_testrunner.cpp 	tester.advance();
advance            95 testsuite/misc-ming.all/root_stop_testrunner.cpp 	tester.advance();
advance            58 testsuite/misc-ming.all/streamingSoundTest1-Runner.cpp 	tester.advance();
advance            64 testsuite/misc-swfc.all/button_test1runner.cpp 	tester.advance();
advance           120 testsuite/misc-swfc.all/button_test1runner.cpp 	tester.advance();
advance           141 testsuite/misc-swfc.all/button_test1runner.cpp 	tester.advance();
advance            79 testsuite/misc-swfmill.all/backgroundTestRunner.cpp 	tester.advance();
advance            56 testsuite/movies.all/gravity_embedded-TestRunner.cpp 		tester.advance(); // have load processed
advance            62 testsuite/samples/clip_as_button2-TestRunner.cpp 	tester.advance();
advance            60 testsuite/samples/gotoFrameOnKeyEvent-TestRunner.cpp   tester.advance();
advance            68 testsuite/samples/gotoFrameOnKeyEvent-TestRunner.cpp   tester.advance();
advance            77 testsuite/samples/gotoFrameOnKeyEvent-TestRunner.cpp     tester.advance();
advance            87 testsuite/samples/gotoFrameOnKeyEvent-TestRunner.cpp     tester.advance();
advance            97 testsuite/samples/gotoFrameOnKeyEvent-TestRunner.cpp     tester.advance();
advance           106 testsuite/samples/gotoFrameOnKeyEvent-TestRunner.cpp     tester.advance();
advance           112 testsuite/samples/gotoFrameOnKeyEvent-TestRunner.cpp     tester.advance();
advance           121 testsuite/samples/gotoFrameOnKeyEvent-TestRunner.cpp     tester.advance();
advance           127 testsuite/samples/gotoFrameOnKeyEvent-TestRunner.cpp     tester.advance();
advance           137 testsuite/samples/gotoFrameOnKeyEvent-TestRunner.cpp     tester.advance();
advance           478 utilities/processor.cpp             cl.advance(clockAdvance);
advance           479 utilities/processor.cpp             m.advance();