/cts/tests/tests/content/src/android/content/cts/ |
IntentFilterTest.java | 577 ByteArrayOutputStream out; local 580 out = new ByteArrayOutputStream(); 581 xml.setOutput(out, "utf-8"); 591 final InputStream in = new ByteArrayInputStream(out.toByteArray()); [all...] |
/cts/tests/tests/media/src/android/media/cts/ |
MediaMuxerTest.java | 241 ParcelFileDescriptor out = null; local 243 out = ParcelFileDescriptor.open(new File(outputFile), 245 muxer = new MediaMuxer(out.getFileDescriptor(), MediaMuxer.OutputFormat.MUXER_OUTPUT_MPEG_4); 251 out.close(); 300 // Test setLocation out of bound cases
|
NativeDecoderTest.java | 286 // we ran out of samples without ever signaling EOS to the codec, 480 ParcelFileDescriptor out = ParcelFileDescriptor.open(new File(tmpFile), local 485 out.getFd(), webm)); 493 remux.setDataSource(out.getFileDescriptor()); 583 int out, boolean webm);
|
/cts/tests/tests/renderscript/src/android/renderscript/cts/ |
ComputeTest.java | 756 Allocation out = Allocation.createTyped(mRS, t); local 760 s.forEach_root(in, out); 761 checkAllocation(out, -val); 773 out.destroy();
|
ScriptGroupTest.java | 240 Allocation in1, in2, out, resultAlloc; local 244 out = Allocation.createTyped(mRS, connect); 282 group.setOutput(node5.getKernelID_arith(), out); local 289 compare.forEach_compare(out); 300 out.destroy();
|
/cts/tests/tests/renderscript/src/android/renderscript/cts/generated/ |
TestFmax.java | 50 public Target.Floaty out; field in class:TestFmax.ArgumentsFloatFloatFloat 57 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE); local 59 script.forEach_testFmaxFloatFloatFloat(inA, out); 60 verifyResultsFmaxFloatFloatFloat(inA, inB, out, false); 61 out.destroy(); 66 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE); local 68 scriptRelaxed.forEach_testFmaxFloatFloatFloat(inA, out); 69 verifyResultsFmaxFloatFloatFloat(inA, inB, out, true); 70 out.destroy(); 78 private void verifyResultsFmaxFloatFloatFloat(Allocation inA, Allocation inB, Allocation out, boolean relaxed) 140 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 2), INPUTSIZE); local 149 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 2), INPUTSIZE); local 223 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 3), INPUTSIZE); local 232 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 3), INPUTSIZE); local 306 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 4), INPUTSIZE); local 315 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 4), INPUTSIZE); local 390 public Target.Floaty out; field in class:TestFmax.ArgumentsHalfHalfHalf 397 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_16, 1), INPUTSIZE); local 406 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_16, 1), INPUTSIZE); local 485 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_16, 2), INPUTSIZE); local 494 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_16, 2), INPUTSIZE); local 573 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_16, 3), INPUTSIZE); local 582 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_16, 3), INPUTSIZE); local 661 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_16, 4), INPUTSIZE); local 670 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_16, 4), INPUTSIZE); local 749 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 2), INPUTSIZE); local 758 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 2), INPUTSIZE); local 832 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 3), INPUTSIZE); local 841 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 3), INPUTSIZE); local 915 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 4), INPUTSIZE); local 924 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 4), INPUTSIZE); local 998 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_16, 2), INPUTSIZE); local 1007 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_16, 2), INPUTSIZE); local 1086 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_16, 3), INPUTSIZE); local 1095 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_16, 3), INPUTSIZE); local 1174 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_16, 4), INPUTSIZE); local 1183 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_16, 4), INPUTSIZE); local [all...] |
TestFmin.java | 50 public Target.Floaty out; field in class:TestFmin.ArgumentsFloatFloatFloat 57 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE); local 59 script.forEach_testFminFloatFloatFloat(inA, out); 60 verifyResultsFminFloatFloatFloat(inA, inB, out, false); 61 out.destroy(); 66 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE); local 68 scriptRelaxed.forEach_testFminFloatFloatFloat(inA, out); 69 verifyResultsFminFloatFloatFloat(inA, inB, out, true); 70 out.destroy(); 78 private void verifyResultsFminFloatFloatFloat(Allocation inA, Allocation inB, Allocation out, boolean relaxed) 140 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 2), INPUTSIZE); local 149 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 2), INPUTSIZE); local 223 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 3), INPUTSIZE); local 232 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 3), INPUTSIZE); local 306 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 4), INPUTSIZE); local 315 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 4), INPUTSIZE); local 390 public Target.Floaty out; field in class:TestFmin.ArgumentsHalfHalfHalf 397 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_16, 1), INPUTSIZE); local 406 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_16, 1), INPUTSIZE); local 485 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_16, 2), INPUTSIZE); local 494 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_16, 2), INPUTSIZE); local 573 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_16, 3), INPUTSIZE); local 582 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_16, 3), INPUTSIZE); local 661 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_16, 4), INPUTSIZE); local 670 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_16, 4), INPUTSIZE); local 749 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 2), INPUTSIZE); local 758 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 2), INPUTSIZE); local 832 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 3), INPUTSIZE); local 841 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 3), INPUTSIZE); local 915 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 4), INPUTSIZE); local 924 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 4), INPUTSIZE); local 998 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_16, 2), INPUTSIZE); local 1007 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_16, 2), INPUTSIZE); local 1086 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_16, 3), INPUTSIZE); local 1095 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_16, 3), INPUTSIZE); local 1174 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_16, 4), INPUTSIZE); local 1183 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_16, 4), INPUTSIZE); local [all...] |
TestFract.java | 50 public Target.Floaty out; field in class:TestFract.ArgumentsFloatFloatFloat 57 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE); local 59 script.forEach_testFractFloatFloatFloat(inV, out); 60 verifyResultsFractFloatFloatFloat(inV, outFloor, out, false); 62 out.destroy(); 68 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE); local 70 scriptRelaxed.forEach_testFractFloatFloatFloat(inV, out); 71 verifyResultsFractFloatFloatFloat(inV, outFloor, out, true); 73 out.destroy(); 80 private void verifyResultsFractFloatFloatFloat(Allocation inV, Allocation outFloor, Allocation out, boolean relaxed) 150 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 2), INPUTSIZE); local 161 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 2), INPUTSIZE); local 243 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 3), INPUTSIZE); local 254 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 3), INPUTSIZE); local 336 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 4), INPUTSIZE); local 347 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 4), INPUTSIZE); local 427 public Target.Floaty out; field in class:TestFract.ArgumentsFloatFloat 433 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE); local 441 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE); local 505 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 2), INPUTSIZE); local 513 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 2), INPUTSIZE); local 577 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 3), INPUTSIZE); local 585 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 3), INPUTSIZE); local 649 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 4), INPUTSIZE); local 657 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 4), INPUTSIZE); local 722 public Target.Floaty out; field in class:TestFract.ArgumentsHalfHalfHalf 729 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_16, 1), INPUTSIZE); local 740 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_16, 1), INPUTSIZE); local 829 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_16, 2), INPUTSIZE); local 840 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_16, 2), INPUTSIZE); local 929 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_16, 3), INPUTSIZE); local 940 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_16, 3), INPUTSIZE); local 1029 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_16, 4), INPUTSIZE); local 1040 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_16, 4), INPUTSIZE); local 1128 public Target.Floaty out; field in class:TestFract.ArgumentsHalfHalf 1134 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_16, 1), INPUTSIZE); local 1142 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_16, 1), INPUTSIZE); local 1210 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_16, 2), INPUTSIZE); local 1218 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_16, 2), INPUTSIZE); local 1286 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_16, 3), INPUTSIZE); local 1294 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_16, 3), INPUTSIZE); local 1362 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_16, 4), INPUTSIZE); local 1370 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_16, 4), INPUTSIZE); local [all...] |
TestMix.java | 51 public Target.Floaty out; field in class:TestMix.ArgumentsFloatFloatFloatFloat 59 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE); local 62 script.forEach_testMixFloatFloatFloatFloat(inStart, out); 63 verifyResultsMixFloatFloatFloatFloat(inStart, inStop, inFraction, out, false); 64 out.destroy(); 69 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE); local 72 scriptRelaxed.forEach_testMixFloatFloatFloatFloat(inStart, out); 73 verifyResultsMixFloatFloatFloatFloat(inStart, inStop, inFraction, out, true); 74 out.destroy(); 83 private void verifyResultsMixFloatFloatFloatFloat(Allocation inStart, Allocation inStop, Allocation inFraction, Allocation out, boolean relaxed) 153 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 2), INPUTSIZE); local 163 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 2), INPUTSIZE); local 247 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 3), INPUTSIZE); local 257 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 3), INPUTSIZE); local 341 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 4), INPUTSIZE); local 351 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 4), INPUTSIZE); local 437 public Target.Floaty out; field in class:TestMix.ArgumentsHalfHalfHalfHalf 445 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_16, 1), INPUTSIZE); local 455 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_16, 1), INPUTSIZE); local 545 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_16, 2), INPUTSIZE); local 555 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_16, 2), INPUTSIZE); local 645 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_16, 3), INPUTSIZE); local 655 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_16, 3), INPUTSIZE); local 745 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_16, 4), INPUTSIZE); local 755 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_16, 4), INPUTSIZE); local 845 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 2), INPUTSIZE); local 855 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 2), INPUTSIZE); local 939 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 3), INPUTSIZE); local 949 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 3), INPUTSIZE); local 1033 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 4), INPUTSIZE); local 1043 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 4), INPUTSIZE); local 1127 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_16, 2), INPUTSIZE); local 1137 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_16, 2), INPUTSIZE); local 1227 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_16, 3), INPUTSIZE); local 1237 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_16, 3), INPUTSIZE); local 1327 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_16, 4), INPUTSIZE); local 1337 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_16, 4), INPUTSIZE); local [all...] |
/external/conscrypt/common/src/main/java/org/conscrypt/ |
ConscryptEngineSocket.java | 52 private SSLOutputStream out; field in class:ConscryptEngineSocket 142 out = new SSLOutputStream(); 160 out.writeInternal(EMPTY_BUFFER); 162 out.flushInternal(); 213 return out;
|
/external/emma/core/java12/com/vladium/emma/instr/ |
InstrProcessorST.java | 111 final OutputStream out = new FileOutputStream (getFullOutFile (parentDir, archive, IN_LIB)); local 113 m_archiveOut = outManifest != null ? new JarOutputStream (out, outManifest) : new JarOutputStream (out); 137 final OutputStream out = new FileOutputStream (m_tempArchiveFile); local 139 m_archiveOut = outManifest != null ? new JarOutputStream (out, outManifest) : new JarOutputStream (out); 277 fnfe.printStackTrace (System.out); 448 // otherwise, instrument only if the dest file is out of date 481 // System.out.println (clsDef.getName () + " metadata:"); 482 // System.out.println (profile.root ().dump (0.2)) [all...] |
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/rbbi/ |
BreakIteratorTest.java | 345 StringBuffer out = new StringBuffer(); local 349 out.append(c); 351 out.append("\\u"); 353 out.append(zeros.substring(0, 4 - temp.length())); 354 out.append(temp); 357 logln(out.toString()); [all...] |
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/text/ |
SpoofCheckerTest.java | 657 StringBuilder out = new StringBuilder(); local 661 out.append((char) c); 663 out.append(String.format("\\u%04x", c)); 665 out.append(String.format("\\U%06x", c)); 669 return out.toString(); [all...] |
/external/icu/icu4j/main/tests/charset/src/com/ibm/icu/dev/test/charset/ |
TestConversion.java | 335 // testing by steps using charset.encoder(in,out,flush) 353 ex.printStackTrace(System.out); 358 // testing by whole buffer using out = charset.encoder(in) 362 ByteBuffer out = null; local 365 out = encoder.encode(CharBuffer.wrap(cc.unicode.toCharArray())); 366 out.position(out.limit()); 367 if (out.limit() != out.capacity() || cc.finalFlush) { 368 int pos = out.position() 671 CharBuffer out = null; local [all...] |
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/rbbi/ |
BreakIteratorTest.java | 344 StringBuffer out = new StringBuffer(); local 348 out.append(c); 350 out.append("\\u"); 352 out.append(zeros.substring(0, 4 - temp.length())); 353 out.append(temp); 356 logln(out.toString()); [all...] |
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/text/ |
SpoofCheckerTest.java | 656 StringBuilder out = new StringBuilder(); local 660 out.append((char) c); 662 out.append(String.format("\\u%04x", c)); 664 out.append(String.format("\\U%06x", c)); 668 return out.toString(); [all...] |
/external/javassist/src/main/javassist/ |
CtClass.java | 65 System.out.println("Javassist version " + CtClass.version); 66 System.out.println("Copyright (C) 1999-2010 Shigeru Chiba." 258 * Returns true if the class has been loaded or written out 289 * written out. This method should be called only in a case 290 * that the class will be reloaded or written out later again. 1277 DataOutputStream out = new DataOutputStream(barray); local 1324 DataOutputStream out local [all...] |
/external/jsilver/src/com/google/clearsilver/jsilver/syntax/analysis/ |
AnalysisAdapter.java | 11 private Hashtable<Node,Object> out; field in class:AnalysisAdapter 42 if(this.out == null) 47 return this.out.get(node); 52 if(this.out == null) 54 this.out = new Hashtable<Node,Object>(1); 59 this.out.put(node, o); 63 this.out.remove(node);
|
/external/okhttp/okio/okio/src/test/java/okio/ |
BufferTest.java | 237 ByteArrayOutputStream out = new ByteArrayOutputStream(); local 238 source.copyTo(out, 10, Segment.SIZE * 3); 241 out.toString()); 248 ByteArrayOutputStream out = new ByteArrayOutputStream(); local 249 buffer.copyTo(out); 250 String outString = new String(out.toByteArray(), UTF_8); 260 ByteArrayOutputStream out = new ByteArrayOutputStream(); local 262 buffer.writeTo(out, Segment.SIZE * 3); 265 out.toString()); 271 ByteArrayOutputStream out = new ByteArrayOutputStream() local 282 String out = buffer.readUtf8(); local 290 String out = buffer.readUtf8(); local 298 String out = buffer.readUtf8(); local [all...] |
/external/protobuf/java/core/src/main/java/com/google/protobuf/ |
UnknownFieldSet.java | 28 // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE 154 final ByteString.CodedBuilder out = local 156 writeTo(out.getCodedOutput()); 157 return out.build(); [all...] |
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/bluetooth/ |
BluetoothRfcommFacade.java | 179 Map<String, String> out = new HashMap<String, String>(); local 182 out.put(entry.getKey(), entry.getValue().getRemoteBluetoothAddress()); 185 return out; 492 public void write(byte[] out) throws IOException { 494 mOutputStream.write(out); 500 public void write(String out) throws IOException { 501 this.write(out.getBytes());
|
/frameworks/base/core/java/android/app/job/ |
JobInfo.java | 659 public void writeToParcel(Parcel out, int flags) { 660 out.writeInt(jobId); 661 out.writePersistableBundle(extras); 662 out.writeBundle(transientExtras); 664 out.writeInt(1); 665 clipData.writeToParcel(out, flags); 666 out.writeInt(clipGrantFlags); 668 out.writeInt(0); 670 out.writeParcelable(service, flags); 671 out.writeInt(constraintFlags) [all...] |
/frameworks/base/core/java/android/provider/ |
FontsContract.java | 314 // TODO: Factor out to other class. Consider to switch MessageQueue.IdleHandler. 394 Log.w(TAG, "Remote font fetch timed out: " + 646 final HashMap<Uri, ByteBuffer> out = new HashMap<>(); local 655 if (out.containsKey(uri)) { 678 out.put(uri, buffer); 680 return Collections.unmodifiableMap(out); [all...] |
/frameworks/base/services/backup/java/com/android/server/backup/fullbackup/ |
PerformFullTransportBackupTask.java | 361 FileOutputStream out = new FileOutputStream( local 388 out.write(buffer, 0, nRead); 439 // rug out from under it. Don't ask for its result: we already know better 762 FileOutputStream out = new FileOutputStream(mOutput.getFileDescriptor()); local [all...] |
/frameworks/base/services/core/java/com/android/server/pm/ |
ShortcutUser.java | 331 public void saveToXml(XmlSerializer out, boolean forBackup) 333 out.startTag(null, TAG_ROOT); 337 ShortcutService.writeAttr(out, ATTR_KNOWN_LOCALES, mKnownLocales); 338 ShortcutService.writeAttr(out, ATTR_LAST_APP_SCAN_TIME, 340 ShortcutService.writeAttr(out, ATTR_LAST_APP_SCAN_OS_FINGERPRINT, 343 ShortcutService.writeTagValue(out, TAG_LAUNCHER, mLastKnownLauncher); 350 saveShortcutPackageItem(out, mLaunchers.valueAt(i), forBackup); 356 saveShortcutPackageItem(out, mPackages.valueAt(i), forBackup); 360 out.endTag(null, TAG_ROOT); 363 private void saveShortcutPackageItem(XmlSerializer out, [all...] |