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

<<81828384858687888990>>

  /art/compiler/optimizing/
intrinsics_mips64.cc 111 Location out = invoke_->GetLocations()->Out(); variable
112 if (out.IsValid()) {
113 DCHECK(out.IsRegister()); // TODO: Replace this when we support output in memory.
114 DCHECK(!invoke_->GetLocations()->GetLiveRegisters()->ContainsCoreRegister(out.reg()));
115 MoveFromReturnRegister(out, invoke_->GetType(), codegen);
151 GpuRegister out = locations->Out().AsRegister<GpuRegister>(); local
154 __ Dmfc1(out, in);
156 __ Mfc1(out, in)
188 FpuRegister out = locations->Out().AsFpuRegister<FpuRegister>(); local
227 GpuRegister out = locations->Out().AsRegister<GpuRegister>(); local
279 GpuRegister out = locations->Out().AsRegister<GpuRegister>(); local
310 Location out = locations->Out(); local
349 GpuRegister out = locations->Out().AsRegister<GpuRegister>(); local
390 FpuRegister out = locations->Out().AsFpuRegister<FpuRegister>(); local
427 GpuRegister out = locations->Out().AsRegister<GpuRegister>(); local
464 FpuRegister out = locations->Out().AsFpuRegister<FpuRegister>(); local
577 GpuRegister out = locations->Out().AsRegister<GpuRegister>(); local
684 FpuRegister out = locations->Out().AsFpuRegister<FpuRegister>(); local
708 FpuRegister out = locations->Out().AsFpuRegister<FpuRegister>(); local
734 FpuRegister out = locations->Out().AsFpuRegister<FpuRegister>(); local
801 GpuRegister out = invoke->GetLocations()->Out().AsRegister<GpuRegister>(); local
814 GpuRegister out = invoke->GetLocations()->Out().AsRegister<GpuRegister>(); local
827 GpuRegister out = invoke->GetLocations()->Out().AsRegister<GpuRegister>(); local
840 GpuRegister out = invoke->GetLocations()->Out().AsRegister<GpuRegister>(); local
915 GpuRegister out = invoke->GetLocations()->Out().AsRegister<GpuRegister>(); local
1214 GpuRegister out = locations->Out().AsRegister<GpuRegister>(); local
1309 GpuRegister out = locations->Out().AsRegister<GpuRegister>(); local
1388 GpuRegister out = locations->Out().AsRegister<GpuRegister>(); local
1666 GpuRegister out = locations->Out().AsRegister<GpuRegister>(); local
    [all...]
  /art/runtime/
oat_file.cc 222 /*out*/T* value) {
697 // we may miss out here. However, this does not happen often in practice.
1330 std::ostringstream out; local
    [all...]
  /bionic/libc/kernel/uapi/rdma/
rdma_user_cm.h 65 __u16 out; member in struct:rdma_ucm_cmd_hdr
  /cts/hostsidetests/security/src/android/security/cts/
SELinuxHostTest.java 130 CollectingOutputReceiver out = new CollectingOutputReceiver(); local
131 mDevice.executeShellCommand("cat /sys/fs/selinux/enforce", out);
132 assertEquals("SELinux policy is not being enforced!", "1", out.getOutput());
    [all...]
  /cts/tests/tests/media/src/android/media/cts/
MediaScannerTest.java 72 File out = new File(path); local
73 File dir = out.getParentFile();
76 copier.copyToExternalStorage(resid, out);
  /cts/tests/tests/net/src/android/net/cts/
ConnectivityManagerTest.java 442 assertNotNull("Timed out (more than " + timeoutMs +
505 OutputStream out = s.getOutputStream(); local
510 out.write(requestBytes);
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
ComputeTest.java 750 Allocation out = Allocation.createTyped(mRS, t); local
754 s.forEach_root(in, out);
755 checkAllocation(out, -val);
  /cts/tests/tests/renderscript/src/android/renderscript/cts/generated/
TestFmax.java 43 public Target.Floaty out; field in class:TestFmax.ArgumentsFloatFloatFloat
50 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE); local
52 script.forEach_testFmaxFloatFloatFloat(inA, out);
53 verifyResultsFmaxFloatFloatFloat(inA, inB, out, false);
58 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE); local
60 scriptRelaxed.forEach_testFmaxFloatFloatFloat(inA, out);
61 verifyResultsFmaxFloatFloatFloat(inA, inB, out, true);
67 private void verifyResultsFmaxFloatFloatFloat(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:TestFmax.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
    [all...]
TestFmin.java 43 public Target.Floaty out; field in class:TestFmin.ArgumentsFloatFloatFloat
50 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE); local
52 script.forEach_testFminFloatFloatFloat(inA, out);
53 verifyResultsFminFloatFloatFloat(inA, inB, out, false);
58 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE); local
60 scriptRelaxed.forEach_testFminFloatFloatFloat(inA, out);
61 verifyResultsFminFloatFloatFloat(inA, inB, out, true);
67 private void verifyResultsFminFloatFloatFloat(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:TestFmin.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
    [all...]
TestFract.java 43 public Target.Floaty out; field in class:TestFract.ArgumentsFloatFloatFloat
50 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE); local
52 script.forEach_testFractFloatFloatFloat(inV, out);
53 verifyResultsFractFloatFloatFloat(inV, outFloor, out, false);
59 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE); local
61 scriptRelaxed.forEach_testFractFloatFloatFloat(inV, out);
62 verifyResultsFractFloatFloatFloat(inV, outFloor, out, true);
68 private void verifyResultsFractFloatFloatFloat(Allocation inV, Allocation outFloor, 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
400 public Target.Floaty out; field in class:TestFract.ArgumentsFloatFloat
406 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE); local
413 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE); local
475 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 2), INPUTSIZE); local
482 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 2), INPUTSIZE); local
544 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 3), INPUTSIZE); local
551 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 3), INPUTSIZE); local
613 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 4), INPUTSIZE); local
620 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 4), INPUTSIZE); local
683 public Target.Floaty out; field in class:TestFract.ArgumentsHalfHalfHalf
690 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_16, 1), INPUTSIZE); local
699 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_16, 1), INPUTSIZE); local
785 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_16, 2), INPUTSIZE); local
794 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_16, 2), INPUTSIZE); local
880 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_16, 3), INPUTSIZE); local
889 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_16, 3), INPUTSIZE); local
975 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_16, 4), INPUTSIZE); local
984 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_16, 4), INPUTSIZE); local
1069 public Target.Floaty out; field in class:TestFract.ArgumentsHalfHalf
1075 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_16, 1), INPUTSIZE); local
1082 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_16, 1), INPUTSIZE); local
1148 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_16, 2), INPUTSIZE); local
1155 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_16, 2), INPUTSIZE); local
1221 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_16, 3), INPUTSIZE); local
1228 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_16, 3), INPUTSIZE); local
1294 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_16, 4), INPUTSIZE); local
1301 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_16, 4), INPUTSIZE); local
    [all...]
