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

1 2 3 4 56 7 8 91011

  /hardware/intel/img/libdrm/libdrm/intel/
intel_bufmgr_fake.c 1345 struct drm_i915_batchbuffer batch; local
    [all...]
  /external/chromium_org/remoting/tools/win/
chromoting-set-channel.bat 11 REM http://stackoverflow.com/questions/4051883/batch-script-how-to-check-for-admin-rights
  /external/chromium_org/third_party/codesighs/
basesummary.win.bash 176 $OBJROOT/dist/bin/msmap2tsv --symdb $SYMDBFILE --batch $RELEVANTARG < $ALLMAPSFILE > $RAWTSVFILE 2> /dev/null
  /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,
  /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 193 int batch(int handle, int flags, int64_t period_ns, int64_t timeout);
341 int sensors_poll_context_t::batch(int handle, int flags, int64_t period_ns, int64_t timeout) { function in class:sensors_poll_context_t
342 ALOGV("batch");
348 retval = v1->batch(v1, local_handle, flags, period_ns, timeout);
409 return ctx->batch(handle, flags, period_ns, timeout);
627 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/chrome/browser/sync_file_system/drive_backend/
metadata_database_unittest.cc 278 leveldb::WriteBatch batch; local
279 PutServiceMetadataToBatch(service_metadata, &batch);
280 EXPECT_TRUE(db->Write(leveldb::WriteOptions(), &batch).ok());
451 leveldb::WriteBatch batch; local
452 PutFileMetadataToBatch(file, &batch);
453 return db->Write(leveldb::WriteOptions(), &batch);
458 leveldb::WriteBatch batch; local
459 PutFileTrackerToBatch(tracker, &batch);
460 return db->Write(leveldb::WriteOptions(), &batch);
    [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;
  /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/drive_backend_v1/
drive_metadata_store.h 157 void WriteToDB(scoped_ptr<leveldb::WriteBatch> batch,
  /external/chromium_org/third_party/leveldatabase/src/include/leveldb/
c.h 95 leveldb_writebatch_t* batch,
161 /* Write batch */

Completed in 845 milliseconds

1 2 3 4 56 7 8 91011