/external/chromium_org/third_party/tcmalloc/chromium/src/tests/ |
stack_trace_table_test.cc | 18 CHECK_EQ(reinterpret_cast<uintptr_t>(entries[i]), expected[i]); 38 CHECK_EQ(table.depth_total(), 0); 39 CHECK_EQ(table.bucket_total(), 0); 58 CHECK_EQ(table.depth_total(), 2); 59 CHECK_EQ(table.bucket_total(), 1); 66 CHECK_EQ(table.depth_total(), 4); 67 CHECK_EQ(table.bucket_total(), 2); 75 CHECK_EQ(table.depth_total(), 4); 76 CHECK_EQ(table.bucket_total(), 2); 90 CHECK_EQ(table.depth_total(), 2) [all...] |
current_allocated_bytes_test.cc | 59 CHECK_EQ(before_bytes, after_bytes);
|
/external/chromium_org/third_party/tcmalloc/vendor/src/tests/ |
stack_trace_table_test.cc | 18 CHECK_EQ(reinterpret_cast<uintptr_t>(entries[i]), expected[i]); 38 CHECK_EQ(table.depth_total(), 0); 39 CHECK_EQ(table.bucket_total(), 0); 58 CHECK_EQ(table.depth_total(), 2); 59 CHECK_EQ(table.bucket_total(), 1); 66 CHECK_EQ(table.depth_total(), 4); 67 CHECK_EQ(table.bucket_total(), 2); 75 CHECK_EQ(table.depth_total(), 4); 76 CHECK_EQ(table.bucket_total(), 2); 90 CHECK_EQ(table.depth_total(), 2) [all...] |
current_allocated_bytes_test.cc | 59 CHECK_EQ(before_bytes, after_bytes);
|
/external/chromium/base/threading/ |
thread_local_posix.cc | 18 CHECK_EQ(error, 0); 35 CHECK_EQ(error, 0);
|
/external/chromium_org/v8/test/cctest/ |
test-diy-fp.cc | 46 CHECK_EQ(0, diff.e()); 49 CHECK_EQ(0, diy_fp1.e()); 59 CHECK_EQ(64, product.e()); 62 CHECK_EQ(64, diy_fp1.e()); 68 CHECK_EQ(11 + 13 + 64, product.e()); 75 CHECK_EQ(11 + 13 + 64, product.e()); 81 CHECK_EQ(11 + 13 + 64, product.e()); 91 CHECK_EQ(11 + 13 + 64, product.e());
|
test-hashmap.cc | 52 CHECK_EQ(reinterpret_cast<void*>(x), p->key); 65 CHECK_EQ(reinterpret_cast<void*>(x), p->key); 79 CHECK_EQ(map_.occupancy(), static_cast<double>(count)); 95 CHECK_EQ(0, set.occupancy()); 100 CHECK_EQ(3, set.occupancy()); 104 CHECK_EQ(3, set.occupancy()); 110 CHECK_EQ(3, set.occupancy()); 116 CHECK_EQ(2, set.occupancy()); 122 CHECK_EQ(1, set.occupancy()); 125 CHECK_EQ(0, set.occupancy()) [all...] |
test-deoptimization.cc | 131 CHECK_EQ(1, env->Global()->Get(v8_str("count"))->Int32Value()); 133 CHECK_EQ(0, Deoptimizer::GetDeoptimizedCodeCount(CcTest::i_isolate())); 147 CHECK_EQ(1, env->Global()->Get(v8_str("count"))->Int32Value()); 149 CHECK_EQ(0, Deoptimizer::GetDeoptimizedCodeCount(CcTest::i_isolate())); 169 CHECK_EQ(1, env->Global()->Get(v8_str("count"))->Int32Value()); 171 CHECK_EQ(0, Deoptimizer::GetDeoptimizedCodeCount(CcTest::i_isolate())); 186 CHECK_EQ(1, env->Global()->Get(v8_str("count"))->Int32Value()); 188 CHECK_EQ(0, Deoptimizer::GetDeoptimizedCodeCount(CcTest::i_isolate())); 209 CHECK_EQ(1, env->Global()->Get(v8_str("count"))->Int32Value()); 210 CHECK_EQ(6, env->Global()->Get(v8_str("result"))->Int32Value()) [all...] |
test-circular-queue.cc | 44 CHECK_EQ(NULL, scq.Peek()); 53 CHECK_EQ(NULL, scq.StartEnqueue()); 59 CHECK_EQ(NULL, rec); 67 CHECK_EQ(static_cast<int64_t>(i), static_cast<int64_t>(*rec)); 68 CHECK_EQ(rec, reinterpret_cast<Record*>(scq.Peek())); 73 CHECK_EQ(NULL, scq.Peek()); 76 CHECK_EQ(NULL, scq.Peek()); 89 CHECK_EQ(static_cast<int64_t>(i), static_cast<int64_t>(*rec)); 90 CHECK_EQ(rec, reinterpret_cast<Record*>(scq.Peek())); 96 CHECK_EQ(NULL, scq.Peek()) [all...] |
test-dictionary.cc | 51 CHECK_EQ(table->NumberOfElements(), 1); 52 CHECK_EQ(table->Lookup(*a), *b); 53 CHECK_EQ(table->Lookup(*b), CcTest::heap()->the_hole_value()); 57 CHECK_EQ(table->NumberOfElements(), 1); 58 CHECK_EQ(table->Lookup(*a), *b); 59 CHECK_EQ(table->Lookup(*b), CcTest::heap()->the_hole_value()); 63 CHECK_EQ(table->NumberOfElements(), 1); 68 CHECK_EQ(table->NumberOfElements(), 0); 69 CHECK_EQ(table->NumberOfDeletedElements(), 1); 70 CHECK_EQ(table->Lookup(*a), CcTest::heap()->the_hole_value()) [all...] |
test-platform-tls.cc | 58 CHECK_EQ(GetValue(i), Thread::GetThreadLocal(keys[i])); 59 CHECK_EQ(GetValue(i), Thread::GetExistingThreadLocal(keys[i])); 68 CHECK_EQ(GetValue(kValueCount - i - 1), 70 CHECK_EQ(GetValue(kValueCount - i - 1),
|
test-random-number-generator.cc | 86 CHECK_EQ(i2, i1); 87 CHECK_EQ(rng2.NextInt(), rng1.NextInt()); 88 CHECK_EQ(rng2.NextInt(k), rng1.NextInt(k)); 89 CHECK_EQ(rng2.NextDouble(), rng1.NextDouble());
|
/external/v8/test/cctest/ |
test-diy-fp.cc | 21 CHECK_EQ(0, diff.e()); 24 CHECK_EQ(0, diy_fp1.e()); 34 CHECK_EQ(64, product.e()); 37 CHECK_EQ(64, diy_fp1.e()); 43 CHECK_EQ(11 + 13 + 64, product.e()); 50 CHECK_EQ(11 + 13 + 64, product.e()); 56 CHECK_EQ(11 + 13 + 64, product.e()); 66 CHECK_EQ(11 + 13 + 64, product.e());
|
test-platform-linux.cc | 30 CHECK_EQ(0, mutex->Lock()); 32 CHECK_EQ(0, mutex->Unlock()); 36 CHECK_EQ(0, mutex->Lock()); 37 CHECK_EQ(count, busy_lock_counter); 41 CHECK_EQ(0, mutex->Unlock()); 62 CHECK_EQ(0, thread_created);
|
test-platform-nullos.cc | 30 CHECK_EQ(0, mutex->Lock()); 32 CHECK_EQ(0, mutex->Unlock()); 36 CHECK_EQ(0, mutex->Lock()); 37 CHECK_EQ(count, busy_lock_counter); 41 CHECK_EQ(0, mutex->Unlock()); 62 CHECK_EQ(0, thread_created);
|
test-hashmap.cc | 52 CHECK_EQ(reinterpret_cast<void*>(x), p->key); 65 CHECK_EQ(reinterpret_cast<void*>(x), p->key); 79 CHECK_EQ(map_.occupancy(), static_cast<double>(count)); 95 CHECK_EQ(0, set.occupancy()); 100 CHECK_EQ(3, set.occupancy()); 104 CHECK_EQ(3, set.occupancy()); 110 CHECK_EQ(3, set.occupancy()); 116 CHECK_EQ(2, set.occupancy()); 122 CHECK_EQ(1, set.occupancy()); 125 CHECK_EQ(0, set.occupancy()) [all...] |
test-circular-queue.cc | 23 CHECK_EQ(NULL, scq.StartDequeue()); 28 CHECK_EQ(NULL, scq.StartDequeue()); 32 CHECK_EQ(NULL, scq.StartDequeue()); 37 CHECK_EQ(NULL, scq.StartDequeue()); 51 CHECK_EQ(static_cast<int64_t>(i), static_cast<int64_t>(*rec)); 52 CHECK_EQ(rec, reinterpret_cast<Record*>(scq.StartDequeue())); 58 CHECK_EQ(NULL, scq.StartDequeue()); 68 CHECK_EQ(static_cast<int64_t>(i), static_cast<int64_t>(*rec)); 69 CHECK_EQ(rec, reinterpret_cast<Record*>(scq.StartDequeue())); 137 CHECK_EQ(NULL, scq.StartDequeue()) [all...] |
/external/chromium_org/ui/events/gestures/ |
gesture_types.h | 37 CHECK_EQ(ui::ET_GESTURE_SCROLL_UPDATE, type_); 42 CHECK_EQ(ui::ET_GESTURE_SCROLL_UPDATE, type_); 62 CHECK_EQ(ui::ET_GESTURE_SCROLL_UPDATE, type_); 67 CHECK_EQ(ui::ET_GESTURE_SCROLL_UPDATE, type_); 88 CHECK_EQ(ui::ET_GESTURE_LONG_PRESS, type_); 93 CHECK_EQ(ui::ET_GESTURE_TWO_FINGER_TAP, type_); 98 CHECK_EQ(ui::ET_GESTURE_TWO_FINGER_TAP, type_); 103 CHECK_EQ(ui::ET_GESTURE_PINCH_UPDATE, type_); 108 CHECK_EQ(ui::ET_GESTURE_MULTIFINGER_SWIPE, type_); 113 CHECK_EQ(ui::ET_GESTURE_MULTIFINGER_SWIPE, type_) [all...] |
/external/chromium_org/chrome/browser/nacl_host/test/ |
mock_nacl_gdb.cc | 26 CHECK_EQ(strcmp(argv[1], kEvalCommand), 0); 29 CHECK_EQ(strncmp(argv[2], kNaClIrt, strlen(kNaClIrt)), 0); 39 CHECK_EQ(strcmp(argv[3], kEvalCommand), 0); 40 CHECK_EQ(strcmp(argv[4], kAttach), 0); 60 CHECK_EQ(i, argc);
|
/external/chromium_org/base/ |
rand_util_nacl.cc | 19 CHECK_EQ(result, sizeof(random_)); 29 CHECK_EQ(error, 0);
|
rand_util_win.cc | 16 CHECK_EQ(rand_s(&number), 0);
|
/external/openfst/src/test/ |
fst_test.h | 65 CHECK_EQ(fst.Start(), 0); 74 CHECK_EQ(fst.Final(s), NthWeight(s)); 81 CHECK_EQ(arc.ilabel, na); 82 CHECK_EQ(arc.olabel, 0); 83 CHECK_EQ(arc.weight, NthWeight(na)); 84 CHECK_EQ(arc.nextstate, s); 87 CHECK_EQ(matcher.Value().ilabel, arc.ilabel); 90 CHECK_EQ(na, s); 91 CHECK_EQ(na, aiter.Position()); 92 CHECK_EQ(fst.NumArcs(s), s) [all...] |
/external/ceres-solver/internal/ceres/ |
conditioned_cost_function.cc | 59 CHECK_EQ(wrapped_cost_function_->num_residuals(), conditioners_.size()); 62 CHECK_EQ(1, conditioners[i]->num_residuals()); 63 CHECK_EQ(1, conditioners[i]->parameter_block_sizes().size()); 64 CHECK_EQ(1, conditioners[i]->parameter_block_sizes()[0]);
|
/external/chromium/base/ |
rand_util_win.cc | 16 CHECK_EQ(rand_s(&number), 0);
|
/external/chromium_org/third_party/re2/re2/testing/ |
required_prefix_test.cc | 51 CHECK_EQ(t.return_value, re->RequiredPrefix(&p, &f, &s)) 54 CHECK_EQ(p, string(t.prefix)) 56 CHECK_EQ(f, t.foldcase) 58 CHECK_EQ(s->ToString(), string(t.suffix))
|