Home
last modified time | relevance | path

Searched refs:user_error (Results 1 – 8 of 8) 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
47 if policy_error and user_error:
51 elif not policy_error and user_error:
52 if not re.match(BLOCKED_ERROR, str(user_error)):
55 'network: %s' % user_error)
56 elif policy_error and not user_error:
61 elif not (policy_error or user_error):
66 def _test_wifi_disabled_policy(self, policy_error, user_error): argument
80 for err in [policy_error, user_error]:
117 def _test_allow_only_policy(self, policy_error, user_error): argument
[all …]
/external/mesa3d/src/gallium/frontends/nine/
Dnine_debug.h109 #define user_error(x) \ macro
113 #define user_error(x) (!(x) ? TRUE : FALSE) macro
126 if (user_error(x)) { \
Dvertexdeclaration9.c341 (void)user_error(!"Position doesn't match any known combination"); in NineVertexDeclaration9_new_from_fvf()
372 if (user_error(texcount <= 8)) { texcount = 8; } in NineVertexDeclaration9_new_from_fvf()
Dnine_pipe.h517 if (user_error(texcount <= 8)) in nine_fvf_stride()
Dswapchain9.c1152 (void)user_error(Type == D3DBACKBUFFER_TYPE_MONO); in NineSwapChain9_GetBackBuffer()
/external/protobuf/php/src/Google/Protobuf/Internal/
DGPBWire.php87 user_error("Unsupported type.");
90 user_error("Unsupported type.");
616 user_error("Unsupported type.");
DMessage.php96 user_error(get_class($this) . " is not found in descriptor pool.");
250 user_error("Unsupported type.");
433 user_error("Unsupported type.");
656 user_error("Cannot merge messages with different class.");
1586 user_error("Unsupported type.");
1589 user_error("Unsupported type.");
1694 user_error("Unsupported type " . $field->getType());
DGPBJsonWire.php240 user_error("Unsupported type.");