Home
last modified time | relevance | path

Searched refs:Step (Results 1 – 3 of 3) sorted by relevance

/cts/apps/CtsVerifier/src/com/android/cts/verifier/security/
DKeyChainTest.java86 private List<Step> mSteps;
122 Step step = mSteps.get(mCurrentStep); in onClick()
170 mSteps.add(new Step(R.string.keychain_setup_desc, false, new SetupTestKeyStoreTask())); in resetProgress()
171 mSteps.add(new Step(R.string.keychain_install_desc, true, new InstallCredentialsTask())); in resetProgress()
172 mSteps.add(new Step(R.string.keychain_https_desc, false, new TestHttpsRequestTask())); in resetProgress()
173 mSteps.add(new Step(R.string.keychain_reset_desc, true, new ClearCredentialsTask())); in resetProgress()
189 final Step step = mSteps.get(mCurrentStep); in updateUi()
448 private static class Step { class in KeyChainTest
458 public Step(int instructionTextId, boolean skippable, AsyncTask<Void, Void, Void> task) { in Step() method in KeyChainTest.Step
/cts/tests/tests/media/src/android/media/cts/
DAdaptivePlaybackTest.java348 new Step("testing early EOS at " + queuedFrames, this, c) { in addTests()
405 new Step("testing EOS & flush before seek - init", this, c) { in addTests()
414 new Step("testing EOS & flush before seeking after " + queuedFrames + in addTests()
438 new Step("testing EOS & flush before seek - finally", this, c) { in addTests()
461 new Step("testing DRC with reconfigure - init", this, c) { in addTests()
470 new Step("testing DRC with reconfigure after " + queuedFrames + " frames", in addTests()
498 new Step("testing DRC with reconfigure - finally", this, c) { in addTests()
528 new Step("testing DRC with no reconfigure - init", this, c) { in addTests()
545 new Step("testing DRC with no reconfigure after " + i + " frames", in addTests()
577 new Step("testing DRC with no reconfigure - init", this, c) { in addTests()
[all …]
/cts/suite/cts/deviceTests/browserbench/assets/octane/
Dbox2d.js246 ….prototype.GetGroundBody=function(){return this.m_groundBody};h.prototype.Step=function(a,c,g){if(… method in h
254 h.e_locked)>0};h.prototype.Solve=function(a){for(var c,g=this.m_controllerList;g;g=g.m_next)g.Step(…
308 …useDensity=false;this.useWorldGravity=true;this.gravity=null};w.prototype.Step=function(){if(this.… method in w
311 …troller.b2Controller.apply(this,arguments);this.A=new K(0,0)};A.prototype.Step=function(M){M=new K… method in A
312Step=function(){for(var M=this.m_bodyList;M;M=M.nextBody){var L=M.body;L.IsAwake()&&L.ApplyForce(t… method in p
315 …b2Controller.apply(this,arguments);this.G=1;this.invSqr=true};Q.prototype.Step=function(){var M=nu… method in Q
317 …this.T.col2.y=-L;this.maxTimestep=M>0||L>0?1/Math.max(M,L):0};V.prototype.Step=function(M){M=M.dt;… method in V
550 world.Step(1 / 60, 10, 3);