/external/pigweed/pw_blob_store/public/pw_blob_store/ |
D | blob_store.h | 75 PW_DASSERT(!open_); in Open() 91 PW_DASSERT(open_); in Close() 106 PW_DASSERT(open_); in Erase() 116 PW_DASSERT(open_); in Discard() 125 PW_DASSERT(open_); in ConservativeWriteLimit() 130 PW_DASSERT(open_); in CurrentSizeBytes() 136 PW_DASSERT(open_); in DoWrite() 160 PW_DASSERT(open_); in Flush() 169 PW_DASSERT(open_); in ConservativeWriteLimit() 176 PW_DASSERT(open_); in DoWrite() [all …]
|
/external/pigweed/pw_assert/ |
D | light_test.cc | 30 PW_DASSERT(++evaluated); in TEST() 51 PW_DASSERT(false); in TEST()
|
D | assert_backend_compile_test_c.c | 221 PW_DASSERT(true); in AssertBackendCompileTestsInC() 222 PW_DASSERT(123 != 456); in AssertBackendCompileTestsInC()
|
D | docs.rst | 452 .. cpp:function:: PW_DASSERT(condition) 462 ``PW_DASSERT()`` capture no rich information like line numbers, the file,
|
/external/pigweed/pw_sync_freertos/public/pw_sync_freertos/ |
D | mutex_inline.h | 36 PW_DASSERT(handle == &native_type_); in Mutex() 45 PW_DASSERT(result == pdTRUE); in lock()
|
D | counting_semaphore_inline.h | 31 PW_DASSERT(handle == &native_type_); in CountingSemaphore() 42 PW_DASSERT(result == pdTRUE); in acquire()
|
D | binary_semaphore_inline.h | 30 PW_DASSERT(handle == &native_type_); in BinarySemaphore() 52 PW_DASSERT(result == pdTRUE); in acquire()
|
/external/pigweed/pw_thread_threadx/public/pw_thread_threadx/ |
D | options.h | 65 PW_DASSERT(priority <= PW_THREAD_THREADX_CONFIG_MIN_PRIORITY); in set_priority() 90 PW_DASSERT(preemption_threshold < PW_THREAD_THREADX_CONFIG_MIN_PRIORITY); in set_preemption_threshold()
|
D | yield_inline.h | 23 PW_DASSERT(get_id() != thread::Id()); in yield()
|
D | id_inline.h | 28 PW_DASSERT(TX_THREAD_GET_SYSTEM_STATE() == 0); in get_id()
|
D | thread_inline.h | 33 inline Thread::~Thread() { PW_DASSERT(native_type_ == nullptr); } in ~Thread()
|
/external/pigweed/pw_stream/public/pw_stream/ |
D | stream.h | 64 PW_DASSERT(data.empty() || data.data() != nullptr); in Write() 116 PW_DASSERT(dest.empty() || dest.data() != nullptr); in Read()
|
/external/pigweed/pw_hdlc/public/pw_hdlc/ |
D | rpc_channel.h | 48 PW_DASSERT(buffer.data() == buffer_.data()); in SendAndReleaseBuffer() 76 PW_DASSERT(buffer.data() == buffer_.data()); in SendAndReleaseBuffer()
|
/external/pigweed/pw_ring_buffer/ |
D | prefixed_entry_ring_buffer.cc | 210 PW_DASSERT(entry_count != 0); in InternalPopFrontAll() 234 PW_DASSERT(readers_.size() > 0); in GetSlowestReader() 336 PW_DASSERT(user_preamble_bytes != 0u); in FrontEntryInfo() 345 PW_DASSERT(length_bytes != 0u); in FrontEntryInfo()
|
/external/pigweed/pw_thread_embos/public/pw_thread_embos/ |
D | yield_inline.h | 23 PW_DASSERT(get_id() != thread::Id()); in yield()
|
D | id_inline.h | 23 PW_DASSERT(OS_IsRunning() != 0); in get_id()
|
/external/pigweed/pw_thread_freertos/public/pw_thread_freertos/ |
D | yield_inline.h | 26 PW_DASSERT(get_id() != thread::Id()); in yield()
|
D | id_inline.h | 25 PW_DASSERT(!interrupt::InInterruptContext()); in get_id()
|
D | thread_inline.h | 35 inline Thread::~Thread() { PW_DASSERT(native_type_ == nullptr); } in ~Thread()
|
D | options.h | 67 PW_DASSERT(size_words >= config::kMinimumStackSizeWords); in set_stack_size()
|
/external/pigweed/pw_assert/public/pw_assert/ |
D | assert.h | 57 #define PW_DASSERT(condition) \ macro
|
/external/pigweed/pw_bloat/ |
D | bloat_this_binary.cc | 61 PW_DASSERT(*non_optimizable_pointer); in BloatThisBinary()
|
/external/pigweed/pw_sync_threadx/public/pw_sync_threadx/ |
D | counting_semaphore_inline.h | 50 PW_DASSERT(!interrupt::InInterruptContext()); in acquire()
|
D | binary_semaphore_inline.h | 48 PW_DASSERT(!interrupt::InInterruptContext()); in acquire()
|
/external/pigweed/pw_containers/public/pw_containers/ |
D | vector.h | 250 PW_DASSERT(index < size()); 254 PW_DASSERT(index < size());
|