Searched defs:flush (Results 226 - 250 of 370) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/skia/src/gpu/
H A DGrInOrderDrawBuffer.cpp467 void GrInOrderDrawBuffer::flush() { function in class:GrInOrderDrawBuffer
635 // We use geometryHints() to know whether to flush the draw buffer. We
636 // can't flush if we are inside an unbalanced pushGeometrySource.
640 // flush.
664 this->flush();
670 // we will recommend a flush if the data could fit in a single
673 bool flush = false; local
680 flush = true;
691 flush = true;
695 return flush;
[all...]
/external/chromium_org/webkit/common/gpu/
H A Dwebgraphicscontext3d_impl.cc323 void WebGraphicsContext3DImpl::flush() { function in class:webkit::gpu::WebGraphicsContext3DImpl
/external/clang/lib/Frontend/
H A DCompilerInvocation.cpp1856 void flush();
1879 void ModuleSignature::flush() { function in class:ModuleSignature
/external/e2fsprogs/e2fsck/
H A Dunix.c733 int flush = 0; local
888 flush = 1;
964 if (flush) {
974 _("while trying to flush %s"),
/external/icu/icu4c/source/extra/uconv/
H A Duconv.cpp596 UBool flush; local
754 // At the last conversion in the file, flush should be set to
761 flush = (UBool)(rd != bufsz);
773 buf + rd, useOffsets ? fromoffsets : NULL, flush, &err);
871 if (chunkLimit < 0 && flush && fromSawEndOfBytes) {
918 // At the last conversion flush should be set to true to ensure that
926 // Use fromSawEndOfBytes in addition to the flush flag -
932 NULL, (UBool)(flush && fromSawEndOfBytes), &err);
1038 } while (!flush); // Stop when we have flushed the
/external/icu/icu4c/source/test/intltest/
H A Dconvtest.cpp144 cc.finalFlush= 0!=testCase->getInt28("flush", errorCode);
266 cc.finalFlush= 0!=testCase->getInt28("flush", errorCode);
603 UBool flush; local
606 flush=(UBool)(s==s0+s0Length);
607 ucnv_fromUnicode(cnv.getAlias(), &t, buffer+sizeof(buffer), (const UChar **)&s, s0+s0Length, NULL, flush, &errorCode);
616 } while(!flush);
792 UBool flush; local
809 flush=cc.finalFlush;
814 flush=FALSE;
829 flush, pErrorCod
1195 UBool flush; local
1299 UBool flush; local
[all...]
/external/iproute2/ip/
H A Dipaddress.c68 fprintf(stderr, " ip addr {show|flush} [ dev STRING ] [ scope SCOPE-ID ]\n");
487 perror("Failed to send flush request");
763 static int ipaddr_list_or_flush(int argc, char **argv, int flush) argument
779 if (flush) {
786 fprintf(stderr, "Cannot flush link addresses.\n");
876 if (flush) {
912 printf("Nothing to flush.\n");
929 * want to flush only a single round. Otherwise, we'll
1260 if (matches(*argv, "flush") == 0)
/external/javassist/src/main/javassist/
H A DCtClass.java1397 public void flush() throws IOException { method in class:CtClass.DelayedFileOutputStream
1399 file.flush();
/external/libnfc-nci/src/nfa/int/
H A Dnfa_p2p_int.h116 BOOLEAN flush; member in struct:__anon24205
/external/mesa3d/src/gallium/include/state_tracker/
H A Dst_api.h364 void (*flush)(struct st_context_iface *stctxi, unsigned flags, member in struct:st_context_iface
/external/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/
H A Dfx_zlib_deflate.c68 block_done, /* block flush performed */
73 typedef block_state (*compress_func) OF((deflate_state *s, int flush));
77 local block_state deflate_stored OF((deflate_state *s, int flush));
78 local block_state deflate_fast OF((deflate_state *s, int flush));
80 local block_state deflate_slow OF((deflate_state *s, int flush));
82 local block_state deflate_rle OF((deflate_state *s, int flush));
83 local block_state deflate_huff OF((deflate_state *s, int flush));
666 int flush)
668 int old_flush; /* value of flush param for previous deflate call */
672 flush > Z_BLOC
664 deflate( z_streamp strm, int flush) argument
1563 deflate_stored( deflate_state *s, int flush) argument
1627 deflate_fast( deflate_state *s, int flush) argument
1729 deflate_slow( deflate_state *s, int flush) argument
1860 deflate_rle( deflate_state *s, int flush) argument
1933 deflate_huff( deflate_state *s, int flush) argument
[all...]
/external/protobuf/java/src/main/java/com/google/protobuf/
H A DCodedOutputStream.java809 * does not flush the underlying OutputStream.
811 public void flush() throws IOException { method in class:CodedOutputStream
887 // flush.
/external/protobuf/java/src/main/java/com/google/protobuf/micro/
H A DCodedOutputStreamMicro.java773 * does not flush the underlying OutputStream.
775 public void flush() throws IOException { method in class:CodedOutputStreamMicro
851 // flush.
/external/skia/src/core/
H A DSkRegion.cpp800 int flush() { function in class:RgnOper
927 return oper.flush();
H A DSkStream.cpp87 void SkWStream::flush() function in class:SkWStream
470 void SkFILEWStream::flush() function in class:SkFILEWStream
/external/skia/src/gpu/
H A DGrInOrderDrawBuffer.cpp556 void GrInOrderDrawBuffer::flush() { function in class:GrInOrderDrawBuffer
718 // We use geometryHints() to know whether to flush the draw buffer. We
719 // can't flush if we are inside an unbalanced pushGeometrySource.
723 // flush.
747 this->flush();
753 // we will recommend a flush if the data could fit in a single
756 bool flush = false; local
763 flush = true;
774 flush = true;
778 return flush;
[all...]
/external/glide/third_party/disklrucache/
H A Ddisklrucache-2.0.2.jar ... void close () java.io.IOException e public void flush () java.io.IOException e synthetic void " href= ...
/external/apache-harmony/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/
H A DLoggerTest.java3072 public void flush() { method in class:LoggerTest.MockHandler
3091 public void flush() { method in class:LoggerTest.MockExceptionalHandler
/external/apache-xml/src/main/java/org/apache/xml/serializer/
H A DToStream.java141 /** True if we control the buffer, and we should flush the output on endDocument. */
249 ((WriterToUTF8Buffered) writer).flush();
256 writer.flush();
263 writer.flush();
2298 // the "true" causes the flush of any open tags
2975 m_writer.flush();
3144 // flush out the "<elemName" if not already flushed
3145 m_writer.flush();
3206 * @see java.io.Writer#flush()
3208 public void flush() throw method in class:ToStream.WritertoStringBuffer
[all...]
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/
H A Dautopep8.py2893 output.flush()
2904 output.flush()
3506 def flush(self): member in class:LineEndingWrapper
3507 self.__output.flush()
/external/chromium_org/third_party/icu/source/common/
H A Ducnv.c885 realFlush=pArgs->flush;
891 pArgs->flush=FALSE;
923 pArgs->flush && pArgs->source==pArgs->sourceLimit &&
974 realFlush=pArgs->flush;
980 pArgs->flush=FALSE;
1008 pArgs->flush=realFlush;
1013 } else if(pArgs->flush && cnv->fromUChar32!=0) {
1024 if(pArgs->flush) {
1026 * return to the conversion loop once more if the flush
1080 pArgs->flush
1178 ucnv_fromUnicode(UConverter *cnv, char **target, const char *targetLimit, const UChar **source, const UChar *sourceLimit, int32_t *offsets, UBool flush, UErrorCode *err) argument
1624 ucnv_toUnicode(UConverter *cnv, UChar **target, const UChar *targetLimit, const char **source, const char *sourceLimit, int32_t *offsets, UBool flush, UErrorCode *err) argument
2054 ucnv_convertEx(UConverter *targetCnv, UConverter *sourceCnv, char **target, const char *targetLimit, const char **source, const char *sourceLimit, UChar *pivotStart, UChar **pivotSource, UChar **pivotTarget, const UChar *pivotLimit, UBool reset, UBool flush, UErrorCode *pErrorCode) argument
[all...]
H A Ducnvmbcs.c966 UBool flush,
978 flush,
1033 UBool flush,
1043 flush,
2013 pArgs->flush,
2214 pArgs->flush,
2707 pArgs->flush,
3415 pArgs->flush,
3621 pArgs->flush,
3829 if (pArgs->flush) {
961 _extFromU(UConverter *cnv, const UConverterSharedData *sharedData, UChar32 cp, const UChar **source, const UChar *sourceLimit, uint8_t **target, const uint8_t *targetLimit, int32_t **offsets, int32_t sourceIndex, UBool flush, UErrorCode *pErrorCode) argument
1028 _extToU(UConverter *cnv, const UConverterSharedData *sharedData, int8_t length, const uint8_t **source, const uint8_t *sourceLimit, UChar **target, const UChar *targetLimit, int32_t **offsets, int32_t sourceIndex, UBool flush, UErrorCode *pErrorCode) argument
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/i915/
H A Di915_context.h345 /* hw flush handling */
356 void i915_set_flush_dirty(struct i915_context *i915, unsigned flush) argument
359 i915->flush_dirty |= flush;
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/intel/
H A Dintel_context.h246 void (*flush) (struct intel_context *); member in struct:intel_context::__anon14473
395 if ((intel)->prim.flush) \
396 (intel)->prim.flush(intel); \
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/r200/
H A Dradeon_common_context.h268 * If current_vertexptr != current_used then flush must be non-zero.
269 * flush must be called before non-active vertex allocations can be
272 void (*flush) (struct gl_context *); member in struct:radeon_dma

Completed in 4931 milliseconds

1234567891011>>