Searched defs:writeInt (Results 1 - 25 of 60) sorted by relevance

123

/external/guava/guava/src/com/google/common/io/
H A DByteArrayDataOutput.java37 @Override void writeInt(int v); method in interface:ByteArrayDataOutput
H A DLittleEndianDataOutputStream.java120 writeInt(Float.floatToIntBits(v));
125 * {@link DataOutputStream#writeInt(int)}, except using little-endian byte
130 @Override public void writeInt(int v) throws IOException { method in class:LittleEndianDataOutputStream
H A DByteStreams.java464 @Override public void writeInt(int v) { method in class:ByteStreams.ByteArrayDataOutputStream
466 output.writeInt(v);
/external/proguard/src/proguard/classfile/io/
H A DRuntimeDataOutput.java174 public void writeInt(int v) method in class:RuntimeDataOutput
178 dataOutput.writeInt(v);
/external/javassist/src/main/javassist/bytecode/
H A DByteStream.java65 public void writeInt(int i) { method in class:ByteStream
90 writeInt(Float.floatToIntBits(v));
167 public void writeInt(int pos, int value) { method in class:ByteStream
/external/okhttp/okio/okio/src/main/java/okio/
H A DBufferedSink.java85 BufferedSink writeInt(int i) throws IOException; method in interface:BufferedSink
H A DRealBufferedSink.java137 @Override public BufferedSink writeInt(int i) throws IOException { method in class:RealBufferedSink
139 buffer.writeInt(i);
H A DBuffer.java993 @Override public Buffer writeInt(int i) { method in class:Buffer
1007 return writeInt(Util.reverseBytesInt(i));
/external/okhttp/okio/okio/src/test/java/okio/
H A DBufferedSinkTest.java123 @Test public void writeInt() throws Exception { method in class:BufferedSinkTest
124 sink.writeInt(0xabcdef01);
125 sink.writeInt(0x87654321);
132 sink.writeInt(0xabcdef01);
133 sink.writeInt(0x87654321);
142 sink.writeInt(0xabcdef01);
143 sink.writeInt(0x87654321);
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/writer/
H A DDexDataWriter.java91 writeInt((int)value);
92 writeInt((int)(value >> 32));
95 public static void writeInt(OutputStream out, int value) throws IOException { method in class:DexDataWriter
102 public void writeInt(int value) throws IOException { method in class:DexDataWriter
103 writeInt(this, value);
H A DEncodedValueWriter.java122 public void writeInt(int value) throws IOException { method in class:EncodedValueWriter
/external/jmdns/src/javax/jmdns/impl/
H A DDNSOutgoing.java72 void writeInt(int value) { method in class:DNSOutgoing.MessageOutputStream
158 writeInt((now == 0) ? rec.getTTL() : rec.getRemainingTTL(now));
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/framed/
H A DHpack.java385 writeInt(staticIndex + 1, PREFIX_4_BITS, 0);
396 void writeInt(int value, int prefixMask, int bits) throws IOException { method in class:Hpack.Writer
417 writeInt(data.size(), PREFIX_7_BITS, 0);
/external/proguard/src/proguard/classfile/instruction/
H A DInstruction.java1085 protected static void writeInt(byte[] code, int offset, int value) method in class:Instruction
1100 case 4: writeInt( code, offset, value); break;
1133 case 4: writeInt( code, offset, value); break;
/external/skia/src/core/
H A DSkWriteBuffer.cpp55 void SkBinaryWriteBuffer::writeInt(int32_t value) { function in class:SkBinaryWriteBuffer
143 this->writeInt(bitmap.width());
144 this->writeInt(bitmap.height());
178 this->writeInt(image->width());
179 this->writeInt(image->height());
/external/skia/tools/debugger/
H A DSkJsonWriteBuffer.cpp44 void SkJsonWriteBuffer::writeInt(int32_t value) { function in class:SkJsonWriteBuffer
/external/sonic/
H A Dwave.c56 static void writeInt( function
175 writeInt(file, 36 /* + dataLength */); /* 04 - how big is the rest of this file? */
178 writeInt(file, 16); /* 16 - size of this chunk */
181 writeInt(file, sampleRate); /* 24 - samples per second (numbers per second) */
182 writeInt(file, sampleRate * 2); /* 28 - bytes per second */
186 writeInt(file, 0); /* 40 - how big is this data chunk */
302 writeInt(file, file->bytesWritten - 8);
312 writeInt(file, file->bytesWritten - 48);
/external/volley/src/main/java/com/android/volley/toolbox/
H A DDiskBasedCache.java434 writeInt(os, CACHE_MAGIC);
497 static void writeInt(OutputStream os, int n) throws IOException { method in class:DiskBasedCache
551 writeInt(os, map.size());
557 writeInt(os, 0);
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowParcel.java110 writeInt(-1);
112 writeInt(str.length());
138 public void writeInt(int i) { method in class:ShadowParcel
217 writeInt(-1);
220 writeInt(val.length);
251 writeInt(-1);
254 writeInt(val.length);
285 writeInt(-1);
288 writeInt(val.length);
309 writeInt(
[all...]
/external/libvncserver/webclients/java-applet/ssl/
H A DSignedVncViewer.jarMETA-INF/MANIFEST.MF META-INF/SWKEY.SF META-INF/SWKEY.DSA META ...
H A DVncViewer.jarMETA-INF/ META-INF/MANIFEST.MF AuthPanel.class AuthPanel.java package AuthPanel extends java ...
/external/dexmaker/lib/
H A Dlibcore-dex-2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/dex/ com/android/dex/util/ ...
/external/guice/extensions/persist/lib/
H A Dhsqldb.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/hsqldb/ org/hsqldb/index/ org/hsqldb/jdbc/ org/ ...
H A Ddb4o-6.4.14.8131-java5.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/db4o/ com/db4o/activation/ com/db4o/cluster/ com/ ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dyjp-controller-api-redist.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/yourkit/ com/yourkit/api/ com/yourkit/runtime/ com/ ...

Completed in 689 milliseconds

123