OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kResultCount
(Results
1 - 4
of
4
) sorted by null
/external/skia/tools/
skdiff.cpp
14
/*static*/ char const * const DiffRecord::ResultNames[DiffRecord::
kResultCount
] = {
24
for (int result = 0; result < DiffRecord::
kResultCount
; ++result) {
29
return DiffRecord::
kResultCount
;
32
static char const * const ResultDescriptions[DiffRecord::
kResultCount
] = {
skdiff.h
99
kResultCount
// NOT A VALID VALUE--used to set up arrays. Must be last.
101
static char const * const ResultNames[DiffRecord::
kResultCount
];
104
* If there is no Result with this name, returns
kResultCount
.
skdiff_image.cpp
130
bool failOnResultType[DiffRecord::
kResultCount
];
131
for (int i = 0; i < DiffRecord::
kResultCount
; i++) {
152
if (type != DiffRecord::
kResultCount
) {
skdiff_main.cpp
49
for (int i = 0; i < DiffRecord::
kResultCount
; ++i) {
64
FileArray fResultsOfType[DiffRecord::
kResultCount
];
120
void print(bool listFilenames, bool failOnResultType[DiffRecord::
kResultCount
],
124
for (int resultInt = 0; resultInt < DiffRecord::
kResultCount
; ++resultInt) {
565
bool failOnResultType[DiffRecord::
kResultCount
];
566
for (int i = 0; i < DiffRecord::
kResultCount
; i++) {
586
if (type != DiffRecord::
kResultCount
) {
751
for (int i = 0; i < DiffRecord::
kResultCount
; i++) {
Completed in 229 milliseconds