HomeSort by relevance Sort by last modified time
    Searched refs:suite (Results 401 - 425 of 1333) sorted by null

<<11121314151617181920>>

  /prebuilts/gdb/darwin-x86/lib/python2.7/unittest/
__init__.py 61 from .suite import BaseTestSuite, TestSuite
  /prebuilts/gdb/linux-x86/lib/python2.7/unittest/
__init__.py 61 from .suite import BaseTestSuite, TestSuite
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/unittest/
__init__.py 61 from .suite import BaseTestSuite, TestSuite
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/unittest/
__init__.py 61 from .suite import BaseTestSuite, TestSuite
  /test/vts/harnesses/tradefed/src/com/android/compatibility/common/tradefed/testtype/retry/
VtsRetryFactoryTest.java 19 import com.android.compatibility.common.tradefed.testtype.suite.CompatibilityTestSuite;
  /tools/tradefederation/core/src/com/android/tradefed/result/
ITestInvocationListener.java 21 import com.android.tradefed.testtype.suite.ITestSuite;
  /tools/tradefederation/core/src/com/android/tradefed/result/suite/
SuiteResultHolder.java 16 package com.android.tradefed.result.suite;
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/fixes/
fix_tuple_params.py 38 ['->' any] ':' suite=any+ >
51 suite = results["suite"]
54 # TODO(cwinter): suite-cleanup
55 if suite[0].children[1].type == token.INDENT:
57 indent = suite[0].children[1].value
93 line.parent = suite[0]
95 # TODO(cwinter) suite-cleanup
99 elif is_docstring(suite[0].children[start]):
104 line.parent = suite[0]
    [all...]
  /external/guava/guava-testlib/src/com/google/common/collect/testing/
FeatureSpecificTestSuiteBuilder.java 44 * Creates, based on your criteria, a JUnit test suite that exhaustively tests
53 * generated test suite. An instance of G should somehow provide an
148 * Prevents the given methods from being run as part of the test suite.
172 * Creates a runnable JUnit test suite based on the criteria already given.
193 TestSuite suite = new TestSuite(name); local
198 suite.addTest(testerSuite);
201 return suite;
290 final TestSuite suite = filterSuite(candidateTests); local
292 Enumeration<?> allTests = suite.tests();
302 return suite;
    [all...]
  /external/llvm/utils/lit/lit/
Test.py 159 A test suite groups together a set of logically related tests.
166 # The test suite configuration.
178 def __init__(self, suite, path_in_suite, config, file_path = None):
179 self.suite = suite
206 return self.suite.config.name + ' :: ' + '/'.join(self.path_in_suite)
214 return self.suite.getSourcePath(self.path_in_suite)
217 return self.suite.getExecPath(self.path_in_suite)
240 if item and item in self.suite.config.target_triple:
253 return self.suite.config.is_earl
    [all...]
  /external/python/cpython2/Lib/lib2to3/fixes/
