/external/libusb/libusb/ |
D | sync.c | 40 usbi_dbg("actual_length=%d", transfer->actual_length); in ctrl_transfer_cb() 120 transfer->actual_length); in libusb_control_transfer() 124 r = transfer->actual_length; in libusb_control_transfer() 149 usbi_dbg("actual_length=%d", transfer->actual_length); in bulk_transfer_cb() 188 *transferred = transfer->actual_length; in do_sync_bulk_transfer()
|
D | libusb.h | 691 unsigned int actual_length; member 748 int actual_length; member 1127 int *actual_length, unsigned int timeout); 1131 int *actual_length, unsigned int timeout);
|
D | io.c | 1396 transfer->actual_length = itransfer->transferred; in usbi_handle_transfer_completion()
|
/external/webrtc/webrtc/p2p/base/ |
D | asyncstuntcpsocket.cc | 105 size_t actual_length = expected_pkt_len + pad_bytes; in ProcessInput() local 107 if (*len < actual_length) { in ProcessInput() 114 *len -= actual_length; in ProcessInput() 116 memmove(data, data + actual_length, *len); in ProcessInput()
|
/external/webrtc/webrtc/base/ |
D | testutils.h | 475 size_t actual_length) in CmpHelperMemEq() argument 477 if ((expected_length == actual_length) in CmpHelperMemEq() 486 size_t buffer_size = actual_length * 2 + 1; in CmpHelperMemEq() 489 reinterpret_cast<const char*>(actual), actual_length); in CmpHelperMemEq() 490 msg << "\n Actual: " << buffer << " [" << actual_length << "]"; in CmpHelperMemEq() 525 #define EXPECT_MEMEQ(expected, expected_length, actual, actual_length) \ argument 527 actual, actual_length) 529 #define ASSERT_MEMEQ(expected, expected_length, actual, actual_length) \ argument 531 actual, actual_length)
|
/external/webrtc/webrtc/test/testsupport/ |
D | packet_reader_unittest.cc | 30 int actual_length, in VerifyPacketData() argument 33 EXPECT_EQ(static_cast<int>(expected_length), actual_length); in VerifyPacketData() 36 actual_length)); in VerifyPacketData()
|
/external/v8/src/profiler/ |
D | strings-storage.cc | 82 int actual_length = 0; in GetName() local 84 DISALLOW_NULLS, ROBUST_STRING_TRAVERSAL, 0, length, &actual_length); in GetName() 85 return AddOrDisposeString(data.Detach(), actual_length); in GetName()
|
/external/sfntly/cpp/src/sfntly/data/ |
D | byte_array.cc | 54 int32_t actual_length = std::min<int32_t>(length, filled_length_ - index); in Get() local 55 return InternalGet(index, b, offset, actual_length); in Get() 89 int32_t actual_length = std::min<int32_t>(length, Size() - index); in Put() local 90 int32_t bytes_written = InternalPut(index, b, offset, actual_length); in Put()
|
/external/libusb/libusb/os/ |
D | linux_usbfs.h | 77 unsigned int actual_length; member 92 int actual_length; member
|
D | linux_usbfs.c | 1820 if (urb->actual_length > 0) { in handle_bulk_completion() 1824 usbi_dbg("received %d bytes of surplus data", urb->actual_length); in handle_bulk_completion() 1829 memmove(target, urb->buffer, urb->actual_length); in handle_bulk_completion() 1831 itransfer->transferred += urb->actual_length; in handle_bulk_completion() 1851 (urb->status == -EOVERFLOW && urb->actual_length > 0)) in handle_bulk_completion() 1852 itransfer->transferred += urb->actual_length; in handle_bulk_completion() 1866 usbi_dbg("overflow, actual_length=%d", urb->actual_length); in handle_bulk_completion() 1886 } else if (urb->actual_length < urb->buffer_length) { in handle_bulk_completion() 1893 usbi_dbg("short transfer %d/%d --> complete!", urb->actual_length, in handle_bulk_completion() 1958 lib_desc->actual_length = urb_desc->actual_length; in handle_iso_completion() [all …]
|
D | darwin_usb.c | 1374 lib_desc->actual_length = tpriv->isoc_framelist[i].frActCount; in darwin_handle_callback()
|
/external/libusb-compat/libusb/ |
D | core.c | 749 int actual_length; in usb_bulk_io() local 753 &actual_length, timeout); in usb_bulk_io() 757 if (r == 0 || (r == LIBUSB_ERROR_TIMEOUT && actual_length > 0)) in usb_bulk_io() 758 return actual_length; in usb_bulk_io() 794 int actual_length; in usb_interrupt_io() local 798 &actual_length, timeout); in usb_interrupt_io() 802 if (r == 0 || (r == LIBUSB_ERROR_TIMEOUT && actual_length > 0)) in usb_interrupt_io() 803 return actual_length; in usb_interrupt_io()
|
/external/kernel-headers/original/uapi/linux/ |
D | usbdevice_fs.h | 92 unsigned int actual_length; member 103 int actual_length; member
|
/external/dbus/bus/ |
D | signals.c | 1871 int actual_length; in match_rule_matches() local 1881 actual_length = strlen (actual_arg); in match_rule_matches() 1885 if (actual_length < expected_length && in match_rule_matches() 1886 actual_arg[actual_length - 1] != '/') in match_rule_matches() 1889 if (expected_length < actual_length && in match_rule_matches() 1894 MIN (actual_length, expected_length)) != 0) in match_rule_matches() 1899 if (expected_length > actual_length) in match_rule_matches() 1908 if (expected_length < actual_length) in match_rule_matches() 1925 if (expected_length != actual_length || in match_rule_matches()
|
/external/v8/src/runtime/ |
D | runtime-array.cc | 205 uint32_t actual_length = static_cast<uint32_t>(array->elements()->length()); in RUNTIME_FUNCTION() local 206 return *isolate->factory()->NewNumberFromUint(Min(actual_length, length)); in RUNTIME_FUNCTION()
|
/external/libusb/examples/ |
D | dpfp.c | 160 transfer->length, transfer->actual_length); in cb_mode_changed()
|
D | dpfp_threaded.c | 189 transfer->length, transfer->actual_length); in cb_mode_changed()
|
/external/valgrind/coregrind/m_syswrap/ |
D | syswrap-linux.c | 6771 …"ioctl(USBDEVFS_SUBMITURB).actual_length", (Addr)&vkuu->actual_length, sizeof(vkuu->actual_length)… in PRE() 6778 …actual_length", (Addr)&vkuu->iso_frame_desc[i].actual_length, sizeof(vkuu->iso_frame_desc[i].actua… in PRE() 6793 …"ioctl(USBDEVFS_SUBMITURB).actual_length", (Addr)&vkuu->actual_length, sizeof(vkuu->actual_length)… in PRE() 9330 POST_MEM_WRITE((Addr)&(*vkuu)->actual_length, sizeof((*vkuu)->actual_length)); in POST() 9335 …_MEM_WRITE((Addr)&(*vkuu)->iso_frame_desc[i].actual_length, sizeof((*vkuu)->iso_frame_desc[i].actu… in POST() 9338 POST_MEM_WRITE((Addr)bp, (*vkuu)->iso_frame_desc[i].actual_length); in POST() 9344 POST_MEM_WRITE((Addr)(*vkuu)->buffer, (*vkuu)->actual_length); in POST() 9345 POST_MEM_WRITE((Addr)&(*vkuu)->actual_length, sizeof((*vkuu)->actual_length)); in POST()
|
/external/v8/src/ |
D | d8.cc | 93 size_t actual_length = length > 10 * MB ? 1 : length; in Allocate() local 94 void* data = AllocateUninitialized(actual_length); in Allocate() 95 return data == NULL ? data : memset(data, 0, actual_length); in Allocate()
|
/external/valgrind/include/vki/ |
D | vki-linux.h | 2555 unsigned int actual_length; member 2566 int actual_length; member
|
/external/v8/src/crankshaft/ |
D | hydrogen-instructions.cc | 1025 HValue* actual_length = length()->ActualValue(); in InferRepresentation() local 1027 Representation length_rep = actual_length->representation(); in InferRepresentation() 1031 if (length_rep.IsTagged() && actual_length->type().IsSmi()) { in InferRepresentation()
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
D | org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar | META-INF/MANIFEST.MF
META-INF/ECLIPSEF.SF
META-INF/ECLIPSEF ... |