/art/test/122-npe/src/ |
Main.java | 555 System.out.print("Got to line "); 556 System.out.print(firstLine); 557 System.out.println();
|
/art/test/141-class-unload/src/ |
Main.java | 65 System.out.println(line); 69 System.out.println("Number of loaded unload-ex maps " + count); 88 System.out.println(klass.get()); 89 System.out.println(klass2.get()); 98 System.out.println(loader.get()); 108 System.out.println("class null " + isNull + " " + throwable.getMessage()); 116 System.out.println(loader.get()); 126 System.out.println("loader null " + isNull); 137 System.out.println("loader null " + isNull); 148 System.out.println((int) getValue.invoke(intHolder)) [all...] |
/bionic/tests/ |
time_test.cpp | 573 timespec out; local 574 ASSERT_EQ(EINVAL, clock_nanosleep(-1, 0, &in, &out));
|
/bootable/recovery/ |
fuse_sideload.cpp | 121 struct fuse_init_out out; local 136 out.minor = MIN(req->minor, FUSE_KERNEL_MINOR_VERSION); 137 fuse_struct_size = sizeof(out); 149 out.major = FUSE_KERNEL_VERSION; 150 out.max_readahead = req->max_readahead; 151 out.flags = 0; 152 out.max_background = 32; 153 out.congestion_threshold = 32; 154 out.max_write = 4096; 155 fuse_reply(fd, hdr->unique, &out, fuse_struct_size) 175 struct fuse_attr_out out; local 195 struct fuse_entry_out out; local 222 struct fuse_open_out out; local [all...] |
/cts/hostsidetests/devicepolicy/app/VpnApp/src/com/android/cts/vpnfirewall/ |
Ipv4Packet.java | 124 StringBuilder out = new StringBuilder(256); local 126 out.append("IPv4 Packet {"); 127 out.append("\n Version: ").append(version); 128 out.append("\n Header length: ").append(headerLength); 129 out.append("\n Type: ").append(type); 130 out.append("\n Total length: ").append(totalLength); 131 out.append("\n Identification: ").append(identification); 132 out.append("\n Flags + offset: ").append(flagsAndOffset); 133 out.append("\n Time to live: ").append(timeToLive); 134 out.append("\n Protocol: ").append(protocol) [all...] |
/cts/tests/tests/renderscript/src/android/renderscript/cts/generated/ |
TestCross.java | 43 public Target.Floaty[] out; field in class:TestCross.ArgumentsFloatNFloatNFloatN 50 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 3), INPUTSIZE); local 52 script.forEach_testCrossFloat3Float3Float3(inLeftVector, out); 53 verifyResultsCrossFloat3Float3Float3(inLeftVector, inRightVector, out, false); 58 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 3), INPUTSIZE); local 60 scriptRelaxed.forEach_testCrossFloat3Float3Float3(inLeftVector, out); 61 verifyResultsCrossFloat3Float3Float3(inLeftVector, inRightVector, out, true); 67 private void verifyResultsCrossFloat3Float3Float3(Allocation inLeftVector, Allocation inRightVector, Allocation out, boolean relaxed) { 76 out.copyTo(arrayOut); 84 args.out = new Target.Floaty[3] 141 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 4), INPUTSIZE); local 149 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 4), INPUTSIZE); local 233 public Target.Floaty[] out; field in class:TestCross.ArgumentsHalfNHalfNHalfN 240 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_16, 3), INPUTSIZE); local 248 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_16, 3), INPUTSIZE); local 338 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_16, 4), INPUTSIZE); local 346 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_16, 4), INPUTSIZE); local [all...] |
TestFastDistance.java | 43 public Target.Floaty out; field in class:TestFastDistance.ArgumentsFloatFloatFloat 50 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE); local 52 script.forEach_testFastDistanceFloatFloatFloat(inLeftVector, out); 53 verifyResultsFastDistanceFloatFloatFloat(inLeftVector, inRightVector, out, false); 58 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE); local 60 scriptRelaxed.forEach_testFastDistanceFloatFloatFloat(inLeftVector, out); 61 verifyResultsFastDistanceFloatFloatFloat(inLeftVector, inRightVector, out, true); 67 private void verifyResultsFastDistanceFloatFloatFloat(Allocation inLeftVector, Allocation inRightVector, Allocation out, boolean relaxed) { 76 out.copyTo(arrayOut); 90 if (!args.out.couldBe(arrayOut[i])) 125 public Target.Floaty out; field in class:TestFastDistance.ArgumentsFloatNFloatNFloat 132 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE); local 140 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE); local 218 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE); local 226 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE); local 304 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE); local 312 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE); local [all...] |
TestFastLength.java | 42 public Target.Floaty out; field in class:TestFastLength.ArgumentsFloatFloat 48 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE); local 49 script.forEach_testFastLengthFloatFloat(inV, out); 50 verifyResultsFastLengthFloatFloat(inV, out, false); 55 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE); local 56 scriptRelaxed.forEach_testFastLengthFloatFloat(inV, out); 57 verifyResultsFastLengthFloatFloat(inV, out, true); 63 private void verifyResultsFastLengthFloatFloat(Allocation inV, Allocation out, boolean relaxed) { 69 out.copyTo(arrayOut); 82 if (!args.out.couldBe(arrayOut[i])) 113 public Target.Floaty out; field in class:TestFastLength.ArgumentsFloatNFloat 119 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE); local 126 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE); local 190 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE); local 197 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE); local 261 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE); local 268 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE); local [all...] |
TestFastNormalize.java | 42 public Target.Floaty out; field in class:TestFastNormalize.ArgumentsFloatFloat 48 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE); local 49 script.forEach_testFastNormalizeFloatFloat(inV, out); 50 verifyResultsFastNormalizeFloatFloat(inV, out, false); 55 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE); local 56 scriptRelaxed.forEach_testFastNormalizeFloatFloat(inV, out); 57 verifyResultsFastNormalizeFloatFloat(inV, out, true); 63 private void verifyResultsFastNormalizeFloatFloat(Allocation inV, Allocation out, boolean relaxed) { 69 out.copyTo(arrayOut); 82 if (!args.out.couldBe(arrayOut[i])) 113 public Target.Floaty[] out; field in class:TestFastNormalize.ArgumentsFloatNFloatN 119 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 2), INPUTSIZE); local 126 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 2), INPUTSIZE); local 195 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 3), INPUTSIZE); local 202 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 3), INPUTSIZE); local 271 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 4), INPUTSIZE); local 278 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 4), INPUTSIZE); local [all...] |
TestFrexp.java | 43 public Target.Floaty out; field in class:TestFrexp.ArgumentsFloatIntFloat 50 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE); local 52 script.forEach_testFrexpFloatIntFloat(inV, out); 53 verifyResultsFrexpFloatIntFloat(inV, outExponent, out, false); 59 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE); local 61 scriptRelaxed.forEach_testFrexpFloatIntFloat(inV, out); 62 verifyResultsFrexpFloatIntFloat(inV, outExponent, out, true); 68 private void verifyResultsFrexpFloatIntFloat(Allocation inV, Allocation outExponent, Allocation out, boolean relaxed) { 77 out.copyTo(arrayOut); 85 // Figure out what the outputs should have been 138 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 2), INPUTSIZE); local 147 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 2), INPUTSIZE); local 226 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 3), INPUTSIZE); local 235 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 3), INPUTSIZE); local 314 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 4), INPUTSIZE); local 323 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 4), INPUTSIZE); local [all...] |
TestHalfRecip.java | 42 public Target.Floaty out; field in class:TestHalfRecip.ArgumentsFloatFloat 48 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE); local 49 script.forEach_testHalfRecipFloatFloat(inV, out); 50 verifyResultsHalfRecipFloatFloat(inV, out, false); 55 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE); local 56 scriptRelaxed.forEach_testHalfRecipFloatFloat(inV, out); 57 verifyResultsHalfRecipFloatFloat(inV, out, true); 63 private void verifyResultsHalfRecipFloatFloat(Allocation inV, Allocation out, boolean relaxed) { 69 out.copyTo(arrayOut); 77 // Figure out what the outputs should have been 117 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 2), INPUTSIZE); local 124 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 2), INPUTSIZE); local 186 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 3), INPUTSIZE); local 193 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 3), INPUTSIZE); local 255 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 4), INPUTSIZE); local 262 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 4), INPUTSIZE); local [all...] |
TestHalfRsqrt.java | 42 public Target.Floaty out; field in class:TestHalfRsqrt.ArgumentsFloatFloat 48 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE); local 49 script.forEach_testHalfRsqrtFloatFloat(inV, out); 50 verifyResultsHalfRsqrtFloatFloat(inV, out, false); 55 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE); local 56 scriptRelaxed.forEach_testHalfRsqrtFloatFloat(inV, out); 57 verifyResultsHalfRsqrtFloatFloat(inV, out, true); 63 private void verifyResultsHalfRsqrtFloatFloat(Allocation inV, Allocation out, boolean relaxed) { 69 out.copyTo(arrayOut); 77 // Figure out what the outputs should have been 117 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 2), INPUTSIZE); local 124 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 2), INPUTSIZE); local 186 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 3), INPUTSIZE); local 193 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 3), INPUTSIZE); local 255 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 4), INPUTSIZE); local 262 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 4), INPUTSIZE); local [all...] |
TestHalfSqrt.java | 42 public Target.Floaty out; field in class:TestHalfSqrt.ArgumentsFloatFloat 48 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE); local 49 script.forEach_testHalfSqrtFloatFloat(inV, out); 50 verifyResultsHalfSqrtFloatFloat(inV, out, false); 55 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE); local 56 scriptRelaxed.forEach_testHalfSqrtFloatFloat(inV, out); 57 verifyResultsHalfSqrtFloatFloat(inV, out, true); 63 private void verifyResultsHalfSqrtFloatFloat(Allocation inV, Allocation out, boolean relaxed) { 69 out.copyTo(arrayOut); 77 // Figure out what the outputs should have been 117 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 2), INPUTSIZE); local 124 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 2), INPUTSIZE); local 186 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 3), INPUTSIZE); local 193 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 3), INPUTSIZE); local 255 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 4), INPUTSIZE); local 262 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 4), INPUTSIZE); local [all...] |
TestIlogb.java | 42 public int out; field in class:TestIlogb.ArgumentsFloatInt 48 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.SIGNED_32, 1), INPUTSIZE); local 49 script.forEach_testIlogbFloatInt(inV, out); 50 verifyResultsIlogbFloatInt(inV, out, false); 55 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.SIGNED_32, 1), INPUTSIZE); local 56 scriptRelaxed.forEach_testIlogbFloatInt(inV, out); 57 verifyResultsIlogbFloatInt(inV, out, true); 63 private void verifyResultsIlogbFloatInt(Allocation inV, Allocation out, boolean relaxed) { 69 out.copyTo(arrayOut); 78 args.out = arrayOut[i * 1 + j] 109 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.SIGNED_32, 2), INPUTSIZE); local 116 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.SIGNED_32, 2), INPUTSIZE); local 170 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.SIGNED_32, 3), INPUTSIZE); local 177 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.SIGNED_32, 3), INPUTSIZE); local 231 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.SIGNED_32, 4), INPUTSIZE); local 238 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.SIGNED_32, 4), INPUTSIZE); local [all...] |
TestModf.java | 43 public Target.Floaty out; field in class:TestModf.ArgumentsFloatFloatFloat 50 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE); local 52 script.forEach_testModfFloatFloatFloat(inV, out); 53 verifyResultsModfFloatFloatFloat(inV, outIntegralPart, out, false); 59 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE); local 61 scriptRelaxed.forEach_testModfFloatFloatFloat(inV, out); 62 verifyResultsModfFloatFloatFloat(inV, outIntegralPart, out, true); 68 private void verifyResultsModfFloatFloatFloat(Allocation inV, Allocation outIntegralPart, Allocation out, boolean relaxed) { 77 out.copyTo(arrayOut); 85 // Figure out what the outputs should have been 138 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 2), INPUTSIZE); local 147 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 2), INPUTSIZE); local 226 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 3), INPUTSIZE); local 235 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 3), INPUTSIZE); local 314 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 4), INPUTSIZE); local 323 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 4), INPUTSIZE); local [all...] |
TestNativeRootn.java | 43 public Target.Floaty out; field in class:TestNativeRootn.ArgumentsFloatIntFloat 50 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE); local 52 script.forEach_testNativeRootnFloatIntFloat(inV, out); 53 verifyResultsNativeRootnFloatIntFloat(inV, inN, out, false); 58 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE); local 60 scriptRelaxed.forEach_testNativeRootnFloatIntFloat(inV, out); 61 verifyResultsNativeRootnFloatIntFloat(inV, inN, out, true); 67 private void verifyResultsNativeRootnFloatIntFloat(Allocation inV, Allocation inN, 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 [all...] |
TestNextafter.java | 43 public Target.Floaty out; field in class:TestNextafter.ArgumentsFloatFloatFloat 50 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE); local 52 script.forEach_testNextafterFloatFloatFloat(inV, out); 53 verifyResultsNextafterFloatFloatFloat(inV, inTarget, out, false); 58 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE); local 60 scriptRelaxed.forEach_testNextafterFloatFloatFloat(inV, out); 61 verifyResultsNextafterFloatFloatFloat(inV, inTarget, out, true); 67 private void verifyResultsNextafterFloatFloatFloat(Allocation inV, Allocation inTarget, 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 [all...] |
TestRemquo.java | 44 public float out; field in class:TestRemquo.ArgumentsFloatFloatIntFloat 52 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE); local 55 script.forEach_testRemquoFloatFloatIntFloat(inNumerator, out); 56 verifyResultsRemquoFloatFloatIntFloat(inNumerator, inDenominator, outQuotient, out, false); 62 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE); local 65 scriptRelaxed.forEach_testRemquoFloatFloatIntFloat(inNumerator, out); 66 verifyResultsRemquoFloatFloatIntFloat(inNumerator, inDenominator, outQuotient, out, true); 72 private void verifyResultsRemquoFloatFloatIntFloat(Allocation inNumerator, Allocation inDenominator, Allocation outQuotient, Allocation out, boolean relaxed) { 84 out.copyTo(arrayOut); 95 args.out = arrayOut[i * 1 + j] 135 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 2), INPUTSIZE); local 145 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 2), INPUTSIZE); local 218 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 3), INPUTSIZE); local 228 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 3), INPUTSIZE); local 301 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 4), INPUTSIZE); local 311 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 4), INPUTSIZE); local [all...] |
TestRootn.java | 43 public Target.Floaty out; field in class:TestRootn.ArgumentsFloatIntFloat 50 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE); local 52 script.forEach_testRootnFloatIntFloat(inV, out); 53 verifyResultsRootnFloatIntFloat(inV, inN, out, false); 58 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE); local 60 scriptRelaxed.forEach_testRootnFloatIntFloat(inV, out); 61 verifyResultsRootnFloatIntFloat(inV, inN, out, true); 67 private void verifyResultsRootnFloatIntFloat(Allocation inV, Allocation inN, 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 [all...] |
/cts/tests/tests/telecom/src/android/telecom/cts/ |
TestUtils.java | 116 StringBuilder out = new StringBuilder(); local 118 out.append(str); 120 return out.toString();
|
/cts/tests/tests/view/src/android/view/cts/ |
WindowManager_LayoutParamsTest.java | 216 WindowManager.LayoutParams out = local 218 assertEquals(0, out.copyFrom(mLayoutParams));
|
/cts/tools/dasm/src/java_cup/ |
emit.java | 38 * production. This reveals a prior state, which we transition out 225 * @param out stream to produce output on. 227 protected static void emit_package(PrintStream out) 231 out.println("package " + package_name + ";\n"); 239 * @param out stream to produce output on. 242 public static void symbols(PrintStream out, boolean emit_non_terms) 250 out.println(); 251 out.println("//----------------------------------------------------"); 252 out.println("// The following code was generated by " + 254 out.println("// " + new Date()) [all...] |
/dalvik/dexgen/src/com/android/dexgen/dex/code/ |
DalvInsnList.java | 122 * @param out {@code non-null;} where to write to 124 public void writeTo(AnnotatedOutput out) { 125 int startCursor = out.getCursor(); 128 if (out.annotates()) { 129 boolean verbose = out.isVerbose(); 137 s = insn.listingString(" ", out.getAnnotationWidth(), 144 out.annotate(codeBytes, s); 146 out.annotate(codeBytes, ""); 154 insn.writeTo(out); 162 int written = (out.getCursor() - startCursor) / 2 [all...] |
/dalvik/dexgen/src/com/android/dexgen/rop/cst/ |
CstUtf8.java | 86 char out; local 96 out = (char) v0; 118 out = (char) value; 145 out = (char) value; 154 chars[outAt] = out;
|
/dalvik/dx/src/com/android/dx/command/dump/ |
BaseDumper.java | 42 private final PrintStream out; field in class:BaseDumper 76 * @param out {@code non-null;} where to dump to 80 public BaseDumper(byte[] bytes, PrintStream out, 84 this.out = out; 208 out.print(s); 218 out.println(s);
|