Home
last modified time | relevance | path

Searched refs:a (Results 1 – 25 of 2386) sorted by relevance

12345678910>>...96

/cts/tools/vm-tests-tf/src/dot/junit/opcodes/rsub_int_lit8/d/
DT_rsub_int_lit8_1.java21 public int run(int a) { in run() argument
23 return b-a; in run()
26 public int run1(int a) { in run1() argument
28 return b-a; in run1()
31 public int run2(int a) { in run2() argument
33 return b-a; in run2()
36 public int run3(int a) { in run3() argument
38 return b-a; in run3()
41 public int run4(int a) { in run4() argument
43 return b-a; in run4()
[all …]
DT_rsub_int_lit8_2.java21 public int run(int a) { in run() argument
23 return b-a; in run()
26 public int run1(int a) { in run1() argument
28 return b-a; in run1()
31 public int run2(int a) { in run2() argument
33 return b-a; in run2()
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/rsub_int/d/
DT_rsub_int_1.java21 public int run(int a) { in run() argument
23 return b-a; in run()
26 public int run1(int a) { in run1() argument
28 return b-a; in run1()
31 public int run2(int a) { in run2() argument
33 return b-a; in run2()
36 public int run3(int a) { in run3() argument
38 return b-a; in run3()
41 public int run4(int a) { in run4() argument
43 return b-a; in run4()
[all …]
DT_rsub_int_2.java21 public int run(int a) { in run() argument
23 return b-a; in run()
26 public int run1(int a) { in run1() argument
28 return b-a; in run1()
31 public int run2(int a) { in run2() argument
33 return b-a; in run2()
/cts/tests/tests/opengl/src/android/opengl/cts/
DColorBufferTest.java48 float a = 1.0f; in test_RGBA_1001() local
49 final float[] vertexColors = getVertexColors(r, g, b, a); in test_RGBA_1001()
51 float[] expectedColor = {r, g, b, a}; in test_RGBA_1001()
66 float a = 1.0f; in test_RGBA_1101() local
67 final float[] vertexColors = getVertexColors(r, g, b, a); in test_RGBA_1101()
68 float[] expectedColor = {r, g, b, a}; in test_RGBA_1101()
84 float a = 1.0f; in test_RGBA_1111() local
85 final float[] vertexColors = getVertexColors(r, g, b, a); in test_RGBA_1111()
87 float[] expectedColor = {r, g, b, a}; in test_RGBA_1111()
103 float a = 1.0f; in test_RGBA_0101() local
[all …]
DNativeColorBufferTest.java43 float a = 1.0f; in test_RGBA_1001() local
44 final float[] vertexColors = getVertexColors(r, g, b, a); in test_RGBA_1001()
46 float[] expectedColor = {r, g, b, a}; in test_RGBA_1001()
61 float a = 1.0f; in test_RGBA_1101() local
62 final float[] vertexColors = getVertexColors(r, g, b, a); in test_RGBA_1101()
63 float[] expectedColor = {r, g, b, a}; in test_RGBA_1101()
79 float a = 1.0f; in test_RGBA_1111() local
80 final float[] vertexColors = getVertexColors(r, g, b, a); in test_RGBA_1111()
82 float[] expectedColor = {r, g, b, a}; in test_RGBA_1111()
98 float a = 1.0f; in test_RGBA_0101() local
[all …]
/cts/suite/pts/hostTests/browser/browserlauncher/assets/octane/
Dcode-load.js1507 this.appendChild = function(a) {}; argument
1508 this.createComment = function(a) {}; argument
1510 this.createElement = function(a) { return new MockElement(); }; argument
1512 this.getElementById = function(a) { return 0; }; argument
1513 this.getElementsByTagName = function(a) {return [0];}; argument
1514 this.insertBefore = function(a, b) {}; argument
1515 this.removeChild = function(a) {}; argument
1516 this.setAttribute = function(a, b) {}; argument
Dbox2d.js30 n&&this.b2Shape.apply(this,arguments)}function a(){a.b2Color.apply(this,arguments);this.constructor… function
44 …pe=n;Box2D.Common.b2internal="Box2D.Common.b2internal";Box2D.Common.b2Color=a;Box2D.Common.b2Setti…
52 …TimeOfImpact,q=Box2D.Collision.b2TOIInput,n=Box2D.Collision.b2WorldManifold,a=Box2D.Collision.Clip…
62 …rtex=1};M.MakeClipPointVector=function(){var b=new Vector(2);b[0]=new a;b[1]=new a;return b};M.Col…
103 …x(C.indexB);C.wA=w.MulX(f,s);C.wB=w.MulX(r,v);C.w=w.SubtractVV(C.wB,C.wA);C.a=0}if(this.m_count>1)…
105a*this.m_v1.w.x+this.m_v2.a*this.m_v2.w.x,this.m_v1.a*this.m_v1.w.y+this.m_v2.a*this.m_v2.w.y);def…
106a*this.m_v2.wA.y;e.x=this.m_v1.a*this.m_v1.wB.x+this.m_v2.a*this.m_v2.wB.x;e.y=this.m_v1.a*this.m_…
107 …=this.m_v1.a=1;else{e=e.x*f.x+e.y*f.y;if(e<=0){this.m_count=this.m_v2.a=1;this.m_v1.Set(this.m_v2)…
108 …v1.a=1;else if(s>0&&r>0&&b<=0){x=1/(s+r);this.m_v1.a=s*x;this.m_v2.a=r*x;this.m_count=2}else if(x>…
109a=1;this.m_v1.Set(this.m_v2)}else if(x<=0&&C<=0){this.m_count=this.m_v3.a=1;this.m_v1.Set(this.m_v…
[all …]
Dcrypto.js58 function BigInteger(a,b,c) { argument
60 if(a != null)
61 if("number" == typeof a) this.fromNumber(a,b,c);
62 else if(b == null && "string" != typeof a) this.fromString(a,256);
63 else this.fromString(a,b);
287 function bnCompareTo(a) { argument
289 var a_array = a.array;
291 var r = this.s-a.s;
294 r = i-a.t;
378 function bnpSubTo(a,r) { argument
[all …]
/cts/suite/audio_quality/test/
DLogTest.cpp45 int64_t a = 0; in TEST_F() local
51 printf("printf %lld %lld %lld %lld %lld %lld\n", a, b, c, d, e, f); in TEST_F()
52 LOGD( "logd %lld %lld %lld %lld %lld %lld", a, b, c, d, e, f); in TEST_F()
53 LOGV( "logv %lld %lld %lld %lld %lld %lld", a, b, c, d, e, f); in TEST_F()
54 LOGI( "logi %lld %lld %lld %lld %lld %lld", a, b, c, d, e, f); in TEST_F()
55 LOGW( "logw %lld %lld %lld %lld %lld %lld", a, b, c, d, e, f); in TEST_F()
56 LOGE( "loge %lld %lld %lld %lld %lld %lld", a, b, c, d, e, f); in TEST_F()
/cts/tools/signature-tools/src/signature/io/html/
DClassByNameComparator.java26 public int compare(IClassDefinitionDelta a, IClassDefinitionDelta b) { in compare() argument
27 assert a.getType() == b.getType(); in compare()
28 if (a.getFrom() != null) { in compare()
29 return a.getFrom().getName().compareTo(b.getFrom().getName()); in compare()
31 return a.getTo().getName().compareTo(b.getTo().getName()); in compare()
DExecutableMemberComparator.java39 public int compare(IExecutableMemberDelta<? extends IExecutableMember> a, in compare() argument
41 assert a.getType() == b.getType(); in compare()
45 if (a.getFrom() != null) { in compare()
46 aMember = a.getFrom(); in compare()
49 aMember = a.getTo(); in compare()
58 private int compareParameterLists(List<IParameter> a, List<IParameter> b) { in compareParameterLists() argument
59 if (a.size() != b.size()) { in compareParameterLists()
60 return a.size() - b.size(); in compareParameterLists()
62 Iterator<IParameter> aIt = a.iterator(); in compareParameterLists()
DPackageByNameComparator.java26 public int compare(IPackageDelta a, IPackageDelta b) { in compare() argument
27 assert a.getType() == b.getType(); in compare()
31 if (a.getFrom() != null) { in compare()
32 aPackage = a.getFrom(); in compare()
35 aPackage = a.getTo(); in compare()
DFieldByNameComparator.java27 public int compare(T a, T b) { in compare() argument
28 assert a.getType() == b.getType(); in compare()
34 if (a.getFrom() != null) { in compare()
35 aField = (IField) a.getFrom(); in compare()
38 aField = (IField) a.getTo(); in compare()
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/opc_goto/d/
DT_opc_goto_1.java21 public int run(int a) { in run() argument
22 while (a > 0) { in run()
23 a--; in run()
25 return a; in run()
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/goto_16/d/
DT_goto_16_1.java21 public int run(int a) { in run() argument
22 while (a > 0) { in run()
23 a--; in run()
25 return a; in run()
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/goto_32/d/
DT_goto_32_1.java21 public int run(int a) { in run() argument
22 while (a > 0) { in run()
23 a--; in run()
25 return a; in run()
/cts/tools/signature-tools/templates/
DStyles.st6 a.default:link {color: blue; text-decoration: none}
7 a.default:hover {color: blue; text-decoration: underline;}
8 a.default:visited {color: blue; text-decoration: none}
11 a.discreet:link {color: black; text-decoration: none}
12 a.discreet:visited {color: black; text-decoration: none}
13 a.discreet:hover {color: black; text-decoration: underline;}
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/invoke_interface/
DITestImpl.java30 public int test(int a) { in test() argument
31 if (a == 999) return 195; in test()
35 public int testArgsOrder(int a, int b) { in testArgsOrder() argument
36 return a / b; in testArgsOrder()
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/invoke_interface_range/
DITestImpl.java32 public int test(int a) { in test() argument
33 if (a == 999) return 195; in test()
37 public int testArgsOrder(int a, int b) { in testArgsOrder() argument
38 return a / b; in testArgsOrder()
/cts/tests/tests/widget/src/android/widget/cts/
DTableLayout_LayoutParamsTest.java77 TypedArray a = mTargetContext.obtainStyledAttributes(attrs, R.styleable.ViewGroup_Layout); in testSetBaseAttributes() local
79 mockLayoutParams.setBaseAttributes(a, R.styleable.ViewGroup_Layout_layout_width, in testSetBaseAttributes()
84 mockLayoutParams.setBaseAttributes(a, R.styleable.ViewGroup_Layout_layout_height, in testSetBaseAttributes()
89 a.recycle(); in testSetBaseAttributes()
92 a = mTargetContext.obtainStyledAttributes(attrs, R.styleable.ViewGroup_Layout); in testSetBaseAttributes()
94 mockLayoutParams.setBaseAttributes(a, R.styleable.ViewGroup_Layout_layout_width, in testSetBaseAttributes()
99 mockLayoutParams.setBaseAttributes(a, R.styleable.ViewGroup_Layout_layout_height, in testSetBaseAttributes()
104 a.recycle(); in testSetBaseAttributes()
107 a = mTargetContext.obtainStyledAttributes(attrs, R.styleable.ViewGroup_Layout); in testSetBaseAttributes()
109 mockLayoutParams.setBaseAttributes(a, R.styleable.ViewGroup_Layout_layout_width, in testSetBaseAttributes()
[all …]
DTableRow_LayoutParamsTest.java120 TypedArray a = mTargetContext.obtainStyledAttributes(attrs, R.styleable.ViewGroup_Layout); in testSetBaseAttributes() local
122 mockLayoutParams.setBaseAttributes(a, R.styleable.ViewGroup_Layout_layout_width, in testSetBaseAttributes()
127 mockLayoutParams.setBaseAttributes(a, R.styleable.ViewGroup_Layout_layout_height, in testSetBaseAttributes()
132 a.recycle(); in testSetBaseAttributes()
135 a = mTargetContext.obtainStyledAttributes(attrs, R.styleable.ViewGroup_Layout); in testSetBaseAttributes()
137 mockLayoutParams.setBaseAttributes(a, R.styleable.ViewGroup_Layout_layout_width, in testSetBaseAttributes()
142 mockLayoutParams.setBaseAttributes(a, R.styleable.ViewGroup_Layout_layout_height, in testSetBaseAttributes()
147 a.recycle(); in testSetBaseAttributes()
150 a = mTargetContext.obtainStyledAttributes(attrs, R.styleable.ViewGroup_Layout); in testSetBaseAttributes()
152 mockLayoutParams.setBaseAttributes(a, R.styleable.ViewGroup_Layout_layout_width, in testSetBaseAttributes()
[all …]
/cts/tools/dex-tools/
DREADME.txt3 This project contains the source code and tests for a dex file parser.
4 The parser is able to read a dex file and to create a datastructure based on it.
6 Support for direct navigation to super classes and similar will be implemented in a layer on top of…
8 Since this folder contains a .project file, it can be imported directly into eclipse as a java proj…
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/if_ne/
DTest_if_ne.java48 String a = "a"; in testN5() local
50 assertEquals(1, t.run(a, b)); in testN5()
58 String a = "a"; in testN6() local
59 assertEquals(1234, t.run(a, a)); in testN6()
99 String a = "a"; in testB5() local
100 assertEquals(1, t.run(null, a)); in testB5()
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/if_eq/
DTest_if_eq.java68 String a = "a"; in testN5() local
70 assertEquals(1234, t.run(a, b)); in testN5()
78 String a = "a"; in testN6() local
79 assertEquals(1, t.run(a, a)); in testN6()
119 String a = "a"; in testB5() local
120 assertEquals(1234, t.run(null, a)); in testB5()

12345678910>>...96