/packages/apps/Bluetooth/src/com/android/bluetooth/opp/ |
BluetoothOppTransfer.java | 108 BluetoothOppBatch batch, BluetoothOppObexSession session) { 111 mBatch = batch; 119 public BluetoothOppTransfer(Context context, PowerManager powerManager, BluetoothOppBatch batch) { 120 this(context, powerManager, batch, null); 146 * RFCOMM connect fail is for outbound share only! Mark batch 147 * failed, and all shares in batch failed 182 " from batch " + mBatch.mId); 186 if (V) Log.v(TAG, "Batch " + mBatch.mId + " is done"); 193 * Handle session completed status Set batch status to 197 if (V) Log.v(TAG, "receive MSG_SESSION_COMPLETE for batch " + mBatch.mId) [all...] |
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i915/ |
intel_tris.c | 67 GLuint used = intel->batch.used - intel->prim.start_ptr; 76 intel->batch.map[intel->prim.start_ptr] = 82 intel->batch.used = intel->prim.start_ptr; 105 intel->prim.start_ptr = intel->batch.used; 138 ptr = intel->batch.map + intel->batch.used; 139 intel->batch.used += dwords; 210 /* Clear the current prims out of the context state so that a batch flush 225 aper_array[0] = intel->batch.bo; 232 /* Ensure that we don't start a new batch for the following emit, whic [all...] |
i915_vtbl.c | 313 if (intel->batch.bo == NULL) { 320 aper_array[aper_count++] = intel->batch.bo; 465 unwind = intel->batch.used; 477 memcmp(intel->batch.map + i915->last_sampler, 478 intel->batch.map + unwind, 480 intel->batch.used = unwind;
|
/external/chromium_org/third_party/openssl/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"); 1217 if(!batch) [all...] |
/external/chromium_org/third_party/openssl/openssl/crypto/threads/ |
netware.bat | 2 rem batch file to build multi-thread test ( mttest.nlm )
|
/external/chromium_org/tools/valgrind/ |
chrome_tests.bat | 6 :: TODO(timurrrr): batch files 'export' all the variables to the parent shell
|
/external/mesa3d/src/mesa/drivers/dri/i915/ |
intel_tris.c | 67 GLuint used = intel->batch.used - intel->prim.start_ptr; 76 intel->batch.map[intel->prim.start_ptr] = 82 intel->batch.used = intel->prim.start_ptr; 105 intel->prim.start_ptr = intel->batch.used; 138 ptr = intel->batch.map + intel->batch.used; 139 intel->batch.used += dwords; 210 /* Clear the current prims out of the context state so that a batch flush 225 aper_array[0] = intel->batch.bo; 232 /* Ensure that we don't start a new batch for the following emit, whic [all...] |
i915_vtbl.c | 313 if (intel->batch.bo == NULL) { 320 aper_array[aper_count++] = intel->batch.bo; 465 unwind = intel->batch.used; 477 memcmp(intel->batch.map + i915->last_sampler, 478 intel->batch.map + unwind, 480 intel->batch.used = unwind;
|
/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"); 1217 if(!batch) [all...] |
/external/openssl/crypto/threads/ |
netware.bat | 2 rem batch file to build multi-thread test ( mttest.nlm )
|
/external/grub/util/ |
grub-install | 339 $grub_shell --batch $no_floppy --device-map=$device_map <<EOF >$log_file 429 $grub_shell --batch $no_floppy --device-map=$device_map <<EOF >$log_file 454 $grub_shell --batch $no_floppy --device-map=$device_map <<EOF >$log_file
|
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/intel/ |
intel_buffer_objects.c | 206 drm_intel_bo_references(intel->batch.bo, intel_obj->buffer); 256 if (drm_intel_bo_references(intel->batch.bo, intel_obj->buffer)) { 328 if (drm_intel_bo_references(intel->batch.bo, intel_obj->buffer)) { 430 * in rendering operations in other cache domains in this batch, emit a 446 * in rendering operations in other cache domains in this batch, emit a 690 * in rendering operations in other cache domains in this batch, emit a
|
/external/mesa3d/src/mesa/drivers/dri/intel/ |
intel_buffer_objects.c | 206 drm_intel_bo_references(intel->batch.bo, intel_obj->buffer); 256 if (drm_intel_bo_references(intel->batch.bo, intel_obj->buffer)) { 328 if (drm_intel_bo_references(intel->batch.bo, intel_obj->buffer)) { 430 * in rendering operations in other cache domains in this batch, emit a 446 * in rendering operations in other cache domains in this batch, emit a 690 * in rendering operations in other cache domains in this batch, emit a
|
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/ |
brw_draw.c | 199 intel->batch.need_workaround_flush = true; 393 * a new batch buffer. 472 /* Flush the batch if it's approaching full, so that we don't wrap while 473 * we've got validated state that needs to be in the same batch as the 503 if (dri_bufmgr_check_aperture_space(&intel->batch.bo, 1)) {
|
gen7_sol_state.c | 248 intel->batch.needs_sol_reset = true; 253 * MMIO register updates (current performed by the kernel at each batch 276 * we only get to do it once per batchbuffer, flush the batch after feedback
|
brw_wm_surface_state.c | [all...] |
/external/mesa3d/src/mesa/drivers/dri/i965/ |
brw_draw.c | 199 intel->batch.need_workaround_flush = true; 393 * a new batch buffer. 472 /* Flush the batch if it's approaching full, so that we don't wrap while 473 * we've got validated state that needs to be in the same batch as the 503 if (dri_bufmgr_check_aperture_space(&intel->batch.bo, 1)) {
|
gen7_sol_state.c | 248 intel->batch.needs_sol_reset = true; 253 * MMIO register updates (current performed by the kernel at each batch 276 * we only get to do it once per batchbuffer, flush the batch after feedback
|
brw_wm_surface_state.c | [all...] |
/sdk/find_java/ |
find_java.bat | 16 rem This script is called by the other batch files to find a suitable Java.exe
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/i915/ |
i915_context.h | 261 struct i915_winsys_batchbuffer *batch; member in struct:i915_context
|
/external/mesa3d/src/gallium/drivers/i915/ |
i915_context.h | 261 struct i915_winsys_batchbuffer *batch; member in struct:i915_context
|
/external/openssh/regress/ |
Makefile | 43 sftp-batch \
|
/external/chromium_org/sync/tools/testserver/ |
chromiumsync.py | 719 next query. Entries is the batch of entries meeting the current 721 left on the server after this batch. 741 batch = new_changes[:self._BATCH_SIZE] 742 if not batch: 746 # Restrict batch to requested types. Tombstones are untyped 748 filtered = [copy.deepcopy(item) for item in batch 752 # batch, even if that item was filtered out. 753 return (batch[-1].version, filtered, len(new_changes) - len(batch)) 823 A commit batch sent by a client may contain new items for which th [all...] |
/external/bison/djgpp/ |
djunpack.bat | 6 Rem This batch file unpacks the Bison distribution while simultaneously
|