Searched refs:Add (Results 1 – 9 of 9) sorted by relevance
/cts/tools/signature-tools/ |
D | TODO.txt | 3 Add more complex tests 4 Add more spec 5 Add "plugin system" to enable different loader / differ / report engines. This can be simple as reg…
|
/cts/tools/dex-tools/ |
D | TODO.txt | 3 Add more complex tests 5 Add support for big endian encoded files
|
/cts/tests/tests/os/jni/seccomp-tests/ |
D | README.android | 11 - Add get_seccomp_test_list()
|
/cts/tools/utils/cts/ |
D | tools.py | 44 def Add(self, names): member in TestPackage.TestSuite 51 sub_suite.Add(names[1:]) 87 self.root_suite.Add(parts)
|
/cts/suite/cts/deviceTests/opengl/assets/fragment/ |
D | perspective | 25 // Add ambient lighting
|
D | water | 32 // Add ambient lighting
|
/cts/tests/tests/renderscript/src/android/renderscript/cts/ |
D | AtomicTest.rs | 46 TEST_OP(Add)
|
/cts/suite/cts/deviceTests/browserbench/assets/octane/css/ |
D | docs.css | 1 /* Add additional stylesheets below
|
/cts/suite/cts/deviceTests/browserbench/assets/octane/ |
D | box2d.js | 176 …p,B)};A.prototype.Copy=function(){return new A(this.x,this.y)};A.prototype.Add=function(p){this.x+… method in A 180 ….prototype.Copy=function(){return new U(this.x,this.y,this.z)};U.prototype.Add=function(p){this.x+… method in U 338 …r),-(a.y+c*s-q.y-n*m)));l=this.m_linearImpulse.Copy();this.m_linearImpulse.Add(h);h=d.dt*this.m_ma… 370 …his.m_a2*n-this.m_a1*o;a=this.m_impulse.Copy();d=this.m_K.Solve(new w,-c,-g);this.m_impulse.Add(d); 400 …_a2*n-this.m_a1*o;a=this.m_impulse.Copy();d=this.m_K.Solve33(new A,-g,-c,-d);this.m_impulse.Add(d); 411 …ition.Copy();d.Add(this.m_groundAnchor1);return d};E.prototype.GetGroundAnchorB=function(){var d=t… 440 I.e_equalLimits)this.m_impulse.Add(this.impulse3);else if(this.m_limitState==I.e_atLowerLimit){j=th… 454 …r-o.y-q*f;var v=a-q,t=new A;this.m_mass.Solve33(t,-d,-h,-v);this.m_impulse.Add(t);o.x-=c*t.x;o.y-=… 529 y.Add(deltaY); 532 x.Add(deltaX);
|