Home
last modified time | relevance | path

Searched defs:user_error (Results 1 – 2 of 2) sorted by relevance

/external/autotest/client/site_tests/policy_GlobalNetworkSettings/
Dpolicy_GlobalNetworkSettings.py25 def _test_only_connect_if_available(self, policy_error, user_error): argument
66 def _test_wifi_disabled_policy(self, policy_error, user_error): argument
117 def _test_allow_only_policy(self, policy_error, user_error): argument
/external/mesa3d/src/gallium/frontends/nine/
Dnine_debug.h109 #define user_error(x) \ macro
113 #define user_error(x) (!(x) ? TRUE : FALSE) macro