Home
last modified time | relevance | path

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

/external/mesa3d/src/amd/compiler/tests/
Dmain.cpp199 int do_check = 1; in main() local
203 { "no-check", no_argument, &do_check, 0 }, in main()
248 if (do_check) in main()
/external/chromium-trace/catapult/devil/devil/utils/
Dmock_calls.py27 def do_check(call): function
53 test_case.patch_call(call, side_effect=do_check(call))