TestMix.java 44 public Target.Floaty out; field in class:TestMix.ArgumentsFloatFloatFloatFloat
52 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE); local
55 script.forEach_testMixFloatFloatFloatFloat(inStart, out);
56 verifyResultsMixFloatFloatFloatFloat(inStart, inStop, inFraction, out, false);
61 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE); local
64 scriptRelaxed.forEach_testMixFloatFloatFloatFloat(inStart, out);
65 verifyResultsMixFloatFloatFloatFloat(inStart, inStop, inFraction, out, true);
71 private void verifyResultsMixFloatFloatFloatFloat(Allocation inStart, Allocation inStop, Allocation inFraction, Allocation out, boolean relaxed) {
83 out.copyTo(arrayOut);
93 // Figure out what the outputs should have been
141 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 2), INPUTSIZE); local
150 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 2), INPUTSIZE); local
230 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 3), INPUTSIZE); local
239 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 3), INPUTSIZE); local
319 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 4), INPUTSIZE); local
328 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 4), INPUTSIZE); local
410 public Target.Floaty out; field in class:TestMix.ArgumentsHalfHalfHalfHalf
418 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_16, 1), INPUTSIZE); local
427 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_16, 1), INPUTSIZE); local
513 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_16, 2), INPUTSIZE); local
522 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_16, 2), INPUTSIZE); local
608 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_16, 3), INPUTSIZE); local
617 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_16, 3), INPUTSIZE); local
703 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_16, 4), INPUTSIZE); local
712 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_16, 4), INPUTSIZE); local
798 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 2), INPUTSIZE); local
807 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 2), INPUTSIZE); local
887 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 3), INPUTSIZE); local
896 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 3), INPUTSIZE); local
976 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 4), INPUTSIZE); local
985 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 4), INPUTSIZE); local
1065 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_16, 2), INPUTSIZE); local
1074 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_16, 2), INPUTSIZE); local
1160 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_16, 3), INPUTSIZE); local
1169 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_16, 3), INPUTSIZE); local
1255 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_16, 4), INPUTSIZE); local
1264 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_16, 4), INPUTSIZE); local
    [all...]
