HomeSort by relevance Sort by last modified time
    Searched refs:do_check (Results 1 - 5 of 5) sorted by null

  /external/chromium-trace/catapult/devil/devil/utils/
mock_calls.py 28 def do_check(call): function in function:TestCase._AssertCalls.__init__
52 self._patched = [test_case.patch_call(call, side_effect=do_check(call))
  /external/libmojo/third_party/catapult/devil/devil/utils/
mock_calls.py 28 def do_check(call): function in function:TestCase._AssertCalls.__init__
52 self._patched = [test_case.patch_call(call, side_effect=do_check(call))
  /external/iptables/libiptc/
libip4tc.c 315 do_check(struct xtc_handle *h, unsigned int line)
libip6tc.c 263 do_check(struct xtc_handle *h, unsigned int line) function
libiptc.c 199 static void do_check(struct xtc_handle *h, unsigned int line);
200 #define CHECK(h) do { if (!getenv("IPTC_NO_CHECK")) do_check((h), __LINE__); } while(0)
    [all...]

Completed in 780 milliseconds