HomeSort by relevance Sort by last modified time
    Searched defs:out (Results 2726 - 2750 of 4560) sorted by null

<<101102103104105106107108109110>>

  /cts/tests/tests/renderscript/src/android/renderscript/cts/
CoreMathVerifier.java 26 /* The level of precision we expect out of the half_* functions. floats (f32) have 23 bits of
30 // The level of precision we expect out of the fast_* functions.
32 // The level of precision we expect out of the native_* functions.
470 static private void cross(double[] v1, double[] v2, Target.Floaty[] out, Target t) {
473 out[0] = t.subtract(a12, a21);
476 out[1] = t.subtract(a20, a02);
479 out[2] = t.subtract(a01, a10);
480 if (out.length == 4) {
481 out[3] = t.newFloaty(0.f);
486 static private void cross(float[] v1, float[] v2, Target.Floaty[] out, Target t)
1947 Target.Floaty[] out = new Target.Floaty[1]; local
    [all...]
  /cts/tests/tests/renderscript/src/android/renderscript/cts/generated/
TestMax.java 43 public Target.Floaty out; field in class:TestMax.ArgumentsFloatFloatFloat
50 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE); local
52 script.forEach_testMaxFloatFloatFloat(inA, out);
53 verifyResultsMaxFloatFloatFloat(inA, inB, out, false);
58 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE); local
60 scriptRelaxed.forEach_testMaxFloatFloatFloat(inA, out);
61 verifyResultsMaxFloatFloatFloat(inA, inB, out, true);
67 private void verifyResultsMaxFloatFloatFloat(Allocation inA, Allocation inB, Allocation out, boolean relaxed) {
76 out.copyTo(arrayOut);
85 // Figure out what the outputs should have been
129 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 2), INPUTSIZE); local
137 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 2), INPUTSIZE); local
208 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 3), INPUTSIZE); local
216 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 3), INPUTSIZE); local
287 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 4), INPUTSIZE); local
295 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 4), INPUTSIZE); local
367 public Target.Floaty out; field in class:TestMax.ArgumentsHalfHalfHalf
374 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_16, 1), INPUTSIZE); local
382 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_16, 1), INPUTSIZE); local
458 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_16, 2), INPUTSIZE); local
466 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_16, 2), INPUTSIZE); local
542 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_16, 3), INPUTSIZE); local
550 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_16, 3), INPUTSIZE); local
626 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_16, 4), INPUTSIZE); local
634 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_16, 4), INPUTSIZE); local
710 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 2), INPUTSIZE); local
718 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 2), INPUTSIZE); local
789 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 3), INPUTSIZE); local
797 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 3), INPUTSIZE); local
868 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 4), INPUTSIZE); local
876 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 4), INPUTSIZE); local
947 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_16, 2), INPUTSIZE); local
955 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_16, 2), INPUTSIZE); local
1031 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_16, 3), INPUTSIZE); local
1039 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_16, 3), INPUTSIZE); local
1115 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_16, 4), INPUTSIZE); local
1123 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_16, 4), INPUTSIZE); local
1198 public byte out; field in class:TestMax.ArgumentsCharCharChar
1205 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.SIGNED_8, 1), INPUTSIZE); local
1213 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.SIGNED_8, 1), INPUTSIZE); local
1283 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.SIGNED_8, 2), INPUTSIZE); local
1291 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.SIGNED_8, 2), INPUTSIZE); local
1361 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.SIGNED_8, 3), INPUTSIZE); local
1369 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.SIGNED_8, 3), INPUTSIZE); local
1439 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.SIGNED_8, 4), INPUTSIZE); local
1447 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.SIGNED_8, 4), INPUTSIZE); local
1516 public byte out; field in class:TestMax.ArgumentsUcharUcharUchar
1523 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.UNSIGNED_8, 1), INPUTSIZE); local
1531 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.UNSIGNED_8, 1), INPUTSIZE); local
1601 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.UNSIGNED_8, 2), INPUTSIZE); local
1609 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.UNSIGNED_8, 2), INPUTSIZE); local
1679 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.UNSIGNED_8, 3), INPUTSIZE); local
1687 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.UNSIGNED_8, 3), INPUTSIZE); local
1757 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.UNSIGNED_8, 4), INPUTSIZE); local
1765 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.UNSIGNED_8, 4), INPUTSIZE); local
1834 public short out; field in class:TestMax.ArgumentsShortShortShort
1841 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.SIGNED_16, 1), INPUTSIZE); local
1849 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.SIGNED_16, 1), INPUTSIZE); local
1919 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.SIGNED_16, 2), INPUTSIZE); local
1927 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.SIGNED_16, 2), INPUTSIZE); local
1997 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.SIGNED_16, 3), INPUTSIZE); local
2005 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.SIGNED_16, 3), INPUTSIZE); local
2075 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.SIGNED_16, 4), INPUTSIZE); local
2083 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.SIGNED_16, 4), INPUTSIZE); local
2152 public short out; field in class:TestMax.ArgumentsUshortUshortUshort
2159 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.UNSIGNED_16, 1), INPUTSIZE); local
2167 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.UNSIGNED_16, 1), INPUTSIZE); local
2237 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.UNSIGNED_16, 2), INPUTSIZE); local
2245 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.UNSIGNED_16, 2), INPUTSIZE); local
2315 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.UNSIGNED_16, 3), INPUTSIZE); local
2323 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.UNSIGNED_16, 3), INPUTSIZE); local
2393 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.UNSIGNED_16, 4), INPUTSIZE); local
2401 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.UNSIGNED_16, 4), INPUTSIZE); local
2470 public int out; field in class:TestMax.ArgumentsIntIntInt
2477 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.SIGNED_32, 1), INPUTSIZE); local
2485 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.SIGNED_32, 1), INPUTSIZE); local
2555 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.SIGNED_32, 2), INPUTSIZE); local
2563 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.SIGNED_32, 2), INPUTSIZE); local
2633 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.SIGNED_32, 3), INPUTSIZE); local
2641 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.SIGNED_32, 3), INPUTSIZE); local
2711 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.SIGNED_32, 4), INPUTSIZE); local
2719 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.SIGNED_32, 4), INPUTSIZE); local
2788 public int out; field in class:TestMax.ArgumentsUintUintUint
2795 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.UNSIGNED_32, 1), INPUTSIZE); local
2803 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.UNSIGNED_32, 1), INPUTSIZE); local
2873 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.UNSIGNED_32, 2), INPUTSIZE); local
2881 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.UNSIGNED_32, 2), INPUTSIZE); local
2951 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.UNSIGNED_32, 3), INPUTSIZE); local
2959 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.UNSIGNED_32, 3), INPUTSIZE); local
3029 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.UNSIGNED_32, 4), INPUTSIZE); local
3037 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.UNSIGNED_32, 4), INPUTSIZE); local
3106 public long out; field in class:TestMax.ArgumentsLongLongLong
3113 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.SIGNED_64, 1), INPUTSIZE); local
3121 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.SIGNED_64, 1), INPUTSIZE); local
3191 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.SIGNED_64, 2), INPUTSIZE); local
3199 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.SIGNED_64, 2), INPUTSIZE); local
3269 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.SIGNED_64, 3), INPUTSIZE); local
3277 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.SIGNED_64, 3), INPUTSIZE); local
3347 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.SIGNED_64, 4), INPUTSIZE); local
3355 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.SIGNED_64, 4), INPUTSIZE); local
3424 public long out; field in class:TestMax.ArgumentsUlongUlongUlong
3431 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.UNSIGNED_64, 1), INPUTSIZE); local
3439 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.UNSIGNED_64, 1), INPUTSIZE); local
3509 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.UNSIGNED_64, 2), INPUTSIZE); local
3517 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.UNSIGNED_64, 2), INPUTSIZE); local
3587 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.UNSIGNED_64, 3), INPUTSIZE); local
3595 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.UNSIGNED_64, 3), INPUTSIZE); local
3665 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.UNSIGNED_64, 4), INPUTSIZE); local
3673 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.UNSIGNED_64, 4), INPUTSIZE); local
    [all...]
TestMin.java 43 public Target.Floaty out; field in class:TestMin.ArgumentsFloatFloatFloat
50 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE); local
52 script.forEach_testMinFloatFloatFloat(inA, out);
53 verifyResultsMinFloatFloatFloat(inA, inB, out, false);
58 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE); local
60 scriptRelaxed.forEach_testMinFloatFloatFloat(inA, out);
61 verifyResultsMinFloatFloatFloat(inA, inB, out, true);
67 private void verifyResultsMinFloatFloatFloat(Allocation inA, Allocation inB, Allocation out, boolean relaxed) {
76 out.copyTo(arrayOut);
85 // Figure out what the outputs should have been
129 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 2), INPUTSIZE); local
137 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 2), INPUTSIZE); local
208 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 3), INPUTSIZE); local
216 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 3), INPUTSIZE); local
287 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 4), INPUTSIZE); local
295 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 4), INPUTSIZE); local
367 public Target.Floaty out; field in class:TestMin.ArgumentsHalfHalfHalf
374 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_16, 1), INPUTSIZE); local
382 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_16, 1), INPUTSIZE); local
458 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_16, 2), INPUTSIZE); local
466 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_16, 2), INPUTSIZE); local
542 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_16, 3), INPUTSIZE); local
550 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_16, 3), INPUTSIZE); local
626 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_16, 4), INPUTSIZE); local
634 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_16, 4), INPUTSIZE); local
710 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 2), INPUTSIZE); local
718 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 2), INPUTSIZE); local
789 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 3), INPUTSIZE); local
797 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 3), INPUTSIZE); local
868 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 4), INPUTSIZE); local
876 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 4), INPUTSIZE); local
947 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_16, 2), INPUTSIZE); local
955 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_16, 2), INPUTSIZE); local
1031 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_16, 3), INPUTSIZE); local
1039 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_16, 3), INPUTSIZE); local
1115 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_16, 4), INPUTSIZE); local
1123 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_16, 4), INPUTSIZE); local
1198 public byte out; field in class:TestMin.ArgumentsCharCharChar
1205 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.SIGNED_8, 1), INPUTSIZE); local
1213 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.SIGNED_8, 1), INPUTSIZE); local
1283 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.SIGNED_8, 2), INPUTSIZE); local
1291 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.SIGNED_8, 2), INPUTSIZE); local
1361 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.SIGNED_8, 3), INPUTSIZE); local
1369 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.SIGNED_8, 3), INPUTSIZE); local
1439 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.SIGNED_8, 4), INPUTSIZE); local
1447 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.SIGNED_8, 4), INPUTSIZE); local
1516 public byte out; field in class:TestMin.ArgumentsUcharUcharUchar
1523 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.UNSIGNED_8, 1), INPUTSIZE); local
1531 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.UNSIGNED_8, 1), INPUTSIZE); local
1601 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.UNSIGNED_8, 2), INPUTSIZE); local
1609 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.UNSIGNED_8, 2), INPUTSIZE); local
1679 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.UNSIGNED_8, 3), INPUTSIZE); local
1687 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.UNSIGNED_8, 3), INPUTSIZE); local
1757 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.UNSIGNED_8, 4), INPUTSIZE); local
1765 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.UNSIGNED_8, 4), INPUTSIZE); local
1834 public short out; field in class:TestMin.ArgumentsShortShortShort
1841 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.SIGNED_16, 1), INPUTSIZE); local
1849 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.SIGNED_16, 1), INPUTSIZE); local
1919 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.SIGNED_16, 2), INPUTSIZE); local
1927 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.SIGNED_16, 2), INPUTSIZE); local
1997 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.SIGNED_16, 3), INPUTSIZE); local
2005 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.SIGNED_16, 3), INPUTSIZE); local
2075 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.SIGNED_16, 4), INPUTSIZE); local
2083 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.SIGNED_16, 4), INPUTSIZE); local
2152 public short out; field in class:TestMin.ArgumentsUshortUshortUshort
2159 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.UNSIGNED_16, 1), INPUTSIZE); local
2167 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.UNSIGNED_16, 1), INPUTSIZE); local
2237 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.UNSIGNED_16, 2), INPUTSIZE); local
2245 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.UNSIGNED_16, 2), INPUTSIZE); local
2315 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.UNSIGNED_16, 3), INPUTSIZE); local
2323 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.UNSIGNED_16, 3), INPUTSIZE); local
2393 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.UNSIGNED_16, 4), INPUTSIZE); local
2401 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.UNSIGNED_16, 4), INPUTSIZE); local
2470 public int out; field in class:TestMin.ArgumentsIntIntInt
2477 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.SIGNED_32, 1), INPUTSIZE); local
2485 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.SIGNED_32, 1), INPUTSIZE); local
2555 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.SIGNED_32, 2), INPUTSIZE); local
2563 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.SIGNED_32, 2), INPUTSIZE); local
2633 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.SIGNED_32, 3), INPUTSIZE); local
2641 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.SIGNED_32, 3), INPUTSIZE); local
2711 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.SIGNED_32, 4), INPUTSIZE); local
2719 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.SIGNED_32, 4), INPUTSIZE); local
2788 public int out; field in class:TestMin.ArgumentsUintUintUint
2795 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.UNSIGNED_32, 1), INPUTSIZE); local
2803 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.UNSIGNED_32, 1), INPUTSIZE); local
2873 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.UNSIGNED_32, 2), INPUTSIZE); local
2881 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.UNSIGNED_32, 2), INPUTSIZE); local
2951 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.UNSIGNED_32, 3), INPUTSIZE); local
2959 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.UNSIGNED_32, 3), INPUTSIZE); local
3029 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.UNSIGNED_32, 4), INPUTSIZE); local
3037 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.UNSIGNED_32, 4), INPUTSIZE); local
3106 public long out; field in class:TestMin.ArgumentsLongLongLong
3113 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.SIGNED_64, 1), INPUTSIZE); local
3121 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.SIGNED_64, 1), INPUTSIZE); local
3191 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.SIGNED_64, 2), INPUTSIZE); local
3199 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.SIGNED_64, 2), INPUTSIZE); local
3269 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.SIGNED_64, 3), INPUTSIZE); local
3277 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.SIGNED_64, 3), INPUTSIZE); local
3347 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.SIGNED_64, 4), INPUTSIZE); local
3355 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.SIGNED_64, 4), INPUTSIZE); local
3424 public long out; field in class:TestMin.ArgumentsUlongUlongUlong
3431 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.UNSIGNED_64, 1), INPUTSIZE); local
3439 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.UNSIGNED_64, 1), INPUTSIZE); local
3509 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.UNSIGNED_64, 2), INPUTSIZE); local
3517 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.UNSIGNED_64, 2), INPUTSIZE); local
3587 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.UNSIGNED_64, 3), INPUTSIZE); local
3595 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.UNSIGNED_64, 3), INPUTSIZE); local
3665 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.UNSIGNED_64, 4), INPUTSIZE); local
3673 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.UNSIGNED_64, 4), INPUTSIZE); local
    [all...]
  /dalvik/dx/src/com/android/dx/command/dexer/
Main.java 347 OutputStream out = openOutput(args.outName); local
348 out.write(outArray);
349 closeOutput(out);
385 throw new RuntimeException("Timed out waiting for dex writer threads.");
413 OutputStream out = new FileOutputStream(new File(outDir, getDexFileName(i))); local
415 out.write(dexOutputArrays.get(i));
417 closeOutput(out);
617 e.printStackTrace(System.out);
638 CodeStatistics.dumpStatistics(DxConsole.out);
702 DxConsole.out.println("ignored resource " + name)
903 OutputStream out = openOutput(fileName); local
    [all...]
  /development/ndk/platforms/android-21/include/linux/
coda.h 275 struct coda_out_hdr out; member in struct:coda_store_out
285 struct coda_out_hdr out; member in struct:coda_release_out
295 struct coda_out_hdr out; member in struct:coda_close_out
331 struct coda_out_hdr out; member in struct:coda_setattr_out
341 struct coda_out_hdr out; member in struct:coda_access_out
384 struct coda_out_hdr out; member in struct:coda_remove_out
395 struct coda_out_hdr out; member in struct:coda_link_out
407 struct coda_out_hdr out; member in struct:coda_rename_out
431 struct coda_out_hdr out; member in struct:coda_rmdir_out
444 struct coda_out_hdr out; member in struct:coda_symlink_out
464 struct coda_out_hdr out; member in struct:coda_fsync_out
605 void __user *out; member in struct:ViceIoctl
    [all...]
  /development/ndk/platforms/android-3/include/linux/
coda.h 254 struct coda_out_hdr out; member in struct:coda_store_out
264 struct coda_out_hdr out; member in struct:coda_release_out
274 struct coda_out_hdr out; member in struct:coda_close_out
309 struct coda_out_hdr out; member in struct:coda_setattr_out
319 struct coda_out_hdr out; member in struct:coda_access_out
360 struct coda_out_hdr out; member in struct:coda_remove_out
371 struct coda_out_hdr out; member in struct:coda_link_out
383 struct coda_out_hdr out; member in struct:coda_rename_out
406 struct coda_out_hdr out; member in struct:coda_rmdir_out
418 struct coda_out_hdr out; member in struct:coda_symlink_out
438 struct coda_out_hdr out; member in struct:coda_fsync_out
571 void __user *out; member in struct:ViceIoctl
    [all...]
  /device/google/contexthub/firmware/inc/platform/stm32f4xx/cmsis/
arm_math.h 37 * ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
547 uint32_t out, tempVal; local
568 out = pRecipTable[index];
574 tempVal = (q31_t) (((q63_t) in * out) >> 31u);
577 //out = (q31_t) (((q63_t) out * tempVal) >> 30u);
578 out = (q31_t) clip_q63_to_q31(((q63_t) out * tempVal) >> 30u);
582 *dst = out;
584 /* return num of signbits of out = 1/in value */
598 uint32_t out = 0, tempVal = 0; local
5092 float32_t out; local
5128 q31_t out; local
5176 q15_t out; local
7142 float32_t out; local
7210 q31_t out; \/* Temporary output *\/ local
7287 q31_t out; \/* Temporary output *\/ local
7367 q31_t out; \/* Temporary output *\/ local
    [all...]
  /device/htc/flounder/audio/hal/
audio_hw.c 1133 struct stream_out *out = adev->primary_output; local
2146 struct stream_out *out = (struct stream_out *) context; local
2254 struct stream_out *out = (struct stream_out *)usecase->stream; local
2272 struct stream_out *out = (struct stream_out *)usecase->stream; local
2593 struct stream_out *out = (struct stream_out *)stream; local
2607 struct stream_out *out = (struct stream_out *)stream; local
2619 struct stream_out *out = (struct stream_out *)stream; local
2626 struct stream_out *out = (struct stream_out *)stream; local
2674 struct stream_out *out = (struct stream_out *)stream; local
2733 struct stream_out *out = (struct stream_out *)stream; local
2849 struct stream_out *out = (struct stream_out *)stream; local
2888 struct stream_out *out = (struct stream_out *)stream; local
2900 struct stream_out *out = (struct stream_out *)stream; local
2982 struct stream_out *out = (struct stream_out *)stream; local
3256 struct stream_out *out = (struct stream_out *)stream; local
3297 struct stream_out *out = (struct stream_out *)stream; local
3346 struct stream_out *out = (struct stream_out *)stream; local
3358 struct stream_out *out = (struct stream_out *)stream; local
3377 struct stream_out *out = (struct stream_out *)stream; local
3397 struct stream_out *out = (struct stream_out *)stream; local
3413 struct stream_out *out = (struct stream_out *)stream; local
3887 struct stream_out *out; local
4044 struct stream_out *out = (struct stream_out *)stream; local
    [all...]
  /external/boringssl/src/ssl/
ssl_lib.c 34 * The word 'cryptographic' can be left out if the rouines from the library
49 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
101 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
880 int SSL_get_tls_unique(const SSL *ssl, uint8_t *out, size_t *out_len,
906 memcpy(out, finished, *out_len);
911 memset(out, 0, max_out);
2186 uint8_t *out; local
2216 uint8_t *out; local
2249 uint8_t *out; local
    [all...]
  /external/doclava/src/com/google/doclava/
InfoBuilder.java 39 * objects out of the data within the file. This data is
98 System.out.println(mPackage.name() + "\n");
107 System.out.println(value);
110 System.out.println();
114 System.out.print("Class: " + cl.toString());
118 System.out.println();
120 System.out.println(cl.comment().mText);
123 System.out.println("\nAnnotations:");
128 System.out.print("Superclass: " + cl.superclass().qualifiedName());
130 System.out.println()
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.runtime.compatibility.auth_3.2.200.v20100517.jar 
  /external/emma/core/java12/com/vladium/util/args/
OptsParser.java 42 public synchronized void usage (final PrintWriter out, final int level, final int width)
91 out.println (line);
104 out.println (line);
112 out.println ();
113 out.println (" {use '" + usageOptDef.getNames () [1] + "' option to see detailed usage help}");
125 final String [] nv = new String [2]; // out buffer for getOptNameAndValue()
126 final String [] pp = new String [1]; // out buffer for getOptDef()
141 //System.out.println ("[state: " + state + "] av = " + av);
590 public void error (final PrintWriter out, final int width)
597 out.println (i.next ())
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/text/
MessageFormat.java 286 * System.out.println(form.format(testArgs));
306 * System.out.println(msgFmt.format(args));
308 * System.out.println(msgFmt.format(args));
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/
TestFmwk.java 526 System.exit(run(args, new PrintWriter(System.out)));
593 System.out.println("Hit RETURN to exit...");
594 System.out.flush();
931 usage(new PrintWriter(System.out), getClass().getName());
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
DateFormatRegressionTest.java 769 * window. Out of range years, that is, anything less than "00" or
802 String out = ""; local
822 out += str + " => " + actStr + "\n";
831 out += "FAIL: " + str + " => " + actStr + ", expected " + expStr + "\n";
836 log(out);
838 err(out);
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/normalizer/
BasicTest.java 249 // out.
286 // We comment this out in favor of the test above, which
1463 String out, out2; local
2696 String out=n2.normalize(in); local
    [all...]
  /external/icu/icu4c/source/i18n/
decimfmt.cpp 473 DecimalFormatPattern out; local
476 out,
482 negPrefix = out.fNegPrefixPattern;
483 negSuffix = out.fNegSuffixPattern;
484 posPrefix = out.fPosPrefixPattern;
485 posSuffix = out.fPosSuffixPattern;
    [all...]
vtzone.cpp 884 VTZWriter(UnicodeString& out);
892 UnicodeString* out; member in class:VTZWriter
896 out = &output;
904 out->append(str);
909 out->append(ch);
914 out->append(str, -1);
920 out->append(str, length);
    [all...]
  /external/icu/icu4c/source/test/cintltst/
nccbtst.c 1495 static const uint8_t out[]={ local
1522 static const uint8_t out[]={ local
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
MessageFormat.java 285 * System.out.println(form.format(testArgs));
305 * System.out.println(msgFmt.format(args));
307 * System.out.println(msgFmt.format(args));
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DateFormatRegressionTest.java 765 * window. Out of range years, that is, anything less than "00" or
798 String out = ""; local
818 out += str + " => " + actStr + "\n";
827 out += "FAIL: " + str + " => " + actStr + ", expected " + expStr + "\n";
832 log(out);
834 err(out);
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/normalizer/
BasicTest.java 245 // out.
282 // We comment this out in favor of the test above, which
1459 String out, out2; local
2692 String out=n2.normalize(in); local
    [all...]
  /external/icu/icu4j/main/tests/framework/src/com/ibm/icu/dev/test/
TestFmwk.java 525 System.exit(run(args, new PrintWriter(System.out)));
592 System.out.println("Hit RETURN to exit...");
593 System.out.flush();
930 usage(new PrintWriter(System.out), getClass().getName());
    [all...]
  /external/kernel-headers/original/uapi/drm/
amdgpu_drm.h 23 * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
96 struct drm_amdgpu_gem_create_out out; member in union:drm_amdgpu_gem_create
134 struct drm_amdgpu_bo_list_out out; member in union:drm_amdgpu_bo_list
178 union drm_amdgpu_ctx_out out; member in union:drm_amdgpu_ctx
255 struct drm_amdgpu_gem_mmap_out out; member in union:drm_amdgpu_gem_mmap
276 struct drm_amdgpu_gem_wait_idle_out out; member in union:drm_amdgpu_gem_wait_idle
297 struct drm_amdgpu_wait_cs_out out; member in union:drm_amdgpu_wait_cs
379 struct drm_amdgpu_cs_out out; member in union:drm_amdgpu_cs
  /external/kernel-headers/original/uapi/linux/
coda.h 342 struct coda_out_hdr out; member in struct:coda_store_out
353 struct coda_out_hdr out; member in struct:coda_release_out
364 struct coda_out_hdr out; member in struct:coda_close_out
404 struct coda_out_hdr out; member in struct:coda_setattr_out
415 struct coda_out_hdr out; member in struct:coda_access_out
463 struct coda_out_hdr out; member in struct:coda_remove_out
475 struct coda_out_hdr out; member in struct:coda_link_out
489 struct coda_out_hdr out; member in struct:coda_rename_out
515 struct coda_out_hdr out; member in struct:coda_rmdir_out
528 struct coda_out_hdr out; member in struct:coda_symlink_out
551 struct coda_out_hdr out; member in struct:coda_fsync_out
717 void __user *out; \/* Data to be transferred out *\/ member in struct:ViceIoctl
    [all...]

Completed in 1166 milliseconds

<<101102103104105106107108109110>>