Searched defs:warn_once (Results 1 – 9 of 9) sorted by relevance
/external/tensorflow/tensorflow/python/util/ |
D | deprecation.py | 148 def deprecated_alias(deprecated_name, name, func_or_class, warn_once=True): argument 292 def deprecated(date, instructions, warn_once=True): argument 570 def deprecated_arg_values(date, instructions, warn_once=True, argument
|
/external/mesa3d/src/amd/common/ |
D | ac_rgp_elf_object_pack.c | 297 static bool warn_once = true; in ac_rgp_file_write_elf_text() local
|
/external/edid-decode/ |
D | edid-decode.h | 421 #define warn_once(fmt, ...) \ macro 434 #define warn_once(fmt, args...) \ macro
|
/external/mesa3d/src/gallium/drivers/radeonsi/ |
D | si_sqtt.c | 308 static bool warn_once = true; in si_init_sqtt() local
|
/external/v4l-utils/utils/v4l2-compliance/ |
D | v4l2-compliance.h | 251 #define warn_once(fmt, args...) \ macro
|
/external/v4l-utils/utils/cec-follower/ |
D | cec-follower.h | 222 #define warn_once(fmt, args...) \ macro
|
/external/pciutils/lib/ |
D | win32-cfgmgr32.c | 934 static BOOL warn_once = FALSE; in fill_resources() local
|
/external/v4l-utils/utils/cec-compliance/ |
D | cec-compliance.h | 233 #define warn_once(fmt, args...) \ macro
|
/external/pytorch/torch/_dynamo/ |
D | utils.py | 2760 def warn_once(msg, stacklevel=1): function
|