Home
last modified time | relevance | path

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

/external/junit/src/main/java/org/junit/internal/management/
DReflectiveThreadMXBean.java19 private static final String FAILURE_MESSAGE = "Unable to access ThreadMXBean"; field in ReflectiveThreadMXBean.Holder
66 throw new UnsupportedOperationException(Holder.FAILURE_MESSAGE, error); in getThreadCpuTime()
68 throw new UnsupportedOperationException(Holder.FAILURE_MESSAGE); in getThreadCpuTime()
/external/llvm-project/openmp/libomptarget/include/
DDebug.h101 #define FAILURE_MESSAGE(...) \ macro
138 FAILURE_MESSAGE(__VA_ARGS__); \
146 #define REPORT(...) FAILURE_MESSAGE(__VA_ARGS__);
/external/llvm-project/openmp/libomptarget/src/
Dinterface.cpp64 FAILURE_MESSAGE("run with env LIBOMPTARGET_INFO>1 to dump host-target " in HandleTargetOutcome()
72 FAILURE_MESSAGE( in HandleTargetOutcome()