OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:failOnResultType
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/skia/tools/
skdiff_image.cpp
132
bool
failOnResultType
[DiffRecord::kResultCount];
134
failOnResultType
[i] = false;
155
failOnResultType
[type] = true;
363
if (
failOnResultType
[dr.fResult]) {
skdiff_main.cpp
120
void print(bool listFilenames, bool
failOnResultType
[DiffRecord::kResultCount],
126
if (
failOnResultType
[result]) {
588
bool
failOnResultType
[DiffRecord::kResultCount];
590
failOnResultType
[i] = false;
610
failOnResultType
[type] = true;
759
summary.print(listFilenames,
failOnResultType
, failOnStatusType);
779
if (
failOnResultType
[i]) {
783
if (!
failOnResultType
[DiffRecord::kCouldNotCompare_Result]) {
Completed in 29 milliseconds