Home
last modified time | relevance | path

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

/external/libchrome/base/process/
Dprocess_metrics_unittest.cc319 const char empty_input[] = ""; in TEST_F() local
320 EXPECT_FALSE(ParseProcVmstat(empty_input, &vmstat)); in TEST_F()
/external/python/cpython3/Lib/test/test_asyncio/
Dtest_subprocess.py316 async def empty_input(): function
329 output, exitcode = self.loop.run_until_complete(empty_input())