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

12

/external/dexmaker/src/dx/java/com/android/dx/io/instructions/
H A DCodeOutput.java51 public void writeInt(int value); method in interface:CodeOutput
H A DShortArrayCodeOutput.java93 public void writeInt(int value) { method in class:ShortArrayCodeOutput
136 writeInt(i);
/external/dexmaker/src/dx/java/com/android/dx/util/
H A DOutput.java61 public void writeInt(int value); method in interface:Output
H A DByteArrayAnnotatedOutput.java190 public void writeInt(int value) { method in class:ByteArrayAnnotatedOutput
/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.java532 @Override public void writeInt(int v) { method in class:ByteStreams.ByteArrayDataOutputStream
534 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/smali/dexlib/src/main/java/org/jf/dexlib/Util/
H A DOutput.java73 public void writeInt(int value); method in interface:Output
H A DByteArrayAnnotatedOutput.java192 public void writeInt(int value) { method in class:ByteArrayAnnotatedOutput
H A DByteArrayOutput.java187 public void writeInt(int value) { method in class:ByteArrayOutput
/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/chromium_org/third_party/skia/include/core/
H A DSkWriter32.h75 this->writeInt(value);
79 void writeInt(int32_t value) { function in class:SkWriter32
/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/jmonkeyengine/engine/src/core-plugins/com/jme3/export/binary/
H A DByteUtils.java153 public static void writeInt(OutputStream outputStream, int integer) method in class:ByteUtils
/external/proguard/src/proguard/classfile/instruction/
H A DInstruction.java868 protected static void writeInt(byte[] code, int offset, int value) method in class:Instruction
883 case 4: writeInt( code, offset, value); break;
916 case 4: writeInt( code, offset, value); break;
/external/skia/include/core/
H A DSkWriter32.h75 this->writeInt(value);
79 void writeInt(int32_t value) { function in class:SkWriter32
/external/chromium_org/third_party/skia/src/core/
H A DSkOrderedWriteBuffer.cpp65 void SkOrderedWriteBuffer::writeInt(int32_t value) { function in class:SkOrderedWriteBuffer
88 fWriter.writeInt(encoding);
89 fWriter.writeInt(byteLength);
153 this->writeInt(bitmap.width());
154 this->writeInt(bitmap.height());
/external/skia/src/core/
H A DSkOrderedWriteBuffer.cpp65 void SkOrderedWriteBuffer::writeInt(int32_t value) { function in class:SkOrderedWriteBuffer
88 fWriter.writeInt(encoding);
89 fWriter.writeInt(byteLength);
153 this->writeInt(bitmap.width());
154 this->writeInt(bitmap.height());
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowParcel.java107 writeInt(-1);
109 writeInt(str.length());
125 public void writeInt(int i) { method in class:ShadowParcel
204 writeInt(-1);
207 writeInt(val.length);
238 writeInt(-1);
241 writeInt(val.length);
272 writeInt(-1);
275 writeInt(val.length);
296 writeInt(
[all...]
/external/robolectric/lib/main/
H A Dh2-1.2.147.jarMETA-INF/MANIFEST.MF META-INF/services/java.sql.Driver org/h2/api/AggregateFunction ...
H A Dxpp3-1.1.4c.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ META-INF/services/org. ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.ds_1.2.1.R36x_v20100803.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/smack/asmack-master/lib/
H A Dxpp3-1.1.4c.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ META-INF/services/org. ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.jdt.debug_3.6.1.v20100715_r361/
H A Djdimodel.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 516 milliseconds

12