Home
last modified time | relevance | path

Searched refs:steptype (Results 1 – 2 of 2) sorted by relevance

/external/skia/infra/bots/recipe_modules/run/
Dapi.py79 def __call__(self, steptype, name, abort_on_failure=True, argument
86 return steptype(name=name, **kwargs)
125 def with_retry(self, steptype, name, attempts, **kwargs): argument
131 res = self(steptype, name=step_name, **kwargs)
/external/apache-xml/src/main/java/org/apache/xpath/axes/
DUnionPathIterator.java334 int steptype = compiler.getOp(opPos); in loadLocationPaths() local
336 if (steptype == OpCodes.OP_LOCATIONPATH) in loadLocationPaths()
348 switch (steptype) in loadLocationPaths()
365 iter.m_firstWalker.init(compiler, opPos, steptype); in loadLocationPaths()