Home
last modified time | relevance | path

Searched refs:putByteArray (Results 1 – 18 of 18) sorted by relevance

/external/chromium_org/content/public/android/javatests/src/org/chromium/content/browser/crypto/
DCipherFactoryTest.java86 aBundle.putByteArray(CipherFactory.BUNDLE_IV, sameIv); in testSameBundleRestoration()
87 bBundle.putByteArray(CipherFactory.BUNDLE_IV, sameIv); in testSameBundleRestoration()
90 aBundle.putByteArray(CipherFactory.BUNDLE_KEY, sameKey); in testSameBundleRestoration()
91 bBundle.putByteArray(CipherFactory.BUNDLE_KEY, sameKey); in testSameBundleRestoration()
113 aBundle.putByteArray(CipherFactory.BUNDLE_IV, aIv); in testDifferentBundleRestoration()
114 aBundle.putByteArray(CipherFactory.BUNDLE_KEY, aKey); in testDifferentBundleRestoration()
122 bBundle.putByteArray(CipherFactory.BUNDLE_IV, bIv); in testDifferentBundleRestoration()
123 bBundle.putByteArray(CipherFactory.BUNDLE_KEY, bKey); in testDifferentBundleRestoration()
141 aBundle.putByteArray(CipherFactory.BUNDLE_IV, iv); in testIncompleteBundleRestoration()
147 bBundle.putByteArray(CipherFactory.BUNDLE_KEY, key); in testIncompleteBundleRestoration()
[all …]
/external/chromium_org/content/public/android/java/src/org/chromium/content/browser/crypto/
DCipherFactory.java216 outState.putByteArray(BUNDLE_KEY, wrappedKey);
217 outState.putByteArray(BUNDLE_IV, data.iv);
/external/mockito/cglib-and-asm/src/org/mockito/asm/
DMethodWriter.java1885 out.putByteArray(cw.cr.b, classReaderOffset, classReaderLength); in put()
1948 out.putInt(code.length).putByteArray(code.data, 0, code.length); in put()
1980 out.putByteArray(localVar.data, 0, localVar.length); in put()
1985 out.putByteArray(localVarType.data, 0, localVarType.length); in put()
1990 out.putByteArray(lineNumber.data, 0, lineNumber.length); in put()
1996 out.putByteArray(stackMap.data, 0, stackMap.length); in put()
2026 out.putByteArray(annd.data, 0, annd.length); in put()
2357 newCode.putByteArray(b, u, 6); in resizeInstructions()
2360 newCode.putByteArray(b, u, 4); in resizeInstructions()
2367 newCode.putByteArray(b, u, 2); in resizeInstructions()
[all …]
DAnnotationWriter.java275 out.putByteArray(aw.bv.data, 0, aw.bv.length); in put()
311 out.putByteArray(aw.bv.data, 0, aw.bv.length); in put()
DAttribute.java250 out.putByteArray(b.data, 0, b.length); in put()
DClassWriter.java780 out.putShort(index).putByteArray(pool.data, 0, pool.length); in toByteArray()
808 out.putByteArray(sourceDebug.data, 2, len); in toByteArray()
825 out.putByteArray(innerClasses.data, 0, innerClasses.length); in toByteArray()
DByteVector.java268 public ByteVector putByteArray(final byte[] b, final int off, final int len) in putByteArray() method in ByteVector
DClassReader.java346 classWriter.pool.putByteArray(b, off, header - off); in copyPool()
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
DImageBuffer.h106 …void putByteArray(Multiply multiplied, Uint8ClampedArray*, const IntSize& sourceSize, const IntRec…
DImageBuffer.cpp346 void ImageBuffer::putByteArray(Multiply multiplied, Uint8ClampedArray* source, const IntSize& sourc… in putByteArray() function in WebCore::ImageBuffer
/external/chromium_org/android_webview/javatests/src/org/chromium/android_webview/test/
DSaveRestoreStateTest.java157 invalidState.putByteArray(AwContents.SAVE_RESTORE_STATE_KEY,
/external/chromium_org/third_party/WebKit/Source/platform/graphics/filters/
DFilterEffect.cpp300 …m_imageBufferResult->putByteArray(Premultiplied, m_premultipliedImageResult.get(), destinationRect… in asImageBuffer()
302 …m_imageBufferResult->putByteArray(Unmultiplied, m_unmultipliedImageResult.get(), destinationRect.s… in asImageBuffer()
/external/chromium_org/third_party/WebKit/Source/core/frame/
DImageBitmap.cpp109 …buf->putByteArray(Premultiplied, data->data(), data->size(), srcRect, IntPoint(std::min(0, -cropRe… in ImageBitmap()
/external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
DBundleTest.java305 bundle.putByteArray("foo", arr); in testByteArray()
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
DShadowBundle.java304 public void putByteArray(String key, byte[] value) { in putByteArray() method in ShadowBundle
DShadowIntent.java319 extras.putByteArray(key, value); in putExtra()
/external/chromium_org/android_webview/java/src/org/chromium/android_webview/
DAwContents.java1816 outState.putByteArray(SAVE_RESTORE_STATE_KEY, state); in saveState()
/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
DCanvasRenderingContext2D.cpp1870 …buffer->putByteArray(Unmultiplied, data->data(), IntSize(data->width(), data->height()), sourceRec… in putImageData()