HomeSort by relevance Sort by last modified time
    Searched defs:actual_length (Results 1 - 17 of 17) sorted by null

  /external/webrtc/webrtc/test/testsupport/
packet_reader_unittest.cc 30 int actual_length,
33 EXPECT_EQ(static_cast<int>(expected_length), actual_length); local
36 actual_length));
  /external/sfntly/cpp/src/sfntly/data/
byte_array.cc 56 int32_t actual_length = std::min<int32_t>(length, filled_length_ - index); local
57 return InternalGet(index, b, offset, actual_length);
91 int32_t actual_length = std::min<int32_t>(length, Size() - index); local
92 int32_t bytes_written = InternalPut(index, b, offset, actual_length);
  /system/core/libusbhost/include/usbhost/
usbhost.h 47 int actual_length; member in struct:usb_request
  /external/v8/src/profiler/
strings-storage.cc 84 int actual_length = 0; local
86 DISALLOW_NULLS, ROBUST_STRING_TRAVERSAL, 0, length, &actual_length);
87 return AddOrDisposeString(data.release(), actual_length);
  /device/google/cuttlefish_common/host/libs/usbip/
messages.h 80 uint32_t actual_length; member in struct:vadb::usbip::CmdRepSubmit
  /external/v8/src/runtime/
runtime-array.cc 209 uint32_t actual_length = static_cast<uint32_t>(array->elements()->length()); local
210 return *isolate->factory()->NewNumberFromUint(Min(actual_length, length));
  /system/core/adb/
adb_auth_host.cpp 93 size_t actual_length = EVP_EncodeBlock(reinterpret_cast<uint8_t*>(&content[0]), binary_key_data, local
95 content.resize(actual_length);
  /bionic/libc/kernel/uapi/linux/
usbdevice_fs.h 67 unsigned int actual_length; member in struct:usbdevfs_iso_packet_desc
77 int actual_length; member in struct:usbdevfs_urb
  /external/kernel-headers/original/uapi/linux/
usbdevice_fs.h 93 unsigned int actual_length; member in struct:usbdevfs_iso_packet_desc
104 int actual_length; member in struct:usbdevfs_urb
  /external/libusb/libusb/os/
linux_usbfs.h 80 unsigned int actual_length; member in struct:usbfs_iso_packet_desc
95 int actual_length; member in struct:usbfs_urb
  /external/libusb-compat/libusb/
core.c 749 int actual_length; local
753 &actual_length, timeout);
757 if (r == 0 || (r == LIBUSB_ERROR_TIMEOUT && actual_length > 0))
758 return actual_length;
794 int actual_length; local
798 &actual_length, timeout);
802 if (r == 0 || (r == LIBUSB_ERROR_TIMEOUT && actual_length > 0))
803 return actual_length;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
usbdevice_fs.h 92 unsigned int actual_length; member in struct:usbdevfs_iso_packet_desc
103 int actual_length; member in struct:usbdevfs_urb
  /external/webrtc/webrtc/base/
testutils.h 475 size_t actual_length)
477 if ((expected_length == actual_length)
486 size_t buffer_size = actual_length * 2 + 1;
489 reinterpret_cast<const char*>(actual), actual_length);
490 msg << "\n Actual: " << buffer << " [" << actual_length << "]"; local
525 #define EXPECT_MEMEQ(expected, expected_length, actual, actual_length) \
527 actual, actual_length)
529 #define ASSERT_MEMEQ(expected, expected_length, actual, actual_length) \
531 actual, actual_length)
  /external/libusb/libusb/
libusb.h 1185 unsigned int actual_length; member in struct:libusb_iso_packet_descriptor
1242 int actual_length; member in struct:libusb_transfer
    [all...]
  /external/v8/src/crankshaft/
hydrogen-instructions.cc 968 HValue* actual_length = length()->ActualValue(); local
970 Representation length_rep = actual_length->representation();
974 if (length_rep.IsTagged() && actual_length->type().IsSmi()) {
    [all...]
  /external/v8/src/
d8.cc 147 size_t actual_length = length > 10 * MB ? 1 : length; variable
148 void* data = AllocateUninitialized(actual_length);
149 return data == NULL ? data : memset(data, 0, actual_length);
    [all...]
  /external/valgrind/include/vki/
vki-linux.h 2575 unsigned int actual_length; member in struct:vki_usbdevfs_iso_packet_desc
2586 int actual_length; member in struct:vki_usbdevfs_urb
    [all...]

Completed in 357 milliseconds