/libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/ |
MessageDigest2Test.java | 102 ByteArrayOutputStream out = new ByteArrayOutputStream(); local 103 DataOutputStream output = new DataOutputStream(out); 152 byte[] data = out.toByteArray(); 162 ByteArrayOutputStream out = new ByteArrayOutputStream(); local 163 DataOutputStream output = new DataOutputStream(out); 195 byte[] data = out.toByteArray();
|
/ndk/sources/android/support/src/stdio/ |
vfprintf.c | 20 TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE 187 static void out(FILE *f, const char *s, size_t l) function 203 out(f, pad, sizeof pad); 204 out(f, pad, l); 254 out(f, prefix, pl); 255 out(f, s, 3); 305 out(f, prefix, pl); 307 out(f, buf, s-buf); 309 out(f, estr, ebuf-estr); 422 out(f, prefix, pl) 701 FakeFILE out[1]; local 723 FakeFILE out[1]; local [all...] |
/ndk/sources/host-tools/nawk-20071023/ |
awk.h | 21 ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF 205 /* watch out in match(), etc. */ 220 uschar out[NSTATES]; member in struct:fa
|
/packages/apps/Camera2/src/com/android/camera/exif/ |
ExifOutputStream.java | 42 * // Write the original jpeg out, the header will be add into the file. 114 * Writes the image out. The input data should be a valid JPEG format. After 129 out.write(buffer, offset, byteToProcess); 149 out.write(mBuffer.array(), 0, 2); 164 out.write(mBuffer.array(), 0, 2); 177 out.write(mBuffer.array(), 0, 4); 180 out.write(mBuffer.array(), 0, 4); 187 out.write(buffer, offset, length); 192 * Writes the one bytes out. The input data should be a valid JPEG format. 222 OrderedDataOutputStream dataOutputStream = new OrderedDataOutputStream(out); [all...] |
/packages/apps/Gallery/src/com/android/camera/ |
ImageManager.java | 82 public void writeToParcel(Parcel out, int flags) { 83 out.writeInt(mLocation.ordinal()); 84 out.writeInt(mInclusion); 85 out.writeInt(mSort); 86 out.writeString(mBucketId); 87 out.writeParcelable(mSingleImageUri, flags); 88 out.writeInt(mIsEmptyImageList ? 1 : 0); 171 /* This is commented out because isVideo is not calling this now.
|
/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/exif/ |
ExifOutputStream.java | 42 * // Write the original jpeg out, the header will be add into the file. 114 * Writes the image out. The input data should be a valid JPEG format. After 129 out.write(buffer, offset, byteToProcess); 149 out.write(mBuffer.array(), 0, 2); 164 out.write(mBuffer.array(), 0, 2); 177 out.write(mBuffer.array(), 0, 4); 180 out.write(mBuffer.array(), 0, 4); 187 out.write(buffer, offset, length); 192 * Writes the one bytes out. The input data should be a valid JPEG format. 222 OrderedDataOutputStream dataOutputStream = new OrderedDataOutputStream(out); [all...] |
/packages/apps/Launcher3/WallpaperPicker/src/com/android/gallery3d/exif/ |
ExifOutputStream.java | 42 * // Write the original jpeg out, the header will be add into the file. 114 * Writes the image out. The input data should be a valid JPEG format. After 129 out.write(buffer, offset, byteToProcess); 149 out.write(mBuffer.array(), 0, 2); 164 out.write(mBuffer.array(), 0, 2); 177 out.write(mBuffer.array(), 0, 4); 180 out.write(mBuffer.array(), 0, 4); 187 out.write(buffer, offset, length); 192 * Writes the one bytes out. The input data should be a valid JPEG format. 222 OrderedDataOutputStream dataOutputStream = new OrderedDataOutputStream(out); [all...] |
/packages/apps/Mms/src/com/android/mms/exif/ |
ExifOutputStream.java | 44 * // Write the original jpeg out, the header will be add into the file. 116 * Writes the image out. The input data should be a valid JPEG format. After 131 out.write(buffer, offset, byteToProcess); 151 out.write(mBuffer.array(), 0, 2); 166 out.write(mBuffer.array(), 0, 2); 179 out.write(mBuffer.array(), 0, 4); 182 out.write(mBuffer.array(), 0, 4); 189 out.write(buffer, offset, length); 194 * Writes the one bytes out. The input data should be a valid JPEG format. 224 OrderedDataOutputStream dataOutputStream = new OrderedDataOutputStream(out); [all...] |
/packages/apps/Mms/src/com/android/mms/model/ |
SmilHelper.java | 367 ByteArrayOutputStream out = new ByteArrayOutputStream(); local 368 SmilXmlSerializer.serialize(document, out); 369 Log.v(TAG, out.toString());
|
/packages/apps/UnifiedEmail/src/com/google/android/mail/common/html/parser/ |
HtmlParser.java | 245 * due to the sanitizer stripping out nodes between Text nodes. It is 253 List<HtmlDocument.Node> out = local 261 mergeTextNodes(textNodes, out); 262 out.add(node); 265 mergeTextNodes(textNodes, out); 266 return out; [all...] |
/packages/apps/UnifiedEmail/src/org/apache/commons/io/ |
FileUtils.java | 223 OutputStream out = openOutputStream(file); local 224 IOUtils.closeQuietly(out); 1252 OutputStream out = null; local 1284 OutputStream out = null; local 1343 OutputStream out = null; local [all...] |
/packages/providers/UserDictionaryProvider/src/com/android/providers/userdictionary/ |
DictionaryBackupAgent.java | 173 String out = name + SEPARATOR + frequency + SEPARATOR + locale + SEPARATOR + appId local 175 byte[] line = out.getBytes(); 278 * @param out byte array 283 private int writeInt(byte[] out, int pos, int value) { 284 out[pos + 0] = (byte) ((value >> 24) & 0xFF); 285 out[pos + 1] = (byte) ((value >> 16) & 0xFF); 286 out[pos + 2] = (byte) ((value >> 8) & 0xFF); 287 out[pos + 3] = (byte) ((value >> 0) & 0xFF);
|
/prebuilts/ndk/9/platforms/android-19/arch-arm/usr/include/rs/ |
rs_hal.h | 52 void *out; member in struct:android::renderscript::__anon53843
|
/prebuilts/ndk/9/platforms/android-19/arch-mips/usr/include/rs/ |
rs_hal.h | 52 void *out; member in struct:android::renderscript::__anon54372
|
/prebuilts/ndk/9/platforms/android-19/arch-x86/usr/include/rs/ |
rs_hal.h | 52 void *out; member in struct:android::renderscript::__anon54903
|
/system/core/adb/ |
usb_linux.c | 263 // we have a match. now we just need to figure out which is in and which is out. 343 /* time out after five seconds */ 367 struct usbdevfs_urb *out = NULL; local 396 res = ioctl(h->desc, USBDEVFS_REAPURB, &out); 412 out, out->status, out->actual_length); 414 if(out == &h->urb_in) { 424 if(out == &h->urb_out) [all...] |
/system/core/libsparse/ |
output_file.c | 71 int (*write_data_chunk)(struct output_file *out, unsigned int len, 73 int (*write_fill_chunk)(struct output_file *out, unsigned int len, 75 int (*write_skip_chunk)(struct output_file *out, int64_t len); 76 int (*write_end_chunk)(struct output_file *out); 94 struct output_file out; member in struct:output_file_gz 99 container_of((_o), struct output_file_gz, out) 102 struct output_file out; member in struct:output_file_normal 107 container_of((_o), struct output_file_normal, out) 110 struct output_file out; member in struct:output_file_callback 116 container_of((_o), struct output_file_callback, out) 660 struct output_file *out; local [all...] |
/prebuilts/tools/common/m2/repository/com/google/dexmaker/dexmaker/1.0/ |
dexmaker-1.0.jar | |
/cts/tests/tests/renderscript/src/android/renderscript/cts/ |
TestMax.java | 40 public Target.Floaty out; field in class:TestMax.ArgumentsFloatFloatFloat 47 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE); local 49 script.forEach_testMaxFloatFloatFloat(in, out); 50 verifyResultsMaxFloatFloatFloat(in, in1, out, false); 55 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE); local 57 scriptRelaxed.forEach_testMaxFloatFloatFloat(in, out); 58 verifyResultsMaxFloatFloatFloat(in, in1, out, true); 64 private void verifyResultsMaxFloatFloatFloat(Allocation in, Allocation in1, Allocation out, boolean relaxed) { 70 out.copyTo(arrayOut); 77 // Figure out what the outputs should have been 116 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 2), INPUTSIZE); local 124 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 2), INPUTSIZE); local 185 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 3), INPUTSIZE); local 193 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, 4), INPUTSIZE); local 262 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 4), INPUTSIZE); local 322 public byte out; field in class:TestMax.ArgumentsCharCharChar 329 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.SIGNED_8, 1), INPUTSIZE); local 337 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.SIGNED_8, 1), INPUTSIZE); local 394 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.SIGNED_8, 2), INPUTSIZE); local 402 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.SIGNED_8, 2), INPUTSIZE); local 459 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.SIGNED_8, 3), INPUTSIZE); local 467 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.SIGNED_8, 3), INPUTSIZE); local 524 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.SIGNED_8, 4), INPUTSIZE); local 532 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.SIGNED_8, 4), INPUTSIZE); local 588 public byte out; field in class:TestMax.ArgumentsUcharUcharUchar 595 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.UNSIGNED_8, 1), INPUTSIZE); local 603 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.UNSIGNED_8, 1), INPUTSIZE); local 660 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.UNSIGNED_8, 2), INPUTSIZE); local 668 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.UNSIGNED_8, 2), INPUTSIZE); local 725 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.UNSIGNED_8, 3), INPUTSIZE); local 733 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.UNSIGNED_8, 3), INPUTSIZE); local 790 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.UNSIGNED_8, 4), INPUTSIZE); local 798 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.UNSIGNED_8, 4), INPUTSIZE); local 854 public short out; field in class:TestMax.ArgumentsShortShortShort 861 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.SIGNED_16, 1), INPUTSIZE); local 869 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.SIGNED_16, 1), INPUTSIZE); local 926 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.SIGNED_16, 2), INPUTSIZE); local 934 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.SIGNED_16, 2), INPUTSIZE); local 991 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.SIGNED_16, 3), INPUTSIZE); local 999 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.SIGNED_16, 3), INPUTSIZE); local 1056 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.SIGNED_16, 4), INPUTSIZE); local 1064 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.SIGNED_16, 4), INPUTSIZE); local 1120 public short out; field in class:TestMax.ArgumentsUshortUshortUshort 1127 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.UNSIGNED_16, 1), INPUTSIZE); local 1135 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.UNSIGNED_16, 1), INPUTSIZE); local 1192 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.UNSIGNED_16, 2), INPUTSIZE); local 1200 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.UNSIGNED_16, 2), INPUTSIZE); local 1257 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.UNSIGNED_16, 3), INPUTSIZE); local 1265 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.UNSIGNED_16, 3), INPUTSIZE); local 1322 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.UNSIGNED_16, 4), INPUTSIZE); local 1330 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.UNSIGNED_16, 4), INPUTSIZE); local 1386 public int out; field in class:TestMax.ArgumentsIntIntInt 1393 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.SIGNED_32, 1), INPUTSIZE); local 1401 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.SIGNED_32, 1), INPUTSIZE); local 1458 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.SIGNED_32, 2), INPUTSIZE); local 1466 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.SIGNED_32, 2), INPUTSIZE); local 1523 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.SIGNED_32, 3), INPUTSIZE); local 1531 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.SIGNED_32, 3), INPUTSIZE); local 1588 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.SIGNED_32, 4), INPUTSIZE); local 1596 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.SIGNED_32, 4), INPUTSIZE); local 1652 public int out; field in class:TestMax.ArgumentsUintUintUint 1659 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.UNSIGNED_32, 1), INPUTSIZE); local 1667 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.UNSIGNED_32, 1), INPUTSIZE); local 1724 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.UNSIGNED_32, 2), INPUTSIZE); local 1732 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.UNSIGNED_32, 2), INPUTSIZE); local 1789 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.UNSIGNED_32, 3), INPUTSIZE); local 1797 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.UNSIGNED_32, 3), INPUTSIZE); local 1854 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.UNSIGNED_32, 4), INPUTSIZE); local 1862 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.UNSIGNED_32, 4), INPUTSIZE); local 1918 public long out; field in class:TestMax.ArgumentsLongLongLong 1925 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.SIGNED_64, 1), INPUTSIZE); local 1933 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.SIGNED_64, 1), INPUTSIZE); local 1990 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.SIGNED_64, 2), INPUTSIZE); local 1998 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.SIGNED_64, 2), INPUTSIZE); local 2055 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.SIGNED_64, 3), INPUTSIZE); local 2063 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.SIGNED_64, 3), INPUTSIZE); local 2120 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.SIGNED_64, 4), INPUTSIZE); local 2128 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.SIGNED_64, 4), INPUTSIZE); local 2184 public long out; field in class:TestMax.ArgumentsUlongUlongUlong 2191 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.UNSIGNED_64, 1), INPUTSIZE); local 2199 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.UNSIGNED_64, 1), INPUTSIZE); local 2256 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.UNSIGNED_64, 2), INPUTSIZE); local 2264 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.UNSIGNED_64, 2), INPUTSIZE); local 2321 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.UNSIGNED_64, 3), INPUTSIZE); local 2329 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.UNSIGNED_64, 3), INPUTSIZE); local 2386 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.UNSIGNED_64, 4), INPUTSIZE); local 2394 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.UNSIGNED_64, 4), INPUTSIZE); local [all...] |
TestMin.java | 40 public Target.Floaty out; field in class:TestMin.ArgumentsFloatFloatFloat 47 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE); local 49 script.forEach_testMinFloatFloatFloat(in, out); 50 verifyResultsMinFloatFloatFloat(in, in1, out, false); 55 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 1), INPUTSIZE); local 57 scriptRelaxed.forEach_testMinFloatFloatFloat(in, out); 58 verifyResultsMinFloatFloatFloat(in, in1, out, true); 64 private void verifyResultsMinFloatFloatFloat(Allocation in, Allocation in1, Allocation out, boolean relaxed) { 70 out.copyTo(arrayOut); 77 // Figure out what the outputs should have been 116 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 2), INPUTSIZE); local 124 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 2), INPUTSIZE); local 185 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 3), INPUTSIZE); local 193 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, 4), INPUTSIZE); local 262 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.FLOAT_32, 4), INPUTSIZE); local 322 public byte out; field in class:TestMin.ArgumentsCharCharChar 329 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.SIGNED_8, 1), INPUTSIZE); local 337 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.SIGNED_8, 1), INPUTSIZE); local 394 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.SIGNED_8, 2), INPUTSIZE); local 402 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.SIGNED_8, 2), INPUTSIZE); local 459 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.SIGNED_8, 3), INPUTSIZE); local 467 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.SIGNED_8, 3), INPUTSIZE); local 524 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.SIGNED_8, 4), INPUTSIZE); local 532 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.SIGNED_8, 4), INPUTSIZE); local 588 public byte out; field in class:TestMin.ArgumentsUcharUcharUchar 595 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.UNSIGNED_8, 1), INPUTSIZE); local 603 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.UNSIGNED_8, 1), INPUTSIZE); local 660 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.UNSIGNED_8, 2), INPUTSIZE); local 668 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.UNSIGNED_8, 2), INPUTSIZE); local 725 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.UNSIGNED_8, 3), INPUTSIZE); local 733 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.UNSIGNED_8, 3), INPUTSIZE); local 790 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.UNSIGNED_8, 4), INPUTSIZE); local 798 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.UNSIGNED_8, 4), INPUTSIZE); local 854 public short out; field in class:TestMin.ArgumentsShortShortShort 861 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.SIGNED_16, 1), INPUTSIZE); local 869 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.SIGNED_16, 1), INPUTSIZE); local 926 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.SIGNED_16, 2), INPUTSIZE); local 934 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.SIGNED_16, 2), INPUTSIZE); local 991 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.SIGNED_16, 3), INPUTSIZE); local 999 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.SIGNED_16, 3), INPUTSIZE); local 1056 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.SIGNED_16, 4), INPUTSIZE); local 1064 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.SIGNED_16, 4), INPUTSIZE); local 1120 public short out; field in class:TestMin.ArgumentsUshortUshortUshort 1127 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.UNSIGNED_16, 1), INPUTSIZE); local 1135 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.UNSIGNED_16, 1), INPUTSIZE); local 1192 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.UNSIGNED_16, 2), INPUTSIZE); local 1200 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.UNSIGNED_16, 2), INPUTSIZE); local 1257 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.UNSIGNED_16, 3), INPUTSIZE); local 1265 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.UNSIGNED_16, 3), INPUTSIZE); local 1322 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.UNSIGNED_16, 4), INPUTSIZE); local 1330 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.UNSIGNED_16, 4), INPUTSIZE); local 1386 public int out; field in class:TestMin.ArgumentsIntIntInt 1393 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.SIGNED_32, 1), INPUTSIZE); local 1401 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.SIGNED_32, 1), INPUTSIZE); local 1458 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.SIGNED_32, 2), INPUTSIZE); local 1466 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.SIGNED_32, 2), INPUTSIZE); local 1523 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.SIGNED_32, 3), INPUTSIZE); local 1531 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.SIGNED_32, 3), INPUTSIZE); local 1588 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.SIGNED_32, 4), INPUTSIZE); local 1596 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.SIGNED_32, 4), INPUTSIZE); local 1652 public int out; field in class:TestMin.ArgumentsUintUintUint 1659 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.UNSIGNED_32, 1), INPUTSIZE); local 1667 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.UNSIGNED_32, 1), INPUTSIZE); local 1724 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.UNSIGNED_32, 2), INPUTSIZE); local 1732 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.UNSIGNED_32, 2), INPUTSIZE); local 1789 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.UNSIGNED_32, 3), INPUTSIZE); local 1797 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.UNSIGNED_32, 3), INPUTSIZE); local 1854 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.UNSIGNED_32, 4), INPUTSIZE); local 1862 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.UNSIGNED_32, 4), INPUTSIZE); local 1918 public long out; field in class:TestMin.ArgumentsLongLongLong 1925 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.SIGNED_64, 1), INPUTSIZE); local 1933 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.SIGNED_64, 1), INPUTSIZE); local 1990 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.SIGNED_64, 2), INPUTSIZE); local 1998 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.SIGNED_64, 2), INPUTSIZE); local 2055 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.SIGNED_64, 3), INPUTSIZE); local 2063 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.SIGNED_64, 3), INPUTSIZE); local 2120 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.SIGNED_64, 4), INPUTSIZE); local 2128 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.SIGNED_64, 4), INPUTSIZE); local 2184 public long out; field in class:TestMin.ArgumentsUlongUlongUlong 2191 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.UNSIGNED_64, 1), INPUTSIZE); local 2199 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.UNSIGNED_64, 1), INPUTSIZE); local 2256 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.UNSIGNED_64, 2), INPUTSIZE); local 2264 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.UNSIGNED_64, 2), INPUTSIZE); local 2321 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.UNSIGNED_64, 3), INPUTSIZE); local 2329 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.UNSIGNED_64, 3), INPUTSIZE); local 2386 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.UNSIGNED_64, 4), INPUTSIZE); local 2394 Allocation out = Allocation.createSized(mRS, getElement(mRS, Element.DataType.UNSIGNED_64, 4), INPUTSIZE); local [all...] |
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/internal/net/www/protocol/https/ |
HttpsURLConnectionTest.java | 228 System.out.println("Expected exception was thrown: " 725 System.out.println("Got expected IOException: " 764 System.out.println("Expected exception was thrown: " 783 System.out.println(); 784 System.out.println("------------------------"); 785 System.out.println("------ " + getName()); 786 System.out.println("------------------------"); 1132 private PrintStream out = new PrintStream(System.out); field in class:HttpsURLConnectionTest.Work [all...] |
/external/conscrypt/src/test/java/org/conscrypt/ |
TrustedCertificateStoreTest.java | 760 OutputStream out = new FileOutputStream(file); local 761 out.write(x.getEncoded()); 762 out.close();
|
/external/jmdns/src/javax/jmdns/impl/ |
ServiceInfoImpl.java | 131 ByteArrayOutputStream out = new ByteArrayOutputStream(text.length()); local 132 writeUTF(out, text); 133 this._text = out.toByteArray(); 177 ByteArrayOutputStream out = new ByteArrayOutputStream(text.length()); local 178 writeUTF(out, text); 179 this._text = out.toByteArray(); 750 static void writeUTF(OutputStream out, String str) throws IOException { 754 out.write(c); 757 out.write(0xE0 | ((c >> 12) & 0x0F)); 758 out.write(0x80 | ((c >> 6) & 0x3F)) 1235 ByteArrayOutputStream out = new ByteArrayOutputStream(256); local [all...] |
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/model/ |
RemotePrintDocument.java | 350 OutputStream out = null; local 354 out = contentResolver.openOutputStream(uri); 361 out.write(buffer, 0, readByteCount); 367 IoUtils.closeQuietly(out); 904 OutputStream out = null; local 914 out = new FileOutputStream(file); [all...] |
/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/ |
SettingsBackupAgent.java | 227 // Parse out all the key management regimes permitted for this network. The literal 305 // Parse out 'network=' decls so we can ignore duplicates 531 DataOutputStream out = new DataOutputStream(bufstream); local 534 out.writeInt(FULL_BACKUP_VERSION); 537 out.writeInt(systemSettingsData.length); 538 out.write(systemSettingsData); 540 out.writeInt(secureSettingsData.length); 541 out.write(secureSettingsData); 543 out.writeInt(globalSettingsData.length); 544 out.write(globalSettingsData) 943 OutputStreamWriter out = new OutputStreamWriter(bos); local [all...] |