Home
last modified time | relevance | path

Searched defs:DEBUG_CHECK (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/libchrome/base/strings/
H A Dsafe_sprintf.cc38 #define DEBUG_CHECK RAW_CHECK macro
40 #define DEBUG_CHECK(x) do { if (x) { } } while (0) macro
/aosp_15_r20/external/cronet/base/allocator/partition_allocator/src/partition_alloc/partition_alloc_base/strings/
H A Dsafe_sprintf.cc37 #define DEBUG_CHECK PA_RAW_CHECK macro
39 #define DEBUG_CHECK(x) \ macro
/aosp_15_r20/external/cronet/base/strings/
H A Dsafe_sprintf.cc39 #define DEBUG_CHECK RAW_CHECK macro
41 #define DEBUG_CHECK(x) do { if (x) { } } while (0) macro
/aosp_15_r20/external/pytorch/torch/csrc/dynamo/
H A Ddebug_macros.h40 #define DEBUG_CHECK(cond) CHECK(cond) macro