Home
last modified time | relevance | path

Searched defs:testArgs (Results 1 – 22 of 22) sorted by relevance

/external/testng/src/test/java/test/name/
DITestSample.java30 public void init(Object[] testArgs) { in init()
35 public void tearDown(Object[] testArgs) { in tearDown()
/external/v4l2_codec2/tests/c2_e2e_test/src/org/chromium/c2/test/
DE2eTestActivity.java82 String[] testArgs = in maybeStartTest() local
192 boolean encode, String[] testArgs, int testArgsCount, Surface surface, String tmpFile); in c2VideoTest()
/external/apache-velocity-engine/velocity-engine-core/src/test/java/org/apache/velocity/test/
DParserTestCase.java130 public void testArgs() in testArgs() method in ParserTestCase
/external/cronet/third_party/icu/source/test/intltest/
Dtmsgfmt.cpp256 Formattable testArgs[] = { in PatternTest() local
704 Formattable* testArgs[] = {testArgs10,testArgs11,testArgs12}; in testMsgFormatSelect() local
726 Formattable* testArgs[] = {testArgs10,testArgs11,testArgs12}; in testMsgFormatSelect() local
748 Formattable* testArgs[] = {testArgs10,testArgs11,testArgs12}; in testMsgFormatSelect() local
771 Formattable* testArgs[] = {testArgs10,testArgs11,testArgs12}; in testMsgFormatSelect() local
795 Formattable* testArgs[] = {testArgs10,testArgs11,testArgs12,testArgs13}; in testMsgFormatSelect() local
830 Formattable* testArgs[] = {testArgs10,testArgs11,testArgs12,testArgs13, in testMsgFormatSelect() local
Dselfmts.cpp320 Formattable testArgs = Formattable("other"); in selectFormatAPITest() local
Dtchcfmt.cpp172 Formattable testArgs[] = {(int32_t)0, "Disk_A", (int32_t)0}; in TestComplexExample() local
Dmsfmrgts.cpp808 Formattable testArgs [] = { in Test4105380() local
/external/icu/icu4c/source/test/intltest/
Dtmsgfmt.cpp256 Formattable testArgs[] = { in PatternTest() local
704 Formattable* testArgs[] = {testArgs10,testArgs11,testArgs12}; in testMsgFormatSelect() local
726 Formattable* testArgs[] = {testArgs10,testArgs11,testArgs12}; in testMsgFormatSelect() local
748 Formattable* testArgs[] = {testArgs10,testArgs11,testArgs12}; in testMsgFormatSelect() local
771 Formattable* testArgs[] = {testArgs10,testArgs11,testArgs12}; in testMsgFormatSelect() local
795 Formattable* testArgs[] = {testArgs10,testArgs11,testArgs12,testArgs13}; in testMsgFormatSelect() local
830 Formattable* testArgs[] = {testArgs10,testArgs11,testArgs12,testArgs13, in testMsgFormatSelect() local
Dselfmts.cpp320 Formattable testArgs = Formattable("other"); in selectFormatAPITest() local
Dtchcfmt.cpp172 Formattable testArgs[] = {(int32_t)0, "Disk_A", (int32_t)0}; in TestComplexExample() local
Dmsfmrgts.cpp808 Formattable testArgs [] = { in Test4105380() local
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
DLocaleDistanceTest.java62 List<Arguments> testArgs = new ArrayList<>(); in testTiming() local
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/
DLocaleDistanceTest.java65 List<Arguments> testArgs = new ArrayList<>(); in testTiming() local
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DMessageRegressionTest.java498 Object[] testArgs = {new Long(12373), "MyDisk"}; in Test4105380() local
853 Map testArgs = new HashMap(); in testBugTestsWithNamesArguments() local
DTestMessageFormat.java156 Object testArgs[] = { in TestPattern() local
1403 Object testArgs[][] ={ in testSelectFormat() local
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
DMessageRegressionTest.java501 Object[] testArgs = {new Long(12373), "MyDisk"}; in Test4105380() local
856 Map testArgs = new HashMap(); in testBugTestsWithNamesArguments() local
DTestMessageFormat.java159 Object testArgs[] = { in TestPattern() local
1406 Object testArgs[][] ={ in testSelectFormat() local
/external/autotest/frontend/client/src/autotest/moblab/
DSuiteRunnerView.java453 String testArgs, String bugId, String partId) { in runSuite()
/external/cldr/tools/cldr-code/src/test/java/org/unicode/cldr/unittest/
DXLocaleDistanceTest.java55 List<Arguments> testArgs = new ArrayList<>(); in testTiming() local
/external/autotest/frontend/client/src/autotest/moblab/rpc/
DMoblabRpcHelper.java392 String roFirmware, String suiteArgs, String testArgs, in runSuite()
/external/yapf/yapftests/
Dyapf_test.py1811 def testArgs(self): member in HorizontallyAlignedTrailingCommentsTest
/external/deqp/external/openglcts/modules/gles31/
Des31cLayoutBindingTests.cpp3369 …utBindingTests::createTestName(const StageType& stageType, const LayoutBindingParameters& testArgs) in createTestName()