OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:expect_result
(Results
1 - 3
of
3
) sorted by null
/external/libcxx/test/std/thread/thread.condition/thread.condition.condvarany/
wait_for_pred.pass.cpp
47
bool
expect_result
= false;
variable
59
assert(result ==
expect_result
);
77
expect_result
= true;
92
expect_result
= false;
/prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/thread/thread.condition/thread.condition.condvarany/
wait_for_pred.pass.cpp
47
bool
expect_result
= false;
variable
59
assert(result ==
expect_result
);
77
expect_result
= true;
92
expect_result
= false;
/external/ltp/testcases/kernel/mem/tunable/
overcommit_memory.c
93
static void alloc_and_check(long size, int
expect_result
);
191
static void alloc_and_check(long size, int
expect_result
)
198
switch (
expect_result
) {
213
expect_result
);
Completed in 231 milliseconds