/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/emr/ |
H A D | __init__.py | 30 from boto.emr.step import Step, StreamingStep, JarStep namespace
|
H A D | step.py | 26 class Step(object): class in inherits:object 28 Jobflow Step base class 52 class JarStep(Step): 98 class StreamingStep(Step):
|
H A D | emrobject.py | 105 class Step(EmrObject): class in inherits:EmrObject 189 self.steps = ResultSet([('member', Step)])
|
/external/chromium-trace/catapult/firefighter/update/common/buildbot/ |
H A D | step.py | 16 class Step(object): class in inherits:object
|
/external/autotest/client/cros/cellular/pseudomodem/ |
H A D | state_machine.py | 99 self.Step() 150 def Step(self): member in class:StateMachine 156 logging.info('StateMachine: Step') 192 gobject.idle_add(StateMachine.Step, self)
|
/external/v8/src/heap/ |
H A D | incremental-marking-job.cc | 71 IncrementalMarkingJob::IdleTask::Progress IncrementalMarkingJob::IdleTask::Step( function in class:v8::internal::IncrementalMarkingJob::IdleTask 100 if (Step(heap, deadline_in_ms) == kMoreWork) { 117 void IncrementalMarkingJob::DelayedTask::Step(Heap* heap) { function in class:v8::internal::IncrementalMarkingJob::DelayedTask 137 Step(heap); 139 // The Step() above could have finished incremental marking.
|
H A D | memory-reducer.cc | 68 state_ = Step(state_, event); 107 state_ = Step(state_, event); 124 state_ = Step(state_, event); 139 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 D | EventMod.java | 54 public static final byte Step = 10; field in class:EventMod.ModKind
|
/external/dng_sdk/source/ |
H A D | dng_resample.h | 144 uint32 Step () const function in class:dng_resample_weights
|
/external/webrtc/webrtc/base/ |
H A D | task.cc | 69 void Task::Step() { function in class:rtc::Task
|
/external/webrtc/webrtc/modules/audio_processing/intelligibility/ |
H A D | intelligibility_utils.h | 81 void Step(const std::complex<float>* data, bool skip_fudge = false) { function in class:webrtc::intelligibility::VarianceArray
|
/external/chromium-trace/catapult/experimental/buildbot/ |
H A D | buildbot.py | 221 Step(self._master, self._builder_name, self._number, step_info) 292 class Step(object): class in inherits:object
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/unit/emr/ |
H A D | 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') 508 self.assertEqual(response.steps[0].name, 'Step 1') 919 self.assertTrue(isinstance(step, Step)) 35 Cluster, RunJobFlowResponse namespace
|
/external/clang/lib/AST/ |
H A D | OpenMPClause.cpp | 198 ArrayRef<Expr *> PL, ArrayRef<Expr *> IL, Expr *Step, Expr *CalcStep) { 200 // (Step and CalcStep). 215 Clause->setStep(Step); 223 // (Step and CalcStep). 194 Create( const ASTContext &C, SourceLocation StartLoc, SourceLocation LParenLoc, OpenMPLinearClauseKind Modifier, SourceLocation ModifierLoc, SourceLocation ColonLoc, SourceLocation EndLoc, ArrayRef<Expr *> VL, ArrayRef<Expr *> PL, ArrayRef<Expr *> IL, Expr *Step, Expr *CalcStep) argument
|
/external/libgdx/extensions/gdx-box2d/gdx-box2d/jni/Box2D/Rope/ |
H A D | b2Rope.cpp | 105 void b2Rope::Step(float32 h, int32 iterations) function in class:b2Rope
|
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/CollisionShapes/ |
H A D | btConvexPolyhedron.cpp | 233 const btScalar Step = (mE[LargestExtent]*0.5f - r)/1024.0f; local 245 m_extents[LargestExtent] -= Step; 254 const btScalar Step = (m_radius - r)/1024.0f; local 262 m_extents[e0] += Step; 263 m_extents[e1] += Step;
|
/external/llvm/lib/TableGen/ |
H A D | SetTheory.cpp | 170 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/regex-re2/re2/ |
H A D | 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) { function in class:re2::NFA 517 int id = Step(runq, nextq, c, flag, p-1);
|
/external/apache-xml/src/main/java/org/apache/xpath/compiler/ |
H A D | XPathParser.java | 1615 * RelativeLocationPath ::= Step 1616 * | RelativeLocationPath '/' Step 1626 if (!Step()) 1635 if (!Step()) 1648 * Step ::= Basis Predicate 1655 protected boolean Step() throws javax.xml.transform.TransformerException method in class:XPathParser 1661 // At most a single '/' before each Step is consumed by caller; if the 1662 // first thing is a '/', that means we had '//' and the Step must not 1735 // No Step matched - that's an error if previous thing was a '//'
|
/external/llvm/lib/Transforms/Scalar/ |
H A D | LoopInterchange.cpp | 318 const SCEV *Step = AddRec->getStepRecurrence(*SE); local 319 const SCEVConstant *C = dyn_cast<SCEVConstant>(Step);
|
/external/llvm/lib/Transforms/Utils/ |
H A D | LoopUtils.cpp | 615 ConstantInt *Step) 616 : StartValue(Start), IK(K), StepValue(Step) { 679 const SCEV *Step = AR->getStepRecurrence(*SE); local 681 const SCEVConstant *C = dyn_cast<SCEVConstant>(Step); 614 InductionDescriptor(Value *Start, InductionKind K, ConstantInt *Step) argument
|
/external/v8/tools/release/ |
H A D | common_includes.py | 404 class Step(GitRecipesMixin): class in inherits:GitRecipesMixin 443 print ">>> Step %d: %s" % (self._number, self._text) 741 class BootstrapStep(Step): 757 class UploadStep(Step): 773 def MakeStep(step_class=Step, number=0, state=None, config=None,
|
/external/llvm/examples/Kaleidoscope/Chapter5/ |
H A D | toy.cpp | 176 std::unique_ptr<ExprAST> Start, End, Step, Body; member in class:__anon11892::ForExprAST 180 std::unique_ptr<ExprAST> End, std::unique_ptr<ExprAST> Step, 183 Step(std::move(Step)), Body(std::move(Body)) {} 365 std::unique_ptr<ExprAST> Step; 368 Step = ParseExpression(); 369 if (!Step) 382 std::move(Step), std::move(Body)); 701 if (Step) { 702 StepVal = Step 179 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/llvm/examples/Kaleidoscope/Chapter6/ |
H A D | toy.cpp | 195 std::unique_ptr<ExprAST> Start, End, Step, Body; member in class:__anon11893::ForExprAST 199 std::unique_ptr<ExprAST> End, std::unique_ptr<ExprAST> Step, 202 Step(std::move(Step)), Body(std::move(Body)) {} 398 std::unique_ptr<ExprAST> Step; 401 Step = ParseExpression(); 402 if (!Step) 415 std::move(Step), std::move(Body)); 812 if (Step) { 813 StepVal = Step 198 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/llvm/examples/Kaleidoscope/Chapter7/ |
H A D | toy.cpp | 201 std::unique_ptr<ExprAST> Start, End, Step, Body; member in class:__anon11894::ForExprAST 205 std::unique_ptr<ExprAST> End, std::unique_ptr<ExprAST> Step, 208 Step(std::move(Step)), Body(std::move(Body)) {} 417 std::unique_ptr<ExprAST> Step; 420 Step = ParseExpression(); 421 if (!Step) 434 std::move(Step), std::move(Body)); 922 if (Step) { 923 StepVal = Step 204 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...] |