/external/mesa3d/src/mesa/drivers/dri/radeon/ |
radeon_dma.c | 272 if (rmesa->dma.flush) 273 rmesa->dma.flush(rmesa->glCtx); 419 /* Flush vertices in the current dma region. 428 dma->flush = NULL; 461 if (rmesa->dma.flush) { 462 rmesa->dma.flush(rmesa->glCtx); 470 if (!rmesa->dma.flush) { 473 rmesa->dma.flush = rcommon_flush_last_swtcl_prim; 477 ASSERT( rmesa->dma.flush == rcommon_flush_last_swtcl_prim ); 501 if (radeon->dma.flush) { [all...] |
/external/chromium-trace/ |
systrace.py | 161 sys.stderr.flush() 172 sys.stdout.flush() 177 sys.stdout.flush() 191 sys.stderr.flush() 235 html_out = dec.flush().replace('\n', '\\n\\\n')
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/mod_pywebsocket/ |
util.py | 242 compressed_bytes += self._compress.flush(zlib.Z_SYNC_FLUSH) 249 compressed_bytes += self._compress.flush(zlib.Z_FINISH) 334 def filter(self, bytes, flush=True, bfinal=False): 335 if self._deflater is None or (self._no_context_takeover and flush): 344 if flush:
|
/external/chromium_org/third_party/icu/source/test/perf/utfperf/ |
utfperf.cpp | 169 UBool flush; local 183 flush=FALSE; 192 /* make sure that we convert once more to really flush */ 197 flush=TRUE; 202 ucnv_toUnicode(cnv, &pOut, pOutLimit,&p, pInter,NULL, flush,pErrorCode); 207 } while(!flush); 251 /* make sure that we convert once more to really flush */ 313 /* make sure that we convert once more to really flush */
|
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/pipebuffer/ |
pb_bufmgr_cache.c | 330 mgr->base.flush(&mgr->base); 374 assert(mgr->provider->flush); 375 if(mgr->provider->flush) 376 mgr->provider->flush(mgr->provider); 403 mgr->base.flush = pb_cache_manager_flush;
|
/external/icu4c/test/perf/utfperf/ |
utfperf.cpp | 169 UBool flush; local 183 flush=FALSE; 192 /* make sure that we convert once more to really flush */ 197 flush=TRUE; 202 ucnv_toUnicode(cnv, &pOut, pOutLimit,&p, pInter,NULL, flush,pErrorCode); 207 } while(!flush); 251 /* make sure that we convert once more to really flush */ 313 /* make sure that we convert once more to really flush */
|
/external/mesa3d/src/gallium/auxiliary/pipebuffer/ |
pb_bufmgr_cache.c | 330 mgr->base.flush(&mgr->base); 374 assert(mgr->provider->flush); 375 if(mgr->provider->flush) 376 mgr->provider->flush(mgr->provider); 403 mgr->base.flush = pb_cache_manager_flush;
|
/external/okhttp/src/main/java/com/squareup/okhttp/internal/http/ |
HttpTransport.java | 107 requestOut.flush(); 240 @Override public void flush() throws IOException { method in class:HttpTransport.FixedLengthOutputStream 244 socketOut.flush(); 337 @Override public synchronized void flush() throws IOException { method in class:HttpTransport.ChunkedOutputStream 342 socketOut.flush();
|
/libcore/luni/src/test/java/libcore/java/io/ |
OldObjectOutputStreamTest.java | 114 public void flush() throws IOException { method in class:OldObjectOutputStreamTest.NoFlushTestOutputStream 115 super.flush(); 206 assertFalse("flush() has been called on the target.", 221 // Test for method void java.io.ObjectOutputStream.flush() 225 oos.flush(); 226 assertTrue("Test 2: Failed to flush data.", bao.size() > size); 229 oos_ioe.flush(); 253 oos.flush();
|
/packages/apps/Email/emailcommon/src/com/android/emailcommon/internet/ |
Rfc822Output.java | 208 writer.flush(); 209 out.flush(); 262 writer.flush(); 274 out.flush(); 383 writer.flush();
|
/tools/external/fat32lib/src/main/java/de/waldheinz/fs/fat/ |
FatLfnDirectory.java | 211 flush(); method 297 public void flush() throws IOException { method in class:FatLfnDirectory 301 f.flush(); 305 d.flush(); 309 dir.flush();
|
/external/chromium_org/third_party/icu/source/test/intltest/ |
convtest.cpp | 135 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, pErrorCode) 1166 UBool flush; local 1270 UBool flush; local [all...] |
/external/icu4c/test/intltest/ |
convtest.cpp | 144 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, pErrorCode) 1195 UBool flush; local 1299 UBool flush; local [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
_pyio.py | 325 ### Flush and close ### 327 def flush(self): member in class:IOBase 328 """Flush write buffers, if applicable. 338 """Flush and close the IO object. 344 self.flush() 706 # Flush the stream. We're mixing buffered I/O with lower-level I/O, 707 # and a flush may be necessary to synch both views of the current 709 self.flush() 717 ### Flush and close ### 719 def flush(self) member in class:_BufferedIOMixin 1115 def flush(self): member in class:BufferedWriter 1208 def flush(self): member in class:BufferedRWPair 1567 def flush(self): member in class:TextIOWrapper [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
_pyio.py | 325 ### Flush and close ### 327 def flush(self): member in class:IOBase 328 """Flush write buffers, if applicable. 338 """Flush and close the IO object. 344 self.flush() 706 # Flush the stream. We're mixing buffered I/O with lower-level I/O, 707 # and a flush may be necessary to synch both views of the current 709 self.flush() 717 ### Flush and close ### 719 def flush(self) member in class:_BufferedIOMixin 1115 def flush(self): member in class:BufferedWriter 1208 def flush(self): member in class:BufferedRWPair 1567 def flush(self): member in class:TextIOWrapper [all...] |
/external/chromium_org/third_party/mesa/src/src/mesa/main/ |
samplerobj.c | 313 flush(struct gl_context *ctx) function 330 flush(ctx); 345 flush(ctx); 360 flush(ctx); 382 flush(ctx); 401 flush(ctx); 417 flush(ctx); 428 flush(ctx); 442 flush(ctx); 456 flush(ctx) [all...] |
/external/mesa3d/src/mesa/main/ |
samplerobj.c | 313 flush(struct gl_context *ctx) function 330 flush(ctx); 345 flush(ctx); 360 flush(ctx); 382 flush(ctx); 401 flush(ctx); 417 flush(ctx); 428 flush(ctx); 442 flush(ctx); 456 flush(ctx) [all...] |
/build/tools/zipalign/ |
ZipFile.h | 35 * Some changes will not be visible in the until until "flush" is called. 41 * after making changes and before flush() completes could leave us with 51 flush(); 131 * from the archive or our internal data structures until flush() is 137 * Flush changes. If mNeedCDRewrite is set, this writes the central dir. 139 status_t flush(void);
|
/cts/libs/json/src/com/android/json/stream/ |
JsonWriter.java | 336 public void flush() throws IOException { method in class:JsonWriter 337 out.flush();
|
/cts/tests/tests/hardware/src/android/hardware/cts/helpers/ |
SensorManagerTestVerifier.java | 164 "Flush", 167 Assert.assertTrue(message, mSensorManager.flush(mEventListener)); 174 public void flush() throws InterruptedException { method in class:SensorManagerTestVerifier
|
/cts/tests/tests/security/src/android/security/cts/ |
BrowserTest.java | 172 writer.flush(); 207 writer.flush();
|
/cts/tools/tradefed-host/src/com/android/cts/tradefed/result/ |
MultipartForm.java | 119 writer.flush(); // Must flush here before writing to the byte stream! 124 writer.flush();
|
/dalvik/dexgen/src/com/android/dexgen/dex/code/ |
DalvInsnList.java | 244 iw.flush(); 263 w.flush();
|
/dalvik/dx/src/com/android/dx/dex/code/ |
DalvInsnList.java | 244 iw.flush(); 263 w.flush();
|
/device/asus/flo/camera/QCamera2/util/ |
QCameraQueue.cpp | 85 flush(); 215 * FUNCTION : flush 217 * DESCRIPTION: flush all nodes from the queue, queue will be empty after this 224 void QCameraQueue::flush(){ function in class:qcamera::QCameraQueue 255 * DESCRIPTION: flush only specific nodes, depending on
|