HomeSort by relevance Sort by last modified time
    Searched full:bulk (Results 151 - 175 of 705) sorted by null

1 2 3 4 5 67 8 91011>>

  /prebuilts/go/linux-x86/src/mime/
mediatype_test.go 128 `URL*1="cs.utk.edu/pub/moore/bulk-mailer/bulk-mailer.tar"`,
131 "url", "ftp://cs.utk.edu/pub/moore/bulk-mailer/bulk-mailer.tar")},
  /libcore/ojluni/src/main/java/java/nio/
CharBuffer.java 50 * <li><p> Relative {@link #get(char[]) </code><i>bulk get</i><code>}
54 * <li><p> Relative {@link #put(char[]) </code><i>bulk put</i><code>}
409 // -- Bulk get operations --
412 * Relative bulk <i>get</i> method.
462 * Relative bulk <i>get</i> method.
480 // -- Bulk put operations --
483 * Relative bulk <i>put</i> method&nbsp;&nbsp;<i>(optional operation)</i>.
527 * Relative bulk <i>put</i> method&nbsp;&nbsp;<i>(optional operation)</i>.
576 * Relative bulk <i>put</i> method&nbsp;&nbsp;<i>(optional operation)</i>.
596 * Relative bulk <i>put</i> method&nbsp;&nbsp;<i>(optional operation)</i>
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/EhciDxe/
EhciUrb.h 183 // supported by UEFI USB, that is the control/bulk/interrupt
192 // For control/bulk transfer, only synchronous (in the sense of UEFI)
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/EhciPei/
EhciUrb.h 181 // supported by UEFI USB, that is the control/bulk/interrupt
190 // For control/bulk transfer, only synchronous (in the sense of UEFI)
EhcPeim.c 517 Submits bulk transfer to a bulk endpoint of a USB device.
524 bulk transfer.
532 the subsequent bulk transfer.
539 bulk transfer.
    [all...]
EhciSched.c 221 UEFI only supports one CTRL/BULK transfer at a time
392 // Return the data toggle set by EHCI hardware, bulk and interrupt
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Usb/UsbBusPei/
UsbIoPeim.c 134 Submits bulk transfer to a bulk endpoint of a USB device.
  /device/linaro/bootloader/edk2/MdePkg/Include/IndustryStandard/
Usb.h 42 #define USB_MASS_STORE_BOT 0x50 ///< Bulk-Only Transport
232 // USB endpoint types: 00: control, 01: isochronous, 10: bulk, 11: interrupt
  /external/boringssl/src/crypto/fipsmodule/modes/
gcm.c 866 size_t bulk = aesni_gcm_encrypt(in, out, len, key, ctx->Yi.c, ctx->Xi.u); local
867 in += bulk;
868 out += bulk;
869 len -= bulk;
969 size_t bulk = aesni_gcm_decrypt(in, out, len, key, ctx->Yi.c, ctx->Xi.u); local
970 in += bulk;
971 out += bulk;
972 len -= bulk;
  /external/skia/src/gpu/text/
GrAtlasGlyphCache.h 146 // A BulkUseTokenUpdater is used to manage bulk last use token updating in the Atlas.
148 // NOTE: the bulk uploader is only valid if the subrun has a valid atlasGeneration
  /frameworks/support/room/common/src/main/java/android/arch/persistence/room/
ForeignKey.java 37 * you are doing bulk inserts into the database in a single transaction. By default, foreign key
94 * if you are doing bulk inserts into the database in a single transaction. By default, foreign
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/usb/
ch9.h 383 * Returns one of USB_ENDPOINT_XFER_{CONTROL, ISOC, BULK, INT} according
415 * usb_endpoint_xfer_bulk - check if the endpoint has bulk transfer type
418 * Returns true if the endpoint is of type bulk, otherwise it returns false.
469 * usb_endpoint_is_bulk_in - check if the endpoint is bulk IN
472 * Returns true if the endpoint has bulk transfer type and IN direction,
482 * usb_endpoint_is_bulk_out - check if the endpoint is bulk OUT
485 * Returns true if the endpoint has bulk transfer type and OUT direction,
598 /* bulk endpoints with 8 byte maxpacket */
  /external/autotest/client/cros/cellular/mbim_compliance/
mbim_errors.py 109 'exactly two endpoints: one Bulk IN and one '
110 'Bulk OUT.',
180 'shall include one Bulk IN endpoint and one Bulk '
237 'the data on the bulk pipes.',
240 'bulk pipes after completing '
  /device/linaro/bootloader/edk2/QuarkSocPkg/QuarkSouthCluster/Usb/Ohci/Dxe/
Ohci.c 585 Submits bulk transfer to a bulk endpoint of a USB device.
596 the EndPointAddress represents a bulk endpoint.
605 the initial data toggle value the bulk transfer should adopt;
607 of the subsequent bulk transfer.
611 bulk transfer.
613 @retval EFI_SUCCESS The bulk transfer was completed successfully.
614 @retval EFI_OUT_OF_RESOURCES The bulk transfer could not be submitted due to lack of resource.
616 @retval EFI_TIMEOUT The bulk transfer failed due to timeout.
617 @retval EFI_DEVICE_ERROR The bulk transfer failed due to host controller or device error.
    [all...]
  /external/kernel-headers/original/uapi/linux/usb/
ch9.h 465 * Returns one of USB_ENDPOINT_XFER_{CONTROL, ISOC, BULK, INT} according
497 * usb_endpoint_xfer_bulk - check if the endpoint has bulk transfer type
500 * Returns true if the endpoint is of type bulk, otherwise it returns false.
551 * usb_endpoint_is_bulk_in - check if the endpoint is bulk IN
554 * Returns true if the endpoint has bulk transfer type and IN direction,
564 * usb_endpoint_is_bulk_out - check if the endpoint is bulk OUT
567 * Returns true if the endpoint has bulk transfer type and OUT direction,
687 /* Bits 4:0 of bmAttributes if this is a bulk endpoint */
762 /* bulk endpoints with 8 byte maxpacket */
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/XhciDxe/
Xhci.h 517 Submits bulk transfer to a bulk endpoint of a USB device.
522 @param DeviceSpeed Device speed, Low speed device doesn't support bulk
532 use of the subsequent bulk transfer.
537 bulk transfer.
  /development/samples/training/threadsample/src/com/example/android/threadsample/
DataProvider.java 340 * Implements bulk row insertion using
372 // Gets the size of the bulk insert
408 throw new IllegalArgumentException("Bulk insert -- Invalid URI:" + uri);
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/UhciDxe/
UhciQueue.c 613 Create Tds list for Bulk/Interrupt Transfer.
623 @param MaxPacket Maximum packet size for Bulk/Interrupt transfer.
626 @return The Tds list head for the bulk transfer.
  /device/linaro/bootloader/edk2/SourceLevelDebugPkg/Library/DebugCommunicationLibUsb3/
DebugCommunicationLibUsb3Internal.h 264 // A Normal TRB is used in several ways; exclusively on Bulk and Interrupt Transfer Rings for normal and
704 Submits bulk transfer to a bulk endpoint of a USB device.
  /system/core/adb/client/
usb_linux.cpp 221 DBGX("looking for bulk endpoints\n");
249 // both endpoints should be bulk
252 D("bulk endpoints not found");
  /system/core/fastboot/
usb_osx.cpp 155 * out if an interface does bulk in or out is to open it, and
157 * bulk in / out before deciding whether it actually wants to
192 // are any that do bulk in/out.
  /external/libmtp/logs/
mtp-detect-hp-slate10hd.txt 538 Transfer Type Bulk
548 Transfer Type Bulk
618 Transfer Type Bulk
628 Transfer Type Bulk
648 Transfer Type Bulk
658 Transfer Type Bulk
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/email/test/data/
msg_16.txt 23 Precedence: bulk
98 Precedence: bulk
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/IScsiDxe/
IScsiTcp4Io.c 443 RxData.FragmentTable[0].FragmentBuffer = Fragment[CurrentFragment].Bulk;
478 Fragment[CurrentFragment].Bulk += RxData.FragmentTable[0].FragmentLength;
  /external/autotest/client/cros/cellular/mbim_compliance/tests/
des_02.py 151 # There should be one bulk OUT and one bulk IN.

Completed in 225 milliseconds

1 2 3 4 5 67 8 91011>>