/external/libchrome/mojo/public/cpp/bindings/tests/ |
D | rect_blink.h | 21 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()
|
D | rect_chromium.h | 25 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()
|
D | pickled_types_blink.cc | 17 DCHECK_GE(foo_, 0); in PickledStructBlink() 18 DCHECK_GE(bar_, 0); in PickledStructBlink()
|
D | pickled_types_blink.h | 43 DCHECK_GE(foo, 0); in set_foo() 49 DCHECK_GE(bar, 0); in set_bar()
|
/external/tensorflow/tensorflow/core/framework/ |
D | tensor_slice.h | 66 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()
|
D | op_kernel.h | 1080 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/ |
D | bitmap256.h | 32 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/ |
D | vectorizer.h | 45 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/ |
D | message_pump_android.cc | 121 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/ |
D | rand_util_posix.cc | 30 DCHECK_GE(fd_, 0) << "Cannot open /dev/urandom: " << errno; in URandomFd() 34 DCHECK_GE(fd_, 0) << "Cannot open /dev/urandom: " << errno;
|
D | rand_util.cc | 33 DCHECK_GE(result, min); in RandInt() 53 DCHECK_GE(result, 0.0); in BitsToOpenEndedUnitInterval()
|
D | pickle.cc | 232 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/ |
D | message.h | 117 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/ |
D | logging_test.cc | 56 DCHECK_GE(3, 3); in TEST() 91 ASSERT_DEATH(DCHECK_GE(2, 3), "2 >= 3"); in TEST()
|
/external/tensorflow/tensorflow/core/profiler/utils/ |
D | op_utils.cc | 47 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/ |
D | sparse_tensor.h | 134 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/ |
D | index_util.cc | 33 DCHECK_GE(multi_index[i], 0); in MultidimensionalIndexToLinearIndex() 94 DCHECK_GE(linear_index, 0); in LinearIndexToMultidimensionalIndex()
|
/external/libchrome/base/task/sequence_manager/ |
D | thread_controller_with_message_pump_impl.cc | 43 DCHECK_GE(work_batch_size, 1); in SetWorkBatchSize() 143 DCHECK_GE(do_work_delay, TimeDelta()); in DoWork()
|
D | lazily_deallocated_deque.h | 161 DCHECK_GE(max_size_, size_); in MaybeShrinkQueue() 190 DCHECK_GE(new_capacity, size_ + 1); in SetCapacity() 221 DCHECK_GE(capacity_, kMinimumRingSize); in Ring()
|
/external/libchrome/base/process/ |
D | internal_aix.cc | 117 DCHECK_GE(field_num, VM_PPID); in GetProcStatsFieldAsInt64() 126 DCHECK_GE(field_num, VM_PPID); in GetProcStatsFieldAsSizeT()
|
/external/tensorflow/tensorflow/core/common_runtime/ |
D | graph_view.h | 219 DCHECK_GE(id, 0); in node() 231 DCHECK_GE(id, 0); in node_ref()
|
/external/llvm-project/compiler-rt/lib/scudo/standalone/ |
D | internal_defs.h | 107 #define DCHECK_GE(A, B) CHECK_GE(A, B) macro 115 #define DCHECK_GE(A, B) macro
|
/external/scudo/standalone/ |
D | internal_defs.h | 135 #define DCHECK_GE(A, B) CHECK_GE(A, B) macro 155 #define DCHECK_GE(A, B) \ macro
|
/external/tensorflow/tensorflow/core/kernels/batching_util/ |
D | batch_scheduler.h | 261 DCHECK_GE(i, 0); in task() 271 DCHECK_GE(i, 0); in mutable_task()
|
/external/tensorflow/tensorflow/core/profiler/lib/ |
D | traceme.h | 92 DCHECK_GE(level, 1); 138 DCHECK_GE(level, 1);
|