Home
last modified time | relevance | path

Searched refs:testMethod (Results 1 – 12 of 12) sorted by relevance

/third_party/icu/icu4j/perf-tests/
Dnormperf.pl144 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);
Ddateformatperf.pl95 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);
Ddecimalformatperf.pl91 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);
Dunicodesetperf.pl82 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);
Ducharacterperf.pl92 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);
Dconverterperf.pl110 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);
Dperftests.pl81 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/
Dtest-fs-readdir-types.js113 for (const testMethod of typeMethods) {
114 assert.strictEqual(dirent[testMethod](), testMethod === method);
Dtest-whatwg-url-properties.js11 testMethod(URL.prototype, name);
65 testMethod(URLSearchParams.prototype, name, methodName);
95 function testMethod(target, name, methodName = stringifyName(name)) { function
/third_party/python/Lib/unittest/
Dcase.py402 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/
Dtest_assertions.py203 testMethod = getMethod(i)
211 testMethod(*args, **kwargs)
/third_party/python/Doc/library/
Dtracemalloc.rst237 testMethod()