HomeSort by relevance Sort by last modified time
    Searched refs:steptype (Results 1 - 3 of 3) sorted by null

  /external/skia/infra/bots/recipe_modules/run/
api.py 69 def __call__(self, steptype, name, abort_on_failure=True,
74 return steptype(name=name, **kwargs)
81 def with_retry(self, steptype, name, attempts, between_attempts_fn=None,
88 res = self(steptype, name=step_name, abort_on_failure=True,
  /external/skqp/infra/bots/recipe_modules/run/
api.py 69 def __call__(self, steptype, name, abort_on_failure=True,
74 return steptype(name=name, **kwargs)
81 def with_retry(self, steptype, name, attempts, between_attempts_fn=None,
88 res = self(steptype, name=step_name, abort_on_failure=True,
  /external/apache-xml/src/main/java/org/apache/xpath/axes/
UnionPathIterator.java 334 int steptype = compiler.getOp(opPos); local
336 if (steptype == OpCodes.OP_LOCATIONPATH)
348 switch (steptype)
365 iter.m_firstWalker.init(compiler, opPos, steptype);

Completed in 730 milliseconds