Home
last modified time | relevance | path

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

/third_party/ltp/testcases/kernel/mem/tunable/
Dovercommit_memory.c83 static void alloc_and_check(long size, int expect_result);
185 static void alloc_and_check(long size, int expect_result) in alloc_and_check() argument
192 switch (expect_result) { in alloc_and_check()
207 expect_result); in alloc_and_check()
/third_party/cef/tests/ceftests/
Dparser_unittest.cc394 CefString expect_result = ""; in TEST() local
396 EXPECT_EQ(expect_result, result); in TEST()