Home
last modified time | relevance | path

Searched refs:origCount (Results 1 – 2 of 2) sorted by relevance

/external/conscrypt/common/src/jni/main/cpp/conscrypt/
Dnative_crypto.cc3958 const int origCount = count; in NativeCrypto_get_X509_GENERAL_NAME_stack() local
3962 for (int i = 0, j = 0; i < origCount; i++, j++) { in NativeCrypto_get_X509_GENERAL_NAME_stack()
3996 x509, type, origCount); in NativeCrypto_get_X509_GENERAL_NAME_stack()
3998 } else if (origCount != count) { in NativeCrypto_get_X509_GENERAL_NAME_stack()
3999 JNI_TRACE("get_X509_GENERAL_NAME_stack(%p, %d) shrunk from %d to %d", x509, type, origCount, in NativeCrypto_get_X509_GENERAL_NAME_stack()
/external/chromium-trace/catapult/common/py_vulcanize/third_party/rjsmin/bench/
Djquery-1.7.1.js2959 t, tns, type, origType, namespaces, origCount,
2984 origCount = eventType.length;
3008 if ( eventType.length === 0 && origCount !== eventType.length ) {