/external/pigweed/pw_metric/ |
D | metric.cc | 63 PW_DCHECK(is_float()); in as_float() 68 PW_DCHECK(is_int()); in as_int() 73 PW_DCHECK(is_int()); in Increment() 78 PW_DCHECK(is_int()); in SetInt() 83 PW_DCHECK(is_float()); in SetFloat()
|
/external/pigweed/pw_allocator/ |
D | block.cc | 170 PW_DCHECK(false, "The block at address %p is not aligned.", this); in CrashIfInvalid() 173 PW_DCHECK(false, in CrashIfInvalid() 180 PW_DCHECK(false, in CrashIfInvalid() 187 PW_DCHECK( in CrashIfInvalid()
|
D | freelist_heap.cc | 190 PW_DCHECK(false, "You tried to free an invalid pointer!"); in InvalidFreeCrash()
|
D | docs.rst | 22 why sanity check fails using ``PW_DCHECK``.
|
/external/pigweed/pw_rpc/ |
D | base_server_writer.cc | 72 PW_DCHECK(open()); in AcquirePayloadBuffer() 84 PW_DCHECK(open()); in ReleasePayloadBuffer() 89 PW_DCHECK(open()); in ReleasePayloadBuffer()
|
/external/pigweed/pw_blob_store/ |
D | blob_store.cc | 153 PW_DCHECK(WriteBufferEmpty()); in CloseWrite() 241 PW_DCHECK(data.size_bytes() == 0); in Write() 250 PW_DCHECK(WriteBufferEmpty()); in Write() 259 PW_DCHECK(WriteBufferEmpty()); in Write() 274 PW_DCHECK(WriteBufferEmpty()); in Write() 442 PW_DCHECK(valid_data_); in Erase()
|
/external/pigweed/pw_multisink/ |
D | multisink.cc | 49 PW_DCHECK(drain.multisink_ == nullptr); in AttachDrain() 56 PW_DCHECK(drain.multisink_ == this); in DetachDrain()
|
/external/pigweed/pw_assert/ |
D | assert_backend_compile_test_c.c | 152 PW_DCHECK(5 == 10); in AssertBackendCompileTestsInC() 153 PW_DCHECK(5 == 10, "Message"); in AssertBackendCompileTestsInC() 154 PW_DCHECK(5 == 10, "Message: %d", 5); in AssertBackendCompileTestsInC()
|
D | assert_backend_compile_test.cc | 150 PW_DCHECK(5 == 10); in TEST() 151 PW_DCHECK(5 == 10, "Message"); in TEST() 152 PW_DCHECK(5 == 10, "Message: %d", 5); in TEST()
|
D | assert_facade_test.cc | 390 PW_DCHECK(IncrementsGlobal() == 0); in TEST() 395 PW_DCHECK(IncrementsGlobal() == 1); in TEST() 425 PW_DCHECK(IncrementsGlobal() == 0); in TEST() 430 PW_DCHECK(IncrementsGlobal() == 1); in TEST()
|
/external/pigweed/pw_rpc/public/pw_rpc/internal/ |
D | channel.h | 41 ~OutputBuffer() { PW_DCHECK(buffer_.empty()); } in ~OutputBuffer() 46 PW_DCHECK(buffer_.empty());
|
/external/pigweed/pw_thread_freertos/ |
D | sleep.cc | 31 PW_DCHECK(get_id() != thread::Id()); in sleep_for()
|
/external/pigweed/pw_thread_embos/ |
D | sleep.cc | 30 PW_DCHECK(get_id() != thread::Id()); in sleep_for()
|
/external/pigweed/pw_sync_embos/ |
D | binary_semaphore.cc | 30 PW_DCHECK(!interrupt::InInterruptContext()); in try_acquire_for()
|
D | timed_mutex.cc | 30 PW_DCHECK(!interrupt::InInterruptContext()); in try_lock_for()
|
D | counting_semaphore.cc | 44 PW_DCHECK(!interrupt::InInterruptContext()); in try_acquire_for()
|
/external/pigweed/pw_sync_freertos/ |
D | timed_mutex.cc | 31 PW_DCHECK(!interrupt::InInterruptContext()); in try_lock_for()
|
D | binary_semaphore.cc | 37 PW_DCHECK(!interrupt::InInterruptContext()); in try_acquire_for()
|
D | counting_semaphore.cc | 57 PW_DCHECK(!interrupt::InInterruptContext()); in try_acquire_for()
|
/external/pigweed/pw_thread_threadx/ |
D | sleep.cc | 30 PW_DCHECK(get_id() != thread::Id()); in sleep_for()
|
D | thread.cc | 121 PW_DCHECK(!native_type_->in_use()); in Thread()
|
/external/pigweed/pw_sync_threadx/ |
D | counting_semaphore.cc | 31 PW_DCHECK(!interrupt::InInterruptContext()); in try_acquire_for()
|
D | timed_mutex.cc | 31 PW_DCHECK(!interrupt::InInterruptContext()); in try_lock_for()
|
D | binary_semaphore.cc | 31 PW_DCHECK(!interrupt::InInterruptContext()); in try_acquire_for()
|
/external/pigweed/pw_assert/public/pw_assert/ |
D | short.h | 53 #define DCHECK PW_DCHECK
|