HomeSort by relevance Sort by last modified time
    Searched refs:actual_len (Results 1 - 7 of 7) sorted by null

  /external/python/cpython3/PC/
validate_ucrtbase.py 48 name_len = actual_len = 130
49 while actual_len == name_len:
52 actual_len = kernel32.GetModuleFileNameW(HANDLE(ucrtbased._handle), variable
54 if not actual_len:
  /bionic/libc/bionic/
wcstod.cpp 75 size_t actual_len = parsefloat(&f, ascii_str, ascii_str + max_len); local
80 if (ascii_end != ascii_str + actual_len) abort();
83 if (actual_len == 0) {
88 *end = const_cast<wchar_t*>(str) + actual_len;
  /system/core/libunwindstack/
Memory.cpp 184 size_t actual_len = std::min(bytes_left, size); local
186 memcpy(dst, actual_base, actual_len);
187 return actual_len;
255 size_t actual_len = std::min(bytes_left, size); local
257 memcpy(dst, actual_base, actual_len);
258 return actual_len;
  /external/boringssl/src/crypto/test/
file_test.h 167 const uint8_t *actual, size_t actual_len);
file_test.cc 349 const uint8_t *actual, size_t actual_len) {
350 if (expected_len == actual_len &&
356 std::string actual_hex = EncodeHex(actual, actual_len);
  /external/python/cpython2/Lib/
platform.py 598 name_len = actual_len = 130
599 while actual_len == name_len:
602 actual_len = kernel32.GetModuleFileNameW(HANDLE(kernel32._handle), variable in class:_get_real_winver.PVS_FIXEDFILEINFO
604 if not actual_len:
    [all...]
  /external/pdfium/samples/
pdfium_test.cc 1083 unsigned long actual_len = local
1110 unsigned long actual_len = local
    [all...]

Completed in 162 milliseconds