TestStep.java 43 public Target.Floaty out; field in class:TestStep.ArgumentsFloatFloatFloat
50 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE); local
52 script.forEach_testStepFloatFloatFloat(inEdge, out);
53 verifyResultsStepFloatFloatFloat(inEdge, inV, out, false);
58 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE); local
60 scriptRelaxed.forEach_testStepFloatFloatFloat(inEdge, out);
61 verifyResultsStepFloatFloatFloat(inEdge, inV, out, true);
67 private void verifyResultsStepFloatFloatFloat(Allocation inEdge, Allocation inV, 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:TestStep.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
1199 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 2), INPUTSIZE); local
1207 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 2), INPUTSIZE); local
1278 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 3), INPUTSIZE); local
1286 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 3), INPUTSIZE); local
1357 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 4), INPUTSIZE); local
1365 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 4), INPUTSIZE); local
1436 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_16, 2), INPUTSIZE); local
1444 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_16, 2), INPUTSIZE); local
1520 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_16, 3), INPUTSIZE); local
1528 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_16, 3), INPUTSIZE); local
1604 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_16, 4), INPUTSIZE); local
1612 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_16, 4), INPUTSIZE); local
    [all...]
  /cts/tests/tests/telephony/src/android/telephony/cts/
SmsManagerTest.java 535 StringBuilder out = new StringBuilder(); local
537 out.append(str);
539 return out.toString();
612 return false; // timed out
  /dalvik/dx/src/com/android/dx/io/instructions/
InstructionCodec.java 39 @Override public void encode(DecodedInstruction insn, CodeOutput out) {
40 out.write(insn.getOpcodeUnit());
54 @Override public void encode(DecodedInstruction insn, CodeOutput out) {
55 out.write(insn.getOpcodeUnit());
71 @Override public void encode(DecodedInstruction insn, CodeOutput out) {
72 out.write(
90 @Override public void encode(DecodedInstruction insn, CodeOutput out) {
91 out.write(
108 @Override public void encode(DecodedInstruction insn, CodeOutput out) {
109 out.write(codeUnit(insn.getOpcode(), insn.getA()))
    [all...]
  /development/apps/GestureBuilder/src/com/android/gesture/builder/
GestureBuilderActivity.java 175 out: for (String name : entries) {
181 break out; local
  /device/google/contexthub/util/nanoapp_postprocess/
postprocess.c 156 fprintf(stderr, "Out: RelocTC (1) // to 0x%02" PRIX8 "\n", nanoRelocs[i].type);
162 fprintf(stderr, "Out: RelocTC (0x%02" PRIX8 ") // to 0x%02" PRIX8 "\n", (uint8_t)(nanoRelocs[i].type - lastOutType - 1), nanoRelocs[i].type);
180 fprintf(stderr, "Out: Reloc0 x%" PRIX32 "\n", j);
192 fprintf(stderr, "Out: Reloc8 0x%02" PRIX32 "\n", displacement);
197 fprintf(stderr, "Out: Reloc16 0x%06" PRIX32 "\n", displacement);
205 fprintf(stderr, "Out: Reloc24 0x%08" PRIX32 "\n", displacement);
214 fprintf(stderr, "Out: Reloc32 0x%08" PRIX32 "\n", displacement);
227 static int finalizeAndWrite(uint8_t *buf, uint32_t bufUsed, uint32_t bufSz, FILE *out, uint32_t layoutFlags, uint64_t appId)
280 ret = fwrite(buf, bufUsed, 1, out) == 1 ? 0 : 2;
287 static int handleApp(uint8_t **pbuf, uint32_t bufUsed, FILE *out, uint32_t layoutFlags, uint64_t appId, bool verbose
904 FILE *out = NULL; local
    [all...]
  /external/ImageMagick/MagickCore/
effect.c 1777 *out, local
    [all...]
  /external/apache-commons-math/src/main/java/org/apache/commons/math/linear/
BigMatrixImpl.java 759 final BigDecimal[][] out = new BigDecimal[1][ncols]; local
760 System.arraycopy(data[row], 0, out[0], 0, ncols);
761 return new BigMatrixImpl(out, false);
775 final BigDecimal[][] out = new BigDecimal[nRows][1]; local
777 out[row][0] = data[row][column];
779 return new BigMatrixImpl(out, false);
795 final BigDecimal[] out = new BigDecimal[ncols]; local
796 System.arraycopy(data[row], 0, out, 0, ncols);
797 return out;
814 final double[] out = new double[ncols] local
834 final BigDecimal[] out = new BigDecimal[nRows]; local
855 final double[] out = new double[nrows]; local
1034 final BigDecimal[] out = new BigDecimal[nRows]; local
1075 final BigDecimal[] out = new BigDecimal[nCols]; local
1106 final BigDecimal[] out = new BigDecimal[nRows]; local
1430 final int[] out = new int[permutation.length]; local
1444 final BigDecimal[][] out = new BigDecimal[nRows][this.getColumnDimension()]; local
    [all...]
BlockFieldMatrix.java 336 final BlockFieldMatrix<T> out = new BlockFieldMatrix<T>(getField(), rows, columns); local
340 for (int iBlock = 0; iBlock < out.blockRows; ++iBlock) {
341 for (int jBlock = 0; jBlock < out.blockColumns; ++jBlock) {
344 final T[] outBlock = out.blocks[blockIndex];
364 return out;
382 final BlockFieldMatrix<T> out = new BlockFieldMatrix<T>(getField(), rows, columns); local
385 for (int blockIndex = 0; blockIndex < out.blocks.length; ++blockIndex) {
386 final T[] outBlock = out.blocks[blockIndex];
394 return out;
409 final BlockFieldMatrix<T> out = new BlockFieldMatrix<T>(getField(), rows, columns) local
455 final BlockFieldMatrix<T> out = new BlockFieldMatrix<T>(getField(), rows, columns); local
476 final BlockFieldMatrix<T> out = new BlockFieldMatrix<T>(getField(), rows, columns); local
496 final BlockFieldMatrix<T> out = new BlockFieldMatrix<T>(getField(), rows, columns); local
522 final BlockFieldMatrix<T> out = new BlockFieldMatrix<T>(getField(), rows, m.getColumnDimension()); local
586 final BlockFieldMatrix<T> out = new BlockFieldMatrix<T>(getField(), rows, m.columns); local
687 final BlockFieldMatrix<T> out = local
866 final BlockFieldMatrix<T> out = new BlockFieldMatrix<T>(getField(), 1, columns); local
957 final BlockFieldMatrix<T> out = new BlockFieldMatrix<T>(getField(), rows, 1); local
1114 final T[] out = buildArray(getField(), columns); local
1163 final T[] out = buildArray(getField(), rows); local
1286 final BlockFieldMatrix<T> out = new BlockFieldMatrix<T>(getField(), nCols, nRows); local
1343 final T[] out = buildArray(getField(), rows); local
1389 final T[] out = buildArray(getField(), columns); local
    [all...]
  /external/apache-commons-math/src/main/java/org/apache/commons/math/ode/jacobians/
FirstOrderIntegratorWithJacobians.java 742 public void writeExternal(ObjectOutput out) throws IOException {
743 out.writeObject(interpolator);
744 out.writeInt(y.length);
745 out.writeInt(dydp[0].length);
746 writeArray(out, y);
747 writeArray(out, dydy0);
748 writeArray(out, dydp);
749 writeArray(out, yDot);
750 writeArray(out, dydy0Dot);
751 writeArray(out, dydpDot)
    [all...]
  /external/apache-harmony/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/
FileHandlerTest.java 509 ByteArrayOutputStream out = new ByteArrayOutputStream(); local
510 handler.publicSetOutputStream(out);
513 String msg = new String(out.toByteArray());
  /external/boringssl/src/crypto/cipher/
e_aes.c 45 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
130 void aes_v8_encrypt(const uint8_t *in, uint8_t *out, const AES_KEY *key);
131 void aes_v8_decrypt(const uint8_t *in, uint8_t *out, const AES_KEY *key);
132 void aes_v8_cbc_encrypt(const uint8_t *in, uint8_t *out, size_t length,
134 void aes_v8_ctr32_encrypt_blocks(const uint8_t *in, uint8_t *out, size_t len,
142 void bsaes_cbc_encrypt(const uint8_t *in, uint8_t *out, size_t length,
144 void bsaes_ctr32_encrypt_blocks(const uint8_t *in, uint8_t *out, size_t len,
153 static void bsaes_cbc_encrypt(const uint8_t *in, uint8_t *out, size_t length,
158 static void bsaes_ctr32_encrypt_blocks(const uint8_t *in, uint8_t *out,
171 void vpaes_encrypt(const uint8_t *in, uint8_t *out, const AES_KEY *key)
616 EVP_CIPHER_CTX *out = ptr; local
    [all...]
  /external/boringssl/src/crypto/pkcs8/
pkcs8.c 48 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
82 uint8_t **out, size_t *out_len) {
103 *out = unitmp;
110 size_t out_len, uint8_t *out,
163 memcpy(out, Ai, out_len < u ? out_len : u);
169 out += u;
173 /* Work out B + 1 first then can use B as tmp space */
406 uint8_t **out, size_t *out_len,
446 *out = buf;
458 uint8_t *out; local
758 uint8_t *out; local
    [all...]
  /external/boringssl/src/ssl/
s3_srvr.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
711 /* Write out an equivalent SSLv3 ClientHello. */
1168 CBB out, ocsp_response; local
    [all...]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/keystore/bc/
BcKeyStoreSpi.java 294 Cipher out = makePBECipher(KEY_CIPHER, Cipher.ENCRYPT_MODE, password, salt, iterationCount); local
295 CipherOutputStream cOut = new CipherOutputStream(dOut, out);
741 OutputStream out)
745 DataOutputStream dOut = new DataOutputStream(out);

Completed in 655 milliseconds

<<81828384858687888990>>