HomeSort by relevance Sort by last modified time
    Searched refs:writeShort (Results 26 - 50 of 214) sorted by null

12 3 4 5 6 7 8 9

  /frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/exif/
OrderedDataOutputStream.java 37 public OrderedDataOutputStream writeShort(short value) throws IOException {
  /packages/apps/Camera2/src/com/android/camera/exif/
OrderedDataOutputStream.java 37 public OrderedDataOutputStream writeShort(short value) throws IOException {
  /packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/exif/
OrderedDataOutputStream.java 37 public OrderedDataOutputStream writeShort(short value) throws IOException {
  /packages/apps/Launcher3/WallpaperPicker/src/com/android/gallery3d/exif/
OrderedDataOutputStream.java 37 public OrderedDataOutputStream writeShort(short value) throws IOException {
  /packages/apps/Messaging/src/com/android/messaging/util/exif/
OrderedDataOutputStream.java 37 public OrderedDataOutputStream writeShort(short value) throws IOException {
  /dalvik/dexgen/src/com/android/dexgen/dex/file/
MemberIdItem.java 79 out.writeShort(classIdx);
80 out.writeShort(typoidIdx);
CodeItem.java 259 out.writeShort(regSz);
260 out.writeShort(insSz);
261 out.writeShort(outsSz);
262 out.writeShort(triesSz);
273 out.writeShort(0);
  /dalvik/dx/src/com/android/dx/dex/file/
MemberIdItem.java 77 out.writeShort(classIdx);
78 out.writeShort(typoidIdx);
CodeItem.java 250 out.writeShort(regSz);
251 out.writeShort(insSz);
252 out.writeShort(outsSz);
253 out.writeShort(triesSz);
264 out.writeShort(0);
  /external/dexmaker/src/dx/java/com/android/dx/dex/file/
MemberIdItem.java 77 out.writeShort(classIdx);
78 out.writeShort(typoidIdx);
CodeItem.java 259 out.writeShort(regSz);
260 out.writeShort(insSz);
261 out.writeShort(outsSz);
262 out.writeShort(triesSz);
273 out.writeShort(0);
  /external/proguard/src/proguard/classfile/io/
RuntimeDataOutput.java 200 public void writeShort(int v)
204 dataOutput.writeShort(v);
  /external/javassist/src/main/javassist/bytecode/
ExceptionTable.java 271 out.writeShort(len); // exception_table_length
274 out.writeShort(e.startPc);
275 out.writeShort(e.endPc);
276 out.writeShort(e.handlerPc);
277 out.writeShort(e.catchType);
  /external/sonic/
wave.c 71 static void writeShort(
179 writeShort(file, 1); /* 20 - what is the audio format? 1 for PCM = Pulse Code Modulation */
180 writeShort(file, 1); /* 22 - mono or stereo? 1 or 2? (or 5 or ???) */
183 writeShort(file, 2); /* 32 - # of bytes in one sample, for all channels */
184 writeShort(file, 16); /* 34 - how many bits in a sample(number)? usually 16 or 24 */
  /dalvik/dexgen/src/com/android/dexgen/dex/code/
ArrayData.java 113 out.writeShort(0x300 | DalvOps.NOP);
114 out.writeShort(elemWidth);
130 out.writeShort((short) ((CstLiteral32) cst).getIntBits());
  /dalvik/dx/src/com/android/dx/dex/code/
ArrayData.java 115 out.writeShort(Opcodes.FILL_ARRAY_DATA_PAYLOAD);
116 out.writeShort(elemWidth);
132 out.writeShort((short) ((CstLiteral32) cst).getIntBits());
  /external/dexmaker/src/dx/java/com/android/dx/dex/code/
ArrayData.java 113 out.writeShort(Opcodes.FILL_ARRAY_DATA_PAYLOAD);
114 out.writeShort(elemWidth);
130 out.writeShort((short) ((CstLiteral32) cst).getIntBits());
  /external/objenesis/main/src/org/objenesis/instantiator/basic/
ObjectInputStreamInstantiator.java 62 dout.writeShort(ObjectStreamConstants.STREAM_MAGIC);
63 dout.writeShort(ObjectStreamConstants.STREAM_VERSION);
102 dout.writeShort((short) 0); // Zero fields
  /external/guava/guava/src/com/google/common/io/
LittleEndianDataOutputStream.java 85 writeShort(v);
151 * {@link DataOutputStream#writeShort(int)}, except using little-endian byte
156 @Override public void writeShort(int v) throws IOException {
  /libcore/luni/src/main/java/java/io/
DataOutputStream.java 161 writeShort(val);
190 public final void writeShort(int val) throws IOException {
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
RBBIRuleBuilder.java 229 dos.writeShort(tableData[i]);
236 dos.writeShort(tableData[i]);
243 dos.writeShort(tableData[i]);
250 dos.writeShort(tableData[i]);
  /external/mockito/cglib-and-asm/src/org/mockito/cglib/transform/impl/
InterceptFieldCallback.java 27 short writeShort(Object obj, String name, short oldValue, short newValue);
  /external/okhttp/okio/okio/src/main/java/okio/
BufferedSink.java 79 BufferedSink writeShort(int s) throws IOException;
  /external/okhttp/okio/okio/src/test/java/okio/
GzipSourceTest.java 45 gzipped.writeShort(Util.reverseBytesShort((short) hcrc.getValue())); // little endian
54 gzipped.writeShort(Util.reverseBytesShort((short) 7)); // little endian extra length
88 gzipped.writeShort(Util.reverseBytesShort((short) 7)); // little endian extra length
111 gzipped.writeShort((short) 0); // wrong HCRC!
  /libcore/luni/src/main/java/java/sql/
SQLOutput.java 81 public void writeShort(short theShort) throws SQLException;

Completed in 3285 milliseconds

12 3 4 5 6 7 8 9