Searched defs:step (Results 1 - 3 of 3) sorted by relevance

/glassfish-3.1.2/tests/quicklook/utils/src/com/sun/appserv/test/
H A DAdminBaseDevTest.java123 public boolean report(String step, AsadminReturn ret) { argument
124 report(step, ret.returnValue);
H A DBaseDevTest.java80 public boolean report(String step, boolean success) { argument
84 public boolean report(String step, AsadminReturn ret) { argument
/glassfish-3.1.2/tests/embedded/maven-plugin/websockets/src/main/webapp/javascripts/
H A Dmoo.fx.js58 step: function(){
93 this.timer = setInterval(this.step.bind(this), Math.round(1000/this.options.fps));

Completed in 34 milliseconds