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

<<11121314151617181920>>

  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/i860/
README.i860 2 Testsuite for the i860 version of the GNU assembler
5 This is a simple testsuite for the i860 assembler. It currently
32 Known testsuite failures:
  /cts/tests/camera/src/android/hardware/cts/
Camera_SizeTest.java 29 import junit.framework.TestSuite;
116 private static void addTestToSuite(TestSuite testSuite, String testName) {
119 testSuite.addTest(test);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/unittest/test/
test_skipping.py 44 suite = unittest.TestSuite([test_do_skip, test_dont_skip])
64 suite = unittest.TestSuite([test])
112 suite = unittest.TestSuite([test])
132 suite = unittest.TestSuite([test])
  /device/linaro/bootloader/edk2/BaseTools/Tests/
CToolsTests.py 30 return unittest.TestSuite(suites)
PythonToolsTests.py 29 return unittest.TestSuite(suites)
RunTests.py 33 return unittest.TestSuite([GetCTestSuite(), GetPythonTestSuite()])
  /external/autotest/client/tests/qemu_iotests/
qemu_iotests.py 8 This autotest module runs the qemu_iotests testsuite.
32 @param tarball: Relative path to the testsuite tarball.
42 Passes the appropriate parameters to the testsuite.
66 @param options: Options accepted by the testsuite.
  /external/brotli/java/org/brotli/wrapper/enc/
BrotliEncoderChannelTest.java 17 import junit.framework.TestSuite;
43 public static TestSuite suite() throws IOException {
44 TestSuite suite = new TestSuite();
BrotliOutputStreamTest.java 15 import junit.framework.TestSuite;
42 public static TestSuite suite() throws IOException {
43 TestSuite suite = new TestSuite();
  /external/guava/guava-testlib/src/com/google/common/collect/testing/
SetTestSuiteBuilder.java 30 import junit.framework.TestSuite;
70 List<TestSuite>
74 List<TestSuite> derivedSuites = new ArrayList<TestSuite>(
  /external/guava/guava-testlib/src/com/google/common/collect/testing/google/
SortedSetMultimapTestSuiteBuilder.java 28 import junit.framework.TestSuite;
65 TestSuite computeMultimapGetTestSuite(
78 TestSuite computeMultimapAsMapGetTestSuite(
83 return new TestSuite();
  /external/guava/guava-testlib/test/com/google/common/collect/testing/
MapTestSuiteBuilderTests.java 32 import junit.framework.TestSuite;
51 TestSuite suite = new TestSuite(
72 private static TestSuite wrappedHashMapTests(
  /external/icu/icu4c/source/test/intltest/
itrbbi.cpp 31 logln("TestSuite RuleBasedBreakIterator: ");
  /external/jarjar/src/test/com/tonicsystems/jarjar/
RulesFileParserTest.java 34 return new TestSuite(RulesFileParserTest.class);
  /external/libmojo/third_party/jinja2/
README.chromium 18 AUTHORS files. Unit tests (testsuite directory) have been removed.
  /external/ltp/testcases/kernel/security/smack/
README 4 A kernel with Smack configured is required to run the Smack testsuite.
  /external/ltp/testcases/network/nfsv4/acl/
README 10 This testsuite is not built by the default make in the LTP root directory
  /external/safe-iop/
Android.mk 32 include $(LOCAL_PATH)/testsuite/Android.mk
  /external/vogar/src/vogar/target/junit/junit3/
AlternateSuiteMethodBuilder.java 21 import junit.framework.TestSuite;
47 * <li>A {@link TestSuite} is converted into a {@link Suite}. If it contained {@link TestCase}
49 * {@link TestSuite#addTestSuite(Class)} or calling any of the {@link TestSuite} constructors that
TestSuiteRunnerFactory.java 22 import junit.framework.TestSuite;
47 * <li>A {@link TestSuite} is converted into a {@link Suite}. If it contained {@link TestCase}
49 * {@link TestSuite#addTestSuite(Class)} or calling any of the {@link TestSuite} constructors that
  /libcore/jsr166-tests/src/test/java/jsr166/
CollectionTest.java 27 public static Test testSuite(CollectionImplementation impl) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/tests/
EclipseTestCollector.java 25 import junit.framework.TestSuite;
42 * @param suite - TestSuite to add to
48 public void addTestCases(TestSuite suite, Plugin plugin, String expectedPackage) {
98 TestSuite.getTestConstructor((Class<? extends TestCase>) testClass);
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/dlx/
alltests.exp 17 # DLX assembler testsuite.
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/fr30/
allinsn.exp 17 # FR30 assembler testsuite.
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/iq2000/
allinsn.exp 17 # IQ2000 assembler testsuite.

Completed in 347 milliseconds

<<11121314151617181920>>