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

/external/chromium_org/base/x11/
H A Dx11_error_tracker_gtk.cc23 bool found_error = gdk_error_trap_pop() != 0; local
26 return found_error;
/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/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/sdch/open-vcdiff/src/
H A Dgflags.cc1205 bool found_error = false; local
1211 found_error = true;
1214 if (found_error)
1216 return found_error;
/external/open-vcdiff/gflags/src/
H A Dgflags.cc1205 bool found_error = false; local
1211 found_error = true;
1214 if (found_error)
1216 return found_error;

Completed in 2238 milliseconds