Home
last modified time | relevance | path

Searched refs:is_black (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/media/cast/test/utility/
Dbarcode.cc89 bool is_black = true; in DecodeBarCodeRows() local
98 if (is_black ? value > kBlackThreshold : value < kWhiteThreshold) { in DecodeBarCodeRows()
99 is_black = !is_black; in DecodeBarCodeRows()
/external/chromium_org/v8/src/
Dmark-compact.h128 bool is_black = false; in INLINE() local
131 is_black = true; // Looks black so far. in INLINE()
135 is_black = false; // Was actually gray. in INLINE()
137 return is_black; in INLINE()