| /external/chromium_org/content/public/android/javatests/src/org/chromium/content/browser/crypto/ |
| D | CipherFactoryTest.java | 86 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/ |
| D | CipherFactory.java | 216 outState.putByteArray(BUNDLE_KEY, wrappedKey); 217 outState.putByteArray(BUNDLE_IV, data.iv);
|
| /external/mockito/cglib-and-asm/src/org/mockito/asm/ |
| D | MethodWriter.java | 1885 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 …]
|
| D | AnnotationWriter.java | 275 out.putByteArray(aw.bv.data, 0, aw.bv.length); in put() 311 out.putByteArray(aw.bv.data, 0, aw.bv.length); in put()
|
| D | Attribute.java | 250 out.putByteArray(b.data, 0, b.length); in put()
|
| D | ClassWriter.java | 780 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()
|
| D | ByteVector.java | 268 public ByteVector putByteArray(final byte[] b, final int off, final int len) in putByteArray() method in ByteVector
|
| D | ClassReader.java | 346 classWriter.pool.putByteArray(b, off, header - off); in copyPool()
|
| /external/chromium_org/third_party/WebKit/Source/platform/graphics/ |
| D | ImageBuffer.h | 106 …void putByteArray(Multiply multiplied, Uint8ClampedArray*, const IntSize& sourceSize, const IntRec…
|
| D | ImageBuffer.cpp | 346 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/ |
| D | SaveRestoreStateTest.java | 157 invalidState.putByteArray(AwContents.SAVE_RESTORE_STATE_KEY,
|
| /external/chromium_org/third_party/WebKit/Source/platform/graphics/filters/ |
| D | FilterEffect.cpp | 300 …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/ |
| D | ImageBitmap.cpp | 109 …buf->putByteArray(Premultiplied, data->data(), data->size(), srcRect, IntPoint(std::min(0, -cropRe… in ImageBitmap()
|
| /external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/ |
| D | BundleTest.java | 305 bundle.putByteArray("foo", arr); in testByteArray()
|
| /external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/ |
| D | ShadowBundle.java | 304 public void putByteArray(String key, byte[] value) { in putByteArray() method in ShadowBundle
|
| D | ShadowIntent.java | 319 extras.putByteArray(key, value); in putExtra()
|
| /external/chromium_org/android_webview/java/src/org/chromium/android_webview/ |
| D | AwContents.java | 1816 outState.putByteArray(SAVE_RESTORE_STATE_KEY, state); in saveState()
|
| /external/chromium_org/third_party/WebKit/Source/core/html/canvas/ |
| D | CanvasRenderingContext2D.cpp | 1870 …buffer->putByteArray(Unmultiplied, data->data(), IntSize(data->width(), data->height()), sourceRec… in putImageData()
|