HomeSort by relevance Sort by last modified time
    Searched refs:METHODS (Results 1 - 25 of 47) sorted by null

1 2

  /external/testng/src/test/java/test/testng285/
TestNG285Test.java 14 setParallel(XmlSuite.ParallelMode.METHODS);
  /dalvik/dx/tests/131-perf/
run 57 # Number of methods per class
58 METHODS=6
67 java -classpath . ClassGen $first $TEST_SIZE $FIELDS $METHODS
  /external/testng/src/test/java/test/configuration/
BeforeClassThreadTest.java 15 tng.setParallel(XmlSuite.ParallelMode.METHODS);
  /external/testng/src/test/java/test/priority/
PriorityTest.java 14 if (parallel) tng.setParallel(XmlSuite.ParallelMode.METHODS);
  /external/testng/src/test/java/test/thread/
FactoryTest.java 14 * for the two methods invoked on B.
21 * In parallel mode "methods", we should have as many thread id's
22 * as there are test methods on B (2).
26 runTest(XmlSuite.ParallelMode.METHODS, 2);
TrueParallelTest.java 14 * Attempt to make sure that we are truly running methods in parallel. The best I can think
27 s.setParallel(XmlSuite.ParallelMode.METHODS);
SequentialTest.java 64 setParallel(XmlSuite.ParallelMode.METHODS);
MultiThreadedDependentTest.java 17 * Test that classes with dependent methods are still run in different threads
25 * methods are using these n threads.
27 private void assertOrder(List<String> methods) {
32 Assert.assertEquals(methods.size(), size);
34 Assert.assertTrue(methods.contains(em));
37 for (String m : methods) {
74 tng.setParallel(XmlSuite.ParallelMode.METHODS);
ParallelTestTest.java 32 verifyExpected(XmlSuite.ParallelMode.METHODS, 4);
  /hardware/bsp/intel/peripheral/libupm/doxy/node/generators/jsdoc/
generator.js 32 docs = _.reduce(specjs.METHODS, function(memo, methodSpec, methodName) {
39 return _.reduce(classSpec.methods, function(memo, methodSpec, methodName) {
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/gs/
cors.py 32 METHODS = 'Methods'
43 # List of collections (e.g. Methods, ResponseHeaders, Origins)
59 METHODS : [METHOD],
  /external/testng/src/main/java/org/testng/
CommandLineArgs.java 60 @Parameter(names = PARALLEL, description = "Parallel mode (methods, tests or classes)")
137 public static final String METHODS = "-methods";
138 @Parameter(names = METHODS, description = "Comma separated of test methods",
  /external/icu/icu4j/perf-tests/
perftests.pl 22 # Methods to be tested. Each pair represents a test method and
24 my @METHODS = (
77 for my $methodPair (@METHODS) {
122 for my $methodPair (@METHODS) {
converterperf.pl 17 # Methods to be tested. Each pair represents a test method and
19 my @METHODS = (
102 for my $methodPair (@METHODS) {
dateformatperf.pl 17 # Methods to be tested. Each pair represents a test method and
19 my @METHODS = (
89 for my $methodPair (@METHODS) {
decimalformatperf.pl 17 # Methods to be tested. Each pair represents a test method and
19 my @METHODS = (
85 for my $methodPair (@METHODS) {
normperf.pl 17 # Methods to be tested. Each pair represents a test method and
19 my @METHODS = (
138 for my $methodPair (@METHODS) {
ucharacterperf.pl 17 # Methods to be tested. Each pair represents a test method and
19 my @METHODS = (['JDKDigit', 'Digit'],
86 for my $methodPair (@METHODS) {
unicodesetperf.pl 17 # Methods to be tested. Each pair represents a test method and
19 my @METHODS = (
76 for my $methodPair (@METHODS) {
  /external/testng/src/test/java/test/methodinterceptors/
MethodInterceptorTest.java 66 // tng.setParallel("methods");
116 tng.setParallel(XmlSuite.ParallelMode.METHODS);
  /external/guava/guava-tests/test/com/google/common/util/concurrent/
TestThread.java 40 * object are choreographed via the various methods on this class.
220 METHODS: for (Method method : lockLikeObject.getClass().getMethods()) {
225 continue METHODS;
  /external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/
Runtime.pm 37 =head1 SUBROUTINES/METHODS
40 These normally consist of either subroutines that may be exported, or methods
46 context to help them understand the methods that are subsequently described.
  /hardware/bsp/intel/peripheral/libupm/doxy/node/generators/ternjs/
generator.js 41 _.each(specjs.METHODS, function(methodSpec, methodName) {
72 var constructor = classSpec.methods[parentClass];
79 _.each(_.omit(classSpec.methods, parentClass), function(methodSpec, methodName) {
  /hardware/bsp/intel/peripheral/libupm/doxy/node/generators/yuidoc/
generator.js 37 docs = _.reduce(specjs.METHODS, function(memo, methodSpec, methodName) {
80 + _.reduce(classSpec.methods, function(memo, methodSpec, methodName) {
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_MimeWriter.py 21 METHODS
125 METHODS

Completed in 3906 milliseconds

1 2