HomeSort by relevance Sort by last modified time
    Searched defs:batch (Results 1 - 25 of 124) sorted by null

1 2 3 4 5

  /external/mesa3d/src/gallium/drivers/i915/
i915_flush.c 49 if (!fence && i915->batch && (i915->batch->map == i915->batch->ptr)) {
71 struct i915_winsys_batchbuffer *batch = i915->batch; local
73 batch->iws->batchbuffer_flush(batch, fence);
  /external/javasqlite/src/main/java/SQLite/JDBC2z/
JDBCPreparedStatement.java 27 private ArrayList<BatchArg> batch; field in class:JDBCPreparedStatement
35 this.batch = null;
386 if (batch == null) {
387 batch = new ArrayList<BatchArg>(args.length);
390 batch.add(new BatchArg(args[i], blobs[i]));
395 if (batch == null) {
398 int[] ret = new int[batch.size() / args.length];
406 BatchArg b = (BatchArg) batch.get(index++);
418 throw new BatchUpdateException("batch failed", ret);
424 if (batch != null)
    [all...]
JDBCStatement.java 12 private ArrayList<String> batch; field in class:JDBCStatement
18 this.batch = null;
177 if (batch == null) {
178 batch = new ArrayList<String>(1);
180 batch.add(sql);
184 if (batch == null) {
187 int[] ret = new int[batch.size()];
194 execute((String) batch.get(i));
201 throw new BatchUpdateException("batch failed", ret);
207 if (batch != null)
    [all...]
  /build/core/tasks/tools/
package-modules.mk 40 define copy-tests-in-batch
53 $(call copy-tests-in-batch,$(wordlist 1,200,$(PRIVATE_COPY_PAIRS)))
54 $(call copy-tests-in-batch,$(wordlist 201,400,$(PRIVATE_COPY_PAIRS)))
55 $(call copy-tests-in-batch,$(wordlist 401,600,$(PRIVATE_COPY_PAIRS)))
56 $(call copy-tests-in-batch,$(wordlist 601,800,$(PRIVATE_COPY_PAIRS)))
57 $(call copy-tests-in-batch,$(wordlist 801,1000,$(PRIVATE_COPY_PAIRS)))
58 $(call copy-tests-in-batch,$(wordlist 1001,1200,$(PRIVATE_COPY_PAIRS)))
59 $(call copy-tests-in-batch,$(wordlist 1201,9999,$(PRIVATE_COPY_PAIRS)))
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_state_batch.c 43 struct intel_batchbuffer *batch = &brw->intel.batch; local
50 batch->bo->size / 32);
73 * Generate a set of aub file annotations for the current batch buffer, and
76 * The "used" section of the batch buffer (the portion containing batch
78 * batch buffer (which contains data structures pointed to by batch commands)
90 4*intel->batch.used);
101 drm_intel_bufmgr_gem_set_aub_annotations(intel->batch.bo, annotations
126 struct intel_batchbuffer *batch = &brw->intel.batch; local
    [all...]
  /frameworks/native/services/sensorservice/
SensorInterface.cpp 65 status_t HardwareSensor::batch(void* ident, int /*handle*/, int flags, function in class:android::HardwareSensor
67 return mSensorDevice.batch(ident, mSensor.getHandle(), flags, samplingPeriodNs,
SensorDevice.cpp 176 // Log error. Every activate call should be preceded by a batch() call.
177 ALOGE("\t >>>ERROR: activate called without batch");
189 // Call batch for this sensor with the previously calculated best effort
191 // events, and the best effort batch parameters might have changed.
193 "\t>>> actuating h/w batch %d %d %" PRId64 " %" PRId64, handle,
196 mSensorDevice->batch(mSensorDevice, handle,info.bestBatchParams.flags,
224 // On older devices which do not support batch, call setDelay().
235 status_t SensorDevice::batch(void* ident, int handle, int flags, int64_t samplingPeriodNs, function in class:android::SensorDevice
245 // Batch is not supported on older devices return invalid operation.
250 "SensorDevice::batch: ident=%p, handle=0x%08x, flags=%d, period_ns=%" PRId64 " timeout=%" PRId64
    [all...]
  /hardware/bsp/intel/peripheral/sensors/mraa/
Sensor.cpp 111 int Sensor::batch(int handle, int flags, function in class:Sensor
  /external/mesa3d/src/gallium/winsys/i915/sw/
i915_sw_batchbuffer.c 25 i915_sw_batchbuffer(struct i915_winsys_batchbuffer *batch)
27 return (struct i915_sw_batchbuffer *)batch;
31 i915_sw_batchbuffer_reset(struct i915_sw_batchbuffer *batch)
33 memset(batch->base.map, 0, batch->actual_size);
34 batch->base.ptr = batch->base.map;
35 batch->base.size = batch->actual_size - BATCH_RESERVED;
36 batch->base.relocs = 0
43 struct i915_sw_batchbuffer *batch = CALLOC_STRUCT(i915_sw_batchbuffer); local
74 struct i915_sw_batchbuffer *batch = i915_sw_batchbuffer(ibatch); local
105 struct i915_sw_batchbuffer *batch = i915_sw_batchbuffer(ibatch); local
145 struct i915_sw_batchbuffer *batch = i915_sw_batchbuffer(ibatch); local
    [all...]
  /frameworks/base/services/core/java/com/android/server/connectivity/
DnsEventListenerService.java 110 DnsEventBatch batch = mEventBatches.remove(network.netId);
111 if (batch != null) {
112 batch.logAndClear();
133 DnsEventBatch batch = mEventBatches.get(netId); local
134 if (batch == null) {
135 batch = new DnsEventBatch(netId);
136 mEventBatches.put(netId, batch);
138 batch.addResult((byte) eventType, (byte) returnCode, latencyMs);
145 for (DnsEventBatch batch : mEventBatches.values()) {
146 pw.println(batch.toString())
    [all...]
  /device/google/contexthub/sensorhal/
sensors.cpp 45 device.batch = BatchWrapper;
107 int SensorContext::batch( function in class:SensorContext
112 ALOGI("batch");
176 return reinterpret_cast<SensorContext *>(dev)->batch(
  /external/compiler-rt/lib/tsan/rtl/
tsan_dense_alloc.h 107 T *batch = (T*)MmapOrDie(kL2Size * sizeof(T), "DenseSlabAllocator"); local
111 new(batch + i) T;
112 *(IndexT*)(batch + i) = i + 1 + fillpos_ * kL2Size;
114 *(IndexT*)(batch + kL2Size - 1) = 0;
116 map_[fillpos_++] = batch;
  /external/iproute2/bridge/
bridge.c 37 " bridge [ -force ] -batch filename\n"
78 static int batch(const char *name) function
176 } else if (matches(opt, "-batch") == 0) {
194 return batch(batch_file);
  /external/jsoncpp/src/lib_json/
json_batchallocator.h 18 * This memory allocator allocates memory for a batch of object (specified by
44 for (BatchInfo* batch = batches_; batch;) {
45 BatchInfo* nextBatch = batch->next_;
46 free(batch);
47 batch = nextBatch;
66 if (!currentBatch_) // no free batch found, allocate a new one
103 BatchInfo* batch = static_cast<BatchInfo*>(malloc(mallocSize)); local
104 batch->next_ = 0;
105 batch->used_ = batch->buffer_
    [all...]
  /external/libdrm/tests/exynos/
exynos_fimg2d_perf.c 110 unsigned buf_width, unsigned buf_height, unsigned iterations, unsigned batch)
119 images = calloc(batch, sizeof(struct g2d_image));
125 for (i = 0; i < batch; ++i) {
136 printf("starting multi G2D performance test (batch size = %u)\n", batch);
146 for (j = 0; j < batch; ++j) {
209 fprintf(stderr, "\t-b <size of a batch> (default = 3)\n\n");
227 unsigned int iters = 0, batch = 3; local
240 if (sscanf(optarg, "%u", &batch) != 1)
312 ret = fimg2d_perf_multi(bo, ctx, bufw, bufh, iters, batch);
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/intel/
intel_batchbuffer.h 15 * Number of bytes to reserve for commands necessary to complete a batch.
19 * - Optional MI_NOOP for ensuring the batch length is qword aligned (4 bytes)
83 return (intel->batch.state_batch_offset - intel->batch.reserved_space)
84 - intel->batch.used*4;
94 intel->batch.map[intel->batch.used++] = dword;
109 intel->batch.is_blit != is_blit && intel->batch.used) {
113 intel->batch.is_blit = is_blit
137 struct intel_batchbuffer *batch = &intel->batch; local
    [all...]
intel_batchbuffer.c 43 struct cached_batch_item *item = intel->batch.cached_items;
51 intel->batch.cached_items = NULL;
62 * the buffer, and the kernel doesn't let us write to the batch.
64 intel->batch.workaround_bo = drm_intel_bo_alloc(intel->bufmgr,
73 if (intel->batch.last_bo != NULL) {
74 drm_intel_bo_unreference(intel->batch.last_bo);
75 intel->batch.last_bo = NULL;
77 intel->batch.last_bo = intel->batch.bo;
81 intel->batch.bo = drm_intel_bo_alloc(intel->bufmgr, "batchbuffer"
124 struct intel_batchbuffer *batch = &intel->batch; local
165 struct intel_batchbuffer *batch = &intel->batch; local
    [all...]
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/util/
BatchingNamedTaskExecutor.java 61 * Instructs the executor to submit the next batch of results.
65 NamedTask[] batch = new NamedTask[0]; local
69 batch = nextTasks.toArray(batch);
71 if (DBG) Log.d(TAG, "Dispatching batch of " + count);
74 for (NamedTask task : batch) {
  /device/google/dragon/sensor_hub/
cros_ec_sensors.cpp 194 * batch: Batch entry point.
198 int CrosECSensor::batch(int handle, function in class:CrosECSensor
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_quarantine.h 33 void *batch[kSize]; member in struct:__sanitizer::QuarantineBatch
105 PREFETCH(b->batch[i]);
107 PREFETCH(b->batch[i + kPrefetch]);
108 cb.Recycle((Node*)b->batch[i]);
134 size += sizeof(QuarantineBatch); // Count the batch in Quarantine size.
138 b->batch[b->count++] = ptr;
  /external/iproute2/ip/
ip.c 51 " ip [ -force ] -batch filename\n"
118 static int batch(const char *name) function
253 } else if (matches(opt, "-batch") == 0) {
298 return batch(batch_file);
  /external/iproute2/tc/
tc.c 223 " tc [-force] -batch filename\n"
256 static int batch(const char *name) function
335 } else if (matches(argv[1], "-batch") == 0) {
366 return batch(batch_file);
  /external/mesa3d/src/gallium/winsys/i915/drm/
i915_drm_batchbuffer.c 30 i915_drm_batchbuffer(struct i915_winsys_batchbuffer *batch)
32 return (struct i915_drm_batchbuffer *)batch;
36 i915_drm_batchbuffer_reset(struct i915_drm_batchbuffer *batch)
38 struct i915_drm_winsys *idws = i915_drm_winsys(batch->base.iws);
40 if (batch->bo)
41 drm_intel_bo_unreference(batch->bo);
42 batch->bo = drm_intel_bo_alloc(idws->gem_manager,
44 batch->actual_size,
47 memset(batch->base.map, 0, batch->actual_size)
57 struct i915_drm_batchbuffer *batch = CALLOC_STRUCT(i915_drm_batchbuffer); local
100 struct i915_drm_batchbuffer *batch = i915_drm_batchbuffer(ibatch); local
164 struct i915_drm_batchbuffer *batch = i915_drm_batchbuffer(ibatch); local
219 struct i915_drm_batchbuffer *batch = i915_drm_batchbuffer(ibatch); local
    [all...]
  /external/skia/include/private/
GrAuditTrail.h 88 Batch* batch = new Batch; local
89 fStack.back()->fChildren.emplace_back(batch);
90 batch->fName = name;
91 batch->fBounds = bounds;
117 struct Batch : public Event {
  /external/skia/src/core/
SkTaskGroup.cpp 49 static void Batch(int N, std::function<void(int)> fn, SkAtomic<int32_t>* pending) {
54 gGlobal->batch(N, fn, pending);
135 void batch(int N, std::function<void(int)> fn, SkAtomic<int32_t>* pending) { function in class:__anon22966::ThreadPool
207 void SkTaskGroup::batch(int N, std::function<void(int)> fn) { function in class:SkTaskGroup
208 ThreadPool::Batch(N, fn, &fPending);

Completed in 439 milliseconds

1 2 3 4 5