/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/ |
brw_misc_state.c | 74 * which points at the batchbuffer containing the streamed batch state. 108 * which points at the batchbuffer containing the streamed batch state. 158 OUT_RELOC(intel->batch.bo, I915_GEM_DOMAIN_INSTRUCTION, 0, 161 OUT_RELOC(brw->intel.batch.bo, I915_GEM_DOMAIN_INSTRUCTION, 0, 165 OUT_RELOC(brw->intel.batch.bo, I915_GEM_DOMAIN_INSTRUCTION, 0, 167 OUT_RELOC(brw->intel.batch.bo, I915_GEM_DOMAIN_INSTRUCTION, 0, 169 OUT_RELOC(brw->intel.batch.bo, I915_GEM_DOMAIN_INSTRUCTION, 0, 171 OUT_RELOC(brw->intel.batch.bo, I915_GEM_DOMAIN_INSTRUCTION, 0, 511 * In the 3DSTATE_DEPTH_BUFFER batch emitted above, the 'separate 858 OUT_RELOC(intel->batch.bo, I915_GEM_DOMAIN_SAMPLER, 0, 1) [all...] |
brw_cc.c | 217 cc->cc4.cc_viewport_state_offset = (intel->batch.bo->offset + 223 drm_intel_bo_emit_reloc(brw->intel.batch.bo, 226 intel->batch.bo, brw->cc.vp_offset,
|
brw_sf_state.c | 145 drm_intel_bo *bo = intel->batch.bo; 193 sf->sf5.sf_viewport_state_offset = (intel->batch.bo->offset + 308 intel->batch.bo, (brw->sf.vp_offset |
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
brw_misc_state.c | 74 * which points at the batchbuffer containing the streamed batch state. 108 * which points at the batchbuffer containing the streamed batch state. 158 OUT_RELOC(intel->batch.bo, I915_GEM_DOMAIN_INSTRUCTION, 0, 161 OUT_RELOC(brw->intel.batch.bo, I915_GEM_DOMAIN_INSTRUCTION, 0, 165 OUT_RELOC(brw->intel.batch.bo, I915_GEM_DOMAIN_INSTRUCTION, 0, 167 OUT_RELOC(brw->intel.batch.bo, I915_GEM_DOMAIN_INSTRUCTION, 0, 169 OUT_RELOC(brw->intel.batch.bo, I915_GEM_DOMAIN_INSTRUCTION, 0, 171 OUT_RELOC(brw->intel.batch.bo, I915_GEM_DOMAIN_INSTRUCTION, 0, 511 * In the 3DSTATE_DEPTH_BUFFER batch emitted above, the 'separate 858 OUT_RELOC(intel->batch.bo, I915_GEM_DOMAIN_SAMPLER, 0, 1) [all...] |
brw_cc.c | 217 cc->cc4.cc_viewport_state_offset = (intel->batch.bo->offset + 223 drm_intel_bo_emit_reloc(brw->intel.batch.bo, 226 intel->batch.bo, brw->cc.vp_offset,
|
brw_sf_state.c | 145 drm_intel_bo *bo = intel->batch.bo; 193 sf->sf5.sf_viewport_state_offset = (intel->batch.bo->offset + 308 intel->batch.bo, (brw->sf.vp_offset |
|
/developers/samples/android/connectivity/sync/BasicSyncAdapter/BasicSyncAdapterSample/src/main/java/com/example/android/basicsyncadapter/ |
SyncAdapter.java | 189 * <p>As an additional optimization, we use a batch operation to perform all database writes at 212 ArrayList<ContentProviderOperation> batch = new ArrayList<ContentProviderOperation>(); local 252 batch.add(ContentProviderOperation.newUpdate(existingUri) 266 batch.add(ContentProviderOperation.newDelete(deleteUri).build()); 275 batch.add(ContentProviderOperation.newInsert(FeedContract.Entry.CONTENT_URI) 283 Log.i(TAG, "Merge solution ready. Applying batch update"); 284 mContentResolver.applyBatch(FeedContract.CONTENT_AUTHORITY, batch);
|
/development/samples/browseable/BasicSyncAdapter/src/com.example.android.basicsyncadapter/ |
SyncAdapter.java | 189 * <p>As an additional optimization, we use a batch operation to perform all database writes at 212 ArrayList<ContentProviderOperation> batch = new ArrayList<ContentProviderOperation>(); local 252 batch.add(ContentProviderOperation.newUpdate(existingUri) 266 batch.add(ContentProviderOperation.newDelete(deleteUri).build()); 275 batch.add(ContentProviderOperation.newInsert(FeedContract.Entry.CONTENT_URI) 283 Log.i(TAG, "Merge solution ready. Applying batch update"); 284 mContentResolver.applyBatch(FeedContract.CONTENT_AUTHORITY, batch);
|
/hardware/invensense/65xx/libsensors_iio/ |
sensors_mpl.cpp | 94 int batch(int handle, int flags, int64_t period_ns, int64_t timeout);
310 int sensors_poll_context_t::batch(int handle, int flags, int64_t period_ns, int64_t timeout)
function in class:sensors_poll_context_t 313 return mSensor->batch(handle, flags, period_ns, timeout);
361 return ctx->batch(handle, flags, period_ns, timeout);
384 /* Batch processing */
385 dev->device.batch = poll__batch;
|
/external/chromium_org/chrome/browser/chromeos/drive/ |
resource_metadata_storage.cc | 356 leveldb::WriteBatch batch; local 362 batch.Delete(GetChildEntryKey(old_entry.parent_resource_id(), 368 batch.Put(GetChildEntryKey(entry.parent_resource_id(), entry.base_name()), 373 batch.Put(entry.resource_id(), serialized_entry); 376 &batch); 400 leveldb::WriteBatch batch; 404 batch.Delete(GetChildEntryKey(entry.parent_resource_id(), 408 batch.Delete(resource_id); 411 &batch);
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/ |
run_webkit_tests_integrationtest.py | 127 batch = [] 130 if batch and result.pid != current_pid: 131 batches.append(batch) 132 batch = [] 133 batch.append(result.test_name) 134 if batch: 135 batches.append(batch) 229 batch_tests_run = get_test_batches(['--batch-size', '2']) 230 for batch in batch_tests_run: 231 self.assertTrue(len(batch) <= 2, '%s had too many tests' % ', '.join(batch) [all...] |
/external/chromium_org/net/data/ssl/scripts/ |
generate-duplicate-cn-certs.sh | 95 -batch \ 110 -batch \
|
generate-weak-test-chains.sh | 130 -batch \ 162 -batch \
|
generate-bad-eku-certs.sh | 73 -batch \
|
generate-redundant-test-chains.sh | 133 -batch \ 149 -batch \ 172 -batch \
|
/external/chromium_org/third_party/codesighs/ |
autosummary.win.bash | 162 $OBJROOT/dist/bin/msmap2tsv --symdb $SYMDBFILE --batch < $ALLMAPSFILE > $RAWTSVFILE 2> /dev/null
|
/external/iproute2/ip/ |
ip.c | 45 " ip [ -force ] -batch filename\n" 105 static int batch(const char *name) function 224 } else if (matches(opt, "-batch") == 0) { 257 return batch(batch_file);
|
/ndk/sources/host-tools/sed-4.2.1/build-aux/ |
texi2dvi | 47 -b, --batch no interaction 53 -q, --quiet no output unless errors (implies --batch) 78 batch=false # eval for batch mode 145 -b | --b*) batch=eval;; 146 -q | -s | --q* | --s*) quiet=t; batch=eval;; 576 $batch tex_args="\\${escape}nonstopmode\ \\${escape}input"
|
/packages/apps/UnifiedEmail/src/com/android/mail/ui/ |
ToastBarOperation.java | 49 public ToastBarOperation(int count, int menuId, int type, boolean batch, 53 mBatch = batch;
|
ConversationUpdater.java | 84 * @param isBatch true if this is a batch action, false otherwise. 150 * @param batch whether this is a batch operation 156 boolean batch, boolean showUndo, boolean isMoveTo);
|
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/intel/ |
intel_syncobj.c | 77 sync->bo = intel->batch.bo;
|
/external/chromium_org/webkit/browser/fileapi/ |
sandbox_origin_database.cc | 247 leveldb::WriteBatch batch; local 248 batch.Put(LastPathKey(), path_string); 249 batch.Put(origin_key, path_string); 250 status = db_->Write(leveldb::WriteOptions(), &batch);
|
/external/mesa3d/src/mesa/drivers/dri/intel/ |
intel_syncobj.c | 77 sync->bo = intel->batch.bo;
|
/frameworks/native/include/input/ |
InputTransport.h | 279 * to determine whether a pending batch is available to be consumed. 326 /* Returns true if there is a pending batch. 348 struct Batch { 351 Vector<Batch> mBatches; 407 // a batch, we append a record here that associates the last sequence number in the 408 // batch with the previous one. When the finished signal is sent, we traverse the 409 // chain to individually finish all input messages that were part of the batch. 419 Batch& batch, size_t count, uint32_t* outSeq, InputEvent** outEvent); 434 static bool canAddSample(const Batch& batch, const InputMessage* msg) [all...] |
/device/lge/hammerhead/libsensors/ |
sensors.cpp | 115 int batch(int handle, int flags, int64_t period_ns, int64_t timeout); 373 int sensors_poll_context_t::batch(int handle, int flags, int64_t period_ns, int64_t timeout) 377 return mSensor[index]->batch(handle, flags, period_ns, timeout); 423 return ctx->batch(handle, flags, period_ns, timeout); 456 /* Batch processing */ 457 dev->device.batch = poll__batch;
|