HomeSort by relevance Sort by last modified time
    Searched refs:mIn (Results 51 - 75 of 78) sorted by null

1 23 4

  /cts/tests/tests/renderscript/src/android/renderscript/cts/
SinTest.java 35 public void forEach(int testId, Allocation mIn, Allocation mOut) throws RSRuntimeException {
38 script_f32.forEach_sin_f32_1(mIn, mOut);
41 script_f32.forEach_sin_f32_2(mIn, mOut);
44 script_f32.forEach_sin_f32_3(mIn, mOut);
47 script_f32.forEach_sin_f32_4(mIn, mOut);
51 script_f32_relaxed.forEach_sin_f32_1(mIn, mOut);
54 script_f32_relaxed.forEach_sin_f32_2(mIn, mOut);
57 script_f32_relaxed.forEach_sin_f32_3(mIn, mOut);
60 script_f32_relaxed.forEach_sin_f32_4(mIn, mOut);
SinhTest.java 35 public void forEach(int testId, Allocation mIn, Allocation mOut) throws RSRuntimeException {
38 script_f32.forEach_sinh_f32_1(mIn, mOut);
41 script_f32.forEach_sinh_f32_2(mIn, mOut);
44 script_f32.forEach_sinh_f32_3(mIn, mOut);
47 script_f32.forEach_sinh_f32_4(mIn, mOut);
51 script_f32_relaxed.forEach_sinh_f32_1(mIn, mOut);
54 script_f32_relaxed.forEach_sinh_f32_2(mIn, mOut);
57 script_f32_relaxed.forEach_sinh_f32_3(mIn, mOut);
60 script_f32_relaxed.forEach_sinh_f32_4(mIn, mOut);
SqrtTest.java 35 public void forEach(int testId, Allocation mIn, Allocation mOut) throws RSRuntimeException {
38 script_f32.forEach_sqrt_f32_1(mIn, mOut);
41 script_f32.forEach_sqrt_f32_2(mIn, mOut);
44 script_f32.forEach_sqrt_f32_3(mIn, mOut);
47 script_f32.forEach_sqrt_f32_4(mIn, mOut);
51 script_f32_relaxed.forEach_sqrt_f32_1(mIn, mOut);
54 script_f32_relaxed.forEach_sqrt_f32_2(mIn, mOut);
57 script_f32_relaxed.forEach_sqrt_f32_3(mIn, mOut);
60 script_f32_relaxed.forEach_sqrt_f32_4(mIn, mOut);
TanTest.java 35 public void forEach(int testId, Allocation mIn, Allocation mOut) throws RSRuntimeException {
38 script_f32.forEach_tan_f32_1(mIn, mOut);
41 script_f32.forEach_tan_f32_2(mIn, mOut);
44 script_f32.forEach_tan_f32_3(mIn, mOut);
47 script_f32.forEach_tan_f32_4(mIn, mOut);
51 script_f32_relaxed.forEach_tan_f32_1(mIn, mOut);
54 script_f32_relaxed.forEach_tan_f32_2(mIn, mOut);
57 script_f32_relaxed.forEach_tan_f32_3(mIn, mOut);
60 script_f32_relaxed.forEach_tan_f32_4(mIn, mOut);
TanhTest.java 35 public void forEach(int testId, Allocation mIn, Allocation mOut) throws RSRuntimeException {
38 script_f32.forEach_tanh_f32_1(mIn, mOut);
41 script_f32.forEach_tanh_f32_2(mIn, mOut);
44 script_f32.forEach_tanh_f32_3(mIn, mOut);
47 script_f32.forEach_tanh_f32_4(mIn, mOut);
51 script_f32_relaxed.forEach_tanh_f32_1(mIn, mOut);
54 script_f32_relaxed.forEach_tanh_f32_2(mIn, mOut);
57 script_f32_relaxed.forEach_tanh_f32_3(mIn, mOut);
60 script_f32_relaxed.forEach_tanh_f32_4(mIn, mOut);
TruncTest.java 35 public void forEach(int testId, Allocation mIn, Allocation mOut) throws RSRuntimeException {
38 script_f32.forEach_trunc_f32_1(mIn, mOut);
41 script_f32.forEach_trunc_f32_2(mIn, mOut);
44 script_f32.forEach_trunc_f32_3(mIn, mOut);
47 script_f32.forEach_trunc_f32_4(mIn, mOut);
51 script_f32_relaxed.forEach_trunc_f32_1(mIn, mOut);
54 script_f32_relaxed.forEach_trunc_f32_2(mIn, mOut);
57 script_f32_relaxed.forEach_trunc_f32_3(mIn, mOut);
60 script_f32_relaxed.forEach_trunc_f32_4(mIn, mOut);
InitTest.java 25 private Allocation mIn;
30 public void forEach(int testId, Allocation mIn, Allocation mOut) throws RSRuntimeException {
31 script.forEach_root(mIn, mOut);
39 mIn = Allocation.createSized(mRS, Element.F32(mRS), INPUTSIZE);
46 mIn.copy1DRangeFrom(0, INPUTSIZE, in);
49 RSUtils.forEach(this, 0, mIn, mOut);
ClearObjectTest.java 43 public void forEach(int testId, Allocation mIn, Allocation mOut) throws RSRuntimeException {
65 Allocation mIn = Allocation.createSized(mRS, Element.I32(mRS), ObjectNum);
69 RSUtils.forEach(this, TEST_ID_ELEMENT, mIn, mOut);
82 Allocation mIn = Allocation.createSized(mRS, Element.I32(mRS), ObjectNum);
86 RSUtils.forEach(this, TEST_ID_TYPE, mIn, mOut);
98 Allocation mIn = Allocation.createSized(mRS, Element.I32(mRS), ObjectNum);
99 Allocation allocation = Allocation.createTyped(mRS, mIn.getType());
102 RSUtils.forEach(this, TEST_ID_ALLOCATION, mIn, mOut);
115 Allocation mIn = Allocation.createSized(mRS, Element.I32(mRS), ObjectNum);
118 RSUtils.forEach(this, TEST_ID_SAMPLER, mIn, mOut)
    [all...]
IsObjectTest.java 30 private Allocation mIn;
65 mIn = filed.getAllocation();
68 ms_is_object.forEach_is_object_element(mIn, mOut);
85 mIn = filed.getAllocation();
89 ms_is_object.forEach_is_object_type(mIn, mOut);
109 mIn = filed.getAllocation();
113 ms_is_object.forEach_is_object_allocation(mIn, mOut);
132 mIn = filed.getAllocation();
136 ms_is_object.forEach_is_object_sampler(mIn, mOut);
154 mIn = filed.getAllocation()
    [all...]
SetObjectTest.java 29 private Allocation mIn;
64 mIn = filed.getAllocation();
67 ms_set.forEach_set_object_element(mIn, mOut);
84 mIn = filed.getAllocation();
88 ms_set.forEach_set_object_type(mIn, mOut);
107 mIn = filed.getAllocation();
111 ms_set.forEach_set_object_allocation(mIn, mOut);
129 mIn = filed.getAllocation();
133 ms_set.forEach_set_object_sampler(mIn, mOut);
151 mIn = filed.getAllocation()
    [all...]
PownTest.java 37 public void forEach(int testId, Allocation mIn, Allocation mOut) throws RSRuntimeException {
40 script_f32.forEach_pown_f32_1(mIn, mOut);
43 script_f32.forEach_pown_f32_2(mIn, mOut);
46 script_f32.forEach_pown_f32_3(mIn, mOut);
49 script_f32.forEach_pown_f32_4(mIn, mOut);
53 script_f32_relaxed.forEach_pown_f32_1(mIn, mOut);
56 script_f32_relaxed.forEach_pown_f32_2(mIn, mOut);
59 script_f32_relaxed.forEach_pown_f32_3(mIn, mOut);
62 script_f32_relaxed.forEach_pown_f32_4(mIn, mOut);
RootnTest.java 37 public void forEach(int testId, Allocation mIn, Allocation mOut) throws RSRuntimeException {
40 script_f32.forEach_rootn_f32_1(mIn, mOut);
43 script_f32.forEach_rootn_f32_2(mIn, mOut);
46 script_f32.forEach_rootn_f32_3(mIn, mOut);
49 script_f32.forEach_rootn_f32_4(mIn, mOut);
52 script_f32_relaxed.forEach_rootn_f32_1(mIn, mOut);
55 script_f32_relaxed.forEach_rootn_f32_2(mIn, mOut);
58 script_f32_relaxed.forEach_rootn_f32_3(mIn, mOut);
61 script_f32_relaxed.forEach_rootn_f32_4(mIn, mOut);
RsFracTest.java 27 public void forEach(int testId, Allocation mIn, Allocation mOut)
30 mScript.forEach_root(mIn, mOut);
32 mScript_relaxed.forEach_root(mIn, mOut);
43 ref[idxRef] = Math.min(in[idx] - (float)Math.floor((double)in[idx]), 0x1.fffffep-1f);
RsPackColorTo8888Test.java 36 public void forEach(int testId, Allocation mIn, Allocation mOut) throws RSRuntimeException {
39 script_f32.forEach_pack_color_to_8888_rgb(mIn, mOut);
42 script_f32.forEach_pack_color_to_8888_rgba(mIn, mOut);
45 script_f32.forEach_pack_color_to_8888_f32_3(mIn, mOut);
48 script_f32.forEach_pack_color_to_8888_f32_4(mIn, mOut);
RsUnpackColor8888Test.java 30 public void forEach(int testId, Allocation mIn, Allocation mOut) throws RSRuntimeException {
31 script.forEach_root(mIn, mOut);
RSBaseCompute.java 147 public void forEach(int testId, Allocation mIn, Allocation mOut) throws RSRuntimeException {
151 public void forEach(int testId, Allocation mIn) throws RSRuntimeException {
180 protected void fillInAlloc(Allocation mIn, float[] inArray) {
181 mIn.copy1DRangeFromUnchecked(0, INPUTSIZE, inArray);
  /frameworks/base/core/java/android/speech/srec/
UlawEncoderInputStream.java 39 private InputStream mIn;
136 mIn = in;
142 if (mIn == null) throw new IllegalStateException("not open");
146 int n = mIn.read(mBuf, mBufCount, Math.min(length * 2, mBuf.length - mBufCount));
152 int n = Math.min(mBufCount / 2, length);
176 if (mIn != null) {
177 InputStream in = mIn;
178 mIn = null;
185 return (mIn.available() + mBufCount) / 2
    [all...]
  /frameworks/native/libs/binder/
IPCThreadState.cpp 428 size_t IN = mIn.dataAvail();
430 cmd = mIn.readInt32();
454 if (mIn.dataPosition() >= mIn.dataSize()) {
529 } while (mIn.dataPosition() < mIn.dataSize());
686 mIn.setDataCapacity(256);
711 err = mIn.errorCheck();
713 if (mIn.dataAvail() == 0) continue;
715 cmd = mIn.readInt32()
    [all...]
  /packages/apps/Email/src/com/android/email/mail/transport/
MailTransport.java 61 private InputStream mIn;
124 mIn = new BufferedInputStream(mSocket.getInputStream(), 1024);
158 mIn = new BufferedInputStream(mSocket.getInputStream(), 1024);
222 return (mIn != null && mOut != null &&
231 mIn.close();
245 mIn = null;
251 return mIn;
  /packages/apps/Email/src/com/android/email/mail/store/imap/
ImapResponseParser.java 46 private final PeekableInputStream mIn;
95 mIn = new PeekableInputStream(in);
115 final int next = mIn.peek();
123 * Read and return one byte from {@link #mIn}, and put it in {@link #mDiscourseLogger}.
129 int next = mIn.read();
443 FixedLengthInputStream in = new FixedLengthInputStream(mIn, size);
  /frameworks/compile/slang/
slang_rs_export_foreach.h 48 const clang::ParmVarDecl *mIn;
67 mIn(NULL), mOut(NULL), mUsrData(NULL), mX(NULL), mY(NULL), mZ(NULL),
94 return (mIn != NULL);
slang_rs_export_foreach.cpp 109 mIn = PVD;
123 if (!mIn && !mOut) {
200 mSignatureMetadata |= (mIn ? 0x01 : 0);
297 mIn = PVD;
300 mIn = PVD;
307 if (valid && !mIn && !mReturn) {
376 mSignatureMetadata |= (mIn ? 0x01 : 0);
464 if (FE->mIn) {
465 const clang::Type *T = FE->mIn->getType().getCanonicalType().getTypePtr();
  /frameworks/base/services/java/com/android/server/pm/
Installer.java 33 InputStream mIn;
56 mIn = mSocket.getInputStream();
73 if (mIn != null)
74 mIn.close();
83 mIn = null;
93 count = mIn.read(buffer, off, len - off);
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/test/
ModelInterpreter.java 145 InputStream mIn;
168 mIn = in;
213 mIn = s.getInputStream();
225 mLineReader = new LineReader (mIn);
647 mIn.close();
  /frameworks/native/include/binder/
IPCThreadState.h 118 Parcel mIn;

Completed in 528 milliseconds

1 23 4