Home
last modified time | relevance | path

Searched defs:B (Results 1 – 8 of 8) sorted by relevance

/cts/tests/tests/renderscript/src/android/renderscript/cts/
DBaseObjTest.java30 BaseObj B = F; in testBaseObj() local
DAllocationTest.java189 void helperCreateFromBitmap(Bitmap B, in helperCreateFromBitmap()
211 Bitmap B = Bitmap.createBitmap(bDimX, bDimY, Bitmap.Config.ARGB_8888); in testCreateFromBitmap() local
/cts/tools/signature-tools/test/signature/comparator/
DClassCompareTest.java48 CompilationUnit B = new CompilationUnit("a.B", in compareEqualClasses() local
61 CompilationUnit B = new CompilationUnit("a.B", in compareMissingClass() local
77 CompilationUnit B = new CompilationUnit("a.B", in compareAddedClass() local
166 CompilationUnit B = new CompilationUnit("a.B", in compareMissingGenericInterface0() local
186 CompilationUnit B = new CompilationUnit("a.B", in compareMissingGenericInterface1() local
204 static class B<T> implements I<T>{} class in ClassCompareTest
358 CompilationUnit B = new CompilationUnit("a.B", in interfaceClosureTest() local
/cts/suite/pts/hostTests/browser/browserlauncher/assets/octane/
Dbox2d.js26 arguments)}function B(){B.b2DistanceOutput.apply(this,arguments)}function Q(){Q.b2DistanceProxy.app… class
52 …llision.ClipVertex,c=Box2D.Collision.Features,g=Box2D.Collision.IBroadPhase;B.b2AABB=function(){th… class
161 (function(){var F=Box2D.Common.Math.b2Mat22,G=Box2D.Common.Math.b2Mat33,K=Box2D.Common.Math.b2Math,… argument
162 var B=Math.cos(p);p=Math.sin(p);this.col1.x=B;this.col2.x=-p;this.col1.y=p;this.col2.y=B};F.prototy… argument
163 …Math.atan2(this.col1.y,this.col1.x)};F.prototype.GetInverse=function(p){var B=this.col1.x,Q=this.c… argument
164 0)W=1/W;p.x=W*(I*B-M*Q);p.y=W*(V*Q-L*B);return p};F.prototype.Abs=function(){this.col1.Abs();this.c… argument
166 …0;this.col1.z=0;this.col2.z=0;this.col3.z=0};G.prototype.Solve22=function(p,B,Q){if(B===undefined)… argument
167 ….y,D=this.col3.z,H=M*(Y*D-k*u)+L*(k*z-W*D)+I*(W*u-Y*z);if(H!=0)H=1/H;p.x=H*(B*(Y*D-k*u)+Q*(k*z-W*D… argument
168 B.y-p.y*B.x};K.CrossVF=function(p,B){if(B===undefined)B=0;return new A(B*p.y,-B*p.x)};K.CrossFV=fun… argument
169 p.R.col2.x+Q.y*p.R.col2.y;Q.x=V;return Q};K.AddVV=function(p,B){return new A(p.x+B.x,p.y+B.y)};K.Su… argument
[all …]
Dcrypto.js1594 function RSAGenerate(B,E) { argument
Dpdfjs.js13192 B: 'fillStroke', property
18805 B: 0x0042, property
23385 'B': 667, property
23702 'B': 722, property
24019 'B': 722, property
24336 'B': 667, property
24845 'B': 667, property
25162 'B': 667, property
25479 'B': 667, property
25796 'B': 611, property
/cts/tools/signature-tools/test/signature/converter/
DConvertParameterizedTypeTest.java81 public class B<T> {} class in ConvertParameterizedTypeTest.A
/cts/tests/src/android/opengl/cts/
DCompressedTextureSurfaceView.java206 int B = getUnsignedByte(mReadBackBuffer.get(sampleStart + 2)); in comparePixel() local