Searched defs:actual_length (Results 1 - 11 of 11) sorted by relevance

/external/webrtc/test/testsupport/
H A Dpacket_reader_unittest.cc30 int actual_length,
33 EXPECT_EQ(expected_length, actual_length);
36 actual_length));
29 VerifyPacketData(int expected_length, int actual_length, WebRtc_UWord8* original_data_pointer, WebRtc_UWord8* new_data_pointer) argument
/external/chromium/base/i18n/
H A Dicu_string_conversions.cc282 int actual_length = unorm_normalize( local
288 normalized_utf16.resize(actual_length);
/external/kernel-headers/original/linux/
H A Dusbdevice_fs.h91 unsigned int actual_length; member in struct:usbdevfs_iso_packet_desc
102 int actual_length; member in struct:usbdevfs_urb
136 compat_int_t actual_length; member in struct:usbdevfs_urb32
H A Dusb.h672 unsigned int actual_length; member in struct:usb_iso_packet_descriptor
716 * @actual_length: This is read in non-iso completion functions, and
832 * actual_length field tells how many bytes were transferred. This field
835 * ISO transfer status is reported in the status and actual_length fields
864 int actual_length; /* (return) actual transfer length */ member in struct:urb
1023 void *data, int len, int *actual_length, int timeout);
1025 void *data, int len, int *actual_length,
/external/libusb/libusb/os/
H A Dlinux_usbfs.h77 unsigned int actual_length; member in struct:usbfs_iso_packet_desc
92 int actual_length; member in struct:usbfs_urb
/external/chromium/chrome/browser/
H A Dbrowser_keyevents_browsertest.cc177 int actual_length; local
178 ASSERT_NO_FATAL_FAILURE(GetResultLength(tab_index, &actual_length));
179 ASSERT_GE(actual_length, length);
180 for (int i = 0; i < actual_length; ++i) {
/external/dbus/bus/
H A Dsignals.c1689 int actual_length; local
1698 actual_length = strlen (actual_arg);
1702 if (actual_length < expected_length &&
1703 actual_arg[actual_length - 1] != '/')
1706 if (expected_length < actual_length &&
1711 MIN (actual_length, expected_length)) != 0)
1716 if (expected_length != actual_length ||
/external/libusb-compat/libusb/
H A Dcore.c749 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/libusb/libusb/
H A Dlibusb.h691 unsigned int actual_length; member in struct:libusb_iso_packet_descriptor
748 int actual_length; member in struct:libusb_transfer
1127 int *actual_length, unsigned int timeout);
1131 int *actual_length, unsigned int timeout);
/external/valgrind/main/include/vki/
H A Dvki-linux.h2360 unsigned int actual_length; member in struct:vki_usbdevfs_iso_packet_desc
2371 int actual_length; member in struct:vki_usbdevfs_urb
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 285 milliseconds