/external/libusb/libusb/os/ |
darwin_usb.c | [all...] |
linux_usbfs.c | 84 /* Linux 2.6.32 adds support for a bulk continuation URB flag. this basically 90 * The BULK_CONTINUATION flag must be set on all URBs within a bulk transfer 391 /* bulk continuation URB flag available from Linux 2.6.32 */ 394 usbi_err(ctx, "error checking for bulk continuation support"); 400 usbi_dbg("bulk continuation flag supported"); [all...] |
/packages/apps/Dialer/java/com/android/dialer/app/res/values/ |
strings.xml | 285 <!-- String describing the user entering bulk action mode. 290 <string name="description_entering_bulk_action_mode">Entering bulk action mode</string> 292 <!-- String describing the user leaving bulk action mode. 297 <string name="description_leaving_bulk_action_mode">Left bulk action mode</string> 299 <!-- String describing the button to select an entry for bulk action. 306 <!-- String describing the button to unselect an entry for bulk action. [all...] |
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Usb/UsbBusDxe/ |
UsbUtility.c | 343 Execute a bulk transfer to the device's endpoint.
360 @retval EFI_SUCCESS The bulk transfer is finished without error.
361 @retval Others Failed to execute bulk transfer, result in UsbResult.
[all...] |
/device/linaro/bootloader/edk2/SourceLevelDebugPkg/Library/DebugCommunicationLibUsb/ |
DebugCommunicationLibUsb.c | 135 // The Bulk In endpoint toggle bit.
139 // The Bulk Out endpoint toggle bit.
688 // initialize the data toggle used by bulk in/out endpoint.
[all...] |
/libcore/ojluni/src/main/java/java/util/ |
Spliterator.java | 38 * #tryAdvance tryAdvance()}) or sequentially in bulk 47 * bulk computation. 78 * bulk traversal method ({@link #forEachRemaining forEachRemaining()}) of a [all...] |
/art/runtime/gc/space/ |
malloc_space.cc | 248 // Use a bulk free, that merges consecutive objects before freeing or free per object?
|
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/UhciDxe/ |
Uhci.c | 765 Submits bulk transfer to a bulk endpoint of a USB device.
781 @return EFI_SUCCESS The bulk transfer was completed successfully.
889 // Link the TDs to bulk queue head. According to the platfore
[all...] |
/docs/source.android.com/en/devices/accessories/ |
aoa2.html | 97 <td>Provides two bulk endpoints for communicating with an Android
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/optimization/general/ |
AbstractLeastSquaresOptimizer.java | 363 /** Perform the bulk of optimization algorithm.
|
/external/autotest/frontend/client/src/autotest/moblab/ |
DutManagementView.java | 87 // Logging area at the end of the screen that gives status messages about bulk
|
/external/boringssl/src/crypto/cipher_extra/test/ |
make_legacy_aead_tests.go | 20 var bulkCipher *string = flag.String("cipher", "", "The bulk cipher to use")
|
/external/guava/guava/src/com/google/common/cache/ |
CacheLoader.java | 109 * <p>This method should be overriden when bulk retrieval is significantly more efficient than
|
/external/guava/guava/src/com/google/common/collect/ |
AbstractBiMap.java | 158 // Bulk Operations
|
MapMaker.java | 497 * <p>The bulk operations {@code putAll}, {@code equals}, and {@code clear} are not guaranteed to 499 * containsValue} are implemented as bulk read operations, and thus may fail to observe concurrent 568 * <p>The bulk operations {@code putAll}, {@code equals}, and {@code clear} are not guaranteed to 570 * containsValue} are implemented as bulk read operations, and thus may fail to observe concurrent [all...] |
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/ |
AbstractBiMap.java | 154 // Bulk Operations
|
/external/libmtp/logs/ |
mtp-detect-sony-xperia-j.txt | 601 Transfer Type Bulk 611 Transfer Type Bulk [all...] |
mtp-detect-sony-xperia-m2dual.txt | [all...] |
/external/libnl/include/linux-private/linux/ |
pkt_sched.h | 16 filler or even bulk.
|
/external/libusb/libusb/ |
libusbi.h | 934 /* Alloc num_streams usb3 bulk streams on the passed in endpoints */ 938 /* Free usb3 bulk streams allocated with alloc_streams */ [all...] |
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
lp_scene.h | 104 * This stores bulk data which is used for all memory allocations
|
/external/netperf/doc/examples/ |
runemomniaggdemo.sh | 220 # is a way to see what the performance of a single bulk transfer was,
|
/external/python/cpython2/Modules/_ctypes/libffi/src/sparc/ |
v8.S | 209 ! Call ffi_closure_sparc_inner to do the bulk of the work.
|
v9.S | 176 ! Call ffi_closure_sparc_inner to do the bulk of the work.
|
/external/skia/src/gpu/ |
GrDrawOpAtlas.h | 120 * A class which can be handed back to GrDrawOpAtlas for updating last use tokens in bulk. The
|