OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:numruns
(Results
1 - 8
of
8
) sorted by null
/external/chromium_org/third_party/WebKit/PerformanceTests/Mutation/
append-child.html
19
window.
numRuns
= 25;
24
tickledSpan.setAttribute('data-foo',
numRuns
);
33
if (
numRuns
-- >= 0) {
49
PerfTestRunner.log('Running ' +
numRuns
+ ' times with observation');
56
PerfTestRunner.log('Running ' +
numRuns
+ ' times without observation');
inner-html.html
19
window.
numRuns
= 25;
24
tickledSpan.setAttribute('data-foo',
numRuns
);
33
if (
numRuns
-- >= 0) {
45
PerfTestRunner.log('Running ' +
numRuns
+ ' times with observation');
52
PerfTestRunner.log('Running ' +
numRuns
+ ' times without observation');
remove-child-deep.html
19
window.
numRuns
= 25;
24
tickledSpan.setAttribute('data-foo',
numRuns
);
41
if (
numRuns
-- >= 0) {
56
PerfTestRunner.log('Running ' +
numRuns
+ ' times with observation');
63
PerfTestRunner.log('Running ' +
numRuns
+ ' times without observation');
remove-child.html
16
window.
numRuns
= 25;
21
tickledSpan.setAttribute('data-foo',
numRuns
);
38
if (
numRuns
-- >= 0) {
54
PerfTestRunner.log('Running ' +
numRuns
+ ' times with observation');
61
PerfTestRunner.log('Running ' +
numRuns
+ ' times without observation');
append-child-deep.html
22
window.
numRuns
= 25;
27
tickledSpan.setAttribute('data-foo',
numRuns
);
36
if (
numRuns
-- >= 0) {
52
PerfTestRunner.log('Running ' +
numRuns
+ ' times with observation');
59
PerfTestRunner.log('Running ' +
numRuns
+ ' times without observation');
/external/chromium_org/third_party/WebKit/Source/platform/fonts/harfbuzz/
HarfBuzzShaper.cpp
798
unsigned
numRuns
= m_harfBuzzRuns.size();
801
for (int runIndex =
numRuns
- 1; runIndex >= 0; --runIndex) {
808
for (unsigned runIndex = 0; runIndex <
numRuns
; ++runIndex) {
810
FloatPoint firstOffsetOfNextRun = runIndex ==
numRuns
- 1 ? FloatPoint() : m_harfBuzzRuns[runIndex + 1]->offsets()[0];
[
all
...]
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_builtin.py
15
numruns
= 0
variable
461
global
numruns
462
if
numruns
:
464
numruns
+= 1
691
s = "never interned before " + str(
numruns
)
[
all
...]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_builtin.py
15
numruns
= 0
variable
461
global
numruns
462
if
numruns
:
464
numruns
+= 1
691
s = "never interned before " + str(
numruns
)
[
all
...]
Completed in 875 milliseconds