Home
last modified time | relevance | path

Searched refs:actual_len (Results 1 – 3 of 3) sorted by relevance

/external/boringssl/src/crypto/test/
Dfile_test.cc325 const uint8_t *actual, size_t actual_len) { in ExpectBytesEqual() argument
326 if (expected_len == actual_len && in ExpectBytesEqual()
332 std::string actual_hex = EncodeHex(actual, actual_len); in ExpectBytesEqual()
Dfile_test.h162 const uint8_t *actual, size_t actual_len);
/external/python/cpython2/Lib/
Dplatform.py598 name_len = actual_len = 130
599 while actual_len == name_len:
602 actual_len = kernel32.GetModuleFileNameW(HANDLE(kernel32._handle),
604 if not actual_len: