HomeSort by relevance Sort by last modified time
    Searched refs:mOut (Results 1 - 17 of 17) sorted by null

  /cts/tests/tests/renderscript/src/android/renderscript/cts/
ClearObjectTest.java 42 public void forEach(int testId, Allocation mIn, Allocation mOut) throws RSRuntimeException {
45 ms_clear.forEach_clear_element(mOut);
48 ms_clear.forEach_clear_type(mOut);
51 ms_clear.forEach_clear_allocation(mOut);
54 ms_clear.forEach_clear_sampler(mOut);
57 ms_clear.forEach_clear_script(mOut);
65 Allocation mOut = Allocation.createSized(mRS, Element.I32(mRS), ObjectNum);
68 forEach(TEST_ID_ELEMENT, mIn, mOut);
72 mOut.copyTo(tmpArray);
80 Allocation mOut = Allocation.createSized(mRS, Element.I32(mRS), ObjectNum)
    [all...]
AllocationResize.java 27 private Allocation mOut;
31 public void forEach(int testId, Allocation mIn, Allocation mOut) throws RSRuntimeException {
32 mScript.forEach_root(mIn, mOut);
42 mOut = Allocation.createSized(mRS, Element.I32(mRS), INPUTSIZE*2);
44 mOut.resize(INPUTSIZE);
55 forEach(0, mIn, mOut);
59 mOut.copyTo(outArray);
IsObjectTest.java 30 private Allocation mOut;
65 mOut = Allocation.createSized(mRS, Element.I32(mRS), ObjectNum);
67 ms_is_object.forEach_is_object_element(mIn, mOut);
72 mOut.copyTo(tmpArray);
85 mOut = Allocation.createSized(mRS, Element.I32(mRS), ObjectNum);
88 ms_is_object.forEach_is_object_type(mIn, mOut);
93 mOut.copyTo(tmpArray);
109 mOut = Allocation.createSized(mRS, Element.I32(mRS), ObjectNum);
112 ms_is_object.forEach_is_object_allocation(mIn, mOut);
117 mOut.copyTo(tmpArray)
    [all...]
SetObjectTest.java 29 private Allocation mOut;
64 mOut = Allocation.createSized(mRS, Element.I32(mRS), ObjectNum);
66 ms_set.forEach_set_object_element(mIn, mOut);
71 mOut.copyTo(tmpArray);
84 mOut = Allocation.createSized(mRS, Element.I32(mRS), ObjectNum);
87 ms_set.forEach_set_object_type(mIn, mOut);
92 mOut.copyTo(tmpArray);
107 mOut = Allocation.createSized(mRS, Element.I32(mRS), ObjectNum);
110 ms_set.forEach_set_object_allocation(mIn, mOut);
115 mOut.copyTo(tmpArray)
    [all...]
InitTest.java 25 private Allocation mOut;
29 public void forEach(int testId, Allocation mIn, Allocation mOut) throws RSRuntimeException {
30 script.forEach_root(mIn, mOut);
39 mOut= Allocation.createSized(mRS, Element.F32(mRS), INPUTSIZE);
48 forEach(0, mIn, mOut);
51 mOut.copyTo(out);
GetElementAt.java 28 private Allocation mOut;
36 public void forEach(int testId, Allocation mOut) throws RSRuntimeException {
39 script_x.forEach_root(mOut);
42 script_xy.forEach_root(mOut);
61 mOut = Allocation.createTyped(mRS, gIn.getType());
64 forEach(TEST_ID_X, mOut);
67 mOut.copyTo(out);
82 mOut = Allocation.createTyped(mRS, gIn.getType());
85 forEach(TEST_ID_XY, mOut);
88 mOut.copyTo(out)
    [all...]
GetAllocationTest.java 37 Allocation mOut = Allocation.createTyped(mRS, mTemp.getType());
41 ms.set_alloc_out(mOut);
45 mOut.copyTo(out);
RsPackColorTo8888Test.java 35 public void forEach(int testId, Allocation mIn, Allocation mOut) throws RSRuntimeException {
38 script_f32.forEach_pack_color_to_8888_rgb(mIn, mOut);
41 script_f32.forEach_pack_color_to_8888_rgba(mIn, mOut);
44 script_f32.forEach_pack_color_to_8888_f32_3(mIn, mOut);
47 script_f32.forEach_pack_color_to_8888_f32_4(mIn, mOut);
RsUnpackColor8888Test.java 29 public void forEach(int testId, Allocation mIn, Allocation mOut) throws RSRuntimeException {
30 script.forEach_root(mIn, mOut);
RSBaseCompute.java 384 public void forEach(int testId, Allocation mIn, Allocation mOut) throws RSRuntimeException {
  /cts/tests/tests/os/src/android/os/cts/
FileObserverTest.java 33 private FileOutputStream mOut;
66 if (mOut != null) {
67 mOut.close();
98 mOut = new FileOutputStream(mTestFile);
100 mOut.write(FILE_DATA); // modify, open, write, modify
101 mOut.close(); // close_write
119 mOut.close();
120 mOut = null;
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/keystore/bc/
BcKeyStoreSpi.java 892 MacOutputStream mOut = new MacOutputStream(hMac);
912 saveStore(new TeeOutputStream(dOut, mOut));
  /external/doclava/src/com/google/doclava/
SampleCode.java 82 String mOut = mDest + name;
109 String mOut = mDest + name;
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.commons.el_1.0.0.v201004212143.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant-nodeps.jar 
  /external/jarjar/lib/
apache-ant-1.9.4.jar 
  /external/owasp/sanitizer/tools/findbugs/lib/
ant.jar 

Completed in 493 milliseconds