Home
last modified time | relevance | path

Searched refs:FlushOutput (Results 1 – 3 of 3) sorted by relevance

/external/v8/tools/
Dperf-to-html.py164 def FlushOutput(self): member in BenchmarkRenderer
367 renderer.FlushOutput()
Dperf-compare.py189 def FlushOutput(self): member in ResultTableRenderer
466 renderer.FlushOutput()
/external/brotli/c/tools/
Dbrotli.c830 static BROTLI_BOOL FlushOutput(Context* context) { in FlushOutput() function
850 if (!FlushOutput(context)) return BROTLI_FALSE; in DecompressFile()
918 return FlushOutput(context); in CompressFile()