/third_party/skia/third_party/externals/swiftshader/src/Common/ |
H A D | Debug.hpp | 35 #define TRACE(format, ...) sw::trace("[0x%0.8X]%s(" format ")\n", this, __FUNCTION__, ##__VA_ARGS__) macro
|
H A D | DebugAndroid.hpp | 90 #define TRACE(format, ...) \ macro 94 #define TRACE(...) ((void)0) macro
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/common/ |
H A D | debug.h | 39 #define TRACE(message, ...) (void(0)) macro
|
/third_party/skia/third_party/externals/swiftshader/src/System/ |
H A D | Debug.hpp | 58 # define TRACE(message, ...) (void(0)) macro
|
/third_party/skia/third_party/externals/swiftshader/src/Reactor/ |
H A D | Debug.hpp | 58 # define TRACE(message, ...) (void(0)) macro
|
/third_party/mesa3d/src/glx/windows/ |
H A D | xwindowsdri.c | 81 #define TRACE(msg, ...) macro [all...] |
/third_party/mesa3d/src/egl/drivers/haiku/ |
H A D | egl_haiku.cpp | 46 # define TRACE(x...) printf("egl_haiku: " x) macro 49 # define TRACE(x...) macro [all...] |
/third_party/mesa3d/src/glx/apple/ |
H A D | appledri.c | 124 #define TRACE(msg) macro [all...] |
/third_party/mesa3d/src/gallium/winsys/sw/hgl/ |
H A D | hgl_sw_winsys.cpp | 46 # define TRACE(x...) printf("hgl:winsys: " x) macro 49 # define TRACE(x...) macro
|
/third_party/mesa3d/src/gallium/targets/haiku-softpipe/ |
H A D | GalliumContext.cpp | 37 # define TRACE(x...) printf("GalliumContext: " x) macro 40 # define TRACE(x...) macro
|
H A D | SoftwareRenderer.cpp | 25 # define TRACE(x...) printf("SoftwareRenderer: " x) macro 28 # define TRACE(x...) macro
|
/third_party/libdrm/tests/ttmtest/src/ |
H A D | xf86dri.c | 93 #define TRACE(msg) macro [all...] |
/third_party/node/deps/v8/src/compiler/ |
H A D | control-equivalence.cc | 8 #define TRACE(...) \ macro 231 #undef TRACE global() macro [all...] |
H A D | loop-variable-optimizer.cc | 20 #define TRACE(...) \ macro 348 #undef TRACE macro
|
H A D | escape-analysis-reducer.cc | 19 #define TRACE(...) \ macro 443 #undef TRACE macro
|
H A D | wasm-inlining.cc | 31 #define TRACE(...) \ macro 530 #undef TRACE macro
|
H A D | store-store-elimination.cc | 20 #define TRACE(fmt, ...) \ macro 595 #undef TRACE global() macro [all...] |
H A D | js-inlining.cc | 41 #define TRACE(x) \ macro 744 #undef TRACE macro
|
/third_party/mesa3d/src/gallium/frontends/hgl/ |
H A D | hgl.c | 25 # define TRACE(x...) printf("hgl:frontend: " x) macro 28 # define TRACE(x...) macro
|
/third_party/node/deps/v8/src/compiler/backend/ |
H A D | jump-threading.cc | 12 #define TRACE(...) \ macro 248 #undef TRACE global() macro [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
H A D | HexagonTargetObjectFile.cpp | 64 #define TRACE(X) \ macro 71 #define TRACE(X) \ macro [all...] |
/third_party/node/deps/v8/src/wasm/ |
H A D | decoder.h | 30 #define TRACE(...) \ macro 512 #undef TRACE macro
|
/third_party/python/Lib/http/ |
H A D | __init__.py | 180 TRACE = 'TRACE', 'Perform a message loop-back test along the path to the target.' variable in HTTPMethod
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
H A D | RuleBasedBreakIterator.java | 328 private static final boolean TRACE = ICUDebug.enabled(RBBI_DEBUG_ARG) field in RuleBasedBreakIterator
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
H A D | RuleBasedBreakIterator.java | 274 private static final boolean TRACE = ICUDebug.enabled(RBBI_DEBUG_ARG) field in RuleBasedBreakIterator
|