Home
last modified time | relevance | path

Searched refs:CHECK_LT (Results 1 – 25 of 98) sorted by relevance

1234

/external/compiler-rt/lib/tsan/rtl/
Dtsan_interface_java.cc77 CHECK_LT(heap_begin, heap_begin + heap_size); in __tsan_java_init()
164 CHECK_LT(addr, jctx->heap_begin + jctx->heap_size); in __tsan_java_mutex_lock()
175 CHECK_LT(addr, jctx->heap_begin + jctx->heap_size); in __tsan_java_mutex_unlock()
185 CHECK_LT(addr, jctx->heap_begin + jctx->heap_size); in __tsan_java_mutex_read_lock()
196 CHECK_LT(addr, jctx->heap_begin + jctx->heap_size); in __tsan_java_mutex_read_unlock()
206 CHECK_LT(addr, jctx->heap_begin + jctx->heap_size); in __tsan_java_mutex_lock_rec()
218 CHECK_LT(addr, jctx->heap_begin + jctx->heap_size); in __tsan_java_mutex_unlock_rec()
228 CHECK_LT(addr, jctx->heap_begin + jctx->heap_size); in __tsan_java_acquire()
238 CHECK_LT(addr, jctx->heap_begin + jctx->heap_size); in __tsan_java_release()
248 CHECK_LT(addr, jctx->heap_begin + jctx->heap_size); in __tsan_java_release_store()
Dtsan_mutexset.cc75 CHECK_LT(i, size_); in RemovePos()
85 CHECK_LT(i, size_); in Get()
Dtsan_ignoreset.cc42 CHECK_LT(i, size_); in At()
Dtsan_mutex.cc137 CHECK_LT(t, MutexTypeCount); in Lock()
212 CHECK_LT(type, MutexTypeCount); in Mutex()
/external/v8/src/runtime/
Druntime-futex.cc28 CHECK_LT(index, NumberToSize(isolate, sta->length())); in RUNTIME_FUNCTION()
46 CHECK_LT(index, NumberToSize(isolate, sta->length())); in RUNTIME_FUNCTION()
65 CHECK_LT(index1, NumberToSize(isolate, sta->length())); in RUNTIME_FUNCTION()
66 CHECK_LT(index2, NumberToSize(isolate, sta->length())); in RUNTIME_FUNCTION()
84 CHECK_LT(index, NumberToSize(isolate, sta->length())); in RUNTIME_FUNCTION()
Druntime-atomics.cc358 CHECK_LT(index, NumberToSize(isolate, sta->length())); in RUNTIME_FUNCTION()
391 CHECK_LT(index, NumberToSize(isolate, sta->length())); in RUNTIME_FUNCTION()
423 CHECK_LT(index, NumberToSize(isolate, sta->length())); in RUNTIME_FUNCTION()
455 CHECK_LT(index, NumberToSize(isolate, sta->length())); in RUNTIME_FUNCTION()
487 CHECK_LT(index, NumberToSize(isolate, sta->length())); in RUNTIME_FUNCTION()
519 CHECK_LT(index, NumberToSize(isolate, sta->length())); in RUNTIME_FUNCTION()
551 CHECK_LT(index, NumberToSize(isolate, sta->length())); in RUNTIME_FUNCTION()
/external/ceres-solver/include/ceres/
Dgradient_checker.h131 CHECK_LT(num_blocks, 1); in Probe()
137 CHECK_LT(num_blocks, 2); in Probe()
143 CHECK_LT(num_blocks, 3); in Probe()
149 CHECK_LT(num_blocks, 4); in Probe()
155 CHECK_LT(num_blocks, 5); in Probe()
/external/ceres-solver/internal/ceres/
Ddynamic_compressed_row_sparse_matrix.cc52 CHECK_LT(row, num_rows()); in InsertEntry()
54 CHECK_LT(col, num_cols()); in InsertEntry()
64 CHECK_LT(i, this->num_rows()); in ClearRows()
Dlocal_parameterization.cc72 CHECK_LT(constant_parameters.size(), size) in SubsetParameterization()
79 CHECK_LT(*max_element(constant.begin(), constant.end()), size); in SubsetParameterization()
Dparameter_block.h186 CHECK_LT(index, size_); in SetUpperBound()
199 CHECK_LT(index, size_); in SetLowerBound()
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_thread_registry.cc145 CHECK_LT(tid, max_threads_); in CreateThread()
202 CHECK_LT(tid, n_contexts_); in SetThreadName()
223 CHECK_LT(tid, n_contexts_); in DetachThread()
241 CHECK_LT(tid, n_contexts_); in JoinThread()
258 CHECK_LT(tid, n_contexts_); in FinishThread()
272 CHECK_LT(tid, n_contexts_); in StartThread()
Dsanitizer_allocator.h187 CHECK_LT(c, kNumClasses); in Validate()
190 CHECK_LT(Size(c-1), s); in Validate()
347 CHECK_LT(class_id, kNumClasses); in AllocateBatch()
503 CHECK_LT(class_id, kNumClasses); in GetRegionInfo()
587 CHECK_LT(idx, kSize); in set()
592 CHECK_LT(idx, kSize);
627 CHECK_LT(idx, kSize1 * kSize2); in set()
634 CHECK_LT(idx, kSize1 * kSize2);
642 CHECK_LT(idx, kSize1); in Get()
732 CHECK_LT(class_id, kNumClasses); in AllocateBatch()
[all …]
Dsanitizer_bvgraph.h155 CHECK_LT(idx1, size()); in check()
156 CHECK_LT(idx2, size()); in check()
Dsanitizer_flag_parser.cc32 CHECK_LT(n_unknown_flags_, kMaxUnknownFlags); in Add()
160 CHECK_LT(n_flags_, kMaxFlags); in RegisterHandler()
Dsanitizer_stoptheworld.h30 CHECK_LT(index, thread_ids_.size()); in GetThreadID()
Dsanitizer_stackdepotbase.h121 CHECK_LT(id, kMaxId); in Put()
147 CHECK_LT(idx, kTabSize); in Get()
/external/v8/src/snapshot/
Dsnapshot-common.cc201 CHECK_LT(kNumberOfContextsOffset, data->raw_size); in ExtractNumContexts()
210 CHECK_LT(startup_offset, data->raw_size); in ExtractStartupData()
214 CHECK_LT(first_context_offset, data->raw_size); in ExtractStartupData()
224 CHECK_LT(index, num_contexts); in ExtractContextData()
235 CHECK_LT(next_context_offset, data->raw_size); in ExtractContextData()
/external/regex-re2/re2/testing/
Ddfa_test.cc119 CHECK_LT(usage, limit + (16<<10)); // 16kB of slop okay in TEST()
135 CHECK_LT(n, 8*sizeof(int)); in DeBruijnString()
229 CHECK_LT(usage, 1<<n); in TEST()
230 CHECK_LT(peak_usage, 1<<n); in TEST()
/external/v8/test/cctest/
Dtest-inobject-slack-tracking.cc163 CHECK_LT(5, obj->map()->GetInObjectProperties()); in TEST()
225 CHECK_LT(5, obj3->map()->GetInObjectProperties()); in TEST()
311 CHECK_LT(5, obj->map()->GetInObjectProperties()); in TEST()
396 CHECK_LT(10, obj->map()->GetInObjectProperties()); in TEST()
505 CHECK_LT(10, b_obj->map()->GetInObjectProperties()); in TEST()
589 CHECK_LT(fields_count, kMaxInobjectProperties); in TestClassHierarchy()
602 CHECK_LT(fields_count, obj->map()->GetInObjectProperties()); in TestClassHierarchy()
842 CHECK_LT(builtin_properties_count + 5, obj->map()->GetInObjectProperties()); in TestSubclassBuiltin()
/external/libchrome/sandbox/linux/bpf_dsl/
Dcodegen.cc132 CHECK_LT(program_.size(), static_cast<size_t>(BPF_MAXINSNS)); in Append()
143 CHECK_LT(target, program_.size()) << "Bogus offset target node"; in Offset()
/external/libchrome/base/process/
Dinternal_linux.cc121 CHECK_LT(static_cast<size_t>(field_num), proc_stats.size()); in GetProcStatsFieldAsInt64()
130 CHECK_LT(static_cast<size_t>(field_num), proc_stats.size()); in GetProcStatsFieldAsSizeT()
/external/v8/src/base/
Dlogging.h138 #define CHECK_LT(lhs, rhs) CHECK_OP(LT, <, lhs, rhs) macro
162 #define DCHECK_LT(v1, v2) CHECK_LT(v1, v2)
/external/v8/test/cctest/compiler/
Dc-signature.h58 CHECK_LT(sig->parameter_count(), 6u); in FOREACH_CTYPE_MACHINE_TYPE_MAPPING()
122 CHECK_LT(index, kParamCount); in Set()
/external/openfst/src/include/fst/
Dlog.h57 #define CHECK_LT(x, y) CHECK((x) < (y)) macro
/external/regex-re2/util/
Dtest.h28 #define EXPECT_LT CHECK_LT

1234