HomeSort by relevance Sort by last modified time
    Searched refs:writeTo (Results 126 - 150 of 704) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/apache-http/src/org/apache/http/entity/
SerializableEntity.java 98 public void writeTo(OutputStream outstream) throws IOException {
StringEntity.java 90 public void writeTo(final OutputStream outstream) throws IOException {
  /external/apache-http/src/org/apache/http/impl/entity/
EntitySerializer.java 102 entity.writeTo(outstream);
  /external/dexmaker/src/dx/java/com/android/dx/dex/code/form/
Form10t.java 81 public void writeTo(AnnotatedOutput out, DalvInsn insn) {
Form11x.java 84 public void writeTo(AnnotatedOutput out, DalvInsn insn) {
Form20t.java 81 public void writeTo(AnnotatedOutput out, DalvInsn insn) {
  /external/dexmaker/src/dx/java/com/android/dx/dex/file/
StringIdItem.java 97 public void writeTo(DexFile file, AnnotatedOutput out) {
TypeIdItem.java 58 public void writeTo(DexFile file, AnnotatedOutput out) {
UniformItemSection.java 87 one.writeTo(file, out);
  /external/okhttp/samples/guide/src/main/java/com/squareup/okhttp/recipes/
PostStreaming.java 38 @Override public void writeTo(BufferedSink sink) throws IOException {
  /external/protobuf/java/src/main/java/com/google/protobuf/nano/
FieldData.java 110 void writeTo(CodedOutputByteBufferNano output) throws IOException {
112 cachedExtension.writeTo(value, output);
115 unknownField.writeTo(output);
186 writeTo(output);
  /external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/tester/org/apache/http/
HttpEntityStub.java 38 @Override public void writeTo(OutputStream outputStream) throws IOException {
  /external/smali/baksmali/src/main/java/org/jf/baksmali/Adaptors/Format/
ArrayDataMethodItem.java 44 public boolean writeTo(IndentingWriter writer) throws IOException {
OffsetInstructionFormatMethodItem.java 54 label.writeTo(writer);
  /external/smali/baksmali/src/main/java/org/jf/baksmali/Adaptors/
LabelMethodItem.java 76 public boolean writeTo(IndentingWriter writer) throws IOException {
RegisterFormatter.java 88 public void writeTo(IndentingWriter writer, int register) throws IOException {
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/writer/pool/
DexPool.java 95 public static void writeTo(@Nonnull DexDataStore dataStore, @Nonnull org.jf.dexlib2.iface.DexFile input) throws IOException {
100 dexPool.writeTo(dataStore);
103 public static void writeTo(@Nonnull String path, @Nonnull org.jf.dexlib2.iface.DexFile input) throws IOException {
108 dexPool.writeTo(new FileDataStore(new File(path)));
  /frameworks/base/tools/aapt2/
Locale.h 58 void writeTo(android::ResTable_config* out) const;
  /libcore/dex/src/main/java/com/android/dex/
FieldId.java 56 public void writeTo(Dex.Section out) {
MethodId.java 56 public void writeTo(Dex.Section out) {
ProtoId.java 53 public void writeTo(Dex.Section out) {
  /libcore/ojluni/src/main/java/java/io/
ByteArrayOutputStream.java 153 public synchronized void writeTo(OutputStream out) throws IOException {
  /packages/apps/UnifiedEmail/src/com/android/emailcommon/internet/
BinaryTempFileBody.java 39 * and writeTo one time. After writeTo is called, or the InputStream returned from
71 public void writeTo(OutputStream out) throws IOException, MessagingException {
  /packages/apps/UnifiedEmail/src/org/apache/james/mime4j/message/
MemoryBinaryBody.java 87 * @see org.apache.james.mime4j.message.Body#writeTo(java.io.OutputStream)
89 public void writeTo(OutputStream out) throws IOException {
TempFileBinaryBody.java 86 * @see org.apache.james.mime4j.message.Body#writeTo(java.io.OutputStream)
88 public void writeTo(OutputStream out) throws IOException {

Completed in 488 milliseconds

1 2 3 4 56 7 8 91011>>