Home
last modified time | relevance | path

Searched refs:allow_skip (Results 1 – 3 of 3) sorted by relevance

/external/wpa_supplicant_8/src/utils/
Dos_unix.c605 int allow_skip = 1; in testing_fail_alloc() local
609 allow_skip = 0; in testing_fail_alloc()
625 if (allow_skip) { in testing_fail_alloc()
677 int allow_skip = 1; in testing_test_fail() local
681 allow_skip = 0; in testing_test_fail()
697 if (allow_skip) { in testing_test_fail()
/external/tensorflow/tensorflow/core/data/service/
Dworker.proto30 bool allow_skip = 5; field
Dtask_runner.cc187 if (!req.allow_skip()) { in PrepareRound()