Searched refs:origCount (Results 1 – 2 of 2) sorted by relevance
/external/conscrypt/common/src/jni/main/cpp/conscrypt/ |
D | native_crypto.cc | 4281 const int origCount = count; in NativeCrypto_get_X509_GENERAL_NAME_stack() local 4285 for (int i = 0, j = 0; i < origCount; i++, j++) { in NativeCrypto_get_X509_GENERAL_NAME_stack() 4319 x509, type, origCount); in NativeCrypto_get_X509_GENERAL_NAME_stack() 4321 } else if (origCount != count) { in NativeCrypto_get_X509_GENERAL_NAME_stack() 4322 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/ |
D | jquery-1.7.1.js | 2959 t, tns, type, origType, namespaces, origCount, 2984 origCount = eventType.length; 3008 if ( eventType.length === 0 && origCount !== eventType.length ) {
|