Searched refs:testMethod (Results 1 – 12 of 12) sorted by relevance
| /third_party/icu/icu4j/perf-tests/ |
| D | normperf.pl | 144 my $testMethod = $methodPair->[0]; 148 print HTML "<P><B>$testMethod vs. $baselineMethod</B></P>\n"; 151 print HTML "<TR><TD>Options</TD><TD>$testMethod</TD>"; 163 print "\n$testMethod [@$pat]\n"; 164 my $t = measure2($testMethod, $pat, -$DURATION);
|
| D | dateformatperf.pl | 95 my $testMethod = $methodPair->[0]; 99 print HTML "<P><B>$testMethod vs. $baselineMethod</B></P>\n"; 102 print HTML "<TR><TD>Options</TD><TD>$testMethod</TD>"; 114 print "\n$testMethod [@$pat]\n"; 115 my $t = measure2($testMethod, $pat, -$DURATION);
|
| D | decimalformatperf.pl | 91 my $testMethod = $methodPair->[0]; 95 print HTML "<P><B>$testMethod vs. $baselineMethod</B></P>\n"; 98 print HTML "<TR><TD>Options</TD><TD>$testMethod</TD>"; 109 print "\n$testMethod [@$pat]\n"; 110 my $t = measure2($testMethod, $pat, -$DURATION);
|
| D | unicodesetperf.pl | 82 my $testMethod = $methodPair->[0]; 86 print HTML "<P><B>$testMethod vs. $baselineMethod</B></P>\n"; 89 print HTML "<TR><TD>Pattern</TD><TD>$testMethod</TD>"; 101 print "\n$testMethod $pat\n"; 102 my $t = measure2($testMethod, $pat, -$DURATION);
|
| D | ucharacterperf.pl | 92 my $testMethod = $methodPair->[0]; 96 print HTML "<P><B>$testMethod vs. $baselineMethod</B></P>\n"; 99 print HTML "<TR><TD>Pattern</TD><TD>$testMethod</TD>"; 111 print "\n$testMethod $pat\n"; 112 my $t = measure2($testMethod, $pat, -$DURATION);
|
| D | converterperf.pl | 110 my $testMethod = $methodPair->[0]; 114 print HTML "<P><B>$testMethod vs. $baselineMethod</B></P>\n"; 117 print HTML "<TR><TD>Options</TD><TD>$testMethod</TD>"; 129 print "\n$testMethod [@$pat]\n"; 130 my $t = measure2($testMethod, $pat, -$DURATION);
|
| D | perftests.pl | 81 my $testMethod = $methodPair->[0]; 92 my $t = measure2($testclass, $testMethod, $pat, -$DURATION); 126 my $testMethod = $methodPair->[0]; 136 my $t = measure2($testclass, $testMethod, $pat, -$DURATION);
|
| /third_party/node/test/parallel/ |
| D | test-fs-readdir-types.js | 113 for (const testMethod of typeMethods) { 114 assert.strictEqual(dirent[testMethod](), testMethod === method);
|
| D | test-whatwg-url-properties.js | 11 testMethod(URL.prototype, name); 65 testMethod(URLSearchParams.prototype, name, methodName); 95 function testMethod(target, name, methodName = stringifyName(name)) { function
|
| /third_party/python/Lib/unittest/ |
| D | case.py | 402 testMethod = getattr(self, methodName) 410 self._testMethodDoc = testMethod.__doc__ 601 testMethod = getattr(self, self._testMethodName) 603 getattr(testMethod, "__unittest_skip__", False)): 606 or getattr(testMethod, '__unittest_skip_why__', '')) 612 getattr(testMethod, "__unittest_expecting_failure__", False) 623 self._callTestMethod(testMethod) 682 testMethod = getattr(self, self._testMethodName) 684 getattr(testMethod, "__unittest_skip__", False)): 687 or getattr(testMethod, '__unittest_skip_why__', '')) [all …]
|
| /third_party/python/Lib/unittest/test/ |
| D | test_assertions.py | 203 testMethod = getMethod(i) 211 testMethod(*args, **kwargs)
|
| /third_party/python/Doc/library/ |
| D | tracemalloc.rst | 237 testMethod()
|