Home
last modified time | relevance | path

Searched refs:LOG_ASSERT (Results 1 – 3 of 3) sorted by relevance

/external/libchrome/base/json/
Djson_correctness_fuzzer.cc46 LOG_ASSERT(b); in LLVMFuzzerTestOneInput()
51 LOG_ASSERT(double_parsed_value); in LLVMFuzzerTestOneInput()
55 LOG_ASSERT(b2); in LLVMFuzzerTestOneInput()
57 LOG_ASSERT(parsed_output == double_parsed_output) in LLVMFuzzerTestOneInput()
/external/libchrome/base/
Dlogging.h454 #define LOG_ASSERT(condition) \ macro
805 #define DLOG_ASSERT(condition) LOG_ASSERT(condition)
/external/v4l2_codec2/components/
DV4L2EncodeComponent.cpp830 LOG_ASSERT(!work->input.buffers.empty()); in onInputBufferDone()
884 LOG_ASSERT(!mWorkQueue.empty()); in onOutputBufferDone()