Home
last modified time | relevance | path

Searched defs:debug_assert (Results 1 – 11 of 11) sorted by relevance

/aosp_15_r20/external/virglrenderer/src/mesa/util/
H A Du_debug.h187 #define debug_assert(expr) ((expr) ? (void)0 : _debug_assert_fail(#expr, __FILE__, __LINE__, __FUNC… macro
189 #define debug_assert(expr) (void)(0 && (expr)) macro
/aosp_15_r20/external/pytorch/torch/_functorch/
H A Dconfig.py26 debug_assert = False variable
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/core/src/macros/
H A Dmod.rs314 macro_rules! debug_assert { macro
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/core/src/macros/
H A Dmod.rs314 macro_rules! debug_assert { macro
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/core/src/macros/
H A Dmod.rs314 macro_rules! debug_assert { macro
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/core/src/macros/
H A Dmod.rs314 macro_rules! debug_assert { macro
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/core/src/macros/
H A Dmod.rs314 macro_rules! debug_assert { macro
/aosp_15_r20/external/pytorch/torch/csrc/dynamo/
H A Dcompiled_autograd.h821 void debug_assert() { in debug_assert() function
/aosp_15_r20/external/rust/android-crates-io/crates/clap_builder/src/builder/
Dcommand.rs573 pub fn debug_assert(mut self) { in debug_assert() method
/aosp_15_r20/external/rust/android-crates-io/extra_versions/crates/clap/src/builder/
Dcommand.rs477 pub fn debug_assert(mut self) { in debug_assert() method
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/clap_builder-4.5.2/src/builder/
H A Dcommand.rs573 pub fn debug_assert(mut self) { in debug_assert() method