fix_tuple_params.py 38 ['->' any] ':' suite=any+ >
51 suite = results["suite"]
54 # TODO(cwinter): suite-cleanup
55 if suite[0].children[1].type == token.INDENT:
57 indent = suite[0].children[1].value
93 line.parent = suite[0]
95 # TODO(cwinter) suite-cleanup
99 elif is_docstring(suite[0].children[start]):
104 line.parent = suite[0
    [all...]
  /external/python/cpython3/Lib/lib2to3/fixes/
fix_tuple_params.py 38 ['->' any] ':' suite=any+ >
51 suite = results["suite"]
54 # TODO(cwinter): suite-cleanup
55 if suite[0].children[1].type == token.INDENT:
57 indent = suite[0].children[1].value
93 line.parent = suite[0]
95 # TODO(cwinter) suite-cleanup
99 elif is_docstring(suite[0].children[start]):
104 line.parent = suite[0
    [all...]
  /external/testng/src/main/java/org/testng/reporters/
FailedReporter.java 46 for (ISuite suite : suites) {
47 generateFailureSuite(suite.getXmlSuite(), suite, outputDirectory); local
51 protected void generateFailureSuite(XmlSuite xmlSuite, ISuite suite, String outputDir) {
53 failedSuite.setName("Failed suite [" + xmlSuite.getName() + "]");
61 Map<String, ISuiteResult> results = suite.getResults();
67 generateXmlTest(suite,
76 Utils.writeUtf8File(suite.getOutputDirectory(), TESTNG_FAILED_XML, failedSuite.toXml());
99 private void generateXmlTest(ISuite suite,
150 Collection<ITestNGMethod> invoked= suite.getInvokedMethods()
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/lib2to3/fixes/
fix_tuple_params.py 38 ['->' any] ':' suite=any+ >
51 suite = results["suite"]
54 # TODO(cwinter): suite-cleanup
55 if suite[0].children[1].type == token.INDENT:
57 indent = suite[0].children[1].value
93 line.parent = suite[0]
95 # TODO(cwinter) suite-cleanup
99 elif is_docstring(suite[0].children[start]):
104 line.parent = suite[0
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/lib2to3/fixes/
fix_tuple_params.py 38 ['->' any] ':' suite=any+ >
51 suite = results["suite"]
54 # TODO(cwinter): suite-cleanup
55 if suite[0].children[1].type == token.INDENT:
57 indent = suite[0].children[1].value
93 line.parent = suite[0]
95 # TODO(cwinter) suite-cleanup
99 elif is_docstring(suite[0].children[start]):
104 line.parent = suite[0
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/fixes/
fix_tuple_params.py 38 ['->' any] ':' suite=any+ >
51 suite = results["suite"]
54 # TODO(cwinter): suite-cleanup
55 if suite[0].children[1].type == token.INDENT:
57 indent = suite[0].children[1].value
93 line.parent = suite[0]
95 # TODO(cwinter) suite-cleanup
99 elif is_docstring(suite[0].children[start]):
104 line.parent = suite[0
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/fixes/
fix_tuple_params.py 38 ['->' any] ':' suite=any+ >
51 suite = results["suite"]
54 # TODO(cwinter): suite-cleanup
55 if suite[0].children[1].type == token.INDENT:
57 indent = suite[0].children[1].value
93 line.parent = suite[0]
95 # TODO(cwinter) suite-cleanup
99 elif is_docstring(suite[0].children[start]):
104 line.parent = suite[0
    [all...]
  /external/v8/tools/
run_perf.py 11 The suite json format is expected to be:
14 "name": <optional suite name, file name is default>,
15 "archs": [<architecture name for which this suite is run>, ...],
19 "run_count": <how often will this suite run (optional)>,
20 "run_count_XXX": <how often will this suite run for arch XXX (optional)>,
36 The tests field can also nest other suites in arbitrary depth. A suite
37 with a "main" file is a leaf suite that can contain one more level of
40 A suite's results_regexp is expected to have one string place holder
41 "%s" for the trace name. A trace's results_regexp overwrites suite
44 A suite's results_processor may point to an optional python script. I
    [all...]
  /external/guava/guava-tests/test/com/google/common/collect/
TableCollectionTest.java 85 @GwtIncompatible("suite")
86 public static Test suite() { method in class:TableCollectionTest
87 TestSuite suite = new TestSuite(); local
88 suite.addTestSuite(ArrayRowTests.class);
89 suite.addTestSuite(HashRowTests.class);
90 suite.addTestSuite(TreeRowTests.class);
91 suite.addTestSuite(TransposeRowTests.class);
92 suite.addTestSuite(TransformValueRowTests.class);
93 suite.addTestSuite(UnmodifiableHashRowTests.class);
94 suite.addTestSuite(UnmodifiableTreeRowTests.class)
    [all...]
  /external/boringssl/src/crypto/pkcs8/
pkcs8.c 223 static int pkcs12_pbe_cipher_init(const struct pbe_suite *suite,
228 const EVP_CIPHER *cipher = suite->cipher_func();
229 const EVP_MD *md = suite->md_func();
247 static int pkcs12_pbe_decrypt_init(const struct pbe_suite *suite,
266 return pkcs12_pbe_cipher_init(suite, ctx, (unsigned)iterations, pass,
324 const struct pbe_suite *suite = get_pbe_suite(alg); local
325 if (suite == NULL) {
334 !CBB_add_bytes(&oid, suite->oid, suite->oid_len) ||
343 return pkcs12_pbe_cipher_init(suite, ctx, iterations, pass, pass_len, salt
361 const struct pbe_suite *suite = NULL; local
    [all...]
  /cts/build/
compatibility_test_suite.mk 16 # Builds a compatibility test suite.
19 # Generate suite info property file
20 suite_info_prop := $(call intermediates-dir-for,JAVA_LIBRARIES,$(LOCAL_MODULE),true,COMMON)/test-suite-info.properties
41 # Include the test suite properties file
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_largefile.py 108 # this is already decided before start running the test suite
177 suite = unittest.TestSuite()
185 suite.addTest(TestCase('test_seek'))
186 suite.addTest(TestCase('test_osstat'))
187 suite.addTest(TestCase('test_seek_read'))
188 suite.addTest(TestCase('test_lseek'))
191 suite.addTest(TestCase('test_truncate'))
192 suite.addTest(TestCase('test_seekable'))
195 run_unittest(suite)
  /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])
47 suite.run(result)
64 suite = unittest.TestSuite([test])
65 suite.run(result)
112 suite = unittest.TestSuite([test])
113 suite.run(result)
132 suite = unittest.TestSuite([test])
133 suite.run(result)
  /external/annotation-tools/asmx/test/conform/org/objectweb/asm/
AbstractTest.class 
  /external/annotation-tools/asmx/test/conform/org/objectweb/asm/commons/
GASMifierTest.class 

Completed in 1279 milliseconds

<<11121314151617181920>>