/libcore/luni/src/test/java/libcore/java/nio/channels/ |
SocketChannelTest.java | 353 OutputStream out = acceptedSocket.getOutputStream(); local 354 out.write(writeContent);
|
/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();
|
/libcore/ojluni/src/main/java/java/lang/ |
System.java | 76 * System.out.println(data) 92 public final static PrintStream out; field in class:System 103 * variable <code>out</code>, has been redirected to a file or other 155 * @param out the new standard output stream 167 public static void setOut(PrintStream out) { 168 setOut0(out); 244 private static native void setOut0(PrintStream out); [all...] |
/libcore/ojluni/src/main/java/sun/net/www/protocol/ftp/ |
FtpURLConnection.java | 520 OutputStream out = http.getOutputStream(); local 524 return out;
|
/libcore/ojluni/src/main/java/sun/security/pkcs/ |
PKCS7.java | 460 * @param out the output stream to write the encoded data to. 463 public void encodeSignedData(OutputStream out) throws IOException { 466 out.write(derout.toByteArray()); 472 * @param out the DerOutputStream to write the encoded data to. 475 public void encodeSignedData(DerOutputStream out) 549 // writing out the contentInfo sequence 550 block.encode(out); 739 String out = ""; local 741 out += contentInfo + "\n"; 743 out += "PKCS7 :: version: " + Debug.toHexString(version) + "\n" [all...] |
/libcore/ojluni/src/main/java/sun/security/util/ |
DerValue.java | 408 public void encode(DerOutputStream out) 410 out.write(tag); 411 out.putLength(length); 421 out.write(value); 853 DerOutputStream out = new DerOutputStream(); local 855 encode(out); 857 return out.toByteArray();
|
/libcore/ojluni/src/main/native/ |
UNIXProcess_md.c | 684 int out[2]; member in struct:_ChildStuff 719 (closeSafely(p->out[0]) == -1) || 728 (moveDescriptor(p->out[1]!= -1 ? p->out[1] : p->fds[1], 844 int in[2], out[2], err[2], fail[2]; local 851 in[0] = in[1] = out[0] = out[1] = err[0] = err[1] = fail[0] = fail[1] = -1; 888 (fds[1] == -1 && pipe(out) < 0) || 899 copyPipe(out, c->out); [all...] |
/libcore/ojluni/src/test/java/util/stream/bootlib/java/util/stream/ |
OpTestCase.java | 544 S_OUT out = streamF.apply(data.stream()).sequential(); local 545 AbstractPipeline ap = (AbstractPipeline) out;
|
/libcore/ojluni/src/test/java/util/stream/testlib/org/openjdk/testlib/java/util/stream/ |
OpTestCase.java | 545 S_OUT out = streamF.apply(data.stream()).sequential(); local 546 AbstractPipeline ap = (AbstractPipeline) out;
|
/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/Messaging/src/com/android/messaging/util/exif/ |
ExifOutputStream.java | 43 * // Write the original jpeg out, the header will be add into the file. 115 * Writes the image out. The input data should be a valid JPEG format. After 130 out.write(buffer, offset, byteToProcess); 150 out.write(mBuffer.array(), 0, 2); 165 out.write(mBuffer.array(), 0, 2); 178 out.write(mBuffer.array(), 0, 4); 181 out.write(mBuffer.array(), 0, 4); 188 out.write(buffer, offset, length); 193 * Writes the one bytes out. The input data should be a valid JPEG format. 223 OrderedDataOutputStream dataOutputStream = new OrderedDataOutputStream(out); [all...] |
/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/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/rdma/ |
ib_user_cm.h | 29 * ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN 71 __u16 out; member in struct:ib_ucm_cmd_hdr
|
rdma_user_cm.h | 28 * ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN 73 __u16 out; member in struct:rdma_ucm_cmd_hdr
|
/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...] |
/system/extras/ANRdaemon/ |
ANRdaemon.cpp | 27 * OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT 373 uint8_t *in, *out; local 387 out = (uint8_t*)malloc(bufSize); 390 zs.next_out = out; 409 result = write(output_fd, out, bufSize); 416 zs.next_out = out; 428 result = write(output_fd, out, bytes); 440 free(out);
|
/system/security/keystore/ |
keystore.cpp | 102 static int encode_key(char* out, const android::String8& keyName) { 105 for (int i = length; i > 0; --i, ++in, ++out) { 107 *out = '+' + (*in >> 6); 108 *++out = '0' + (*in & 0x3F); 111 *out = *in; 114 *out = '\0'; 330 static void decode_key(char* out, const char* in, size_t length) { 338 *out = (*in++ - '+') << 6; 339 *out++ |= (*in - '0') & 0x3F; 341 *out++ = *in 671 int out = local [all...] |
/toolchain/binutils/binutils-2.25/binutils/ |
ar.c | 442 char **out; /* cursor into rearranged argv */ 456 out = new_argv; 457 *out++ = *in++; 464 *out++ = xstrdup (buffer); 470 *out++ = *in++; 471 *out = NULL; 897 /* If the target isn't set, try to figure out the target to use 1239 /* In a.out systems, the armap is optional. It's also calle 439 char **out; \/* cursor into rearranged argv *\/ local [all...] |
/external/caliper/lib/ |
gson-2.2.2.jar | |