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

1 2 3 4

  /packages/apps/Camera/tests/src/com/android/camera/stress/
TestUtil.java 28 public BufferedWriter mOut;
38 mOut = new BufferedWriter(mfstream);
42 mOut.write("\n");
43 mOut.close();
48 mOut.write(reportTag);
49 mOut.write("No of loops :" + iteration + "\n");
50 mOut.write("loop: ");
54 mOut.write(" ," + iteration);
55 mOut.flush();
  /packages/apps/Camera2/tests/src/com/android/camera/stress/
TestUtil.java 28 public BufferedWriter mOut;
38 mOut = new BufferedWriter(mfstream);
42 mOut.write("\n");
43 mOut.close();
48 mOut.write(reportTag);
49 mOut.write("No of loops :" + iteration + "\n");
50 mOut.write("loop: ");
54 mOut.write(" ," + iteration);
55 mOut.flush();
  /packages/apps/LegacyCamera/tests/src/com/android/camera/stress/
TestUtil.java 28 public BufferedWriter mOut;
38 mOut = new BufferedWriter(mfstream);
42 mOut.write("\n");
43 mOut.close();
48 mOut.write(reportTag);
49 mOut.write("No of loops :" + iteration + "\n");
50 mOut.write("loop: ");
54 mOut.write(" ," + iteration);
55 mOut.flush();
  /frameworks/base/tools/layoutlib/create/tests/com/android/tools/layoutlib/create/
