Searched defs:inArray (Results 1 - 3 of 3) sorted by relevance

/external/google-tv-pairing-protocol/java/src/com/google/polo/pairing/
H A DPoloChallengeResponse.java202 private byte[] removeLeadingNullBytes(byte[] inArray) { argument
204 while (offset < inArray.length & inArray[offset] == 0) {
207 byte[] result = new byte[inArray.length - offset];
208 for (int i=offset; i < inArray.length; i++) {
209 result[i - offset] = inArray[i];
/external/conscrypt/src/main/native/
H A Dorg_conscrypt_NativeCrypto.cpp4409 jint outOffset, jbyteArray inArray, jint inOffset, jint inLength) {
4411 JNI_TRACE("EVP_CipherUpdate(%p, %p, %d, %p, %d)", ctx, outArray, outOffset, inArray, inOffset);
4419 ScopedByteArrayRO inBytes(env, inArray);
4454 JNI_TRACE("EVP_CipherUpdate(%p, %p, %d, %p, %d) => %d", ctx, outArray, outOffset, inArray,
4408 NativeCrypto_EVP_CipherUpdate(JNIEnv* env, jclass, jlong ctxRef, jbyteArray outArray, jint outOffset, jbyteArray inArray, jint inOffset, jint inLength) argument
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dfindbugs.jarMETA-INF/ META-INF/MANIFEST.MF default.xsl edu/ edu/umd/ edu/umd/cs/ edu/ ...

Completed in 243 milliseconds