Home
last modified time | relevance | path

Searched defs:is_warn (Results 1 – 10 of 10) sorted by relevance

/aosp_15_r20/external/libevent/sample/
H A Ddns-example.c146 logfn(int is_warn, const char *msg) { in logfn()
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/test/src/
H A Dtime.rs158 pub fn is_warn(&self, test: &TestDesc, exec_time: &TestExecTime) -> bool { in is_warn() method
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/test/src/
H A Dtime.rs158 pub fn is_warn(&self, test: &TestDesc, exec_time: &TestExecTime) -> bool { in is_warn() method
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/test/src/
H A Dtime.rs158 pub fn is_warn(&self, test: &TestDesc, exec_time: &TestExecTime) -> bool { in is_warn() method
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/test/src/
H A Dtime.rs158 pub fn is_warn(&self, test: &TestDesc, exec_time: &TestExecTime) -> bool { in is_warn() method
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/test/src/
H A Dtime.rs158 pub fn is_warn(&self, test: &TestDesc, exec_time: &TestExecTime) -> bool { in is_warn() method
/aosp_15_r20/external/edid-decode/
H A Dedid-decode.cpp178 void msg(bool is_warn, const char *fmt, ...) in msg()
200 static void show_msgs(bool is_warn) in show_msgs()
/aosp_15_r20/external/autotest/server/cros/dynamic_suite/
H A Djob_status.py299 def is_warn(self): member in Status
/aosp_15_r20/external/armnn/third-party/doctest/
H A Ddoctest.h569 is_warn = 1, enumerator
/aosp_15_r20/external/libevent/
H A Devdns.c458 int is_warn = (severity == EVDNS_LOG_WARN); in evdns_log_() local