Home
last modified time | relevance | path

Searched refs:DCHECK_GE (Results 1 – 25 of 172) sorted by relevance

1234567

/external/libchrome/mojo/public/cpp/bindings/tests/
Drect_blink.h21 DCHECK_GE(x_, 0); in RectBlink()
22 DCHECK_GE(y_, 0); in RectBlink()
23 DCHECK_GE(width_, 0); in RectBlink()
24 DCHECK_GE(height_, 0); in RectBlink()
30 DCHECK_GE(x, 0); in setX()
36 DCHECK_GE(y, 0); in setY()
42 DCHECK_GE(width, 0); in setWidth()
48 DCHECK_GE(height, 0); in setHeight()
Drect_chromium.h25 DCHECK_GE(width_, 0); in RectChromium()
26 DCHECK_GE(height_, 0); in RectChromium()
46 DCHECK_GE(width, 0); in set_width()
52 DCHECK_GE(height, 0); in set_height()
Dpickled_types_blink.cc17 DCHECK_GE(foo_, 0); in PickledStructBlink()
18 DCHECK_GE(bar_, 0); in PickledStructBlink()
Dpickled_types_blink.h43 DCHECK_GE(foo, 0); in set_foo()
49 DCHECK_GE(bar, 0); in set_bar()
/external/tensorflow/tensorflow/core/framework/
Dtensor_slice.h66 DCHECK_GE(d, 0); in start()
72 DCHECK_GE(d, 0); in length()
78 DCHECK_GE(d, 0); in end()
84 DCHECK_GE(d, 0); in set_start()
86 DCHECK_GE(x, 0); in set_start()
91 DCHECK_GE(d, 0); in set_length()
Dop_kernel.h1080 DCHECK_GE(index, 0); in input_alloc_attr()
1579 DCHECK_GE(index, 0); in input_dtype()
1586 DCHECK_GE(index, 0); in input_memory_type()
1592 DCHECK_GE(index, 0); in expected_output_dtype()
1598 DCHECK_GE(index, 0); in output_memory_type()
1610 DCHECK_GE(index, 0); in has_input()
1616 DCHECK_GE(index, 0); in input_ref_mutex()
1623 DCHECK_GE(index, 0); in mutable_output()
1629 DCHECK_GE(index, 0); in release_output()
1675 DCHECK_GE(i, 0);
[all …]
/external/rust/crates/grpcio-sys/grpc/third_party/re2/re2/
Dbitmap256.h32 DCHECK_GE(c, 0); in Test()
40 DCHECK_GE(c, 0); in Set()
86 DCHECK_GE(c, 0); in FindNextSetBit()
/external/tensorflow/tensorflow/core/grappler/optimizers/data/vectorization/
Dvectorizer.h45 DCHECK_GE(index, 0); in stacked()
61 DCHECK_GE(index, 0); in unstacked()
74 DCHECK_GE(index, 0); in at()
/external/libchrome/base/message_loop/
Dmessage_pump_android.cc121 DCHECK_GE(ret, 0); in OnDelayedLooperCallback()
171 DCHECK_GE(ret, 0); in OnNonDelayedLooperCallback()
275 DCHECK_GE(ret, 0); in ScheduleWork()
297 DCHECK_GE(ret, 0); in ScheduleDelayedWork()
/external/libchrome/base/
Drand_util_posix.cc30 DCHECK_GE(fd_, 0) << "Cannot open /dev/urandom: " << errno; in URandomFd()
34 DCHECK_GE(fd_, 0) << "Cannot open /dev/urandom: " << errno;
Drand_util.cc33 DCHECK_GE(result, min); in RandInt()
53 DCHECK_GE(result, 0.0); in BitsToOpenEndedUnitInterval()
Dpickle.cc232 DCHECK_GE(static_cast<size_t>(header_size), sizeof(Header)); in Pickle()
302 DCHECK_GE(length, 0); in WriteData()
313 DCHECK_GE(data_len, length); in Reserve()
377 DCHECK_GE(header_size, sizeof(Header)); in PeekNext()
406 DCHECK_GE(data_len, length); in ClaimUninitializedBytesInternal()
/external/libchrome/mojo/public/cpp/bindings/
Dmessage.h117 DCHECK_GE(version(), 1u); in COMPONENT_EXPORT()
121 DCHECK_GE(version(), 1u); in COMPONENT_EXPORT()
126 DCHECK_GE(version(), 2u); in COMPONENT_EXPORT()
130 DCHECK_GE(version(), 2u); in COMPONENT_EXPORT()
/external/tensorflow/tensorflow/core/platform/
Dlogging_test.cc56 DCHECK_GE(3, 3); in TEST()
91 ASSERT_DEATH(DCHECK_GE(2, 3), "2 >= 3"); in TEST()
/external/tensorflow/tensorflow/core/profiler/utils/
Dop_utils.cc47 DCHECK_GE(time_ps, self_time_ps); in EnterOp()
74 DCHECK_GE(time_ps, self_time_ps); in EnterOp()
/external/tensorflow/tensorflow/core/util/sparse/
Dsparse_tensor.h134 DCHECK_GE(group_ix[di], 0) << "Group dimension out of range"; in group()
224 DCHECK_GE(dim, 0); in GetSliceIndex()
238 DCHECK_GE(dim, 0); in GetDimensionInSlice()
252 DCHECK_GE(slice_index, 0); in GetSliceShape()
423 DCHECK_GE(tensors.size(), size_t{1}) << "Cannot concat 0 SparseTensors"; in Concat()
425 DCHECK_GE(dims, 1) << "Cannot concat 0-dimensional SparseTensors"; in Concat()
438 DCHECK_GE(st.order()[0], 0) << "SparseTensor must be ordered"; in Concat()
/external/tensorflow/tensorflow/compiler/xla/
Dindex_util.cc33 DCHECK_GE(multi_index[i], 0); in MultidimensionalIndexToLinearIndex()
94 DCHECK_GE(linear_index, 0); in LinearIndexToMultidimensionalIndex()
/external/libchrome/base/process/
Dinternal_aix.cc117 DCHECK_GE(field_num, VM_PPID); in GetProcStatsFieldAsInt64()
126 DCHECK_GE(field_num, VM_PPID); in GetProcStatsFieldAsSizeT()
/external/libchrome/base/task/sequence_manager/
Dthread_controller_with_message_pump_impl.cc43 DCHECK_GE(work_batch_size, 1); in SetWorkBatchSize()
143 DCHECK_GE(do_work_delay, TimeDelta()); in DoWork()
Dlazily_deallocated_deque.h161 DCHECK_GE(max_size_, size_); in MaybeShrinkQueue()
190 DCHECK_GE(new_capacity, size_ + 1); in SetCapacity()
221 DCHECK_GE(capacity_, kMinimumRingSize); in Ring()
/external/llvm-project/compiler-rt/lib/scudo/standalone/
Dinternal_defs.h107 #define DCHECK_GE(A, B) CHECK_GE(A, B) macro
115 #define DCHECK_GE(A, B) macro
/external/tensorflow/tensorflow/core/common_runtime/
Dgraph_view.h219 DCHECK_GE(id, 0); in node()
231 DCHECK_GE(id, 0); in node_ref()
/external/scudo/standalone/
Dinternal_defs.h135 #define DCHECK_GE(A, B) CHECK_GE(A, B) macro
155 #define DCHECK_GE(A, B) \ macro
/external/libchrome/base/metrics/
Dsample_vector.cc227 DCHECK_GE(over, under); in GetBucketIndex()
371 DCHECK_GE(bucket_ranges_->bucket_count(), counts_size_); in SampleVectorIterator()
383 DCHECK_GE(bucket_ranges_->bucket_count(), counts_size_); in SampleVectorIterator()
/external/tensorflow/tensorflow/core/kernels/batching_util/
Dbatch_scheduler.h261 DCHECK_GE(i, 0); in task()
271 DCHECK_GE(i, 0); in mutable_task()

1234567