HomeSort by relevance Sort by last modified time
    Searched full:testsuite (Results 726 - 750 of 1862) sorted by null

<<21222324252627282930>>

  /external/v8/tools/testrunner/local/
junit_output.py 34 self.root = xml.Element("testsuite")
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/reflect/
GenericSignatureFormatErrorTest.java 35 // and this test is run via running tests.luni.AllTestsLang TestSuite
  /prebuilts/gdb/darwin-x86/lib/python2.7/sqlite3/test/
dump.py 76 return unittest.TestSuite(unittest.makeSuite(DumpTests, "Check"))
py25tests.py 73 return unittest.TestSuite((ctx_suite,))
  /prebuilts/gdb/linux-x86/lib/python2.7/sqlite3/test/
dump.py 76 return unittest.TestSuite(unittest.makeSuite(DumpTests, "Check"))
py25tests.py 73 return unittest.TestSuite((ctx_suite,))
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++abi/test/
lit.cfg 50 obj_root = tempfile.mkdtemp(prefix='libcxxabi-testsuite-')
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/json/tests/
__init__.py 59 suite = unittest.TestSuite()
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/sqlite3/test/
dump.py 76 return unittest.TestSuite(unittest.makeSuite(DumpTests, "Check"))
py25tests.py 73 return unittest.TestSuite((ctx_suite,))
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/json/tests/
__init__.py 59 suite = unittest.TestSuite()
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/sqlite3/test/
dump.py 76 return unittest.TestSuite(unittest.makeSuite(DumpTests, "Check"))
py25tests.py 73 return unittest.TestSuite((ctx_suite,))
  /toolchain/binutils/binutils-2.27/gas/testsuite/lib/
gas-dg.exp 26 # FIXME: the gas testsuite doesn't define tmpdir. Use outdir?
  /toolchain/binutils/binutils-2.27/gold/testsuite/
initpri1.c 4 Copied from the gcc testsuite, where the test was contributed by
memory_test.sh 28 # test (ld/testsuite/ld-scripts/rgn-at5.t).
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-sh/arch/
arch.exp 32 # It is best to use the same files used by the assembler testsuite.
44 # named arch_results.txt in the <objdir>/ld/testsuite directory. When the
193 puts $outfile "# This file is generated by ld/testsuite/ld-sh/arch/arch.exp ."
198 puts $outfile "# to <srcdir>/ld/testsuite/ld-sh/arch/arch_expected.txt ."
  /libcore/jsr166-tests/src/test/java/jsr166/
JSR166TestCase.java 63 import junit.framework.TestSuite;
348 public static TestSuite newTestSuite(Object... suiteOrClasses) {
349 TestSuite suite = new TestSuite();
351 if (suiteOrClass instanceof TestSuite)
352 suite.addTest((TestSuite) suiteOrClass);
354 suite.addTest(new TestSuite((Class<?>) suiteOrClass));
361 public static void addNamedTestClasses(TestSuite suite,
411 // TestSuite suite = newTestSuite(
525 * Returns junit-style testSuite for the given test class, bu
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Tests/
TestTools.py 47 elif issubclass(item, unittest.TestSuite):
49 return lambda: unittest.TestSuite(tests)
  /external/annotation-tools/asmx/test/conform/org/objectweb/asm/commons/
GASMifierTest.class 
GASMifierTest.java 40 import junit.framework.TestSuite;
67 public static TestSuite suite() throws Exception {
  /external/kmod/
README 30 LGPLv2.1+ for libkmod, testsuite and helper libraries
73 and testsuite/README.
  /external/ltp/testscripts/
tpm_tools.sh 22 # Must be root to run the testsuite
169 echo "Running the tpm-tools testsuite..."
  /external/okhttp/okhttp-ws-tests/src/main/java/com/squareup/okhttp/ws/
AutobahnTester.java 39 * <a href="http://autobahn.ws/testsuite/">Autobahn Testsuite</a>.
  /external/vogar/src/vogar/
XmlReportPrinter.java 127 serializer.startTag(ns, XmlReportConstants.TESTSUITE);
142 serializer.endTag(ns, XmlReportConstants.TESTSUITE);

Completed in 722 milliseconds

<<21222324252627282930>>