Home
last modified time | relevance | path

Searched refs:DCHECK_GT (Results 1 – 25 of 102) sorted by relevance

12345

/external/libchrome/base/task/sequence_manager/
Dintrusive_heap.h93 DCHECK_GT(handle.index_, 0u); in erase()
136 DCHECK_GT(new_hole_pos, 0u); in MoveHole()
138 DCHECK_GT(new_hole_pos, 0u); in MoveHole()
148 DCHECK_GT(index, 0u); in MakeHole()
154 DCHECK_GT(hole, 0u); in FillHole()
167 DCHECK_GT(hole, 0u); in MoveHoleUpAndFillWithElement()
182 DCHECK_GT(hole, 0u); in MoveHoleDownAndFillWithElement()
205 DCHECK_GT(hole, 0u); in MoveHoleDownAndFillWithLeafElement()
/external/libchrome/base/
Dsync_socket_posix.cc38 DCHECK_GT(length, 0u); in SendHelper()
129 DCHECK_GT(length, 0u); in Receive()
142 DCHECK_GT(length, 0u); in ReceiveWithTimeout()
147 DCHECK_GT(timeout.InMicroseconds(), 0); in ReceiveWithTimeout()
226 DCHECK_GT(length, 0u); in Send()
Drand_util.cc59 DCHECK_GT(range, 0u); in RandGenerator()
76 DCHECK_GT(length, 0u); in RandBytesAsString()
Dpath_service.cc245 DCHECK_GT(key, DIR_CURRENT) << "invalid path key"; in OverrideAndCreateIfNeeded()
302 DCHECK_GT(key_end, key_start); in RegisterProvider()
/external/llvm-project/compiler-rt/lib/scudo/standalone/
Dvector.h49 DCHECK_GT(Size, 0); in back()
53 DCHECK_GT(Size, 0); in pop_back()
83 DCHECK_GT(NewCapacity, 0); in reallocate()
Dprimary32.h128 DCHECK_GT(B->getCount(), 0); in popBatch()
135 DCHECK_GT(B->getCount(), 0); in pushBatch()
344 DCHECK_GT(Sci->CurrentRegionAllocated, 0U); in populateFreeList()
358 DCHECK_GT(MaxCount, 0U); in populateFreeList()
367 DCHECK_GT(NumberOfBlocks, 0U); in populateFreeList()
395 DCHECK_GT(B->getCount(), 0); in populateFreeList()
Dinternal_defs.h106 #define DCHECK_GT(A, B) CHECK_GT(A, B) macro
114 #define DCHECK_GT(A, B) macro
Dprimary64.h121 DCHECK_GT(B->getCount(), 0); in popBatch()
127 DCHECK_GT(B->getCount(), 0); in pushBatch()
364 DCHECK_GT(NumberOfBlocks, 0); in populateFreeList()
389 DCHECK_GT(B->getCount(), 0); in populateFreeList()
Dlocal_cache.h75 DCHECK_GT(C->Count, 0); in allocate()
159 DCHECK_GT(B->getCount(), 0); in refill()
/external/scudo/standalone/
Dvector.h49 DCHECK_GT(Size, 0); in back()
53 DCHECK_GT(Size, 0); in pop_back()
83 DCHECK_GT(NewCapacity, 0); in reallocate()
Drelease.h57 DCHECK_GT(Regions, 0); in PackedCounterArray()
58 DCHECK_GT(NumCounters, 0); in PackedCounterArray()
59 DCHECK_GT(MaxValue, 0); in PackedCounterArray()
70 DCHECK_GT(PackingRatio, 0); in PackedCounterArray()
Dprimary32.h126 DCHECK_GT(B->getCount(), 0); in popBatch()
133 DCHECK_GT(B->getCount(), 0); in pushBatch()
341 DCHECK_GT(Sci->CurrentRegionAllocated, 0U); in populateFreeList()
355 DCHECK_GT(MaxCount, 0U); in populateFreeList()
364 DCHECK_GT(NumberOfBlocks, 0U); in populateFreeList()
393 DCHECK_GT(B->getCount(), 0); in populateFreeList()
Dinternal_defs.h134 #define DCHECK_GT(A, B) CHECK_GT(A, B) macro
152 #define DCHECK_GT(A, B) \ macro
Dprimary64.h101 DCHECK_GT(B->getCount(), 0); in popBatch()
107 DCHECK_GT(B->getCount(), 0); in pushBatch()
367 DCHECK_GT(NumberOfBlocks, 0); in populateFreeList()
395 DCHECK_GT(B->getCount(), 0); in populateFreeList()
Dlocal_cache.h76 DCHECK_GT(C->Count, 0); in allocate()
178 DCHECK_GT(B->getCount(), 0); in refill()
/external/tensorflow/tensorflow/core/common_runtime/
Dring_gatherer.cc70 DCHECK_GT(num_subdivs_, 0); in Run()
203 DCHECK_GT(recv_pending_count, 0); in RunAsyncParts()
232 DCHECK_GT(send_pending_count, 0); in RunAsyncParts()
/external/tensorflow/tensorflow/core/platform/
Dlogging_test.cc55 DCHECK_GT(4, 3); in TEST()
90 ASSERT_DEATH(DCHECK_GT(2, 3), "2 > 3"); in TEST()
/external/libchrome/base/memory/
Dref_counted_memory.cc92 DCHECK_GT(size_, 0U); in RefCountedSharedMemory()
109 DCHECK_GT(size_, 0U); in RefCountedSharedMemoryMapping()
Daligned_memory.cc17 DCHECK_GT(size, 0U); in AlignedAlloc()
/external/tensorflow/tensorflow/core/util/tensor_bundle/
Dnaming.cc29 DCHECK_GT(num_shards, 0); in DataFilename()
/external/libtextclassifier/native/lang_id/common/lite_base/
Dlogging.h46 #define SAFTM_DCHECK_GT DCHECK_GT
/external/libchrome/mojo/public/cpp/bindings/lib/
Dsync_call_restrictions.cc81 DCHECK_GT(GetSequenceLocalScopedAllowCount(), 0u); in DecreaseScopedAllowCount()
Dsync_handle_watcher.cc67 DCHECK_GT(register_request_count_, 0u); in DecrementRegisterCount()
Dsync_event_watcher.cc71 DCHECK_GT(register_request_count_, 0u); in DecrementRegisterCount()
/external/tensorflow/tensorflow/core/profiler/rpc/client/
Dcapture_profile.cc124 DCHECK_GT(opts.service_addresses_size(), 0); in Profile()
183 DCHECK_GT(opts.profiler_options().duration_ms(), 0); in Trace()

12345