Home
last modified time | relevance | path

Searched defs:tmsg (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/icu/icu4c/source/test/intltest/
H A Dmessageformat2test_utils.h219 static void runTestCase(IntlTest& tmsg, in runTestCase()
279 static void failSyntaxError(IntlTest& tmsg, const TestCase& testCase) { in failSyntaxError()
284 …static void failExpectedSuccess(IntlTest& tmsg, const TestCase& testCase, IcuTestErrorCode& errorC… in failExpectedSuccess()
289 …static void failExpectedFailure(IntlTest& tmsg, const TestCase& testCase, IcuTestErrorCode& errorC… in failExpectedFailure()
294 …static void failWrongOutput(IntlTest& tmsg, const TestCase& testCase, const UnicodeString& result)… in failWrongOutput()
299 …static void failRoundTrip(IntlTest& tmsg, const TestCase& testCase, const UnicodeString& in, const… in failRoundTrip()
304 …static void failWrongOffset(IntlTest& tmsg, const TestCase& testCase, uint32_t actualLine, uint32_… in failWrongOffset()
/aosp_15_r20/external/walt/android/WALT/app/src/main/java/org/chromium/latency/walt/
H A DWaltDevice.java350 TriggerMessage tmsg = new TriggerMessage(trigger.substring(1).trim()); in onReceiveRaw() local
358 abstract void onReceive(TriggerMessage tmsg); in onReceive()