Searched defs:out (Results 26 - 50 of 520) sorted by last modified time

1234567891011>>

/frameworks/rs/java/tests/RsBLAS_Benchmark/src/com/example/android/rs/blasbenchmark/
H A DSGEMMTest.java81 private boolean testWithTolerance(float[] out, float[] ref) { argument
82 float l2NormOut = calcL2Norm(out);
86 for (int i = 0; i < out.length; ++i) {
87 float err = out[i] - ref[i];
/frameworks/rs/java/tests/ScriptGroupTest/src/com/android/rs/sgtest/
H A DFilters.java42 public void forEach(Allocation in, Allocation out); argument
63 void forEach(Allocation in, Allocation out) { s.forEach_(in, out); }
78 public void forEach(Allocation in, Allocation out) { s_mat.forEach_colormatrix(in, out); } argument
92 public void forEach(Allocation in, Allocation out) { s.forEach_contrast(in, out); } argument
106 public void forEach(Allocation in, Allocation out) { s.forEach_exposure(in, out); } argument
133 public void forEach(Allocation in, Allocation out) { argument
152 forEach(Allocation in, Allocation out) argument
211 forEach(Allocation in, Allocation out) argument
228 forEach(Allocation in, Allocation out) argument
243 forEach(Allocation in, Allocation out) argument
276 forEach(Allocation in, Allocation out) argument
[all...]
/frameworks/rs/java/tests/VrDemo/src/com/example/android/rs/vr/engine/
H A DTriData.java85 public void transform(Matrix m, TriData out) { argument
88 m.mult3(mVert, i, out.mVert, i);
H A DVectorUtil.java23 public static void sub(double[] a, double[] b, double[] out) { argument
24 out[0] = a[0] - b[0];
25 out[1] = a[1] - b[1];
26 out[2] = a[2] - b[2];
29 public static void mult(double[] a, double b, double[] out) { argument
30 out[0] = a[0] * b;
31 out[1] = a[1] * b;
32 out[2] = a[2] * b;
43 public static void cross(double[] a, double[] b, double[] out) { argument
47 out[
59 add(double[] a, double[] b, double[] out) argument
[all...]
H A DViewMatrix.java207 static void calcRight(double[] a, double[] b, double[] out) { argument
208 VectorUtil.cross(a, b, out);
/frameworks/rs/
H A DrsMatrix4x4.cpp307 void Matrix4x4::vectorMultiply(float *out, const float *in) const { argument
308 out[0] = (m[0] * in[0]) + (m[4] * in[1]) + (m[8] * in[2]) + m[12];
309 out[1] = (m[1] * in[0]) + (m[5] * in[1]) + (m[9] * in[2]) + m[13];
310 out[2] = (m[2] * in[0]) + (m[6] * in[1]) + (m[10] * in[2]) + m[14];
311 out[3] = (m[3] * in[0]) + (m[7] * in[1]) + (m[11] * in[2]) + m[15];
H A DrsScriptC_Lib.cpp246 Allocation **in, Allocation *out,
249 target->runForEach(rsc, slot, (const Allocation**)in, numInputs, out, usr, usrBytes, call);
242 rsrForEach(Context *rsc, Script *target, uint32_t slot, uint32_t numInputs, Allocation **in, Allocation *out, const void *usr, uint32_t usrBytes, const RsScriptCall *call) argument
/frameworks/support/design/src/android/support/design/widget/
H A DBottomSheetBehavior.java199 // First let the parent lay it out
477 // The view is not laid out yet; modify mState and let onLayoutChild handle it later
705 public void writeToParcel(Parcel out, int flags) { argument
706 super.writeToParcel(out, flags);
707 out.writeInt(state);
H A DCoordinatorLayout.java383 private void getTopSortedChildren(List<View> out) { argument
384 out.clear();
391 out.add(child);
395 Collections.sort(out, TOP_SORTED_CHILDREN_COMPARATOR);
554 Log.e(TAG, "Keyline index " + index + " out of range for " + this);
642 * @param out rect to set to the bounds of the descendant view
644 void getDescendantRect(View descendant, Rect out) { argument
645 ViewGroupUtils.getDescendantRect(this, descendant, out);
786 * Called to lay out each individual child view unless a
790 * @param child child view to lay out
859 getLastChildRect(View child, Rect out) argument
873 getChildRect(View child, boolean transform, Rect out) argument
894 getDesiredAnchoredChildRect(View child, int layoutDirection, Rect anchorRect, Rect out) argument
[all...]
H A DViewGroupUtils.java66 * @param rect (in/out) the rect to offset from descendant to this view's coordinate system
77 * @param out rect to set to the bounds of the descendant view
79 static void getDescendantRect(ViewGroup parent, View descendant, Rect out) { argument
80 out.set(0, 0, descendant.getWidth(), descendant.getHeight());
81 offsetDescendantRect(parent, descendant, out);
/frameworks/support/gradle/wrapper/
H A Dgradle-wrapper.jar ... .io.InputStream in java.io.OutputStream out byte[] buffer int len static synthetic java.io. ...
/frameworks/support/v13/java/android/support/v13/app/
H A DFragmentTabHost.java95 public void writeToParcel(Parcel out, int flags) { argument
96 super.writeToParcel(out, flags);
97 out.writeString(curTab);
/frameworks/opt/telephony/src/java/android/telephony/
H A DCellBroadcastMessage.java103 public void writeToParcel(Parcel out, int flags) { argument
104 mSmsCbMessage.writeToParcel(out, flags);
105 out.writeLong(mDeliveryTime);
106 out.writeInt(mIsRead ? 1 : 0);
107 out.writeInt(mSubId);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/test/
H A DModelInterpreter.java166 ModelInterpreter (InputStream in, OutputStream out) argument
169 mOut = out;
234 //System.out.println("MI<< " + line);
610 //System.out.println("MI>> " + s);
627 //System.out.println("MI>> " + s + " (no <cr>)");
/frameworks/opt/net/voip/src/java/android/net/sip/
H A DSipProfile.java195 * @throws IllegalArgumentException if the port number is out of range
326 public void writeToParcel(Parcel out, int flags) { argument
327 out.writeSerializable(mAddress);
328 out.writeString(mProxyAddress);
329 out.writeString(mPassword);
330 out.writeString(mDomain);
331 out.writeString(mProtocol);
332 out.writeString(mProfileName);
333 out.writeInt(mSendKeepAlive ? 1 : 0);
334 out
[all...]
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/
H A DAnqpCache.java199 public void dump(PrintWriter out) { argument
200 out.println("Last sweep " + Utils.toHMS(mClock.currentTimeMillis() - mLastSweep) + " ago.");
202 out.println(anqpData.toString(false));
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/omadm/
H A DMOTree.java231 public void marshal(OutputStream out) throws IOException { argument
232 out.write("tree ".getBytes(StandardCharsets.UTF_8));
233 OMAConstants.serializeString(mDtdRev, out);
234 out.write(String.format("(%s)\n", mUrn).getBytes(StandardCharsets.UTF_8));
235 mRoot.marshal(out, 0);
H A DOMAConstants.java41 public static void serializeString(String s, OutputStream out) throws IOException { argument
44 out.write(prefix);
45 out.write(octets);
48 public static void indent(int level, OutputStream out) throws IOException { argument
49 out.write(INDENT, 0, level);
H A DOMAConstructed.java141 public void marshal(OutputStream out, int level) throws IOException { argument
142 OMAConstants.indent(level, out);
143 OMAConstants.serializeString(getName(), out);
145 out.write(String.format("(%s)", getContext()).getBytes(StandardCharsets.UTF_8));
147 out.write(new byte[] { '+', '\n' });
150 child.marshal(out, level + 1);
152 OMAConstants.indent(level, out);
153 out.write(".\n".getBytes(StandardCharsets.UTF_8));
H A DOMANode.java115 public abstract void marshal(OutputStream out, int level) throws IOException; argument
H A DOMAScalar.java73 public void marshal(OutputStream out, int level) throws IOException { argument
74 OMAConstants.indent(level, out);
75 OMAConstants.serializeString(getName(), out);
76 out.write((byte) '=');
77 OMAConstants.serializeString(getValue(), out);
78 out.write((byte) '\n');
/frameworks/opt/setupwizard/tools/docs/
H A Ddoclava.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/ccil/ org/ccil/cowan/ org/ccil/cowan/tagsoup/ ...
H A Djsilver.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/clearsilver/ org/clearsilver/DelegatedHdf.class DelegatedHdf. ...
/frameworks/native/cmds/atrace/
H A Datrace.cpp855 uint8_t *in, *out; local
868 out = (uint8_t*)malloc(bufSize);
871 zs.next_out = out;
894 result = write(outFd, out, bufSize);
902 zs.next_out = out;
914 result = write(outFd, out, bytes);
927 free(out);
/frameworks/native/cmds/dumpstate/
H A Dutils.cpp71 DurationReporter::DurationReporter(const char *title, FILE *out) { argument
76 out_ = out;
442 printf("*** %s: Timed out after %.3fs\n", path,
775 if (!silent) printf("*** command '%s' timed out after %.3fs (killing pid %d)\n",
777 MYLOGE("command '%s' timed out after %.3fs (killing pid %d)\n", cmd.c_str(),
1008 /* move the old traces.txt (if any) out of the way temporarily */
1096 MYLOGE("warning: timed out dumping pid %d\n", pid);

Completed in 251 milliseconds

1234567891011>>