| /external/swiftshader/src/Common/ |
| D | Debug.hpp | 35 …#define TRACE(format, ...) sw::trace("[0x%0.8X]%s(" format ")\n", this, __FUNCTION__, ##__VA_ARGS_… macro 37 #define TRACE(...) ((void)0) macro
|
| D | DebugAndroid.hpp | 90 #define TRACE(format, ...) \ macro 94 #define TRACE(...) ((void)0) macro
|
| /external/squashfs-tools/kernel-2.4/fs/squashfs/ |
| D | squashfs.h | 28 #define TRACE(s, args...) printk(KERN_NOTICE "SQUASHFS: "s, ## args) macro 30 #define TRACE(s, args...) {} macro
|
| /external/squashfs-tools/squashfs-tools/ |
| D | error.h | 34 #define TRACE(s, args...) \ macro 39 #define TRACE(s, args...) macro
|
| /external/swiftshader/src/OpenGL/common/ |
| D | debug.h | 39 #define TRACE(message, ...) (void(0)) macro 41 #define TRACE(message, ...) es::trace("trace: %s(%d): " message "\n", __FUNCTION__, __LINE__, ##__V… macro
|
| /external/mesa3d/src/gallium/targets/haiku-softpipe/ |
| D | GalliumContext.cpp | 36 # define TRACE(x...) printf("GalliumContext: " x) macro 39 # define TRACE(x...) macro
|
| D | SoftwareRenderer.cpp | 25 # define TRACE(x...) printf("SoftwareRenderer: " x) macro 28 # define TRACE(x...) macro
|
| /external/mesa3d/src/mesa/drivers/dri/swrast/ |
| D | swrast_priv.h | 44 #define TRACE printf("--> %s\n", __func__) macro 46 #define TRACE macro
|
| /external/squashfs-tools/kernel/fs/squashfs/ |
| D | squashfs.h | 24 #define TRACE(s, args...) pr_debug("SQUASHFS: "s, ## args) macro
|
| /external/swiftshader/src/Reactor/ |
| D | Debug.hpp | 58 # define TRACE(message, ...) (void(0)) macro 61 # define TRACE(message, ...) rr::trace("%s:%d TRACE: " message "\n", __FILE__, __LINE__, ##__VA_ARG… macro
|
| /external/swiftshader/src/System/ |
| D | Debug.hpp | 58 # define TRACE(message, ...) (void(0)) macro 60 # define TRACE(message, ...) sw::trace("%s:%d TRACE: " message "\n", __FILE__, __LINE__, ##__VA_ARG… macro
|
| /external/mesa3d/src/gallium/frontends/hgl/ |
| D | hgl.c | 25 # define TRACE(x...) printf("hgl:frontend: " x) macro 28 # define TRACE(x...) macro
|
| /external/llvm/lib/Target/Hexagon/ |
| D | HexagonTargetObjectFile.cpp | 47 #define TRACE(X) do { if (TraceGVPlacement) { TRACE_TO(errs(), X); } } while (0) macro 49 #define TRACE(X) \ macro
|
| /external/mesa3d/src/egl/drivers/haiku/ |
| D | egl_haiku.cpp | 46 # define TRACE(x...) printf("egl_haiku: " x) macro 49 # define TRACE(x...) macro
|
| /external/mesa3d/src/gallium/winsys/sw/hgl/ |
| D | hgl_sw_winsys.c | 45 # define TRACE(x...) printf("hgl:winsys: " x) macro 48 # define TRACE(x...) macro
|
| /external/llvm-project/llvm/lib/Target/Hexagon/ |
| D | HexagonTargetObjectFile.cpp | 65 #define TRACE(X) \ macro 72 #define TRACE(X) \ macro
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
| D | HexagonTargetObjectFile.cpp | 64 #define TRACE(X) \ macro 71 #define TRACE(X) \ macro
|
| /external/autotest/client/site_tests/security_SeccompSyscallFilters/src/ |
| D | seccomp_bpf_tests.c | 817 FIXTURE_DATA(TRACE) { in FIXTURE_DATA() argument 826 FIXTURE_SETUP(TRACE) { in FIXTURE_SETUP() argument 865 FIXTURE_TEARDOWN(TRACE) { in FIXTURE_TEARDOWN() argument 881 TEST_F(TRACE, read_has_side_effects) { in TEST_F() argument 894 TEST_F(TRACE, getpid_runs_normally) { in TEST_F() argument
|
| /external/slf4j/log4j-over-slf4j/src/main/java/org/apache/log4j/ |
| D | Level.java | 89 public static final Level TRACE = new Level(TRACE_INT, "TRACE", 7); field in Level
|
| /external/mesa3d/src/glx/windows/ |
| D | xwindowsdri.c | 81 #define TRACE(msg, ...) macro
|
| /external/slf4j/slf4j-ext/src/main/java/org/slf4j/ext/ |
| D | XLogger.java | 76 …TRACE("TRACE", LocationAwareLogger.TRACE_INT), DEBUG("DEBUG", LocationAwareLogger.DEBUG_INT), INFO… enumConstant
|
| /external/libhevc/encoder/ |
| D | ihevce_trace.h | 61 #define TRACE(a) ihevce_trace((a)) macro
|
| /external/libavc/decoder/ |
| D | ih264d_debug.h | 66 #define TRACE 0 macro
|
| /external/swiftshader/third_party/marl/src/ |
| D | scheduler.cpp | 35 #define TRACE(...) MARL_SCOPED_EVENT(__VA_ARGS__) macro 37 #define TRACE(...) macro
|
| /external/zstd/programs/ |
| D | datagen.c | 31 #define TRACE(...) if (RDG_DEBUG) fprintf(stderr, __VA_ARGS__ ) macro
|