/external/chromium_org/v8/src/ |
optimizing-compiler-thread.h | 77 void Flush(); 109 enum StopFlag { CONTINUE, STOP, FLUSH };
|
/frameworks/av/media/libmedia/ |
IAudioTrack.cpp | 35 FLUSH, 87 virtual void flush() function in class:android::BpAudioTrack 91 remote()->transact(FLUSH, data, &reply); 217 case FLUSH: { 219 flush();
|
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i915/ |
intel_render.c | 155 #define FLUSH() INTEL_FIREVERTICES(intel)
|
/external/mesa3d/src/mesa/drivers/dri/i915/ |
intel_render.c | 155 #define FLUSH() INTEL_FIREVERTICES(intel)
|
/frameworks/av/camera/camera2/ |
ICameraDeviceUser.cpp | 44 FLUSH 200 virtual status_t flush() function in class:android::BpCameraDeviceUser 202 ALOGV("flush"); 205 remote()->transact(FLUSH, data, &reply); 339 case FLUSH: { 342 reply->writeInt32(flush());
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/ |
uda1341.h | 119 FLUSH,
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sound/ |
uda1341.h | 119 FLUSH,
|
/external/chromium_org/v8/src/arm/ |
macro-assembler-arm.h | [all...] |
/bionic/libc/stdio/ |
vfprintf.c | 59 * Flush out all the vectors defined by the given uio, 245 #define FLUSH() do { \ 809 FLUSH(); /* copy out the I/O vectors */ 818 FLUSH();
|
/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/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 )
|
/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/freemarker/ |
freemarker-2.3.19.jar | |