Lines Matching refs:phases
560 if (test_obj.phase === test_obj.phases.STARTED) {
1502 this.phase = (tests.is_aborted || tests.phase === tests.phases.COMPLETE) ?
1503 this.phases.COMPLETE : this.phases.INITIAL;
1528 if (tests.phase === tests.phases.COMPLETE) {
1544 Test.prototype.phases = { method in Test
1560 phases:merge({}, this.phases) property
1573 if (this.phase > this.phases.STARTED) {
1576 this.phase = this.phases.STARTED;
1596 if (this.phase >= this.phases.HAS_RESULT) {
1603 this.phase = this.phases.HAS_RESULT;
1699 this.phase = this.phases.HAS_RESULT;
1711 if (this.phase >= this.phases.CLEANING) {
1715 if (this.phase <= this.phases.STARTED) {
1728 if (test.phase === test.phases.COMPLETE) {
1753 this.phase = this.phases.CLEANING;
1837 test.phase = test.phases.COMPLETE;
1860 this.phase = this.phases.INITIAL;
1887 clone.phases = merge({}, this.phases);
1904 RemoteTest.prototype.phases = Test.prototype.phases; method in RemoteTest
1909 if (this.phase === this.phases.INITIAL) {
1910 this.phase = this.phases.STARTED;
1914 this.phase = this.phases.COMPLETE;
2097 this.phases = { property in anonymousFunction7a2b73840100.Tests
2104 this.phase = this.phases.INITIAL;
2141 if (this.phase >= this.phases.HAVE_RESULTS) {
2145 if (this.phase < this.phases.SETUP) {
2146 this.phase = this.phases.SETUP;
2222 if (test.phase === test.phases.CLEANING) {
2226 test.phase = test.phases.COMPLETE;
2257 if (this.phase < this.phases.HAVE_TESTS) {
2281 this.phase = this.phases.HAVE_TESTS;
2298 if (this.phase <= this.phases.HAVE_RESULTS) {
2299 this.phase = this.phases.HAVE_RESULTS;
2320 if (this.phase === this.phases.COMPLETE) {
2325 this_obj.phase = this_obj.phases.COMPLETE;
2330 return test.phase < test.phases.COMPLETE;
2345 if (test.phase === test.phases.INITIAL) {
2346 test.phase = test.phases.COMPLETE;
2367 if (test.phase === test.phases.INITIAL) {
2368 test.phase = test.phases.COMPLETE;
2513 if (this.phase >= this.phases.COMPLETE) {
2528 if (this.phase >= this.phases.COMPLETE) {
3365 if (test.phase >= test.phases.HAS_RESULT) {
3369 test.phase = test.phases.HAS_RESULT;