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

1 2 3 4 5 6 78 91011

  /external/chromium_org/third_party/libyuv/tools/valgrind-libyuv/
libyuv_tests.bat 15 :: TODO(timurrrr): batch files 'export' all the variables to the parent shell
  /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...]
brw_context.c 380 intel->batch.need_workaround_flush = true;
  /external/jsoncpp/
makerelease.py 174 def run_sftp_batch( userhost, sftp, batch, retry=0 ):
175 path = write_tempfile( batch, suffix='.sftp', text=True )
176 # psftp -agent -C blep,jsoncpp@web.sourceforge.net -batch -b batch.sftp -bc
177 cmd = [sftp, '-agent', '-C', '-batch', '-b', path, '-bc', userhost]
185 error = SFTPError( 'SFTP batch failed:\n' + stdout )
  /external/llvm/tools/msbuild/
install.bat 6 REM Change to the directory of this batch file.
uninstall.bat 5 REM CD to the directory of this batch file.
  /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...]
brw_context.c 380 intel->batch.need_workaround_flush = true;
  /sdk/find_java/
find_java.bat 16 rem This script is called by the other batch files to find a suitable Java.exe
  /development/tools/rmtypedefs/test/com/android/tools/rmtypedefs/
RmTypeDefsTest.java 9 import org.eclipse.jdt.core.compiler.batch.BatchCompiler;
  /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/valgrind/main/drd/scripts/
run-splash2 212 psep=' ' run_test ${SPLASH2}/codes/apps/radiosity/RADIOSITY -batch -room -ae 5000.0 -en 0.050 -bf 0.10
  /hardware/libhardware/include/hardware/
sensors.h 68 * flags for (*batch)()
70 * see (*batch)() documentation for details.
215 * When registered in batch mode, wake-up sensors will wake up the AP when
216 * their FIFOs are full or when the batch timeout expires. A separate FIFO has
220 * the batch timeout expires without losing events. Wake-up and non wake-up variants
225 * sensors like SIGNIFICANT_MOTION cannot be batched, hence the text about batch above
506 * period_ns passed to setDelay() or to batch().
839 /* number of events reserved for this sensor in the batch mode FIFO.
873 * frequencies are requested through batch()/setDelay() the events will be generated at this
874 * frequency instead. It can be used by the framework or applications to estimate when the batch
973 int (*batch)(struct sensors_poll_device_1* dev, member in struct:sensors_poll_device_1
    [all...]
  /prebuilts/eclipse/maven/apache-maven-3.2.1/bin/
mvn.bat 21 @REM Maven2 Start Up Batch script
28 @REM MAVEN_BATCH_ECHO - set to 'on' to enable the echoing of the batch commands
190 @REM pause the batch file if MAVEN_BATCH_PAUSE is set to 'on'
mvnDebug.bat 21 @REM Maven2 Start Up Batch script
28 @REM MAVEN_BATCH_ECHO - set to 'on' to enable the echoing of the batch commands
194 @REM pause the batch file if MAVEN_BATCH_PAUSE is set to 'on'
  /external/bison/djgpp/
djunpack.bat 6 Rem This batch file unpacks the Bison distribution while simultaneously
  /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/chromium_org/v8/src/arm64/
macro-assembler-arm64.cc 827 // can handle only four at a time. Batch them up accordingly.
828 CPURegister batch[4] = {NoReg, NoReg, NoReg, NoReg}; local
831 batch[batch_index++] = queued_[index++];
833 batch[0].IsSameSizeAndType(queued_[index]));
835 masm_->PushHelper(batch_index, batch[0].SizeInBytes(),
836 batch[0], batch[1], batch[2], batch[3]);
850 // can handle only four at a time. Batch them up accordingly
851 CPURegister batch[4] = {NoReg, NoReg, NoReg, NoReg}; local
    [all...]
  /hardware/libhardware/tests/hardware/
struct-offset.cpp 116 CHECK_MEMBER_AT(sensors_poll_device_1_t, batch, 76, 144);

Completed in 716 milliseconds

1 2 3 4 5 6 78 91011