Home
last modified time | relevance | path

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

/third_party/node/deps/v8/tools/
Dperf-compare.py192 def FlushOutput(self): member in ResultTableRenderer
469 renderer.FlushOutput()
/third_party/skia/third_party/externals/brotli/c/tools/
Dbrotli.c853 static BROTLI_BOOL FlushOutput(Context* context) { in FlushOutput() function
892 if (!FlushOutput(context)) return BROTLI_FALSE; in DecompressFile()
967 if (!FlushOutput(context)) return BROTLI_FALSE; in CompressFile()