MockLog.java 21 StringBuilder mOut = new StringBuilder();
25 return mOut.toString();
34 mOut.append(msg);
35 mOut.append('\n');
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
ClearObjectTest.java 43 public void forEach(int testId, Allocation mIn, Allocation mOut) throws RSRuntimeException {
46 ms_clear.forEach_clear_element(mOut);
49 ms_clear.forEach_clear_type(mOut);
52 ms_clear.forEach_clear_allocation(mOut);
55 ms_clear.forEach_clear_sampler(mOut);
58 ms_clear.forEach_clear_script(mOut);
66 Allocation mOut = Allocation.createSized(mRS, Element.I32(mRS), ObjectNum);
69 RSUtils.forEach(this, TEST_ID_ELEMENT, mIn, mOut);
73 mOut.copyTo(tmpArray);
81 Allocation mOut = Allocation.createSized(mRS, Element.I32(mRS), ObjectNum)
    [all...]
AllocationResize.java 28 private Allocation mOut;
32 public void forEach(int testId, Allocation mIn, Allocation mOut) throws RSRuntimeException {
33 mScript.forEach_root(mIn, mOut);
39 mOut = Allocation.createSized(mRS, Element.I32(mRS), INPUTSIZE*2);
41 mOut.resize(INPUTSIZE);
52 RSUtils.forEach(this, 0, mIn, mOut);
56 mOut.copyTo(outArray);
AcosPiTest.java 35 public void forEach(int testId, Allocation mIn, Allocation mOut) throws RSRuntimeException {
38 script_f32.forEach_acospi_f32_1(mIn, mOut);
41 script_f32.forEach_acospi_f32_2(mIn, mOut);
44 script_f32.forEach_acospi_f32_3(mIn, mOut);
47 script_f32.forEach_acospi_f32_4(mIn, mOut);
51 script_f32_relaxed.forEach_acospi_f32_1(mIn, mOut);
54 script_f32_relaxed.forEach_acospi_f32_2(mIn, mOut);
57 script_f32_relaxed.forEach_acospi_f32_3(mIn, mOut);
60 script_f32_relaxed.forEach_acospi_f32_4(mIn, mOut);
AcosTest.java 35 public void forEach(int testId, Allocation mIn, Allocation mOut) throws RSRuntimeException {
38 script_f32.forEach_acos_f32_1(mIn, mOut);
41 script_f32.forEach_acos_f32_2(mIn, mOut);
44 script_f32.forEach_acos_f32_3(mIn, mOut);
47 script_f32.forEach_acos_f32_4(mIn, mOut);
50 script_f32.forEach_acos_f32_1(mIn, mOut);
53 script_f32.forEach_acos_f32_2(mIn, mOut);
56 script_f32.forEach_acos_f32_3(mIn, mOut);
59 script_f32.forEach_acos_f32_4(mIn, mOut);
AcoshTest.java 35 public void forEach(int testId, Allocation mIn, Allocation mOut) throws RSRuntimeException {
38 script_f32.forEach_acosh_f32_1(mIn, mOut);
41 script_f32.forEach_acosh_f32_2(mIn, mOut);
44 script_f32.forEach_acosh_f32_3(mIn, mOut);
47 script_f32.forEach_acosh_f32_4(mIn, mOut);
51 script_f32_relaxed.forEach_acosh_f32_1(mIn, mOut);
54 script_f32_relaxed.forEach_acosh_f32_2(mIn, mOut);
57 script_f32_relaxed.forEach_acosh_f32_3(mIn, mOut);
60 script_f32_relaxed.forEach_acosh_f32_4(mIn, mOut);
AsinPiTest.java 35 public void forEach(int testId, Allocation mIn, Allocation mOut) throws RSRuntimeException {
38 script_f32.forEach_asinpi_f32_1(mIn, mOut);
41 script_f32.forEach_asinpi_f32_2(mIn, mOut);
44 script_f32.forEach_asinpi_f32_3(mIn, mOut);
47 script_f32.forEach_asinpi_f32_4(mIn, mOut);
51 script_f32_relaxed.forEach_asinpi_f32_1(mIn, mOut);
54 script_f32_relaxed.forEach_asinpi_f32_2(mIn, mOut);
57 script_f32_relaxed.forEach_asinpi_f32_3(mIn, mOut);
60 script_f32_relaxed.forEach_asinpi_f32_4(mIn, mOut);
AsinTest.java 35 public void forEach(int testId, Allocation mIn, Allocation mOut) throws RSRuntimeException {
38 script_f32.forEach_asin_f32_1(mIn, mOut);
41 script_f32.forEach_asin_f32_2(mIn, mOut);
44 script_f32.forEach_asin_f32_3(mIn, mOut);
47 script_f32.forEach_asin_f32_4(mIn, mOut);
51 script_f32_relaxed.forEach_asin_f32_1(mIn, mOut);
54 script_f32_relaxed.forEach_asin_f32_2(mIn, mOut);
57 script_f32_relaxed.forEach_asin_f32_3(mIn, mOut);
60 script_f32_relaxed.forEach_asin_f32_4(mIn, mOut);
AsinhTest.java 35 public void forEach(int testId, Allocation mIn, Allocation mOut) throws RSRuntimeException {
38 script_f32.forEach_asinh_f32_1(mIn, mOut);
41 script_f32.forEach_asinh_f32_2(mIn, mOut);
44 script_f32.forEach_asinh_f32_3(mIn, mOut);
47 script_f32.forEach_asinh_f32_4(mIn, mOut);
51 script_f32_relaxed.forEach_asinh_f32_1(mIn, mOut);
54 script_f32_relaxed.forEach_asinh_f32_2(mIn, mOut);
57 script_f32_relaxed.forEach_asinh_f32_3(mIn, mOut);
60 script_f32_relaxed.forEach_asinh_f32_4(mIn, mOut);
AtanPiTest.java 35 public void forEach(int testId, Allocation mIn, Allocation mOut) throws RSRuntimeException {
38 script_f32.forEach_atanpi_f32_1(mIn, mOut);
41 script_f32.forEach_atanpi_f32_2(mIn, mOut);
44 script_f32.forEach_atanpi_f32_3(mIn, mOut);
47 script_f32.forEach_atanpi_f32_4(mIn, mOut);
51 script_f32_relaxed.forEach_atanpi_f32_1(mIn, mOut);
54 script_f32_relaxed.forEach_atanpi_f32_2(mIn, mOut);
57 script_f32_relaxed.forEach_atanpi_f32_3(mIn, mOut);
60 script_f32_relaxed.forEach_atanpi_f32_4(mIn, mOut);
AtanTest.java 35 public void forEach(int testId, Allocation mIn, Allocation mOut) throws RSRuntimeException {
38 script_f32.forEach_atan_f32_1(mIn, mOut);
41 script_f32.forEach_atan_f32_2(mIn, mOut);
44 script_f32.forEach_atan_f32_3(mIn, mOut);
47 script_f32.forEach_atan_f32_4(mIn, mOut);
51 script_f32_relaxed.forEach_atan_f32_1(mIn, mOut);
54 script_f32_relaxed.forEach_atan_f32_2(mIn, mOut);
57 script_f32_relaxed.forEach_atan_f32_3(mIn, mOut);
60 script_f32_relaxed.forEach_atan_f32_4(mIn, mOut);
AtanhTest.java 35 public void forEach(int testId, Allocation mIn, Allocation mOut) throws RSRuntimeException {
38 script_f32.forEach_atanh_f32_1(mIn, mOut);
41 script_f32.forEach_atanh_f32_2(mIn, mOut);
44 script_f32.forEach_atanh_f32_3(mIn, mOut);
47 script_f32.forEach_atanh_f32_4(mIn, mOut);
51 script_f32_relaxed.forEach_atanh_f32_1(mIn, mOut);
54 script_f32_relaxed.forEach_atanh_f32_2(mIn, mOut);
57 script_f32_relaxed.forEach_atanh_f32_3(mIn, mOut);
60 script_f32_relaxed.forEach_atanh_f32_4(mIn, mOut);
CbrtTest.java 35 public void forEach(int testId, Allocation mIn, Allocation mOut) throws RSRuntimeException {
38 script_f32.forEach_cbrt_f32_1(mIn, mOut);
41 script_f32.forEach_cbrt_f32_2(mIn, mOut);
44 script_f32.forEach_cbrt_f32_3(mIn, mOut);
47 script_f32.forEach_cbrt_f32_4(mIn, mOut);
51 script_f32_relaxed.forEach_cbrt_f32_1(mIn, mOut);
54 script_f32_relaxed.forEach_cbrt_f32_2(mIn, mOut);
57 script_f32_relaxed.forEach_cbrt_f32_3(mIn, mOut);
60 script_f32_relaxed.forEach_cbrt_f32_4(mIn, mOut);
CeilTest.java 35 public void forEach(int testId, Allocation mIn, Allocation mOut) throws RSRuntimeException {
38 script_f32.forEach_ceil_f32_1(mIn, mOut);
41 script_f32.forEach_ceil_f32_2(mIn, mOut);
44 script_f32.forEach_ceil_f32_3(mIn, mOut);
47 script_f32.forEach_ceil_f32_4(mIn, mOut);
51 script_f32_relaxed.forEach_ceil_f32_1(mIn, mOut);
54 script_f32_relaxed.forEach_ceil_f32_2(mIn, mOut);
57 script_f32_relaxed.forEach_ceil_f32_3(mIn, mOut);
60 script_f32_relaxed.forEach_ceil_f32_4(mIn, mOut);
CosTest.java 35 public void forEach(int testId, Allocation mIn, Allocation mOut) throws RSRuntimeException {
38 script_f32.forEach_cos_f32_1(mIn, mOut);
41 script_f32.forEach_cos_f32_2(mIn, mOut);
44 script_f32.forEach_cos_f32_3(mIn, mOut);
47 script_f32.forEach_cos_f32_4(mIn, mOut);
51 script_f32_relaxed.forEach_cos_f32_1(mIn, mOut);
54 script_f32_relaxed.forEach_cos_f32_2(mIn, mOut);
57 script_f32_relaxed.forEach_cos_f32_3(mIn, mOut);
60 script_f32_relaxed.forEach_cos_f32_4(mIn, mOut);
CoshTest.java 36 public void forEach(int testId, Allocation mIn, Allocation mOut) throws RSRuntimeException {
39 script_f32.forEach_cosh_f32_1(mIn, mOut);
42 script_f32.forEach_cosh_f32_2(mIn, mOut);
45 script_f32.forEach_cosh_f32_3(mIn, mOut);
48 script_f32.forEach_cosh_f32_4(mIn, mOut);
52 script_f32_relaxed.forEach_cosh_f32_1(mIn, mOut);
55 script_f32_relaxed.forEach_cosh_f32_2(mIn, mOut);
58 script_f32_relaxed.forEach_cosh_f32_3(mIn, mOut);
61 script_f32_relaxed.forEach_cosh_f32_4(mIn, mOut);
DegreesTest.java 35 public void forEach(int testId, Allocation mIn, Allocation mOut) throws RSRuntimeException {
38 script_f32.forEach_degrees_f32_1(mIn, mOut);
41 script_f32.forEach_degrees_f32_2(mIn, mOut);
44 script_f32.forEach_degrees_f32_3(mIn, mOut);
47 script_f32.forEach_degrees_f32_4(mIn, mOut);
51 script_f32_relaxed.forEach_degrees_f32_1(mIn, mOut);
54 script_f32_relaxed.forEach_degrees_f32_2(mIn, mOut);
57 script_f32_relaxed.forEach_degrees_f32_3(mIn, mOut);
60 script_f32_relaxed.forEach_degrees_f32_4(mIn, mOut);
Exp10Test.java 35 public void forEach(int testId, Allocation mIn, Allocation mOut) throws RSRuntimeException {
38 script_f32.forEach_exp10_f32_1(mIn, mOut);
41 script_f32.forEach_exp10_f32_2(mIn, mOut);
44 script_f32.forEach_exp10_f32_3(mIn, mOut);
47 script_f32.forEach_exp10_f32_4(mIn, mOut);
51 script_f32_relaxed.forEach_exp10_f32_1(mIn, mOut);
54 script_f32_relaxed.forEach_exp10_f32_2(mIn, mOut);
57 script_f32_relaxed.forEach_exp10_f32_3(mIn, mOut);
60 script_f32_relaxed.forEach_exp10_f32_4(mIn, mOut);
Exp2Test.java 35 public void forEach(int testId, Allocation mIn, Allocation mOut) throws RSRuntimeException {
38 script_f32.forEach_exp2_f32_1(mIn, mOut);
41 script_f32.forEach_exp2_f32_2(mIn, mOut);
44 script_f32.forEach_exp2_f32_3(mIn, mOut);
47 script_f32.forEach_exp2_f32_4(mIn, mOut);
51 script_f32_relaxed.forEach_exp2_f32_1(mIn, mOut);
54 script_f32_relaxed.forEach_exp2_f32_2(mIn, mOut);
57 script_f32_relaxed.forEach_exp2_f32_3(mIn, mOut);
60 script_f32_relaxed.forEach_exp2_f32_4(mIn, mOut);
ExpTest.java 35 public void forEach(int testId, Allocation mIn, Allocation mOut) throws RSRuntimeException {
38 script_f32.forEach_exp_f32_1(mIn, mOut);
41 script_f32.forEach_exp_f32_2(mIn, mOut);
44 script_f32.forEach_exp_f32_3(mIn, mOut);
47 script_f32.forEach_exp_f32_4(mIn, mOut);
51 script_f32_relaxed.forEach_exp_f32_1(mIn, mOut);
54 script_f32_relaxed.forEach_exp_f32_2(mIn, mOut);
57 script_f32_relaxed.forEach_exp_f32_3(mIn, mOut);
60 script_f32_relaxed.forEach_exp_f32_4(mIn, mOut);
Expm1Test.java 35 public void forEach(int testId, Allocation mIn, Allocation mOut) throws RSRuntimeException {
38 script_f32.forEach_expm1_f32_1(mIn, mOut);
41 script_f32.forEach_expm1_f32_2(mIn, mOut);
44 script_f32.forEach_expm1_f32_3(mIn, mOut);
47 script_f32.forEach_expm1_f32_4(mIn, mOut);
51 script_f32_relaxed.forEach_expm1_f32_1(mIn, mOut);
54 script_f32_relaxed.forEach_expm1_f32_2(mIn, mOut);
57 script_f32_relaxed.forEach_expm1_f32_3(mIn, mOut);
60 script_f32_relaxed.forEach_expm1_f32_4(mIn, mOut);
FabsTest.java 34 public void forEach(int testId, Allocation mIn, Allocation mOut) throws RSRuntimeException {
37 script_f32.forEach_fabs_f32_1(mIn, mOut);
40 script_f32.forEach_fabs_f32_2(mIn, mOut);
43 script_f32.forEach_fabs_f32_3(mIn, mOut);
46 script_f32.forEach_fabs_f32_4(mIn, mOut);
50 script_f32_relaxed.forEach_fabs_f32_1(mIn, mOut);
53 script_f32_relaxed.forEach_fabs_f32_2(mIn, mOut);
56 script_f32_relaxed.forEach_fabs_f32_3(mIn, mOut);
59 script_f32_relaxed.forEach_fabs_f32_4(mIn, mOut);

Completed in 328 milliseconds

1 2 3 4