OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:found_error
(Results
1 - 7
of
7
) sorted by null
/external/chromium_org/base/x11/
x11_error_tracker_gtk.cc
23
bool
found_error
= gdk_error_trap_pop() != 0;
local
26
return
found_error
;
/external/chromium_org/ppapi/native_client/tests/ppapi_test_lib/
test_interface.cc
229
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/
numbers.c
966
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
= 1
[
all
...]
/external/libxslt/libxslt/
numbers.c
966
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
= 1
[
all
...]
/external/chromium_org/chromeos/network/onc/
onc_validator.cc
263
bool
found_error
= false;
local
266
found_error
= true;
270
found_error
= true;
274
if (
found_error
) {
/external/chromium/sdch/open-vcdiff/src/
gflags.cc
1205
bool
found_error
= false;
local
[
all
...]
/external/open-vcdiff/gflags/src/
gflags.cc
1205
bool
found_error
= false;
local
[
all
...]
Completed in 160 milliseconds