Searched refs:Step (Results 1 - 25 of 111) sorted by relevance

12345

/external/lisa/libs/wlgen/wlgen/
H A D__init__.py22 from wlgen.rta import RTA, Ramp, Step, Pulse, Periodic namespace
/external/v8/tools/release/
H A Dauto_push.py40 class Preparation(Step):
48 class FetchCandidate(Step):
57 class LastReleaseBailout(Step):
70 class CreateRelease(Step):
H A Dpush_to_candidates.py40 class Preparation(Step):
55 class FreshBranch(Step):
63 class PreparePushRevision(Step):
75 class IncrementVersion(Step):
109 class DetectLastRelease(Step):
119 class PrepareChangeLog(Step):
172 class EditChangeLog(Step):
195 class StragglerCommits(Step):
204 class SquashCommits(Step):
237 class NewBranch(Step)
[all...]
H A Dcreate_release.py14 class Preparation(Step):
23 class PrepareBranchRevision(Step):
33 class IncrementVersion(Step):
70 class DetectLastRelease(Step):
77 class PrepareChangeLog(Step):
130 class EditChangeLog(Step):
153 class PushBranchRef(Step):
164 class MakeBranch(Step):
175 class AddChangeLog(Step):
185 class SetVersion(Step)
[all...]
H A Dauto_roll.py25 class Preparation(Step):
35 class DetectLastRoll(Step):
54 class DetectRevisionToRoll(Step):
90 class PrepareRollCandidate(Step):
105 class SwitchChromium(Step):
120 class UpdateChromiumCheckout(Step):
136 class UploadCL(Step):
170 class CleanUp(Step):
H A Droll_merge.py38 class Preparation(Step):
59 class CreateBranch(Step):
67 class SearchArchitecturePorts(Step):
99 class CreateCommitMessage(Step):
134 class ApplyPatches(Step):
148 class PrepareVersion(Step):
156 class IncrementVersion(Step):
179 class CommitLocal(Step):
191 class CommitRepository(Step):
201 class TagRevision(Step)
[all...]
H A Dauto_tag.py12 class Preparation(Step):
27 class GetTags(Step):
35 class GetOldestUntaggedVersion(Step):
91 class GetLKGRs(Step):
101 class CalculateTagRevision(Step):
149 class MakeTag(Step):
161 class CleanUp(Step):
H A Dmerge_to_branch.py38 class Preparation(Step):
57 class CreateBranch(Step):
65 class SearchArchitecturePorts(Step):
97 class CreateCommitMessage(Step):
146 class ApplyPatches(Step):
159 class CommitLocal(Step):
169 class AddInformationalComment(Step):
180 class CommitRepository(Step):
189 class CleanUp(Step):
H A Dreleases.py125 class Preparation(Step):
133 class RetrieveV8Releases(Step):
318 class UpdateChromiumCheckout(Step):
338 class RetrieveChromiumV8Releases(Step):
385 class RetrieveChromiumBranches(Step):
437 class RetrieveInformationOnChromeReleases(Step):
503 class CleanUp(Step):
510 class WriteOutput(Step):
/external/hamcrest/hamcrest-core/src/main/java/org/hamcrest/
H A DCondition.java16 public interface Step<I, O> { interface in class:Condition
23 public abstract <U> Condition<U> and(Step<? super T, U> mapping);
26 public final <U> Condition<U> then(Step<? super T, U> mapping) { return and(mapping); }
57 public <U> Condition<U> and(Step<? super T, U> next) {
65 @Override public <U> Condition<U> and(Step<? super T, U> mapping) {
/external/pdfium/third_party/agg23/
H A Dagg_pixfmt_gray.h42 template<class Blender, unsigned Step = 1, unsigned Offset = 0>
95 value_type* p = (value_type*)m_rbuf->row(y) + x * Step + Offset;
103 x * Step * sizeof(value_type) +
110 x * Step * sizeof(value_type) +
115 *((value_type*)m_rbuf->row(y) + x * Step + Offset) = c.v;
119 copy_or_blend_pix((value_type*)m_rbuf->row(y) + x * Step + Offset, c, cover);
125 value_type* p = (value_type*)m_rbuf->row(y) + x * Step + Offset;
128 p += Step;
137 value_type* p = (value_type*)m_rbuf->row(y) + x * Step + Offset;
142 p += Step;
[all...]
/external/v8/src/heap/
H A Dincremental-marking-job.h25 static void Step(Heap* heap);
H A Dincremental-marking-job.cc33 void IncrementalMarkingJob::Task::Step(Heap* heap) { function in class:v8::internal::IncrementalMarkingJob::Task
57 Step(heap);
H A Dmemory-reducer.cc60 state_ = Step(state_, event);
99 state_ = Step(state_, event);
116 state_ = Step(state_, event);
131 MemoryReducer::State MemoryReducer::Step(const State& state, function in class:v8::internal::MemoryReducer
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/
H A DEventMod.java54 public static final byte Step = 10; field in class:EventMod.ModKind
/external/autotest/client/cros/cellular/pseudomodem/
H A Dstate_machine.py99 self.Step()
150 def Step(self): member in class:StateMachine
156 logging.info('StateMachine: Step')
192 gobject.idle_add(StateMachine.Step, self)
H A Ddisable_machine.py30 self._modem.Disconnect(mm1_constants.ROOT_PATH, DisableMachine.Step,
31 DisableMachine.Step, self)
/external/hamcrest/hamcrest-library/src/main/java/org/hamcrest/xml/
H A DHasXPath.java27 private static final Condition.Step<Object,String> NODE_EXISTS = nodeExists();
83 private static Condition.Step<Object, String> nodeExists() {
84 return new Condition.Step<Object, String>() {
/external/llvm/include/llvm/Transforms/Utils/
H A DLoopUtils.h265 IK_IntInduction, ///< Integer induction variable. Step = C.
266 IK_PtrInduction ///< Pointer induction var. Step = C / sizeof(elem).
272 : StartValue(nullptr), IK(IK_NoInduction), Step(nullptr) {}
291 const SCEV *getStep() const { return Step; }
313 InductionDescriptor(Value *Start, InductionKind K, const SCEV *Step);
319 /// Step value.
320 const SCEV *Step; member in class:llvm::InductionDescriptor
/external/webrtc/webrtc/base/
H A Dtask.h101 void Step();
/external/llvm/examples/Kaleidoscope/Chapter5/
H A Dtoy.cpp188 std::unique_ptr<ExprAST> Start, End, Step, Body; member in class:__anon12328::ForExprAST
192 std::unique_ptr<ExprAST> End, std::unique_ptr<ExprAST> Step,
195 Step(std::move(Step)), Body(std::move(Body)) {}
377 std::unique_ptr<ExprAST> Step;
380 Step = ParseExpression();
381 if (!Step)
394 std::move(Step), std::move(Body));
710 if (Step) {
711 StepVal = Step
191 ForExprAST(const std::string &VarName, std::unique_ptr<ExprAST> Start, std::unique_ptr<ExprAST> End, std::unique_ptr<ExprAST> Step, std::unique_ptr<ExprAST> Body) argument
[all...]
/external/autotest/scheduler/
H A Dmonitor_db.py343 with breakdown_timer.Step('garbage_collection'):
345 with breakdown_timer.Step('trigger_refresh'):
348 with breakdown_timer.Step('schedule_running_host_queue_entries'):
350 with breakdown_timer.Step('schedule_special_tasks'):
352 with breakdown_timer.Step('schedule_new_jobs'):
354 with breakdown_timer.Step('gather_tick_metrics'):
356 with breakdown_timer.Step('sync_refresh'):
365 with breakdown_timer.Step('run_cleanup'):
367 with breakdown_timer.Step('find_aborting'):
369 with breakdown_timer.Step('find_aborted_special_task
[all...]
/external/llvm/lib/Transforms/Utils/
H A DLoopUtils.cpp657 const SCEV *Step)
658 : StartValue(Start), IK(K), Step(Step) {
669 // Check the Step Value. It should be non-zero integer value.
671 "Step value is zero");
674 "Step value should be constant for pointer induction");
675 assert(Step->getType()->isIntegerTy() && "StepValue is not an integer");
686 if (isa<SCEVConstant>(Step))
687 return dyn_cast<ConstantInt>(cast<SCEVConstant>(Step)->getValue());
702 // and calculate (Start + Index * Step) fo
656 InductionDescriptor(Value *Start, InductionKind K, const SCEV *Step) argument
780 const SCEV *Step = AR->getStepRecurrence(*SE); local
[all...]
/external/llvm/lib/TableGen/
H A DSetTheory.cpp170 int Step = 1; variable
176 Step = II->getValue();
206 Step *= From <= To ? 1 : -1;
208 if (Step > 0 && From > To)
210 else if (Step < 0 && From < To)
225 From += Step;
/external/swiftshader/third_party/LLVM/examples/Kaleidoscope/Chapter5/
H A Dtoy.cpp154 ExprAST *Start, *End, *Step, *Body; member in class:ForExprAST
158 : VarName(varname), Start(start), End(end), Step(step), Body(body) {}
324 ExprAST *Step = 0;
327 Step = ParseExpression();
328 if (Step == 0) return 0;
338 return new ForExprAST(IdName, Start, End, Step, Body);
611 if (Step) {
612 StepVal = Step->Codegen();

Completed in 746 milliseconds

12345