Home
last modified time | relevance | path

Searched defs: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
518 Formattable testArgs2[] = {(int32_t)1, "MyDisk"}; in testMsgFormatChoice() local
583 Formattable testArgs2((int32_t)4); in testMsgFormatPlural() local
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
DTestMessageFormat.java283 Object testArgs2[] = {new Integer(1), "MyDisk"}; in TestSimpleFormat() local
326 Object testArgs2[] = {new Integer(1), "MyDisk"}; in TestMsgFormatChoice() local
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DTestMessageFormat.java279 Object testArgs2[] = {new Integer(1), "MyDisk"}; in TestSimpleFormat() local
322 Object testArgs2[] = {new Integer(1), "MyDisk"}; in TestMsgFormatChoice() local