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);
  /external/v8/src/profiler/
strings-storage.cc 76 int actual_length = 0; local
78 DISALLOW_NULLS, ROBUST_STRING_TRAVERSAL, 0, length, &actual_length);
79 return AddOrDisposeString(data.release(), actual_length);
94 int actual_length = 0; local
96 DISALLOW_NULLS, ROBUST_STRING_TRAVERSAL, 0, length, &actual_length);
98 int cons_length = actual_length + static_cast<int>(strlen(prefix)) + 1;
  /device/google/cuttlefish_common/host/commands/virtual_usb_manager/usbip/
messages.h 80 uint32_t actual_length; member in struct:vadb::usbip::CmdRepSubmit
  /external/u-boot/drivers/usb/musb-new/
usb-compat.h 41 u32 actual_length; /* (return) actual transfer length */ member in struct:urb
  /external/harfbuzz_ng/test/api/
hb-test.h 172 unsigned int expected_length, actual_length; local
174 const char *raw_actual = hb_blob_get_data (actual_blob, &actual_length);
175 g_assert_cmpint(expected_length, ==, actual_length);
  /external/v8/src/runtime/
runtime-array.cc 473 uint32_t actual_length = static_cast<uint32_t>(array->elements()->length()); local
474 return *isolate->factory()->NewNumberFromUint(Min(actual_length, length));
    [all...]
  /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/libchrome/base/metrics/
persistent_memory_allocator_unittest.cc 39 int64_t actual_length; local
40 DCHECK(GetFileSize(path, &actual_length));
41 DCHECK_EQ(length, static_cast<size_t>(actual_length));
    [all...]
  /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;
  /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/u-boot/arch/mips/mach-au1x00/
au1x00_usb_ohci.h 336 int actual_length; member in struct:__anon46965
  /external/u-boot/drivers/usb/host/
ohci.h 356 int actual_length; member in struct:__anon47515
  /external/u-boot/include/
usbdevice.h 478 unsigned int actual_length; member in struct:urb
683 serial_printf("\tactual_length %d\n", u->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...]

Completed in 877 milliseconds