HomeSort by relevance Sort by last modified time
    Searched refs:transfers (Results 1 - 25 of 36) sorted by null

1 2

  /build/make/tools/releasetools/
test_blockimgdiff.py 43 transfers = block_image_diff.transfers
45 "t1hash", "move", transfers)
47 "t2hash", "move", transfers)
49 "t3hash", "move", transfers)
51 "t4hash", "move", transfers)
63 transfers[0], transfers[1], transfers[2] = (
64 transfers[2], transfers[0], transfers[1]
    [all...]
blockimgdiff.py 275 # case the list of transfers produced will never read from the
287 self.transfers = []
326 # Find the ordering dependencies among transfers (this is O(n^2)
327 # in the number of transfers).
329 # Find a sequence of transfers that satisfies as many ordering
374 for xf in self.transfers:
560 for xf in self.transfers:
584 for xf in self.transfers:
651 for index, xf in enumerate(self.transfers):
739 xf = self.transfers[xf_index
    [all...]
  /external/mesa3d/src/gallium/drivers/rbug/
rbug_screen.h 60 struct rbug_list transfers; member in struct:rbug_screen
rbug_screen.c 265 make_empty_list(&rb_screen->transfers);
  /device/google/contexthub/firmware/os/drivers/synaptics_s3708/
synaptics_s3708.c 147 struct I2cTransfer transfers[MAX_PENDING_I2C_REQUESTS]; member in struct:TaskStruct
215 for (i = 0; i < ARRAY_SIZE(mTask.transfers); i++) {
216 if (!mTask.transfers[i].inUse) {
217 mTask.transfers[i].inUse = true;
218 mTask.transfers[i].state = state;
219 memset(mTask.transfers[i].txrxBuf, 0x00, sizeof(mTask.transfers[i].txrxBuf));
220 return &mTask.transfers[i];
309 for (i = 0; i < ARRAY_SIZE(mTask.transfers); i++) {
310 if (mTask.transfers[i].inUse)
    [all...]
  /external/curl/docs/examples/
http2-serverpush.c 165 int *transfers = (int *)userp; local
193 (*transfers)++; /* one more */
206 int transfers=1; /* we start with one */ local
222 curl_multi_setopt(multi_handle, CURLMOPT_PUSHDATA, &transfers);
256 /* get file descriptors from the transfers */
308 transfers--;
314 } while(transfers); /* as long as we have transfers going */
  /external/llvm/test/MC/ARM/
ldr-pseudo-cond-darwin.s 5 @ Check that ldr to constant pool correctly transfers the condition codes
ldr-pseudo-cond.s 5 @ Check that ldr to constant pool correctly transfers the condition codes
  /device/google/contexthub/firmware/os/drivers/ams_tmd2772/
ams_tmd2772.c 179 struct I2cTransfer transfers[AMS_TMD2772_MAX_PENDING_I2C_REQUESTS]; member in struct:SensorData
236 for (i = 0; i < ARRAY_SIZE(mData.transfers); i++) {
237 if (!mData.transfers[i].inUse) {
238 mData.transfers[i].inUse = true;
239 mData.transfers[i].state = state;
240 return &mData.transfers[i];
  /device/google/contexthub/firmware/os/drivers/bosch_bmp280/
bosch_bmp280.c 120 struct I2cTransfer transfers[BOSCH_BMP280_MAX_PENDING_I2C_REQUESTS]; member in struct:BMP280Task
179 for (i = 0; i < ARRAY_SIZE(mTask.transfers); i++) {
180 if (!mTask.transfers[i].inUse) {
181 mTask.transfers[i].inUse = true;
182 mTask.transfers[i].state = state;
183 return &mTask.transfers[i];
  /device/google/contexthub/firmware/os/drivers/rohm_rpr0521/
rohm_rpr0521.c 228 struct I2cTransfer transfers[ROHM_RPR0521_MAX_PENDING_I2C_REQUESTS]; member in struct:SensorData
315 for (i = 0; i < ARRAY_SIZE(mTask.transfers); i++) {
316 if (!mTask.transfers[i].inUse) {
317 mTask.transfers[i].inUse = true;
318 mTask.transfers[i].state = state;
319 return &mTask.transfers[i];
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/arm/
arm7t.d 5 # Test the halfword and signextend memory transfers:
sp-pc-usage-t.s 10 @ only register to register transfers without shifts are supported,
  /device/google/contexthub/firmware/os/drivers/ams_tmd4903/
ams_tmd4903.c 239 struct AlsProxTransfer transfers[AMS_TMD4903_MAX_PENDING_I2C_REQUESTS]; member in struct:SensorData
289 for (i = 0; i < ARRAY_SIZE(mTask.transfers); i++) {
290 if (!mTask.transfers[i].inUse) {
291 mTask.transfers[i].inUse = true;
292 mTask.transfers[i].state = state;
293 return &mTask.transfers[i];
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
OutlinePage.java 396 Transfer[] transfers = new Transfer[] { local
400 tv.addDropSupport(supportedOperations, transfers, new OutlineDropListener(this, tv));
401 tv.addDragSupport(supportedOperations, transfers, new OutlineDragListener(this, tv));
    [all...]
  /external/mesa3d/src/gallium/state_trackers/d3d1x/gd3d11/
d3d11_context.h     [all...]
d3d11_objects.h 307 std::unordered_map<unsigned, pipe_transfer*> transfers; member in struct:GalliumD3D11Resource
  /external/pdfium/core/fpdfapi/render/
cpdf_renderstatus.cpp     [all...]
  /device/linaro/bootloader/edk2/IntelFspPkg/FspSecCore/Ia32/
FspApiEntry.asm 409 ; This API will not return. Instead, it transfers the control to the
FspApiEntry.s 624 # This API will not return. Instead, it transfers the control to the
  /external/blktrace/doc/
blktrace.tex 41 \item[blktrace] A utility which transfers event traces from the kernel
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/vendor/golang.org/x/arch/x86/x86asm/
decode.go     [all...]
  /prebuilts/go/darwin-x86/src/crypto/tls/
conn.go 763 // - For throughput-sensitive applications, such as large file transfers,
    [all...]
  /prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/arch/x86/x86asm/
decode.go     [all...]
  /prebuilts/go/linux-x86/src/crypto/tls/
conn.go 763 // - For throughput-sensitive applications, such as large file transfers,
    [all...]

Completed in 910 milliseconds

1 2