Searched refs:steps (Results 1 - 25 of 141) sorted by relevance

123456

/external/webkit/Tools/Scripts/webkitpy/tool/commands/
H A Droll.py31 from webkitpy.tool import steps namespace
38 steps = [ variable in class:RollChromiumDEPS
39 steps.UpdateChromiumDEPS,
40 steps.PrepareChangeLogForDEPSRoll,
41 steps.ConfirmDiff,
42 steps.Commit,
H A Dprettydiff.py30 from webkitpy.tool import steps namespace
36 steps = [ variable in class:PrettyDiff
37 steps.ConfirmDiff,
H A Ddownload.py32 from webkitpy.tool import steps namespace
48 steps = [ variable in class:Clean
49 steps.CleanWorkingDirectory,
59 steps = [ variable in class:Update
60 steps.CleanWorkingDirectory,
61 steps.Update,
68 steps = [ variable in class:Build
69 steps.CleanWorkingDirectory,
70 steps.Update,
71 steps
81 steps = [ variable in class:BuildAndTest
94 steps = [ variable in class:Land
119 steps = [ variable in class:LandCowboy
340 steps = [ variable
351 steps = [ variable in class:CreateRollout
397 steps = [ variable
[all...]
H A Dupload.py37 from webkitpy.tool import steps namespace
56 steps.Options.git_commit,
168 steps = [ variable in class:ObsoleteAttachments
169 steps.ObsoletePatches,
180 steps = [ variable in class:AttachToBug
181 steps.AttachToBug,
213 steps = [ variable in class:Post
214 steps.ValidateChangeLogs,
215 steps.CheckStyle,
216 steps
232 steps = [ variable in class:LandSafely
244 steps = [ variable in class:Prepare
260 steps = [ variable in class:Upload
290 steps = [ variable in class:EditChangeLogs
[all...]
/external/webkit/Tools/Scripts/webkitpy/tool/steps/
H A D__init__.py30 from webkitpy.tool.steps.applypatch import ApplyPatch
31 from webkitpy.tool.steps.applypatchwithlocalcommit import ApplyPatchWithLocalCommit
32 from webkitpy.tool.steps.attachtobug import AttachToBug
33 from webkitpy.tool.steps.build import Build
34 from webkitpy.tool.steps.checkstyle import CheckStyle
35 from webkitpy.tool.steps.cleanworkingdirectory import CleanWorkingDirectory
36 from webkitpy.tool.steps.cleanworkingdirectorywithlocalcommits import CleanWorkingDirectoryWithLocalCommits
37 from webkitpy.tool.steps.closebug import CloseBug
38 from webkitpy.tool.steps.closebugforlanddiff import CloseBugForLandDiff
39 from webkitpy.tool.steps
[all...]
H A Dmetastep.py29 from webkitpy.tool.steps.abstractstep import AbstractStep
42 def _collect_options_from_steps(steps):
44 for step in steps:
H A Dcleanworkingdirectorywithlocalcommits.py29 from webkitpy.tool.steps.cleanworkingdirectory import CleanWorkingDirectory
H A Drevertrevision.py29 from webkitpy.tool.steps.abstractstep import AbstractStep
H A Densurelocalcommitifneeded.py29 from webkitpy.tool.steps.abstractstep import AbstractStep
30 from webkitpy.tool.steps.options import Options
H A Dapplypatch.py29 from webkitpy.tool.steps.abstractstep import AbstractStep
30 from webkitpy.tool.steps.options import Options
H A Dapplypatchwithlocalcommit.py29 from webkitpy.tool.steps.applypatch import ApplyPatch
30 from webkitpy.tool.steps.options import Options
H A Dattachtobug.py31 from webkitpy.tool.steps.abstractstep import AbstractStep
32 from webkitpy.tool.steps.options import Options
H A Densurebuildersaregreen.py29 from webkitpy.tool.steps.abstractstep import AbstractStep
30 from webkitpy.tool.steps.options import Options
H A Dupdate.py29 from webkitpy.tool.steps.abstractstep import AbstractStep
30 from webkitpy.tool.steps.options import Options
H A Dclosepatch.py30 from webkitpy.tool.steps.abstractstep import AbstractStep
H A Deditchangelog.py31 from webkitpy.tool.steps.abstractstep import AbstractStep
H A Dpostdiffforcommit.py29 from webkitpy.tool.steps.abstractstep import AbstractStep
H A Dpromptforbugortitle.py29 from webkitpy.tool.steps.abstractstep import AbstractStep
/external/skia/legacy/src/animator/
H A DSkDrawable.cpp23 void SkDrawable::setSteps(int steps) { argument
H A DSkDrawable.h25 virtual void setSteps(int steps);
/external/skia/src/animator/
H A DSkDrawable.cpp23 void SkDrawable::setSteps(int steps) { argument
H A DSkDrawable.h25 virtual void setSteps(int steps);
/external/dexmaker/src/dx/java/com/android/dx/ssa/
H A DOptimizer.java35 /** optional optimizer steps */
88 * @param steps set of optional optimization steps to run
93 TranslationAdvice inAdvice, EnumSet<OptionalStep> steps) {
100 runSsaFormSteps(ssaMeth, steps);
108 steps);
125 * @param steps set of optional optimization steps to run
130 EnumSet<OptionalStep> steps) {
137 EnumSet<OptionalStep> newSteps = steps
91 optimize(RopMethod rmeth, int paramWidth, boolean isStatic, boolean inPreserveLocals, TranslationAdvice inAdvice, EnumSet<OptionalStep> steps) argument
128 optimizeMinimizeRegisters(RopMethod rmeth, int paramWidth, boolean isStatic, EnumSet<OptionalStep> steps) argument
151 runSsaFormSteps(SsaMethod ssaMeth, EnumSet<OptionalStep> steps) argument
240 debugNoRegisterAllocation(RopMethod rmeth, int paramWidth, boolean isStatic, boolean inPreserveLocals, TranslationAdvice inAdvice, EnumSet<OptionalStep> steps) argument
[all...]
/external/guava/guava-testlib/src/com/google/common/collect/testing/
H A DIteratorTester.java28 * possible sequences of these operations, up to a given number of steps. So, if
29 * the caller specifies to use <i>n</i> steps, a total of <i>3^n</i> tests are
32 * <p>For instance, if <i>steps</i> is 5, one example sequence that will be
68 * @param steps how many operations to test for each tested pair of iterators
71 protected IteratorTester(int steps, argument
74 super(steps, Collections.<E>singleton(null), features, expectedElements,
/external/webkit/Source/WebCore/css/
H A DCSSTimingFunctionValue.h100 static PassRefPtr<CSSStepsTimingFunctionValue> create(int steps, bool stepAtStart) argument
102 return adoptRef(new CSSStepsTimingFunctionValue(steps, stepAtStart));
109 CSSStepsTimingFunctionValue(int steps, bool stepAtStart) argument
110 : m_steps(steps)

Completed in 1962 milliseconds

123456