HomeSort by relevance Sort by last modified time
    Searched refs:writeShort (Results 51 - 75 of 188) sorted by null

1 23 4 5 6 7 8

  /frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/exif/
ExifOutputStream.java 224 dataOutputStream.writeShort(JpegHeader.APP1);
225 dataOutputStream.writeShort((short) (exifSize + 8));
227 dataOutputStream.writeShort((short) 0x0000);
229 dataOutputStream.writeShort(TIFF_BIG_ENDIAN);
231 dataOutputStream.writeShort(TIFF_LITTLE_ENDIAN);
234 dataOutputStream.writeShort(TIFF_HEADER);
284 dataOutputStream.writeShort((short) tags.length);
286 dataOutputStream.writeShort(tag.getTagId());
287 dataOutputStream.writeShort(tag.getDataType());
513 dataOutputStream.writeShort((short) tag.getValueAt(i))
    [all...]
  /packages/apps/Camera2/src/com/android/camera/exif/
ExifOutputStream.java 224 dataOutputStream.writeShort(JpegHeader.APP1);
225 dataOutputStream.writeShort((short) (exifSize + 8));
227 dataOutputStream.writeShort((short) 0x0000);
229 dataOutputStream.writeShort(TIFF_BIG_ENDIAN);
231 dataOutputStream.writeShort(TIFF_LITTLE_ENDIAN);
234 dataOutputStream.writeShort(TIFF_HEADER);
284 dataOutputStream.writeShort((short) tags.length);
286 dataOutputStream.writeShort(tag.getTagId());
287 dataOutputStream.writeShort(tag.getDataType());
513 dataOutputStream.writeShort((short) tag.getValueAt(i))
    [all...]
  /packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/exif/
ExifOutputStream.java 224 dataOutputStream.writeShort(JpegHeader.APP1);
225 dataOutputStream.writeShort((short) (exifSize + 8));
227 dataOutputStream.writeShort((short) 0x0000);
229 dataOutputStream.writeShort(TIFF_BIG_ENDIAN);
231 dataOutputStream.writeShort(TIFF_LITTLE_ENDIAN);
234 dataOutputStream.writeShort(TIFF_HEADER);
284 dataOutputStream.writeShort((short) tags.length);
286 dataOutputStream.writeShort(tag.getTagId());
287 dataOutputStream.writeShort(tag.getDataType());
513 dataOutputStream.writeShort((short) tag.getValueAt(i))
    [all...]
  /packages/apps/Launcher3/WallpaperPicker/src/com/android/gallery3d/exif/
ExifOutputStream.java 224 dataOutputStream.writeShort(JpegHeader.APP1);
225 dataOutputStream.writeShort((short) (exifSize + 8));
227 dataOutputStream.writeShort((short) 0x0000);
229 dataOutputStream.writeShort(TIFF_BIG_ENDIAN);
231 dataOutputStream.writeShort(TIFF_LITTLE_ENDIAN);
234 dataOutputStream.writeShort(TIFF_HEADER);
284 dataOutputStream.writeShort((short) tags.length);
286 dataOutputStream.writeShort(tag.getTagId());
287 dataOutputStream.writeShort(tag.getDataType());
513 dataOutputStream.writeShort((short) tag.getValueAt(i))
    [all...]
  /packages/apps/Mms/src/com/android/mms/exif/
ExifOutputStream.java 226 dataOutputStream.writeShort(JpegHeader.APP1);
227 dataOutputStream.writeShort((short) (exifSize + 8));
229 dataOutputStream.writeShort((short) 0x0000);
231 dataOutputStream.writeShort(TIFF_BIG_ENDIAN);
233 dataOutputStream.writeShort(TIFF_LITTLE_ENDIAN);
236 dataOutputStream.writeShort(TIFF_HEADER);
286 dataOutputStream.writeShort((short) tags.length);
288 dataOutputStream.writeShort(tag.getTagId());
289 dataOutputStream.writeShort(tag.getDataType());
515 dataOutputStream.writeShort((short) tag.getValueAt(i))
    [all...]
  /external/javassist/src/main/javassist/bytecode/
MethodInfo.java 531 out.writeShort(accessFlags);
532 out.writeShort(name);
533 out.writeShort(descriptor);
536 out.writeShort(0);
538 out.writeShort(attribute.size());
CodeAttribute.java 166 out.writeShort(name); // attribute_name_index
168 out.writeShort(maxStack); // max_stack
169 out.writeShort(maxLocals); // max_locals
173 out.writeShort(attributes.size()); // attributes_count
ByteStream.java 57 public void writeShort(int s) {
162 public void writeShort(int pos, int value) {
  /dalvik/dexgen/src/com/android/dexgen/dex/file/
MapItem.java 230 out.writeShort(value);
231 out.writeShort(0); // unused
TypeListItem.java 110 out.writeShort(typeIds.indexOf(list.getType(i)));
CatchStructs.java 216 out.writeShort(insnCount);
217 out.writeShort(handlerOffsets.get(one.getHandlers()));
  /dalvik/dx/src/com/android/dx/dex/file/
MapItem.java 229 out.writeShort(value);
230 out.writeShort(0); // unused
TypeListItem.java 109 out.writeShort(typeIds.indexOf(list.getType(i)));
CatchStructs.java 213 out.writeShort(insnCount);
214 out.writeShort(handlerOffsets.get(one.getHandlers()));
  /external/dexmaker/src/dx/java/com/android/dx/dex/file/
MapItem.java 230 out.writeShort(value);
231 out.writeShort(0); // unused
TypeListItem.java 110 out.writeShort(typeIds.indexOf(list.getType(i)));
CatchStructs.java 214 out.writeShort(insnCount);
215 out.writeShort(handlerOffsets.get(one.getHandlers()));
  /external/guava/guava-tests/test/com/google/common/io/
LittleEndianDataInputStreamTest.java 60 out.writeShort((short) -30000);
61 out.writeShort((short) 50000);
LittleEndianDataOutputStreamTest.java 50 out.writeShort((short) -30000);
51 out.writeShort((short) 50000);
  /external/okhttp/okio/src/main/java/okio/
RealBufferedSink.java 77 @Override public BufferedSink writeShort(int s) throws IOException {
79 buffer.writeShort(s);
  /external/proguard/src/proguard/classfile/instruction/
Instruction.java 857 protected static void writeShort(byte[] code, int offset, int value)
882 case 2: writeShort(code, offset, value); break;
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/writer/
InstructionWriter.java 139 writer.writeShort(instruction.getCodeOffset());
159 writer.writeShort(instruction.getHatLiteral());
169 writer.writeShort(instruction.getHatLiteral());
179 writer.writeShort(instruction.getNarrowLiteral());
189 writer.writeShort(instruction.getCodeOffset());
220 writer.writeShort(instruction.getNarrowLiteral());
230 writer.writeShort(instruction.getCodeOffset());
355 writer.writeShort(element.shortValue());
  /external/mockito/cglib-and-asm/src/org/mockito/cglib/transform/impl/
AbstractInterceptFieldCallback.java 27 public short writeShort(Object obj, String name, short oldValue, short newValue) { return newValue; }
  /libcore/luni/src/main/java/java/io/
EmulatedFieldsForDumping.java 210 output.writeShort(fieldValue != null ? ((Short) fieldValue).shortValue() : 0);
ObjectOutputStream.java 836 output.writeShort(fieldCount);
893 output.writeShort(fieldValue != null ? ((Short) fieldValue).shortValue() : 0);
    [all...]

Completed in 1745 milliseconds

1 23 4 5 6 7 8