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

1 2 3 4 5 6 7 8 91011

  /external/webkit/Tools/Scripts/webkitpy/tool/commands/
prettydiff.py 30 from webkitpy.tool import steps namespace
36 steps = [ variable in class:PrettyDiff
37 steps.ConfirmDiff,
roll.py 31 from webkitpy.tool import steps namespace
38 steps = [ variable in class:RollChromiumDEPS
39 steps.UpdateChromiumDEPS,
40 steps.PrepareChangeLogForDEPSRoll,
41 steps.ConfirmDiff,
42 steps.Commit,
download.py 32 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.Build
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...]
upload.py 37 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.ConfirmDiff
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...]
stepsequence.py 29 from webkitpy.tool import steps namespace
48 def __init__(self, steps):
49 self._steps = steps or []
53 steps.Options.parent_command,
54 steps.Options.quiet,
  /external/webkit/Tools/Scripts/webkitpy/tool/steps/
__init__.py 30 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.closepatch import ClosePatc
    [all...]
metastep.py 29 from webkitpy.tool.steps.abstractstep import AbstractStep
42 def _collect_options_from_steps(steps):
44 for step in steps:
applypatch.py 29 from webkitpy.tool.steps.abstractstep import AbstractStep
30 from webkitpy.tool.steps.options import Options
applypatchwithlocalcommit.py 29 from webkitpy.tool.steps.applypatch import ApplyPatch
30 from webkitpy.tool.steps.options import Options
ensurelocalcommitifneeded.py 29 from webkitpy.tool.steps.abstractstep import AbstractStep
30 from webkitpy.tool.steps.options import Options
update.py 29 from webkitpy.tool.steps.abstractstep import AbstractStep
30 from webkitpy.tool.steps.options import Options
cleanworkingdirectorywithlocalcommits.py 29 from webkitpy.tool.steps.cleanworkingdirectory import CleanWorkingDirectory
editchangelog.py 31 from webkitpy.tool.steps.abstractstep import AbstractStep
postdiffforcommit.py 29 from webkitpy.tool.steps.abstractstep import AbstractStep
promptforbugortitle.py 29 from webkitpy.tool.steps.abstractstep import AbstractStep
revertrevision.py 29 from webkitpy.tool.steps.abstractstep import AbstractStep
  /external/skia/legacy/src/animator/
SkDrawable.cpp 23 void SkDrawable::setSteps(int steps) {
SkDrawable.h 25 virtual void setSteps(int steps);
  /external/skia/src/animator/
SkDrawable.cpp 23 void SkDrawable::setSteps(int steps) {
SkDrawable.h 25 virtual void setSteps(int steps);
  /dalvik/dx/src/com/android/dx/ssa/
Optimizer.java 35 /** 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.clone()
    [all...]
  /external/dexmaker/src/dx/java/com/android/dx/ssa/
Optimizer.java 35 /** 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.clone()
    [all...]
  /external/guava/guava-testlib/src/com/google/common/collect/testing/
IteratorTester.java 28 * 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,
74 super(steps, Collections.<E>singleton(null), features, expectedElements,
  /external/webkit/Source/WebCore/css/
CSSTimingFunctionValue.h 100 static PassRefPtr<CSSStepsTimingFunctionValue> create(int steps, bool stepAtStart)
102 return adoptRef(new CSSStepsTimingFunctionValue(steps, stepAtStart));
109 CSSStepsTimingFunctionValue(int steps, bool stepAtStart)
110 : m_steps(steps)
  /external/jmonkeyengine/engine/src/core/com/jme3/scene/shape/
PQTorus.java 61 private int steps, radialSamples; field in class:PQTorus
69 * Steps and radialSamples are both degree of accuracy values.
75 * @param steps the steps along the torus.
79 int steps, int radialSamples) {
81 updateGeometry(p, q, radius, width, steps, radialSamples);
101 return steps;
115 steps = capsule.readInt("steps", 0);
126 * @param steps the steps along the torus
    [all...]

Completed in 275 milliseconds

1 2 3 4 5 6 7 8 91011