HomeSort by relevance Sort by last modified time
    Searched defs:Step (Results 1 - 25 of 77) sorted by null

1 2 3 4

  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/emr/
__init__.py 30 from boto.emr.step import Step, StreamingStep, JarStep
step.py 26 class Step(object):
28 Jobflow Step base class
40 :return: List of arguments for the step
52 class JarStep(Step):
54 Custom jar step
59 A elastic mapreduce step that executes a jar
62 :param name: The name of the step
71 :param step_args: A list of arguments to pass to the step
98 class StreamingStep(Step):
100 Hadoop streaming step
    [all...]
emrobject.py 105 class Step(EmrObject):
189 self.steps = ResultSet([('member', Step)])
  /prebuilts/go/darwin-x86/misc/cgo/life/
c-life.c 15 Step(int x, int y, int *a, int *n)
  /prebuilts/go/linux-x86/misc/cgo/life/
c-life.c 15 Step(int x, int y, int *a, int *n)
  /external/chromium-trace/catapult/firefighter/update/common/buildbot/
step.py 16 class Step(object):
  /external/autotest/client/cros/cellular/pseudomodem/
state_machine.py 28 The correct method will be dynamically located and executed by the step
78 waits for an |Advance| call before each step.
99 self.Step()
106 Advance a step on a state machine running in interactive mode.
150 def Step(self):
156 logging.info('StateMachine: Step')
192 gobject.idle_add(StateMachine.Step, self)
  /external/v8/src/heap/
incremental-marking-job.cc 67 IncrementalMarkingJob::IdleTask::Progress IncrementalMarkingJob::IdleTask::Step(
98 if (Step(heap, deadline_in_ms) == kMoreWork) {
115 void IncrementalMarkingJob::DelayedTask::Step(Heap* heap) {
135 Step(heap);
137 // The Step() above could have finished incremental marking.
memory-reducer.cc 68 state_ = Step(state_, event);
107 state_ = Step(state_, event);
125 state_ = Step(state_, event);
140 MemoryReducer::State MemoryReducer::Step(const State& state,
  /external/webrtc/webrtc/base/
task.cc 69 void Task::Step() {
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/
EventMod.java 54 public static final byte Step = 10;
  /external/dng_sdk/source/
dng_resample.h 144 uint32 Step () const
  /external/llvm/lib/TableGen/
SetTheory.cpp 170 int Step = 1;
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/webrtc/webrtc/modules/audio_processing/intelligibility/
intelligibility_utils.h 81 void Step(const std::complex<float>* data, bool skip_fudge = false) {
134 // Helper class for smoothing gain changes. On each applicatiion step, the
142 // and step the current set of gains towards the target set.
  /external/chromium-trace/catapult/experimental/buildbot/
buildbot.py 221 Step(self._master, self._builder_name, self._number, step_info)
292 class Step(object):
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/unit/emr/
test_connection.py 34 JobFlowStepList, Step, StepSummaryList, \
395 <Name>Step 1</Name>
417 <Name>Step 2</Name>
433 <Name>Step 3</Name>
466 self.assertEqual(response.steps[0].name, 'Step 1')
477 # Check for step states
478 for step in response.steps:
479 self.assertIn(step.status.state, valid_states)
481 # Check for step config
482 step = response.steps[0
    [all...]
  /external/regex-re2/re2/
nfa.cc 98 inline int Step(Threadq* runq, Threadq* nextq, int c, int flag, const char* p);
292 int NFA::Step(Threadq* runq, Threadq* nextq, int c, int flag, const char* p) {
314 LOG(DFATAL) << "Unhandled " << ip->opcode() << " in step";
517 int id = Step(runq, nextq, c, flag, p-1);
602 // Will run step(runq, nextq, c, ...) on next iteration. See above.
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p10/src/
armVCM4P10_InterpolateLuma_HalfDiagVerHor4x4_unsafe_s.s 53 ;// r0,r1,r2,r3, r8 where r0,r2 input pointer and r1,r3 step size, r8 intermediate-buf pointer
113 Step RN 6
armVCM4P10_InterpolateLuma_HalfVer4x4_unsafe_s.s 47 ;// r0,r1,r2,r3 where r0,r2 input pointer and r1,r3 corresponding step size
107 Step RN 6
omxVCM4P10_FilterDeblockingChroma_HorEdge_I_s.s 81 Step RN 1
omxVCM4P10_FilterDeblockingChroma_VerEdge_I_s.s 105 Step RN 1
  /external/llvm/lib/Transforms/Scalar/
LoopInterchange.cpp 318 const SCEV *Step = AddRec->getStepRecurrence(*SE);
319 const SCEVConstant *C = dyn_cast<SCEVConstant>(Step);
    [all...]
  /external/llvm/lib/Transforms/Utils/
LoopUtils.cpp 615 ConstantInt *Step)
616 : StartValue(Start), IK(K), StepValue(Step) {
679 const SCEV *Step = AR->getStepRecurrence(*SE);
681 const SCEVConstant *C = dyn_cast<SCEVConstant>(Step);
  /external/llvm/examples/Kaleidoscope/Chapter5/
toy.cpp 176 std::unique_ptr<ExprAST> Start, End, Step, Body;
180 std::unique_ptr<ExprAST> End, std::unique_ptr<ExprAST> Step,
183 Step(std::move(Step)), Body(std::move(Body)) {}
364 // The step value is optional.
365 std::unique_ptr<ExprAST> Step;
368 Step = ParseExpression();
369 if (!Step)
382 std::move(Step), std::move(Body));
659 // step = stepexp
    [all...]
  /external/v8/tools/release/
common_includes.py 287 def InjectStep(self, step):
288 self.step=step
330 self.step.GitPull()
333 self.step.Git("fetch")
336 return self.step.Git("tag").strip().splitlines()
342 self.step.GitRemotes())
367 if self.step.Git("show-ref refs/remotes/origin/%s" % name).strip():
373 if self.step.Git("show-ref refs/remotes/branch-heads/%s" % name).strip():
385 self.step.Git("fetch"
    [all...]

Completed in 568 milliseconds

1 2 3 4