HomeSort by relevance Sort by last modified time
    Searched defs:FLUSH (Results 1 - 14 of 14) sorted by null

  /external/chromium_org/v8/src/
optimizing-compiler-thread.h 55 void Flush();
87 enum StopFlag { CONTINUE, STOP, FLUSH };
  /frameworks/av/media/libmedia/
IAudioTrack.cpp 35 FLUSH,
90 virtual void flush() function in class:android::BpAudioTrack
94 remote()->transact(FLUSH, data, &reply);
223 case FLUSH: {
225 flush();
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i915/
intel_render.c 155 #define FLUSH() INTEL_FIREVERTICES(intel)
  /external/freetype/src/gzip/
infutil.h 81 #define FLUSH {UPDOUT r=inflate_flush(s,z,r); LOADOUT}
82 #define NEEDOUT {if(m==0){WRAP if(m==0){FLUSH WRAP if(m==0) LEAVE}}r=Z_OK;}
  /external/mesa3d/src/mesa/drivers/dri/i915/
intel_render.c 155 #define FLUSH() INTEL_FIREVERTICES(intel)
  /frameworks/av/camera/camera2/
ICameraDeviceUser.cpp 47 FLUSH
287 virtual status_t flush(int64_t *lastFrameNumber) function in class:android::BpCameraDeviceUser
289 ALOGV("flush");
292 remote()->transact(FLUSH, data, &reply);
472 case FLUSH: {
476 reply->writeInt32(flush(&lastFrameNumber));
  /external/chromium_org/v8/src/arm/
macro-assembler-arm.h     [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/radeon/
radeon_swtcl.c 259 if (rmesa->radeon.dma.flush != 0 &&
260 rmesa->radeon.dma.flush != rcommon_flush_last_swtcl_prim)
261 rmesa->radeon.dma.flush( ctx );
391 #define FLUSH() RADEON_NEWPRIM( rmesa )
  /external/chromium_org/v8/src/mips/
macro-assembler-mips.h 728 // Flush the I-cache from asm code. You should use CpuFeatures::FlushICache
    [all...]
  /external/chromium_org/v8/src/mips64/
macro-assembler-mips64.h 753 // Flush the I-cache from asm code. You should use CpuFeatures::FlushICache
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_swtcl.c 259 if (rmesa->radeon.dma.flush != 0 &&
260 rmesa->radeon.dma.flush != rcommon_flush_last_swtcl_prim)
261 rmesa->radeon.dma.flush( ctx );
391 #define FLUSH() RADEON_NEWPRIM( rmesa )
  /bionic/libc/upstream-openbsd/lib/libc/stdio/
vfprintf.c 95 * Flush out all the vectors defined by the given uio,
383 #define FLUSH() do { \
1063 FLUSH(); /* copy out the I/O vectors */
1066 FLUSH();
    [all...]
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
GraphRunner.java 43 private static final Event FLUSH_EVENT = new Event(Event.FLUSH, null);
98 public static final int FLUSH = 10;
156 case Event.FLUSH:
816 * @param flush true, if the GraphRunner should flush the graph when running completes.
819 public void setFlushOnClose(boolean flush) {
821 mParams.flushOnClose = flush;
966 * It can then no longer rely on opened graphs, and instead flush a graph and all its
    [all...]
  /prebuilts/tools/common/m2/repository/org/freemarker/freemarker/2.3.20/
freemarker-2.3.20.jar 

Completed in 584 milliseconds