Home
last modified time | relevance | path

Searched defs:testNames (Results 1 – 18 of 18) sorted by relevance

/external/jimfs/jimfs/src/test/java/com/google/common/jimfs/
DNameTest.java34 public void testNames() { in testNames() method in NameTest
DPathTester.java88 private void testNames(Path path) { in testNames() method in PathTester
/external/libchrome/mojo/public/java/system/javatests/src/org/chromium/mojo/bindings/
DNameGeneratorTest.java60 public void testNames() { in testNames() method in NameGeneratorTest
/external/angle/src/tests/gles_conformance_tests/
Dgenerate_gles_conformance_tests.py32 def GenerateTests(outFile, testNames): argument
/external/jcommander/src/test/java/com/beust/jcommander/args/
DCommandLineArgs.java100 public String testNames; field in CommandLineArgs
/external/testng/src/test/java/test/name/
DNameTest.java131 …List<String> testNames = new ArrayList<>(Arrays.asList("test1", "test2", "test3", "test4", "test5"… in complexITestTest() local
/external/testng/src/main/java/org/testng/
DTestNG.java424 private static XmlSuite extractTestNames(XmlSuite s, List<String> testNames) { in extractTestNames()
447 private static void extractTestNamesFromChildSuites(XmlSuite s, List<String> testNames) { in extractTestNamesFromChildSuites()
989 Set<String> testNames = Sets.newHashSet(); in checkTestNames() local
1565 String testNames = (String) cmdLineArgs.get(CommandLineArgs.TEST_NAMES); in configure() local
1658 public void setTestNames(List<String> testNames) { in setTestNames()
DCommandLineArgs.java105 public String testNames; field in CommandLineArgs
DTestNGAntTask.java348 public void setTestNames(String testNames) { in setTestNames()
/external/guava/android/guava-testlib/src/com/google/common/testing/
DAbstractPackageSanityTests.java396 private static boolean hasTest(Class<?> testClass, Iterable<String> testNames) { in hasTest()
/external/guava/guava-testlib/src/com/google/common/testing/
DAbstractPackageSanityTests.java396 private static boolean hasTest(Class<?> testClass, Iterable<String> testNames) { in hasTest()
/external/cldr/tools/java/org/unicode/cldr/draft/keyboard/test/
DKeyboardTest.java64 public void testNames() { in testNames() method in KeyboardTest
/external/icu/icu4j/perf-tests/src/com/ibm/icu/dev/test/perf/
DPerfTest.java471 Set testNames = testProvider.getAllTestCmdNames(); in parseOptions() local
545 Set testNames = testProvider.getAllTestCmdNames(); in parseOptions() local
/external/icu/icu4c/source/test/cintltst/
Dcucdapi.c52 const char* testNames[]={ in TestUScriptCodeAPI() local
/external/cldr/tools/java/org/unicode/cldr/util/
DTestUtilities.java110 private static void testNames() { in testNames() method in TestUtilities
/external/angle/src/tests/test_utils/runner/
DTestSuite.cpp972 const std::vector<std::string> &testNames = testSuiteIt.second; in GTestListTests() local
/external/tensorflow/tensorflow/python/framework/
Dops_test.py2487 def testNames(self): member in OpScopeTest
/external/python/apitools/apitools/base/protorpclite/
Dmessages_test.py86 def testNames(self): member in EnumTest