HomeSort by relevance Sort by last modified time
    Searched defs:out (Results 1001 - 1025 of 5424) sorted by null

<<41424344454647484950>>

  /cts/tests/tests/renderscript/src/android/renderscript/cts/generated/
TestFastLength.java 49 public Target.Floaty out; field in class:TestFastLength.ArgumentsFloatFloat
55 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE); local
56 script.forEach_testFastLengthFloatFloat(inV, out);
57 verifyResultsFastLengthFloatFloat(inV, out, false);
58 out.destroy();
63 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE); local
64 scriptRelaxed.forEach_testFastLengthFloatFloat(inV, out);
65 verifyResultsFastLengthFloatFloat(inV, out, true);
66 out.destroy();
73 private void verifyResultsFastLengthFloatFloat(Allocation inV, Allocation out, boolean relaxed)
123 public Target.Floaty out; field in class:TestFastLength.ArgumentsFloatNFloat
129 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE); local
137 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE); local
203 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE); local
211 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE); local
277 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE); local
285 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE); local
    [all...]
TestFastNormalize.java 49 public Target.Floaty out; field in class:TestFastNormalize.ArgumentsFloatFloat
55 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE); local
56 script.forEach_testFastNormalizeFloatFloat(inV, out);
57 verifyResultsFastNormalizeFloatFloat(inV, out, false);
58 out.destroy();
63 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE); local
64 scriptRelaxed.forEach_testFastNormalizeFloatFloat(inV, out);
65 verifyResultsFastNormalizeFloatFloat(inV, out, true);
66 out.destroy();
73 private void verifyResultsFastNormalizeFloatFloat(Allocation inV, Allocation out, boolean relaxed)
123 public Target.Floaty[] out; field in class:TestFastNormalize.ArgumentsFloatNFloatN
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
    [all...]
TestHalfRecip.java 49 public Target.Floaty out; field in class:TestHalfRecip.ArgumentsFloatFloat
55 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE); local
56 script.forEach_testHalfRecipFloatFloat(inV, out);
57 verifyResultsHalfRecipFloatFloat(inV, out, false);
58 out.destroy();
63 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE); local
64 scriptRelaxed.forEach_testHalfRecipFloatFloat(inV, out);
65 verifyResultsHalfRecipFloatFloat(inV, out, true);
66 out.destroy();
73 private void verifyResultsHalfRecipFloatFloat(Allocation inV, Allocation out, boolean relaxed)
127 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 2), INPUTSIZE); local
135 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 2), INPUTSIZE); local
199 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 3), INPUTSIZE); local
207 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 3), INPUTSIZE); local
271 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 4), INPUTSIZE); local
279 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 4), INPUTSIZE); local
    [all...]
TestHalfRsqrt.java 49 public Target.Floaty out; field in class:TestHalfRsqrt.ArgumentsFloatFloat
55 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE); local
56 script.forEach_testHalfRsqrtFloatFloat(inV, out);
57 verifyResultsHalfRsqrtFloatFloat(inV, out, false);
58 out.destroy();
63 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE); local
64 scriptRelaxed.forEach_testHalfRsqrtFloatFloat(inV, out);
65 verifyResultsHalfRsqrtFloatFloat(inV, out, true);
66 out.destroy();
73 private void verifyResultsHalfRsqrtFloatFloat(Allocation inV, Allocation out, boolean relaxed)
127 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 2), INPUTSIZE); local
135 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 2), INPUTSIZE); local
199 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 3), INPUTSIZE); local
207 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 3), INPUTSIZE); local
271 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 4), INPUTSIZE); local
279 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 4), INPUTSIZE); local
    [all...]
TestHalfSqrt.java 49 public Target.Floaty out; field in class:TestHalfSqrt.ArgumentsFloatFloat
55 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE); local
56 script.forEach_testHalfSqrtFloatFloat(inV, out);
57 verifyResultsHalfSqrtFloatFloat(inV, out, false);
58 out.destroy();
63 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE); local
64 scriptRelaxed.forEach_testHalfSqrtFloatFloat(inV, out);
65 verifyResultsHalfSqrtFloatFloat(inV, out, true);
66 out.destroy();
73 private void verifyResultsHalfSqrtFloatFloat(Allocation inV, Allocation out, boolean relaxed)
127 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 2), INPUTSIZE); local
135 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 2), INPUTSIZE); local
199 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 3), INPUTSIZE); local
207 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 3), INPUTSIZE); local
271 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 4), INPUTSIZE); local
279 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 4), INPUTSIZE); local
    [all...]
TestIlogb.java 49 public int out; field in class:TestIlogb.ArgumentsFloatInt
55 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.SIGNED_32, 1), INPUTSIZE); local
56 script.forEach_testIlogbFloatInt(inV, out);
57 verifyResultsIlogbFloatInt(inV, out, false);
58 out.destroy();
63 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.SIGNED_32, 1), INPUTSIZE); local
64 scriptRelaxed.forEach_testIlogbFloatInt(inV, out);
65 verifyResultsIlogbFloatInt(inV, out, true);
66 out.destroy();
73 private void verifyResultsIlogbFloatInt(Allocation inV, Allocation out, boolean relaxed)
119 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.SIGNED_32, 2), INPUTSIZE); local
127 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.SIGNED_32, 2), INPUTSIZE); local
183 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.SIGNED_32, 3), INPUTSIZE); local
191 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.SIGNED_32, 3), INPUTSIZE); local
247 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.SIGNED_32, 4), INPUTSIZE); local
255 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.SIGNED_32, 4), INPUTSIZE); local
    [all...]
TestNan.java 49 public Target.Floaty out; field in class:TestNan.ArgumentsUintFloat
55 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE); local
56 script.forEach_testNanUintFloat(inV, out);
57 verifyResultsNanUintFloat(inV, out, false);
58 out.destroy();
63 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE); local
64 scriptRelaxed.forEach_testNanUintFloat(inV, out);
65 verifyResultsNanUintFloat(inV, out, true);
66 out.destroy();
73 private void verifyResultsNanUintFloat(Allocation inV, Allocation out, boolean relaxed)
    [all...]
  /dalvik/dexgen/src/com/android/dexgen/dex/file/
