Home
last modified time | relevance | path

Searched refs:FLAG_DEBUG (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/kernel/tools/testing/selftests/tpm2/
H A Dtpm2.py354 FLAG_DEBUG = 0x01 variable in Client
392 if (self.flags & Client.FLAG_DEBUG) != 0:
/OK3568_Linux_fs/external/xserver/hw/xfree86/common/
H A Dxf86Config.c648 FLAG_DEBUG, enumerator
706 {FLAG_DEBUG, "Debug", OPTV_STRING,
856 xf86Info.debug = xf86GetOptValString(FlagOptions, FLAG_DEBUG); in configServerFlags()