Home
last modified time | relevance | path

Searched refs:WARN (Results 1 – 5 of 5) sorted by relevance

/system/core/crash_reporter/
Dwarn_collector.l57 %x PRE_WARN WARN
67 BEGIN(WARN); ECHO;
73 <WARN>^{END_TRACE}\n ECHO; BEGIN(0); WarnEnd();
74 <WARN>^.*\n ECHO;
217 if (YYSTATE == WARN) { in WarnInput()
/system/core/fastboot/
Dusb_osx.cpp48 #define WARN(x...) fprintf(stderr, x) macro
50 #define WARN(x...) macro
133 WARN("Unable to create plugin (%08x)\n", kr); in try_interfaces()
173 WARN("Could not open interface: (%08x)\n", kr); in try_interfaces()
316 WARN("USBDeviceOpen"); in try_device()
/system/sepolicy/tools/
Dinsertkeys.py247 logging.basicConfig(level=logging.INFO if options.verbose == True else logging.WARN)
/system/core/logd/
DREADME.property40 DEBUG, INFO, WARN, ERROR, ASSERT or
/system/bt/audio_a2dp_hw/
Daudio_a2dp_hw.c70 #define WARN(fmt, ...) LOG_WARN(LOG_TAG, "%s: " fmt,__FUNCTION__, ## __VA_ARGS__) macro
304 WARN("write timeout exceeded, sent %zu bytes", count); in skt_write()