/third_party/NuttX/include/ |
D | syslog.h | 118 #define LOG_ALL 0xff macro
|
/third_party/vixl/src/aarch64/ |
D | simulator-constants-aarch64.h | 131 LOG_ALL = LOG_DISASM | LOG_STATE | LOG_WRITE | LOG_BRANCH enumerator
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderrender/ |
D | vktShaderRenderDerivateTests.cpp | 333 LOG_ALL = 0, enumerator 345 VerificationLogging logPolicy = LOG_ALL) in verifyConstantDerivate() 351 if (logPolicy == LOG_ALL) in verifyConstantDerivate() 363 if (numFailedPixels < MAX_FAILED_MESSAGES && logPolicy == LOG_ALL) in verifyConstantDerivate() 374 if (numFailedPixels >= MAX_FAILED_MESSAGES && logPolicy == LOG_ALL) in verifyConstantDerivate() 377 if (numFailedPixels > 0 && logPolicy == LOG_ALL) in verifyConstantDerivate()
|
/third_party/vk-gl-cts/modules/gles3/functional/ |
D | es3fShaderDerivateTests.cpp | 397 LOG_ALL = 0, enumerator 409 VerificationLogging logPolicy = LOG_ALL) in verifyConstantDerivate() 415 if (logPolicy == LOG_ALL) in verifyConstantDerivate() 427 if (numFailedPixels < MAX_FAILED_MESSAGES && logPolicy == LOG_ALL) in verifyConstantDerivate() 438 if (numFailedPixels >= MAX_FAILED_MESSAGES && logPolicy == LOG_ALL) in verifyConstantDerivate() 441 if (numFailedPixels > 0 && logPolicy == LOG_ALL) in verifyConstantDerivate()
|
D | es3fTextureFormatTests.cpp | 194 renderParams.flags |= RenderParams::LOG_ALL; in iterate() 393 renderParams.flags |= RenderParams::LOG_ALL; in testFace()
|
/third_party/vixl/test/aarch64/ |
D | test-assembler-aarch64.h | 153 __ Trace(LOG_ALL, TRACE_DISABLE); \
|
D | test-disasm-aarch64.cc | 2687 COMPARE_MACRO_PREFIX(Trace(LOG_ALL, TRACE_ENABLE), "hlt #0xdeb2"); in TEST() 2702 COMPARE_MACRO_PREFIX(Log(LOG_ALL), "hlt #0xdeb3"); in TEST()
|
D | test-trace-aarch64.cc | 3084 TEST(all) { TraceTestHelper(false, LOG_ALL, REF("log-all")); } in TEST() 3110 TEST(all_colour) { TraceTestHelper(true, LOG_ALL, REF("log-all-colour")); } in TEST()
|
D | test-simulator-aarch64.cc | 87 __ Trace(LOG_ALL, TRACE_DISABLE); \
|
D | test-assembler-aarch64.cc | 9116 __ Trace(LOG_ALL, TRACE_ENABLE); in TEST() 9117 __ Trace(LOG_ALL, TRACE_DISABLE); in TEST() 9136 __ Log(LOG_ALL); in TEST()
|
/third_party/vk-gl-cts/modules/gles2/functional/ |
D | es2fTextureFormatTests.cpp | 154 renderParams.flags |= RenderParams::LOG_ALL; in iterate() 334 renderParams.flags |= RenderParams::LOG_ALL; in testFace()
|
/third_party/node/deps/v8/src/codegen/arm64/ |
D | instructions-arm64.h | 560 LOG_ALL = LOG_DISASM | LOG_STATE | LOG_WRITE, enumerator
|
/third_party/vk-gl-cts/framework/opengl/ |
D | gluTextureTestUtil.hpp | 83 LOG_ALL = LOG_PROGRAMS|LOG_UNIFORMS enumerator
|
/third_party/vixl/test/aarch64/examples/ |
D | test-examples.cc | 181 masm.Trace(LOG_ALL, TRACE_DISABLE); \
|
/third_party/vk-gl-cts/modules/gles31/functional/ |
D | es31fTextureFormatTests.cpp | 366 renderParams.flags |= RenderParams::LOG_ALL; in iterate()
|
/third_party/node/deps/v8/src/execution/arm64/ |
D | simulator-arm64.cc | 341 log_parameters_ = LOG_ALL; in Simulator() 3697 if ((log_parameters() & LOG_ALL) != LOG_ALL) { in ExecDebugCommand() 3699 set_log_parameters(log_parameters() | LOG_ALL); in ExecDebugCommand() 3702 set_log_parameters(log_parameters() & ~LOG_ALL); in ExecDebugCommand()
|