Home
last modified time | relevance | path

Searched refs:DCHECK_LT (Results 1 – 25 of 140) sorted by relevance

123456

/external/libchrome/base/task/sequence_manager/
Dwork_queue_sets.cc20 DCHECK_LT(set_index, work_queue_heaps_.size()); in AddQueue()
37 DCHECK_LT(set_index, work_queue_heaps_.size()); in RemoveQueue()
43 DCHECK_LT(set_index, work_queue_heaps_.size()); in ChangeSetIndex()
47 DCHECK_LT(old_set, work_queue_heaps_.size()); in ChangeSetIndex()
73 DCHECK_LT(set_index, work_queue_heaps_.size()) in OnTaskPushedToEmptyQueue()
84 DCHECK_LT(set_index, work_queue_heaps_.size()); in OnPopQueue()
107 DCHECK_LT(set_index, work_queue_heaps_.size()); in OnQueueBlocked()
113 DCHECK_LT(set_index, work_queue_heaps_.size()); in GetOldestQueueInSet()
126 DCHECK_LT(set_index, work_queue_heaps_.size()); in GetOldestQueueAndEnqueueOrderInSet()
139 DCHECK_LT(set_index, work_queue_heaps_.size()) in IsSetEmpty()
/external/tensorflow/tensorflow/core/lib/random/
Ddistribution_sampler.h66 DCHECK_LT(idx, num_); in prob()
71 DCHECK_LT(idx, num_); in alt()
76 DCHECK_LT(idx, num_); in set_prob()
81 DCHECK_LT(idx, num_); in set_alt()
/external/tensorflow/tensorflow/core/kernels/boosted_trees/
Dresources.cc58 DCHECK_LT(tree_id, tree_ensemble_->trees_size()); in next_node()
59 DCHECK_LT(node_id, tree_ensemble_->trees(tree_id).nodes_size()); in next_node()
87 DCHECK_LT(tree_id, tree_ensemble_->trees_size()); in node_value()
88 DCHECK_LT(node_id, tree_ensemble_->trees(tree_id).nodes_size()); in node_value()
124 DCHECK_LT(tree_id, tree_ensemble_->trees_size()); in set_node_value()
125 DCHECK_LT(node_id, tree_ensemble_->trees(tree_id).nodes_size()); in set_node_value()
133 DCHECK_LT(tree_id, tree_ensemble_->trees_size()); in GetNumLayersGrown()
139 DCHECK_LT(tree_id, tree_ensemble_->trees_size()); in SetNumLayersGrown()
160 DCHECK_LT(tree_id, tree_ensemble_->trees_size()); in GetNumNodes()
170 DCHECK_LT(tree_id, tree_ensemble_->trees_size()); in is_leaf()
[all …]
/external/tensorflow/tensorflow/core/framework/
Dtensor_slice.h67 DCHECK_LT(d, dims()); in start()
73 DCHECK_LT(d, dims()); in length()
79 DCHECK_LT(d, dims()); in end()
85 DCHECK_LT(d, dims()); in set_start()
92 DCHECK_LT(d, dims()); in set_length()
Dop_kernel.h1081 DCHECK_LT(index, params_->input_alloc_attrs->size()); in input_alloc_attr()
1580 DCHECK_LT(index, num_inputs()); in input_dtype()
1587 DCHECK_LT(index, num_inputs()); in input_memory_type()
1593 DCHECK_LT(index, num_outputs()); in expected_output_dtype()
1599 DCHECK_LT(index, num_outputs()); in output_memory_type()
1611 DCHECK_LT(index, num_inputs()); in has_input()
1617 DCHECK_LT(index, num_inputs()); in input_ref_mutex()
1624 DCHECK_LT(index, num_outputs()); in mutable_output()
1630 DCHECK_LT(index, num_outputs()); in release_output()
1676 DCHECK_LT(i, stop_ - start_);
[all …]
/external/libchrome/mojo/public/cpp/bindings/lib/
Dserialization_context.cc25 DCHECK_LT(handles_.size(), std::numeric_limits<uint32_t>::max()); in AddHandle()
45 DCHECK_LT(associated_endpoint_handles_.size(), in AddAssociatedEndpoint()
71 DCHECK_LT(encoded_handle.value, handles_.size()); in TakeHandle()
80 DCHECK_LT(encoded_handle.value, associated_endpoint_handles_.size()); in TakeAssociatedEndpointHandle()
/external/tensorflow/tensorflow/core/lib/core/
Dbitmap.h89 DCHECK_LT(i, nbits_); in get()
94 DCHECK_LT(i, nbits_); in set()
99 DCHECK_LT(i, nbits_); in clear()
Dbits.h97 DCHECK_LT(exponent, std::numeric_limits<uint32>::digits); in NextPowerOfTwo()
103 DCHECK_LT(exponent, std::numeric_limits<uint64>::digits); in NextPowerOfTwo64()
/external/tensorflow/tensorflow/core/common_runtime/
Dgraph_view.h127 DCHECK_LT(i, num_inputs); in input_type()
131 DCHECK_LT(i, num_outputs); in output_type()
220 DCHECK_LT(id, num_nodes_); in node()
232 DCHECK_LT(id, num_nodes_); in node_ref()
Dsimple_propagator_state.h78 DCHECK_LT(front_index_, ready_.size()); in front()
82 DCHECK_LT(front_index_, ready_.size()); in pop_front()
/external/tensorflow/tensorflow/core/grappler/optimizers/data/vectorization/
Dvectorizer.h46 DCHECK_LT(index, size()); in stacked()
62 DCHECK_LT(index, size()); in unstacked()
75 DCHECK_LT(index, size()); in at()
/external/scudo/standalone/
Dbytemap.h26 DCHECK_LT(Index, Size); in set()
31 DCHECK_LT(Index, Size);
Drelease.h103 DCHECK_LT(Region, Regions); in get()
104 DCHECK_LT(I, NumCounters); in get()
111 DCHECK_LT(get(Region, I), CounterMask); in inc()
114 DCHECK_LT(BitOffset, SCUDO_WORDSIZE); in inc()
Dvector.h33 DCHECK_LT(I, Size);
37 DCHECK_LT(I, Size);
/external/llvm-project/compiler-rt/lib/scudo/standalone/
Dbytemap.h26 DCHECK_LT(Index, Size); in set()
31 DCHECK_LT(Index, Size);
Drelease.h99 DCHECK_LT(Region, Regions); in get()
100 DCHECK_LT(I, NumCounters); in get()
107 DCHECK_LT(get(Region, I), CounterMask); in inc()
110 DCHECK_LT(BitOffset, SCUDO_WORDSIZE); in inc()
Dvector.h33 DCHECK_LT(I, Size);
37 DCHECK_LT(I, Size);
/external/tensorflow/tensorflow/core/kernels/sparse/
Dsparse_matrix.h195 DCHECK_LT(batch, batch_size()); in nnz()
200 DCHECK_LT(batch, batch_size()); in batch_offset()
221 DCHECK_LT(batch, batch_size()); in row_pointers_vec()
230 DCHECK_LT(batch, batch_size()); in row_pointers_vec()
239 DCHECK_LT(batch, batch_size()); in col_indices_vec()
248 DCHECK_LT(batch, batch_size()); in col_indices_vec()
258 DCHECK_LT(batch, batch_size()); in values_vec()
268 DCHECK_LT(batch, batch_size()); in values_vec()
/external/llvm-project/compiler-rt/lib/sanitizer_common/
Dsanitizer_vector.h46 DCHECK_LT(i, end_ - begin_);
51 DCHECK_LT(i, end_ - begin_);
Dsanitizer_allocator_primary32.h169 DCHECK_LT(class_id, kNumClasses); in AllocateBatch()
184 DCHECK_LT(class_id, kNumClasses); in DeallocateBatch()
299 DCHECK_LT(class_id, kNumClasses); in AllocateRegion()
312 DCHECK_LT(class_id, kNumClasses); in GetSizeClassInfo()
/external/compiler-rt/lib/tsan/rtl/
Dtsan_vector.h52 DCHECK_LT(i, end_ - begin_);
57 DCHECK_LT(i, end_ - begin_);
/external/tensorflow/tensorflow/core/platform/
Dlogging_test.cc57 DCHECK_LT(2, 3); in TEST()
92 ASSERT_DEATH(DCHECK_LT(3, 2), "3 < 2"); in TEST()
/external/libchrome/base/threading/
Dthread_local_storage.cc362 DCHECK_LT(slot_, kThreadLocalStorageSize); in Free()
380 DCHECK_LT(slot_, kThreadLocalStorageSize); in Get()
395 DCHECK_LT(slot_, kThreadLocalStorageSize); in Set()
/external/tensorflow/tensorflow/compiler/xla/
Dindex_util.cc34 DCHECK_LT(multi_index[i], shape.dimensions(i)) in MultidimensionalIndexToLinearIndex()
95 DCHECK_LT(linear_index, ShapeUtil::ElementsIn(shape)); in LinearIndexToMultidimensionalIndex()
/external/libchrome/base/i18n/
Dbuild_utf8_validator_tables.cc316 DCHECK_LT(0, range.from()); in MakeState()
317 DCHECK_LT(range.to(), 0xFF); in MakeState()
348 DCHECK_LT(range.to(), 0xFF); in GenerateStates()
352 DCHECK_LT(range.to(), 0xFF); in GenerateStates()

123456