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

1 2 3 4 5 6 78 91011

  /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/chrome/browser/signin/
fake_profile_oauth2_token_service.cc 60 ScopedBacthChange batch(this);
  /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
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/third_party/mesa/src/src/mesa/drivers/dri/i965/
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;
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)) {
  /external/mesa3d/src/gallium/drivers/i915/
i915_context.h 261 struct i915_winsys_batchbuffer *batch; member in struct:i915_context
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/mesa/drivers/dri/i965/
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/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/chrome/browser/resources/cryptotoken/
gnubby-u2f.js 42 * attestation cert rather than the batch one.
  /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 934 // can handle only four at a time. Batch them up accordingly.
935 CPURegister batch[4] = {NoReg, NoReg, NoReg, NoReg}; local
938 batch[batch_index++] = queued_[index++];
940 batch[0].IsSameSizeAndType(queued_[index]));
942 masm_->PushHelper(batch_index, batch[0].SizeInBytes(),
943 batch[0], batch[1], batch[2], batch[3]);
957 // can handle only four at a time. Batch them up accordingly
958 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);
  /hardware/ti/omap4-aah/kernel-headers-ti/linux/
bltsville.h 514 struct bvbatch *batch; member in struct:bvbltparams

Completed in 834 milliseconds

1 2 3 4 5 6 78 91011