Home
last modified time | relevance | path

Searched refs:testArgs2 (Results 1 – 4 of 4) sorted by relevance

/external/chromium-trace/catapult/telemetry/telemetry/testing/
Dsimple_mock_unittest.py30 def testArgs2(self): member in SimpleMockUnitTest
/external/icu/icu4c/source/test/intltest/
Dtmsgfmt.cpp464 Formattable testArgs2[] = {(int32_t)1, "MyDisk"}; in testSimpleFormat() local
479 form->format(testArgs2, 2, string, ignore, err); in testSimpleFormat()
518 Formattable testArgs2[] = {(int32_t)1, "MyDisk"}; in testMsgFormatChoice() local
519 form->format(testArgs2, 2, string, ignore, err); in testMsgFormatChoice()
583 Formattable testArgs2((int32_t)4); in testMsgFormatPlural() local
584 mfNum2->format(&testArgs2, 1, numResult1, ignore, err); in testMsgFormatPlural()
587 mfAlpha2->format(argName, &testArgs2, 1, argNameResult, err); in testMsgFormatPlural()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
DTestMessageFormat.java283 Object testArgs2[] = {new Integer(1), "MyDisk"}; in TestSimpleFormat() local
297 form.format(testArgs2, string, ignore); in TestSimpleFormat()
326 Object testArgs2[] = {new Integer(1), "MyDisk"}; in TestMsgFormatChoice() local
327 form.format(testArgs2, string, ignore); in TestMsgFormatChoice()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DTestMessageFormat.java279 Object testArgs2[] = {new Integer(1), "MyDisk"}; in TestSimpleFormat() local
293 form.format(testArgs2, string, ignore); in TestSimpleFormat()
322 Object testArgs2[] = {new Integer(1), "MyDisk"}; in TestMsgFormatChoice() local
323 form.format(testArgs2, string, ignore); in TestMsgFormatChoice()