CatchStructs.java 107 * @param out {@code non-null;} where to dump
110 public void debugPrint(PrintWriter out, String prefix) {
111 annotateEntries(prefix, out, null);
140 ByteArrayAnnotatedOutput out = new ByteArrayAnnotatedOutput(); local
142 // Write out the handlers "header" consisting of its size in entries.
144 out.writeUnsignedLeb128(handlerOffsets.size());
146 // Now write the lists out in order, noting the offset of each.
154 mapping.setValue(out.getCursor());
158 out.writeSignedLeb128(-(listSize - 1));
161 out.writeSignedLeb128(listSize)
    [all...]
ClassDataItem.java 195 * Prints out the contents of this instance, in a debugging-friendly
198 * @param out {@code non-null;} where to output to
201 public void debugPrint(Writer out, boolean verbose) {
202 PrintWriter pw = Writers.printWriterFor(out);
330 ByteArrayAnnotatedOutput out = new ByteArrayAnnotatedOutput(); local
332 encodeOutput(addedTo.getFile(), out); local
333 encodedForm = out.toByteArray();
338 * Writes out the encoded form of this instance.
341 * @param out {@code non-null;} where to write to
343 private void encodeOutput(DexFile file, AnnotatedOutput out) {
    [all...]
  /dalvik/dx/src/com/android/dx/dex/file/
CatchStructs.java 104 * @param out {@code non-null;} where to dump
107 public void debugPrint(PrintWriter out, String prefix) {
108 annotateEntries(prefix, out, null);
137 ByteArrayAnnotatedOutput out = new ByteArrayAnnotatedOutput(); local
139 // Write out the handlers "header" consisting of its size in entries.
141 out.writeUleb128(handlerOffsets.size());
143 // Now write the lists out in order, noting the offset of each.
151 mapping.setValue(out.getCursor());
155 out.writeSleb128(-(listSize - 1));
158 out.writeSleb128(listSize)
    [all...]
ClassDataItem.java 191 * Prints out the contents of this instance, in a debugging-friendly
194 * @param out {@code non-null;} where to output to
197 public void debugPrint(Writer out, boolean verbose) {
198 PrintWriter pw = Writers.printWriterFor(out);
326 ByteArrayAnnotatedOutput out = new ByteArrayAnnotatedOutput(); local
328 encodeOutput(addedTo.getFile(), out); local
329 encodedForm = out.toByteArray();
334 * Writes out the encoded form of this instance.
337 * @param out {@code non-null;} where to write to
339 private void encodeOutput(DexFile file, AnnotatedOutput out) {
    [all...]
  /dalvik/dx/tests/098-dex-jsr-ret-throw/
ViewDebug$ViewServer.class 
  /dalvik/tools/dexdeps/src/com/android/dexdeps/
Output.java 31 private static final PrintStream out = System.out; field in class:Output
36 out.println("File: " + fileName);
40 out.println(IN0 + "<external file=\"" + fileName + "\">");
42 out.println(IN0 + "<external>");
55 out.println();
63 out.println("</external>");
101 out.println("Classes:");
107 out.println(descriptorToDot(ref.getName()));
115 out.println("\nFields:")
    [all...]
  /developers/build/prebuilts/gradle/DragAndDropAcrossApps/DragSource/src/main/java/com/example/android/dragsource/
DragSourceFragment.java 159 // read out by the target app.
220 FileOutputStream out = null; local
222 out = new FileOutputStream(filePath);
223 image.compress(Bitmap.CompressFormat.PNG, 100, out);
228 if (out != null) {
229 out.close();
  /developers/samples/android/connectivity/wifidirect/DirectP2P/Application/src/main/java/com/example/android/wifidirectp2p/
DeviceDetailFragment.java 279 public static boolean copyFile(InputStream inputStream, OutputStream out) {
284 out.write(buf, 0, len);
287 out.close();
  /developers/samples/android/ui/window/DragAndDropAcrossApps/DragSource/src/main/java/com/example/android/dragsource/
DragSourceFragment.java 159 // read out by the target app.
220 FileOutputStream out = null; local
222 out = new FileOutputStream(filePath);
223 image.compress(Bitmap.CompressFormat.PNG, 100, out);
228 if (out != null) {
229 out.close();
  /development/samples/WiFiDirectDemo/src/com/example/android/wifidirect/
DeviceDetailFragment.java 278 public static boolean copyFile(InputStream inputStream, OutputStream out) {
283 out.write(buf, 0, len);
286 out.close();
  /development/samples/browseable/DragAndDropAcrossApps/DragSource/src/com.example.android/dragsource/
DragSourceFragment.java 159 // read out by the target app.
220 FileOutputStream out = null; local
222 out = new FileOutputStream(filePath);
223 image.compress(Bitmap.CompressFormat.PNG, 100, out);
228 if (out != null) {
229 out.close();
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
RandomPhrase.java 25 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
78 if ( debug ) System.out.println("state "+state);
80 if ( debug ) System.out.println("dangling state: "+state);
86 if ( debug ) System.out.println("pop invoking state "+invokingState);
87 //System.out.println("leave "+state.enclosingRule.name);
99 if ( debug ) System.out.println("push state "+state);
100 //System.out.println("call "+((RuleClosureTransition)t0).rule.name);
101 //System.out.println("stack depth="+ruleInvocationStack.size());
112 System.out.println("weird: no decision number but a choice node");
118 if ( debug ) System.out.println("randomAlt="+randomAlt)
    [all...]
  /external/apache-commons-math/src/main/java/org/apache/commons/math/linear/
AbstractRealMatrix.java 85 final RealMatrix out = createMatrix(rowCount, columnCount); local
88 out.setEntry(row, col, getEntry(row, col) + m.getEntry(row, col));
92 return out;
104 final RealMatrix out = createMatrix(rowCount, columnCount); local
107 out.setEntry(row, col, getEntry(row, col) - m.getEntry(row, col));
111 return out;
120 final RealMatrix out = createMatrix(rowCount, columnCount); local
123 out.setEntry(row, col, getEntry(row, col) + d);
127 return out;
136 final RealMatrix out = createMatrix(rowCount, columnCount) local
157 final RealMatrix out = createMatrix(nRows, nCols); local
    [all...]
ArrayFieldVector.java 315 T[] out = buildArray(data.length); local
317 out[i] = data[i].add(v.getEntry(i));
319 return new ArrayFieldVector<T>(out);
326 T[] out = buildArray(data.length); local
328 out[i] = data[i].add(v[i]);
330 return new ArrayFieldVector<T>(out);
350 T[] out = buildArray(data.length); local
352 out[i] = data[i].subtract(v.getEntry(i));
354 return new ArrayFieldVector<T>(out);
361 T[] out = buildArray(data.length) local
381 T[] out = buildArray(data.length); local
398 T[] out = buildArray(data.length); local
415 T[] out = buildArray(data.length); local
432 T[] out = buildArray(data.length); local
449 T[] out = buildArray(data.length); local
473 T[] out = buildArray(data.length); local
485 T[] out = buildArray(data.length); local
510 T[] out = buildArray(data.length); local
522 T[] out = buildArray(data.length); local
618 final FieldMatrix<T> out = new Array2DRowFieldMatrix<T>(field, m, m); local
644 final FieldMatrix<T> out = new Array2DRowFieldMatrix<T>(field, m, m); local
683 final T[] out = buildArray(data.length + 1); local
696 ArrayFieldVector<T> out = new ArrayFieldVector<T>(field, n); local
    [all...]
  /external/apache-harmony/luni/src/test/api/unix/org/apache/harmony/luni/tests/java/net/
UnixSocketTest.java 55 OutputStream out = worker.getOutputStream(); local
56 out.write(new byte[42]);
  /external/apache-harmony/support/src/test/java/tests/support/
Support_Exec.java 75 System.out.write(bytes, 0, result);
126 System.out.write(bytes, 0, result);
225 System.out.println("Exec: " + commandLine.toString());
226 System.out.println();
254 ByteArrayOutputStream out =
256 PrintStream printer = new PrintStream(out);
261 errBuf.append(new String(out.toByteArray()));
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/cms/
AttributeTable.java 203 Hashtable out = new Hashtable(); local
210 out.put(key, in.get(key));
213 return out;
  /external/caliper/caliper/src/test/java/com/google/caliper/runner/
FakeWorkers.java 111 System.out.close();
117 * Prints alternating arguments to standard out and standard error.
123 System.out.println(args[i]);
124 System.out.flush();
134 * Prints alternating arguments to standard out and standard error.
190 System.out.println(args[i]);
191 System.out.flush();

Completed in 687 milliseconds

<<41424344454647484950>>