Searched refs:found_error (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/ppapi/native_client/tests/ppapi_test_lib/
H A Dtest_interface.cc229 bool found_error = false; local
230 for (int y = origin.y; y < origin.y + size.height && !found_error; y++) {
231 for (int x = origin.x; x < origin.x + size.width && !found_error; x++) {
233 found_error = (pixel_color != expected_color);
238 return !found_error;
/external/chromium_org/third_party/libxslt/libxslt/
H A Dnumbers.c966 char found_error = 0; local
1021 found_error = 1;
1044 found_error = 1;
1062 found_error = 1;
1068 found_error = 1;
1076 found_error = 1;
1093 found_error = 1;
1101 found_error = 1;
1106 found_error = 1;
1113 found_error
[all...]
/external/chromium_org/chromeos/network/onc/
H A Donc_validator.cc263 bool found_error = false; local
266 found_error = true;
270 found_error = true;
274 if (found_error) {
/external/chromium_org/net/quic/crypto/
H A Dquic_crypto_server_config.cc957 bool found_error = false; local
965 found_error = true;
979 found_error = true;
983 if (!found_error) {
1009 if (found_error) {

Completed in 84 milliseconds