Home
last modified time | relevance | path

Searched refs:DebugOutput (Results 1 – 6 of 6) sorted by relevance

/third_party/node/tools/gyp/pylib/gyp/
D__init__.py35 def DebugOutput(mode, message, *args): function
523 DebugOutput(DEBUG_GENERAL, "running with these options:")
528 DebugOutput(DEBUG_GENERAL, " %s: '%s'", option, value)
530 DebugOutput(DEBUG_GENERAL, " %s: %s", option, value)
582 DebugOutput(
610 DebugOutput(DEBUG_GENERAL, "generator_flags: %s", generator_flags)
Dinput.py306 gyp.DebugOutput(gyp.DEBUG_INCLUDES, "Loading Included File: '%s'", include)
407 gyp.DebugOutput(
806 gyp.DebugOutput(gyp.DEBUG_VARIABLES, "Matches: %r", match)
930 gyp.DebugOutput(
1006 gyp.DebugOutput(
1096 gyp.DebugOutput(
1105 gyp.DebugOutput(gyp.DEBUG_VARIABLES, "Found output %r, recursing.", output)
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/
D__init__.py35 def DebugOutput(mode, message, *args): function
418 DebugOutput(DEBUG_GENERAL, 'running with these options:')
423 DebugOutput(DEBUG_GENERAL, " %s: '%s'", option, value)
425 DebugOutput(DEBUG_GENERAL, " %s: %s", option, value)
476 DebugOutput(DEBUG_GENERAL,
503 DebugOutput(DEBUG_GENERAL, "generator_flags: %s", generator_flags)
Dinput.py298 gyp.DebugOutput(gyp.DEBUG_INCLUDES, "Loading Included File: '%s'", include)
388 gyp.DebugOutput(gyp.DEBUG_INCLUDES,
746 gyp.DebugOutput(gyp.DEBUG_VARIABLES, "Matches: %r", match)
869 gyp.DebugOutput(gyp.DEBUG_VARIABLES,
927 gyp.DebugOutput(gyp.DEBUG_VARIABLES,
1004 gyp.DebugOutput(gyp.DEBUG_VARIABLES,
1012 gyp.DebugOutput(gyp.DEBUG_VARIABLES, "Found output %r, recursing.", output)
/third_party/mesa3d/src/mesa/main/
Ddebug_output.c102 GLboolean DebugOutput; member
607 if (!debug->DebugOutput) in _mesa_debug_is_message_enabled()
811 debug->DebugOutput = (val != 0); in _mesa_set_debug_state_int()
841 val = debug->DebugOutput; in _mesa_get_debug_state_int()
1351 debug->DebugOutput = GL_TRUE; in _mesa_init_debug_output()
/third_party/mesa3d/ohos/
Ddependency_inputs.gni3656 "../src/gallium/drivers/swr/rasterizer/jitter/shader_lib/DebugOutput.cpp",