HomeSort by relevance Sort by last modified time
    Searched refs:batch (Results 126 - 150 of 251) sorted by null

1 2 3 4 56 7 8 91011

  /external/chromium_org/third_party/leveldatabase/src/db/
db_bench.cc 721 WriteBatch batch; local
725 batch.Clear();
730 batch.Put(key, gen.Generate(value_size_));
734 s = db_->Write(write_options_, &batch);
833 WriteBatch batch; local
836 batch.Clear();
841 batch.Delete(key);
844 s = db_->Write(write_options_, &batch);
  /external/iproute2/tc/
tc.c 215 " tc [-force] -batch filename\n"
249 static int batch(const char *name) function
325 } else if (matches(argv[1], "-batch") == 0) {
339 return batch(batchfile);
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-compiler-jdt/0.20.0/
tycho-compiler-jdt-0.20.0.jar 
  /sdk/avdlauncher/
Android.mk 8 # Eventually it should simply replace the batch file.
  /sdk/sdklauncher/
Android.mk 8 # Eventually it should simply replace the batch file.
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_allocator.h 104 // For large size classes we use one of the chunks to store the batch.
108 void *batch[kMaxNumCached]; member in struct:__sanitizer::SizeClassMap::TransferBatch
315 typedef typename SizeClassMap::TransferBatch Batch;
341 NOINLINE Batch* AllocateBatch(AllocatorStats *stat, AllocatorCache *c,
345 Batch *b = region->free_list.Pop();
352 NOINLINE void DeallocateBatch(AllocatorStats *stat, uptr class_id, Batch *b) {
484 LFStack<Batch> free_list;
513 NOINLINE Batch* PopulateFreeList(AllocatorStats *stat, AllocatorCache *c,
516 Batch *b = region->free_list.Pop();
556 b = (Batch*)c->Allocate(this, SizeClassMap::ClassID(sizeof(Batch)))
953 void *batch[2 * SizeClassMap::kMaxNumCached]; member in struct:__sanitizer::SizeClassAllocatorLocalCache::PerClass
    [all...]
  /device/htc/flounder/sensor_hub/libsensors/
sensors.cpp 595 int batch(int handle, int flags, int64_t period_ns, int64_t timeout);
741 int sensors_poll_context_t::batch(int handle, int flags, int64_t period_ns, int64_t timeout)
748 int err = mSensors[index]->batch(handle, flags, period_ns, timeout);
799 return ctx->batch(handle, flags, period_ns, timeout);
826 // Batch processing
827 dev->device.batch = poll__batch;
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/i915/
i915_state_emit.c 112 i915_winsys_batchbuffer_write(i915->batch, invariant_state,
417 /* we need more batch space if we want to emulate rgba framebuffers
569 if (!i915_winsys_validate_buffers(i915->batch, i915->validation_buffers,
600 save_ptr = (uintptr_t)i915->batch->ptr;
618 ((uintptr_t)i915->batch->ptr - save_ptr) / 4,
620 assert(((uintptr_t)i915->batch->ptr - save_ptr) / 4 == batch_space);
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
gen6_blorp.cpp 80 /* To ensure that the batch contains only the resolve, flush the batch
85 * a single batch, and there is no safe way to ensure that other than by
87 * a batch is in progress and do the right thing, but that would require
127 OUT_RELOC(intel->batch.bo, I915_GEM_DOMAIN_SAMPLER, 0, 1);
129 OUT_RELOC(intel->batch.bo, (I915_GEM_DOMAIN_RENDER |
217 OUT_RELOC(intel->batch.bo, I915_GEM_DOMAIN_VERTEX, 0,
220 OUT_RELOC(intel->batch.bo, I915_GEM_DOMAIN_VERTEX, 0,
267 * safely ignore it because this batch contains only one draw call.
469 drm_intel_bo_emit_reloc(brw->intel.batch.bo
    [all...]
gen7_wm_surface_state.c 131 drm_intel_bo_emit_reloc(brw->intel.batch.bo,
267 drm_intel_bo_emit_reloc(brw->intel.batch.bo,
390 drm_intel_bo_emit_reloc(brw->intel.batch.bo,
442 drm_intel_bo_emit_reloc(brw->intel.batch.bo,
583 drm_intel_bo_emit_reloc(brw->intel.batch.bo,
brw_vtbl.c 177 * to be in every batch. Otherwise we need to re-emit all the state that
186 /* Assume that the last command before the start of our batch was a
189 intel->batch.need_workaround_flush = true;
194 * the start of the batch, since the kernel will be resetting the offset to
204 * next batch.
  /external/mesa3d/src/gallium/drivers/i915/
i915_state_emit.c 112 i915_winsys_batchbuffer_write(i915->batch, invariant_state,
417 /* we need more batch space if we want to emulate rgba framebuffers
569 if (!i915_winsys_validate_buffers(i915->batch, i915->validation_buffers,
600 save_ptr = (uintptr_t)i915->batch->ptr;
618 ((uintptr_t)i915->batch->ptr - save_ptr) / 4,
620 assert(((uintptr_t)i915->batch->ptr - save_ptr) / 4 == batch_space);
  /external/mesa3d/src/mesa/drivers/dri/i965/
gen6_blorp.cpp 80 /* To ensure that the batch contains only the resolve, flush the batch
85 * a single batch, and there is no safe way to ensure that other than by
87 * a batch is in progress and do the right thing, but that would require
127 OUT_RELOC(intel->batch.bo, I915_GEM_DOMAIN_SAMPLER, 0, 1);
129 OUT_RELOC(intel->batch.bo, (I915_GEM_DOMAIN_RENDER |
217 OUT_RELOC(intel->batch.bo, I915_GEM_DOMAIN_VERTEX, 0,
220 OUT_RELOC(intel->batch.bo, I915_GEM_DOMAIN_VERTEX, 0,
267 * safely ignore it because this batch contains only one draw call.
469 drm_intel_bo_emit_reloc(brw->intel.batch.bo
    [all...]
gen7_wm_surface_state.c 131 drm_intel_bo_emit_reloc(brw->intel.batch.bo,
267 drm_intel_bo_emit_reloc(brw->intel.batch.bo,
390 drm_intel_bo_emit_reloc(brw->intel.batch.bo,
442 drm_intel_bo_emit_reloc(brw->intel.batch.bo,
583 drm_intel_bo_emit_reloc(brw->intel.batch.bo,
  /hardware/libhardware/modules/sensors/
multihal.cpp 194 int batch(int handle, int flags, int64_t period_ns, int64_t timeout);
372 int sensors_poll_context_t::batch(int handle, int flags, int64_t period_ns, int64_t timeout) { function in class:sensors_poll_context_t
373 ALOGV("batch");
378 retval = v1->batch(v1, local_handle, flags, period_ns, timeout);
380 ALOGE("IGNORING batch() call to non-API-compliant sensor handle=%d !", handle);
442 return ctx->batch(handle, flags, period_ns, timeout);
660 dev->proxy_device.batch = device__batch;
  /external/openssl/apps/
req.c 154 static int batch=0; variable
322 else if (strcmp(*argv,"-batch") == 0)
323 batch=1;
438 BIO_printf(bio_err," -batch do not ask anything during request generation\n");
1216 if(!batch)
    [all...]
  /external/srec/srec/crec/
srec.c 79 altword_token* batch,
86 if (batch->costbasis == MAXcostdata / 2)
88 free_altword_token(rec, batch);
91 /* a flag to check whether we already pruned this batch would be nice */
94 awtokenp = &batch->next_token;
95 for (awtoken = batch->next_token; awtoken != AWTNULL; awtoken = next_awtoken)
98 if ((bigcostdata)batch->costbasis + awtoken->costdelta > costlimit)
109 if ((bigcostdata)(batch->costbasis) + batch->costdelta < costlimit)
113 else if (batch->next_token != AWTNULL
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/intel/
intel_blit.c 127 aper_array[0] = intel->batch.bo;
365 aper_array[0] = intel->batch.bo;
584 aper_array[0] = intel->batch.bo;
intel_context.c 438 * Unfortunately, we don't have a handle to the batch containing
440 * so we just us the first batch we emitted after the last swap.
532 if (intel->batch.used)
555 if (intel->batch.last_bo)
556 drm_intel_bo_wait_rendering(intel->batch.last_bo);
657 intel->maxBatchSize = sizeof(intel->batch.map);
  /external/mesa3d/src/mesa/drivers/dri/intel/
intel_blit.c 127 aper_array[0] = intel->batch.bo;
365 aper_array[0] = intel->batch.bo;
584 aper_array[0] = intel->batch.bo;
  /frameworks/native/services/sensorservice/
SensorDevice.cpp 156 // Log error. Every activate call should be preceded by a batch() call.
157 ALOGE("\t >>>ERROR: activate called without batch");
169 // Call batch for this sensor with the previously calculated best effort
171 // events, and the best effort batch parameters might have changed.
173 "\t>>> actuating h/w batch %d %d %" PRId64 " %" PRId64, handle,
176 mSensorDevice->batch(mSensorDevice, handle,info.bestBatchParams.flags,
199 // On older devices which do not support batch, call setDelay().
210 status_t SensorDevice::batch(void* ident, int handle, int flags, int64_t samplingPeriodNs, function in class:android::SensorDevice
220 // Batch is not supported on older devices return invalid operation.
225 "SensorDevice::batch: ident=%p, handle=0x%08x, flags=%d, period_ns=%" PRId64 " timeout=%" PRId64
    [all...]
  /external/chromium_org/chrome/browser/sync_file_system/local/
local_file_change_tracker.h 169 leveldb::WriteBatch* batch);
  /external/chromium_org/third_party/leveldatabase/src/include/leveldb/
c.h 95 leveldb_writebatch_t* batch,
161 /* Write batch */
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i915/
intel_render.c 129 ret = intel->batch.bo->size - INTEL_NO_VBO_STATE_RESERVED;
  /external/mesa3d/src/mesa/drivers/dri/i915/
intel_render.c 129 ret = intel->batch.bo->size - INTEL_NO_VBO_STATE_RESERVED;

Completed in 641 milliseconds

1 2 3 4 56 7 8 91011