/libcore/luni/src/main/java/org/apache/harmony/xml/dom/ |
DOMConfigurationImpl.java | 138 * Bulk alias to set the following parameter values:
|
/packages/apps/Exchange/res/values/ |
strings.xml | 21 bulk operation. -->
|
/system/core/adb/ |
usb_libusb.c | 271 D("check_usb_interface(): Endpoint (%u) is not bulk (%u), ignoring\n",
|
usb_osx.c | 344 //* bulk in/out pipes available. These will be our read/write pipes.
|
/external/chromium_org/third_party/skia/include/core/ |
SkRect.h | 705 /** Bulk version of growToInclude */ 710 /** Bulk version of growToInclude with stride. */
|
/external/emma/ |
build.xml | 288 <!-- the bulk of core compilation: --> 336 <!-- the bulk of ant compilation: -->
|
/external/skia/include/core/ |
SkRect.h | 705 /** Bulk version of growToInclude */ 710 /** Bulk version of growToInclude with stride. */
|
/libcore/luni/src/main/java/java/util/concurrent/ |
LinkedBlockingDeque.java | 34 * contains}, {@link #iterator iterator.remove()}, and the bulk 807 * TODO: Add support for more efficient bulk operations. [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/formatting/ |
EclipseXmlPrettyPrinterTest.java | 450 " and remove the actual text. These will be removed in a bulk operation. -->\n" + 458 " and remove the actual text. These will be removed in a bulk operation.\n" + [all...] |
/external/chromium_org/third_party/libusb/src/libusb/ |
io.c | 75 * to read data on a bulk or interrupt endpoint and wait for data to arrive. 184 * \section overflow Bulk/interrupt transfer overflows 186 * When requesting data on a bulk endpoint, libusbx requires you to supply a 231 * transfer entity for all types of I/O (control, bulk, interrupt, 332 * \section bulk_overflows Overflows on device-to-host bulk/interrupt endpoints [all...] |
/external/libusb/libusb/ |
io.c | 73 * to read data on a bulk or interrupt endpoint and wait for data to arrive. 182 * \section overflow Bulk/interrupt transfer overflows 184 * When requesting data on a bulk endpoint, libusb requires you to supply a 229 * transfer entity for all types of I/O (control, bulk, interrupt, 330 * \section bulk_overflows Overflows on device-to-host bulk/interrupt endpoints [all...] |
core.c | 63 * control/bulk/interrupt/isochronous transfers, etc). Full information 70 * - All transfer types supported (control/bulk/interrupt/isochronous) 268 * When you ask libusb to submit a bulk transfer larger than 16kb in size, [all...] |
/packages/apps/ContactsCommon/res/values/ |
strings.xml | [all...] |
/external/qemu/ |
usb-linux.c | 198 * We always allocate one isoc descriptor even for bulk transfers 475 /* Setup bulk transfer */ [all...] |
/hardware/samsung_slsi/exynos5/mobicore/daemon/Daemon/ |
MobiCoreDriverDaemon.cpp | 609 // Map bulk memory to secure world 636 // Unmap bulk memory from secure world
|
/bionic/libc/arch-arm/bionic/ |
memcpy.a9.S | 95 /* For bulk copies using GP registers. */
|
/external/chromium/chrome/browser/history/ |
thumbnail_database.cc | 564 // TODO: Using bulk insert to improve the performance.
|
/external/chromium_org/chrome/browser/history/ |
expire_history_backend.cc | 41 // and because these can take up the bulk of your history, we get a lot of
|
/external/chromium_org/chrome/browser/prerender/ |
prerender_manager.h | 770 // This is required to avoid a large number of cookie lookups on bulk
|
/external/chromium_org/chrome/installer/util/ |
installer_state.cc | 741 // by the bulk of the installer does not track changes made by UpdateStage.
|
/external/chromium_org/net/base/ |
net_util.h | 572 DSCP_CS1 = 8, // Bulk/background traffic
|
/external/chromium_org/net/http/ |
http_auth_cache_unittest.cc | 526 // Test fixture class for eviction tests (contains helpers for bulk
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/coverage/ |
cmdline.py | 371 """The bulk of the command line interface to Coverage.
|
/external/chromium_org/third_party/icu/source/common/unicode/ |
unorm.h | 498 * Bulk normalization is only necessary if the strings do not fulfill the FCD
|
/external/chromium_org/third_party/libusb/src/libusb/os/ |
wince_usb.c | 666 control_transfer ? "Control" : "Bulk", GetLastError()); [all...] |