Home
last modified time | relevance | path

Searched refs:flushCount (Results 1 – 2 of 2) sorted by relevance

/external/grpc-grpc-java/okhttp/src/main/java/io/grpc/okhttp/
DAsyncFrameWriter.java96 final long flushCount = flushCounter.incrementAndGet(); in flush() local
103 if (flushCounter.get() == flushCount) { in flush()
/external/icu/icu4c/source/test/cintltst/
Dccapitst.c1069 int flushCount = 0; in TestFlushCache() local
1107 if ((flushCount=ucnv_flushCache())==0) in TestFlushCache()
1110 log_data_err("Flush Cache failed [line %d], expect 0 got %d \n", __LINE__, flushCount); in TestFlushCache()
1116 if ((flushCount=ucnv_flushCache())==0) in TestFlushCache()
1119 log_data_err("Flush Cache failed [line %d], expect 0 got %d \n", __LINE__, flushCount); in TestFlushCache()
1124 if ((flushCount=ucnv_flushCache())==2) in TestFlushCache()
1129 flushCount); in TestFlushCache()
1132 if ( (flushCount=ucnv_flushCache())==1) in TestFlushCache()
1135 log_data_err("Flush Cache failed line %d, expected 1 got %d \n", __LINE__, flushCount); in TestFlushCache()