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

  /art/runtime/
thread_pool_test.cc 91 AtomicInteger bad_count(0);
92 thread_pool.AddTask(self, new CountTask(&bad_count));
95 EXPECT_EQ(0, bad_count.LoadSequentiallyConsistent());
99 bad_count.LoadSequentiallyConsistent() != 1) {
  /external/chromium_org/gpu/command_buffer/tests/
gl_depth_texture_unittest.cc 200 int bad_count = 0; // used to not spam the log with too many messages. local
201 for (GLint yy = 0; bad_count < 16 && yy < kResolution; ++yy) {
202 for (GLint xx = 0; bad_count < 16 && xx < kResolution; ++xx) {
216 bad_count += (actual[0] > left[0] ? 0 : 1);
221 bad_count += (actual[0] > down[0] ? 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++;
  /external/chromium_org/tools/ipc_fuzzer/mutate/
generate.cc 1312 int bad_count = 0; local
1332 std::cerr << "Failed to generate " << bad_count << " messages.\\n"; local
    [all...]
  /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);
  /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...]
  /external/chromium_org/tools/
bisect-builds.py 634 bad_count = 0
638 bad_count += 1
639 if bad_count > 0:
    [all...]

Completed in 2986 milliseconds