/external/chromium_org/chrome_frame/test/ |
poor_mans_trybot.bat | 12 REM batch file on a VM or a separate machine, that has a drive mapped
|
/external/chromium_org/third_party/leveldatabase/src/db/ |
c.cc | 192 leveldb_writebatch_t* batch, 194 SaveError(errptr, db->rep->Write(options->rep, &batch->rep));
|
/external/chromium_org/v8/test/webkit/ |
instance-of-immediates.js | 30 // Run a batch of tests; call'testInstanceOf' three times, passing 1, {}, and the object 'obj', which is an instance of Constructor.
|
/external/grub/util/ |
mkbimage | 386 ${GRUB_PATH}grub --device-map=$device_map --batch<<EOT
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/bin/ |
i686-linux-gccbug | 159 BATCH= 178 -b | --batch) BATCH=true ;; 475 [ $CNT -lt 6 -a -z "$BATCH" ] && 479 if [ -z "$BATCH" ]; then 491 if [ -z "$BATCH" ]; then 552 if [ -z "$BATCH" ]; then
|
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/ |
brw_context.c | 380 intel->batch.need_workaround_flush = true;
|
brw_vec4_emit.cpp | 1057 start_busy = (intel->batch.last_bo && 1058 drm_intel_bo_busy(intel->batch.last_bo)); 1077 if (start_busy && !drm_intel_bo_busy(intel->batch.last_bo)) {
|
brw_fs.cpp | [all...] |
brw_context.h | 174 * Used for any batch entry with a relocated pointer that will be used 945 /* Offset in the batch to the CLIP state on pre-gen6. */ 948 /* As of gen6, this is the offset in the batch to the CLIP VP, 973 /** offsets in the batch to sampler default colors (texture border color) [all...] |
/external/jmonkeyengine/engine/src/core/com/jme3/scene/ |
Geometry.java | 306 * Batch this geometry, should only be called by the BatchNode. 310 protected void batch(BatchNode node, int startIndex) { method in class:Geometry
|
/external/jmonkeyengine/engine/src/test/jme3test/batching/ |
TestBatchNodeCluster.java | 109 batchNode.batch();
|
TestBatchNodeTower.java | 91 BatchNode batchNode = new BatchNode("batch Node"); 125 batchNode.batch();
|
/external/kernel-headers/original/linux/ |
mmzone.h | 73 int batch; /* chunk size for buddy add/remove */ member in struct:per_cpu_pages
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
brw_context.c | 380 intel->batch.need_workaround_flush = true;
|
brw_vec4_emit.cpp | 1057 start_busy = (intel->batch.last_bo && 1058 drm_intel_bo_busy(intel->batch.last_bo)); 1077 if (start_busy && !drm_intel_bo_busy(intel->batch.last_bo)) {
|
brw_fs.cpp | [all...] |
/hardware/invensense/65xx/libsensors_iio/ |
MPLSensor.h | 202 virtual int batch(int handle, int flags, int64_t period_ns, int64_t timeout);
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/i915/ |
i915_debug.c | 900 i915_dump_batchbuffer( struct i915_winsys_batchbuffer *batch ) 903 unsigned *start = (unsigned*)batch->map; 904 unsigned *end = (unsigned*)batch->ptr; 929 debug_printf( "END-BATCH\n\n\n");
|
/external/mesa3d/src/gallium/drivers/i915/ |
i915_debug.c | 900 i915_dump_batchbuffer( struct i915_winsys_batchbuffer *batch ) 903 unsigned *start = (unsigned*)batch->map; 904 unsigned *end = (unsigned*)batch->ptr; 929 debug_printf( "END-BATCH\n\n\n");
|
/external/chromium_org/chrome/browser/resources/file_manager/js/metadata/ |
metadata_cache.js | 81 * Time of first get query of the current batch. Items updated later than this 445 * Start batch updates. 454 * End batch updates. Notifies observers if all nested updates are finished. 500 * This method never removes the items from last batch. 700 // We batch metadata fetches into single API call.
|
/external/chromium_org/third_party/jinja2/ |
filters.py | 565 {%- for row in items|batch(3, ' ') %} 794 'batch': do_batch,
|
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/intel/ |
intel_context.h | 113 /** Batch associated with this sync object */ 234 struct intel_batchbuffer batch; member in struct:intel_context 323 * This allows us to assert that no batch buffer is emitted if a
|
/external/mesa3d/src/mesa/drivers/dri/intel/ |
intel_context.h | 113 /** Batch associated with this sync object */ 234 struct intel_batchbuffer batch; member in struct:intel_context 323 * This allows us to assert that no batch buffer is emitted if a
|
/packages/apps/UnifiedEmail/src/com/android/mail/ui/ |
AnimatedAdapter.java | 256 ConversationSelectionSet batch, ControllableActivity activity, 261 mBatchConversations = batch; [all...] |
/prebuilts/misc/common/ecj/ |
ecj.jar | |