HomeSort by relevance Sort by last modified time
    Searched defs:bad_count (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/v8/test/mjsunit/
array-splice.js 223 bad_count = { valueOf: function() { array.push(2*i + 1); return 1; } };
224 spliced = array.splice(bad_start, bad_count);
  /external/v8/test/mjsunit/
array-splice.js 223 bad_count = { valueOf: function() { array.push(2*i + 1); return 1; } };
224 spliced = array.splice(bad_start, bad_count);
  /external/chromium_org/gpu/command_buffer/tests/
gl_depth_texture_unittest.cc 206 int bad_count = 0; // used to not spam the log with too many messages. local
207 for (GLint yy = 0; bad_count < 16 && yy < kResolution; ++yy) {
208 for (GLint xx = 0; bad_count < 16 && xx < kResolution; ++xx) {
215 bad_count += (actual[0] == actual[1] ? 0 : 1);
226 bad_count += (actual[0] > left[0] ? 0 : 1);
231 bad_count += (actual[0] > down[0] ? 0 : 1);
236 bad_count += ((actual[3] == actual[0] || actual[3] == 0xFF) ? 0 : 1);
gl_test_utils.cc 136 int bad_count = 0; local
148 ++bad_count;
151 if (bad_count > 16) {
158 return bad_count == 0;
  /packages/experimental/procstatlog/
procstatlog.c 220 static size_t bad_count = 0; local
239 while (bad_pos < bad_count && bad[bad_pos] < pid) ++bad_pos;
240 if (bad_pos < bad_count && bad[bad_pos] == pid) continue;
264 if (bad_count < sizeof(bad) / sizeof(bad[0])) {
265 int pos = bad_count++;
  /ndk/sources/host-tools/sed-4.2.1/sed/
execute.c 124 countT bad_count;
716 ++input->bad_count;
123 countT bad_count; member in struct:input
    [all...]

Completed in 1619 milliseconds