Home
last modified time | relevance | path

Searched defs:CALLED (Results 1 – 8 of 8) sorted by relevance

/external/rust/crates/rusqlite/src/
Dhooks.rs684 static CALLED: AtomicBool = AtomicBool::new(false); in test_commit_hook() constant
712 static CALLED: AtomicBool = AtomicBool::new(false); in test_rollback_hook() variable
725 static CALLED: AtomicBool = AtomicBool::new(false); in test_update_hook() variable
743 static CALLED: AtomicBool = AtomicBool::new(false); in test_progress_handler() constant
Dbusy.rs138 static CALLED: AtomicBool = AtomicBool::new(false); in test_busy_handler() constant
Dsession.rs844 static CALLED: AtomicBool = AtomicBool::new(false); in test_changeset_apply() variable
/external/mesa3d/src/gallium/frontends/hgl/
Dhgl.c24 # define CALLED() TRACE("CALLED: %s\n", __PRETTY_FUNCTION__) macro
27 # define CALLED() macro
/external/mesa3d/src/gallium/winsys/sw/hgl/
Dhgl_sw_winsys.cpp47 # define CALLED() TRACE("CALLED: %s\n", __PRETTY_FUNCTION__) macro
50 # define CALLED() macro
/external/rust/crates/once_cell/tests/
Dit.rs177 static CALLED: AtomicUsize = AtomicUsize::new(0); in lazy_default() constant
531 static CALLED: AtomicUsize = AtomicUsize::new(0); in lazy_default() constant
/external/mesa3d/src/egl/drivers/haiku/
Degl_haiku.cpp58 #define CALLED() TRACE("CALLED: %s\n", __PRETTY_FUNCTION__) macro
61 #define CALLED() macro
/external/rust/crates/spin/src/
Donce.rs679 static mut CALLED: bool = false; constant