Home
last modified time | relevance | path

Searched refs:DEBUG_BUILD (Results 1 – 3 of 3) sorted by relevance

/third_party/mesa3d/src/intel/dev/
Dintel_hwconfig.c36 #define DEBUG_BUILD false macro
38 #define DEBUG_BUILD true macro
166 else if (DEBUG_BUILD && devinfo->F != (V)) \
/third_party/python/Lib/test/test_importlib/
Dtest_windows.py58 if machinery.WindowsRegistryFinder.DEBUG_BUILD:
72 if machinery.WindowsRegistryFinder.DEBUG_BUILD:
/third_party/python/Lib/importlib/
D_bootstrap_external.py804 DEBUG_BUILD = (_MS_WINDOWS and '_d.pyd' in EXTENSION_SUFFIXES) variable in WindowsRegistryFinder
815 if cls.DEBUG_BUILD: