Searched defs:flush (Results 176 - 200 of 319) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/icu/source/common/
H A Ducnv_ext.c124 UBool useFallback, UBool flush) {
153 flush=TRUE;
184 if(flush || (length=(i+j))>UCNV_EXT_MAX_BYTES) {
280 UBool flush,
290 cnv->useFallback, flush);
357 * - match<0: partial match, not supported for simple conversion (and flush==TRUE)
377 cnv->useFallback, pArgs->flush);
506 * @param flush TRUE if the end of the input stream is reached
512 * (partial matches are never returned for flush==TRUE)
523 UBool useFallback, UBool flush) {
120 ucnv_extMatchToU(const int32_t *cx, int8_t sisoState, const char *pre, int32_t preLength, const char *src, int32_t srcLength, uint32_t *pMatchValue, UBool useFallback, UBool flush) argument
275 ucnv_extInitialMatchToU(UConverter *cnv, const int32_t *cx, int32_t firstLength, const char **src, const char *srcLimit, UChar **target, const UChar *targetLimit, int32_t **offsets, int32_t srcIndex, UBool flush, UErrorCode *pErrorCode) argument
518 ucnv_extMatchFromU(const int32_t *cx, UChar32 firstCP, const UChar *pre, int32_t preLength, const UChar *src, int32_t srcLength, uint32_t *pMatchValue, UBool useFallback, UBool flush) argument
744 ucnv_extInitialMatchFromU(UConverter *cnv, const int32_t *cx, UChar32 cp, const UChar **src, const UChar *srcLimit, char **target, const char *targetLimit, int32_t **offsets, int32_t srcIndex, UBool flush, UErrorCode *pErrorCode) argument
[all...]
/external/chromium_org/third_party/mesa/src/src/egl/drivers/dri2/
H A Degl_dri2.h99 __DRI2flushExtension *flush; member in struct:dri2_egl_display
/external/chromium_org/third_party/mesa/src/src/gallium/include/pipe/
H A Dp_context.h350 void (*flush)( struct pipe_context *pipe, member in struct:pipe_context
/external/chromium_org/third_party/skia/src/core/
H A DSkScan_AntiPath.cpp110 this->flush();
114 /// Once fRuns contains a complete supersampled row, flush() blits
116 void flush();
143 void SuperBlitter::flush() { function in class:SuperBlitter
202 this->flush();
325 // Need to call flush() to clean up pending draws before we
328 this->flush();
/external/icu4c/common/
H A Ducnv_ext.cpp125 UBool /*useFallback*/, UBool flush) {
154 flush=TRUE;
185 if(flush || (length=(i+j))>UCNV_EXT_MAX_BYTES) {
281 UBool flush,
291 cnv->useFallback, flush);
358 * - match<0: partial match, not supported for simple conversion (and flush==TRUE)
378 cnv->useFallback, pArgs->flush);
516 * @param flush TRUE if the end of the input stream is reached
522 * (partial matches are never returned for flush==TRUE)
533 UBool useFallback, UBool flush) {
121 ucnv_extMatchToU(const int32_t *cx, int8_t sisoState, const char *pre, int32_t preLength, const char *src, int32_t srcLength, uint32_t *pMatchValue, UBool , UBool flush) argument
276 ucnv_extInitialMatchToU(UConverter *cnv, const int32_t *cx, int32_t firstLength, const char **src, const char *srcLimit, UChar **target, const UChar *targetLimit, int32_t **offsets, int32_t srcIndex, UBool flush, UErrorCode *pErrorCode) argument
528 ucnv_extMatchFromU(const int32_t *cx, UChar32 firstCP, const UChar *pre, int32_t preLength, const UChar *src, int32_t srcLength, uint32_t *pMatchValue, UBool useFallback, UBool flush) argument
744 ucnv_extInitialMatchFromU(UConverter *cnv, const int32_t *cx, UChar32 cp, const UChar **src, const UChar *srcLimit, char **target, const char *targetLimit, int32_t **offsets, int32_t srcIndex, UBool flush, UErrorCode *pErrorCode) argument
[all...]
/external/ipsec-tools/
H A Dsetup.c169 /* flush; spdflush; */
170 static void flush() function
266 /* Always do a flush before adding new policies. */
267 flush();
293 atexit(flush);
/external/jmonkeyengine/engine/src/core/com/jme3/renderer/
H A DRenderManager.java881 * @param flush If true, the queues will be cleared after
887 public void renderViewPortQueues(ViewPort vp, boolean flush) { argument
894 rq.renderQueue(Bucket.Opaque, this, cam, flush);
899 rq.renderQueue(Bucket.Sky, this, cam, flush);
913 rq.renderQueue(Bucket.Transparent, this, cam, flush);
919 rq.renderQueue(Bucket.Gui, this, cam, flush);
/external/libnfc-nci/src/nfc/llcp/
H A Dllcp_api.c1361 ** discard any pending data if flush is set to TRUE
1368 BOOLEAN flush)
1373 LLCP_TRACE_API3 ("LLCP_DisconnectReq () Local SAP:0x%x, Remote SAP:0x%x, flush=%d",
1374 local_sap, remote_sap, flush);
1380 status = llcp_dlsm_execute (p_dlcb, LLCP_DLC_EVENT_API_DISCONNECT_REQ, &flush);
1366 LLCP_DisconnectReq(UINT8 local_sap, UINT8 remote_sap, BOOLEAN flush) argument
/external/lzma/CPP/7zip/Archive/
H A DLzmaHandler.cpp155 CMyComPtr<IOutStreamFlush> flush; local
156 _bcjStream.QueryInterface(IID_IOutStreamFlush, &flush);
157 if (flush)
159 HRESULT res2 = flush->Flush();
/external/mesa3d/src/egl/drivers/dri2/
H A Degl_dri2.h99 __DRI2flushExtension *flush; member in struct:dri2_egl_display
/external/mesa3d/src/gallium/include/pipe/
H A Dp_context.h350 void (*flush)( struct pipe_context *pipe, member in struct:pipe_context
/external/okhttp/src/main/java/com/squareup/okhttp/internal/
H A DDiskLruCache.java469 journalWriter.flush();
552 journalWriter.flush();
615 public synchronized void flush() throws IOException { method in class:DiskLruCache
618 journalWriter.flush();
861 @Override public void flush() { method in class:DiskLruCache.Editor.FaultHidingOutputStream
863 out.flush();
/external/okhttp/src/main/java/com/squareup/okhttp/internal/spdy/
H A DSpdyConnection.java280 public void flush() throws IOException { method in class:SpdyConnection
282 spdyWriter.out.flush();
H A DSpdyStream.java656 @Override public void flush() throws IOException { method in class:SpdyStream.SpdyDataOutputStream
661 connection.flush();
676 connection.flush();
/external/skia/src/core/
H A DSkScan_AntiPath.cpp110 this->flush();
114 /// Once fRuns contains a complete supersampled row, flush() blits
116 void flush();
143 void SuperBlitter::flush() { function in class:SuperBlitter
202 this->flush();
325 // Need to call flush() to clean up pending draws before we
328 this->flush();
/external/tagsoup/src/org/ccil/cowan/tagsoup/
H A DXMLWriter.java352 * invoke {@link #flush flush} before resetting the writer,
363 * @see #flush
387 public void flush ()
390 output.flush();
400 * @see #flush
550 flush();
385 public void flush () method in class:XMLWriter
/external/valgrind/main/VEX/priv/
H A Dhost_generic_reg_alloc2.c611 Bool flush; local
628 flush = False;
635 flush = True;
669 if (flush) {
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/
H A DFormatterTest.java136 public void flush() throws IOException { method in class:FormatterTest.MockDestination
646 * @tests java.util.Formatter#flush()
654 f.flush();
663 f.flush();
701 f.flush();
/external/apache-xml/src/main/java/org/apache/xml/serializer/
H A DToUnknownStream.java213 flush();
277 flush();
291 flush();
305 flush();
336 flush();
391 * for the up coming element, so flush the old element
394 flush();
469 * But we have the old element pending, so flush it out,
472 flush();
507 // if there are attributes, then lets make the flush()
1204 private void flush() method in class:ToUnknownStream
[all...]
/external/chromium_org/build/android/pylib/
H A Dandroid_commands.py1049 f.flush()
1807 def flush(self): member in class:NewLineNormalizer
1808 self._output.flush()
/external/chromium_org/cc/test/
H A Dtest_web_graphics_context_3d.cc442 void TestWebGraphicsContext3D::flush() { function in class:cc::TestWebGraphicsContext3D
/external/chromium_org/media/cast/test/
H A Dend2end_unittest.cc528 std::cout << " " << i << std::flush; member in class:media::cast::std
766 std::cout << " " << i << std::flush; member in class:media::cast::std
/external/chromium_org/third_party/icu/source/i18n/
H A Dcolldata.cpp465 void flush();
605 void CollDataCache::flush() function in class:CollDataCache
1099 cache->flush();
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dconvtest.cpp135 cc.finalFlush= 0!=testCase->getInt28("flush", errorCode);
248 cc.finalFlush= 0!=testCase->getInt28("flush", errorCode);
576 UBool flush; local
579 flush=(UBool)(s==s0+s0Length);
580 ucnv_fromUnicode(cnv.getAlias(), &t, buffer+sizeof(buffer), (const UChar **)&s, s0+s0Length, NULL, flush, &errorCode);
589 } while(!flush);
763 UBool flush; local
780 flush=cc.finalFlush;
785 flush=FALSE;
800 flush, pErrorCod
1166 UBool flush; local
1270 UBool flush; local
[all...]
/external/chromium_org/third_party/mesa/src/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

Completed in 1686 milliseconds

1234567891011>>