Searched refs:dataStore (Results 1 – 7 of 7) sorted by relevance
54 private ByteBuffer dataStore; field in HDRLoader122 dataStore.put(rgbe); in writeRGBE()125 dataStore.putShort(FastMath.convertFloatToHalf(tempF[0])) in writeRGBE()299 dataStore = BufferUtils.createByteBuffer(width * height * pixelFormat.getBitsPerPixel()); in load()305 dataStore.position(scanLineBytes * y); in load()311 dataStore.rewind(); in load()312 return new Image(pixelFormat, width, height, dataStore); in load()
86 MemoryDataStore dataStore = new MemoryDataStore(); in compileSmali() local88 dexBuilder.writeTo(dataStore); in compileSmali()90 DexBackedDexFile dexFile = new DexBackedDexFile(new Opcodes(15), dataStore.getData()); in compileSmali()
70 MemoryDataStore dataStore = new MemoryDataStore(); in testAnnotationElementOrder() local73 DexPool.writeTo(dataStore, new ImmutableDexFile(ImmutableSet.of(classDef))); in testAnnotationElementOrder()78 DexBackedDexFile dexFile = new DexBackedDexFile(new Opcodes(15), dataStore.getData()); in testAnnotationElementOrder()
238 private void updateSignature(@Nonnull DexDataStore dataStore) throws IOException {247 InputStream input = dataStore.readAt(HeaderItem.SIGNATURE_DATA_START_OFFSET);260 OutputStream output = dataStore.outputAt(HeaderItem.SIGNATURE_OFFSET);265 private void updateChecksum(@Nonnull DexDataStore dataStore) throws IOException {269 InputStream input = dataStore.readAt(HeaderItem.CHECKSUM_DATA_START_OFFSET);277 OutputStream output = dataStore.outputAt(HeaderItem.CHECKSUM_OFFSET);282 …private static DexDataWriter outputAt(DexDataStore dataStore, int filePosition) throws IOException…283 return new DexDataWriter(dataStore.outputAt(filePosition), filePosition);
86 …public static void writeTo(@Nonnull DexDataStore dataStore, @Nonnull org.jf.dexlib2.iface.DexFile … in writeTo() argument91 dexPool.writeTo(dataStore); in writeTo()
META-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...