/prebuilts/gdb/darwin-x86/lib/python2.7/email/test/data/ |
msg_33.txt | 12 Precedence: bulk
|
/prebuilts/gdb/linux-x86/lib/python2.7/email/test/data/ |
msg_33.txt | 12 Precedence: bulk
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/test/data/ |
msg_33.txt | 12 Precedence: bulk
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/test/data/ |
msg_33.txt | 12 Precedence: bulk
|
/docs/source.android.com/en/devices/accessories/ |
aoa.html | 66 the device</a> through bulk transfer endpoints using its own communication 72 Bridge (ADB) protocol, which exposes a second interface with two bulk endpoints 177 bulk endpoints for communicating with the device.</p> 179 <p>The number of interfaces and bulk endpoints depends on the product ID. An 183 <li><code>0x2D00</code> has one interface with two bulk endpoints for input and 185 <li><code>0x2D01</code> has two interfaces with two bulk endpoints each for 188 interface, locate the first bulk input and output endpoints, set the
|
/external/libusb/libusb/ |
sync.c | 227 * Perform a USB bulk transfer. The direction of the transfer is inferred from 230 * For bulk reads, the <tt>length</tt> field indicates the maximum length of 235 * You should also check the <tt>transferred</tt> parameter for bulk writes. 249 * \param length for bulk writes, the number of bytes from data to be sent. for 250 * bulk reads, the maximum number of bytes to receive into the data buffer. 302 * \param length for bulk writes, the number of bytes from data to be sent. for 303 * bulk reads, the maximum number of bytes to receive into the data buffer.
|
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Usb/UsbMassStorageDxe/ |
UsbMassCbi.c | 2 Implementation of the USB mass storage Control/Bulk/Interrupt transport,
3 according to USB Mass Storage Class Control/Bulk/Interrupt (CBI) Transport, Revision 1.1.
5 (Bulk-Only Transport).
98 // Locate and save the bulk-in, bulk-out, and interrupt endpoint
108 // Use the first Bulk-In and Bulk-Out endpoints
333 // The device can fail the command by STALL the bulk endpoint.
588 // Clear the Bulk-In and Bulk-Out stall condition and init data toggle. [all...] |
UsbMassCbi.h | 2 Defination for the USB mass storage Control/Bulk/Interrupt (CBI) transport,
3 according to USB Mass Storage Class Control/Bulk/Interrupt (CBI) Transport, Revision 1.1.
|
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Usb/UsbBotPei/ |
BotPeim.c | 70 // clear bulk in endpoint stall feature
76 // clear bulk out endpoint stall feature
85 Send the command to the device using Bulk-Out endpoint.
87 This function sends the command to the device using Bulk-Out endpoint.
287 // Get the status field from bulk transfer
|
/external/chromium-trace/catapult/devil/devil/utils/ |
lsusb_test.py | 59 Transfer Type Bulk 69 Transfer Type Bulk 99 Transfer Type Bulk 109 Transfer Type Bulk 171 'Transfer': {'_value': 'Type', '_desc': 'Bulk'},
|
/external/libmojo/third_party/catapult/devil/devil/utils/ |
lsusb_test.py | 59 Transfer Type Bulk 69 Transfer Type Bulk 99 Transfer Type Bulk 109 Transfer Type Bulk 171 'Transfer': {'_value': 'Type', '_desc': 'Bulk'},
|
/device/linaro/bootloader/edk2/MdeModulePkg/Include/Ppi/ |
Usb2HostController.h | 99 Initiate a USB bulk transfer using a specific USB Host controller on the USB bus.
125 of the bulk transfer.
127 @retval EFI_SUCCESS The bulk transfer was completed successfully.
128 @retval EFI_DEVICE_ERROR The bulk transfer failed due to host controller or device error.
131 @retval EFI_OUT_OF_RESOURCES The bulk transfer could not be submitted due to a lack of resources.
132 @retval EFI_TIMEOUT The bulk transfer failed due to timeout.
|
UsbHostController.h | 93 Initiate a USB bulk transfer using a specific USB Host controller on the USB bus.
117 of the bulk transfer.
119 @retval EFI_SUCCESS The bulk transfer was completed successfully.
120 @retval EFI_DEVICE_ERROR The bulk transfer failed due to host controller or device error.
|
/external/iproute2/man/man8/ |
tc-ematch.8 | 124 # 'ipset(bulk src)'
|
/external/syslinux/memdisk/ |
memmove.S | 69 /* Bulk transfer */ 110 /* Bulk transfer */
|
/frameworks/base/core/java/android/hardware/usb/ |
UsbEndpoint.java | 25 * Typically bulk endpoints are used for sending non-trivial amounts of data. 102 * <li>{@link UsbConstants#USB_ENDPOINT_XFER_BULK} (bulk endpoint)
|
/frameworks/base/tests/UsbHostExternalManagmentTest/AoapTestHost/src/com/android/hardware/usb/aoaphosttest/ |
UsbAoapHostTestActivity.java | 112 // Setup bulk endpoints. 128 throw new IllegalStateException("Unable to find bulk endpoints");
|
/art/runtime/gc/allocator/ |
rosalloc.h | 137 // We use the tail (kUseTail == true) for the bulk or thread-local free lists to avoid the need to 328 // | bulk free list | 355 uint8_t to_be_bulk_freed_; // Used within BulkFree() to flag a run that's involved with a bulk free. 413 // Merge the bulk free list to the free list. Used in a bulk free. 415 // Merge the bulk free list to the thread local free list. In a bulk free, as a two-step 416 // process, GC will first record all the slots to free in a run in the bulk free list where it 417 // can write without a lock, and later acquire a lock once per run to merge the bulk free list 422 // Frees a slot in a run. This is used in a non-bulk free [all...] |
/development/host/windows/usb/winusb/ |
adb_winusb_interface.cpp | 98 // Save indexes and IDs for bulk read / write endpoints. We will use them to
111 // This is a bulk endpoint. Cache its index and ID.
113 // Use this endpoint as default bulk read endpoint
118 // Use this endpoint as default bulk write endpoint
|
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/UhciDxe/ |
UhciDxe.inf | 4 # Control, Bulk, Interrupt and Isochronous requests to Usb1.x device
|
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/XhciDxe/ |
XhciDxe.inf | 4 # Control, Bulk, Interrupt and Isochronous requests to those attached usb LS/FS/HS/SS devices.
|
/device/linaro/bootloader/edk2/QuarkSocPkg/QuarkSouthCluster/Usb/Ohci/Pei/ |
OhcPeim.h | 129 Submits bulk transfer to a bulk endpoint of a USB device.
142 the subsequent bulk transfer.
146 bulk transfer.
|
/external/swiftshader/third_party/subzero/crosstest/ |
crosstest.cfg | 12 # Note: Originally test_arith.cpp was used to generate the bulk of the tests.
|
/frameworks/base/core/java/android/database/ |
IBulkCursor.java | 25 * This interface provides a low-level way to pass bulk cursor data across
|
/libcore/ojluni/src/main/java/sun/nio/fs/ |
DynamicFileAttributeView.java | 43 * Reads a set of file attributes as a bulk operation.
|