/external/autotest/client/tests/kvm/steps/ |
D | CentOS5-64.steps | 5 # -------- Step 1 recorded at time 6.66 -------- 10 # -------- Step 2 recorded at time 18.22 -------- 16 # -------- Step 3 recorded at time 43.36 -------- 20 # -------- Step 4 recorded at time 46.54 -------- 25 # -------- Step 5 recorded at time 51.67 -------- 30 # -------- Step 6 recorded at time 55.17 -------- 35 # -------- Step 7 recorded at time 60.79 -------- 40 # -------- Step 8 recorded at time 66.46 -------- 45 # -------- Step 9 recorded at time 69.60 -------- 50 # -------- Step 10 recorded at time 73.55 -------- [all …]
|
D | Ubuntu-8.04-32.steps | 5 # -------- Step 1 recorded at time 2.19 -------- 10 # -------- Step 2 recorded at time 4.30 -------- 15 # -------- Step 3 recorded at time 77.73 -------- 20 # -------- Step 4 recorded at time 81.05 -------- 25 # -------- Step 5 recorded at time 86.26 -------- 29 # -------- Step 6 recorded at time 92.71 -------- 33 # -------- Step 7 recorded at time 95.97 -------- 41 # -------- Step 8 recorded at time 99.30 -------- 45 # -------- Step 9 recorded at time 105.55 -------- 50 # -------- Step 10 recorded at time 110.25 -------- [all …]
|
D | Ubuntu-8.10-64.steps | 5 # -------- Step 1 recorded at time 18.51 -------- 9 # -------- Step 2 recorded at time 21.16 -------- 13 # -------- Step 3 recorded at time 110.42 -------- 17 # -------- Step 4 recorded at time 113.58 -------- 21 # -------- Step 5 recorded at time 116.82 -------- 24 # -------- Step 6 recorded at time 121.42 -------- 27 # -------- Step 7 recorded at time 123.92 -------- 35 # -------- Step 8 recorded at time 127.83 -------- 38 # -------- Step 9 recorded at time 133.80 -------- 43 # -------- Step 10 recorded at time 136.53 -------- [all …]
|
D | Ubuntu-8.04-server-32.steps | 5 # -------- Step 1 recorded at time 8.61 -------- 10 # -------- Step 2 recorded at time 10.79 -------- 15 # -------- Step 3 recorded at time 22.81 -------- 20 # -------- Step 4 recorded at time 25.79 -------- 25 # -------- Step 5 recorded at time 29.45 -------- 30 # -------- Step 6 recorded at time 31.23 -------- 34 # -------- Step 7 recorded at time 34.19 -------- 39 # -------- Step 8 recorded at time 37.25 -------- 43 # -------- Step 9 recorded at time 72.85 -------- 48 # -------- Step 10 recorded at time 78.39 -------- [all …]
|
D | Ubuntu-6.10-32.steps | 5 # -------- Step 1 recorded at time 28.43 -------- 9 # -------- Step 2 recorded at time 94.15 -------- 16 # -------- Step 3 recorded at time 97.61 -------- 19 # -------- Step 4 recorded at time 109.94 -------- 24 # -------- Step 5 recorded at time 113.39 -------- 29 # -------- Step 6 recorded at time 117.90 -------- 34 # -------- Step 7 recorded at time 121.10 -------- 66 # -------- Step 8 recorded at time 133.21 -------- 69 # -------- Step 9 recorded at time 139.00 -------- 74 # -------- Step 10 recorded at time 145.88 -------- [all …]
|
D | Win2008-32-setupssh.steps | 4 # -------- Step 1 recorded at time 18.99 -------- 9 # -------- Step 2 recorded at time 23.52 -------- 21 # -------- Step 5 recorded at time 74.87 -------- 25 # -------- Step 6 recorded at time 76.07 -------- 31 # -------- Step 7 recorded at time 79.06 -------- 35 # -------- Step 8 recorded at time 81.28 -------- 48 # -------- Step 9 recorded at time 92.74 -------- 53 # -------- Step 10 recorded at time 94.25 -------- 58 # -------- Step 11 recorded at time 96.69 -------- 62 # -------- Step 12 recorded at time 98.21 -------- [all …]
|
/external/v8/test/unittests/heap/ |
D | memory-reducer-unittest.cc | 88 state1 = MemoryReducer::Step(state0, TimerEventLowAllocationRate(0)); in TEST() 91 state1 = MemoryReducer::Step(state0, TimerEventHighAllocationRate(0)); in TEST() 94 state1 = MemoryReducer::Step(state0, TimerEventPendingGC(0)); in TEST() 104 state1 = MemoryReducer::Step(state0, MarkCompactEventGarbageLeft(2)); in TEST() 110 state1 = MemoryReducer::Step(state0, MarkCompactEventNoGarbageLeft(2)); in TEST() 116 state1 = MemoryReducer::Step(state0, PossibleGarbageEvent(0)); in TEST() 129 state1 = MemoryReducer::Step(state0, PossibleGarbageEvent(2000)); in TEST() 134 state1 = MemoryReducer::Step( in TEST() 140 state1 = MemoryReducer::Step(state0, TimerEventHighAllocationRate(2000)); in TEST() 145 state1 = MemoryReducer::Step(state0, TimerEventPendingGC(2000)); in TEST() [all …]
|
/external/v8/tools/release/ |
D | push_to_candidates.py | 40 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 …]
|
D | create_release.py | 14 class Preparation(Step): 28 class PrepareBranchRevision(Step): 38 class IncrementVersion(Step): 75 class DetectLastRelease(Step): 82 class PrepareChangeLog(Step): 135 class EditChangeLog(Step): 158 class MakeBranch(Step): 169 class AddChangeLog(Step): 179 class SetVersion(Step): 186 class EnableMergeWatchlist(Step): [all …]
|
D | merge_to_branch.py | 38 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 …]
|
D | auto_roll.py | 25 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):
|
D | auto_tag.py | 12 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):
|
D | auto_push.py | 40 class Preparation(Step): 48 class FetchCandidate(Step): 57 class LastReleaseBailout(Step): 70 class CreateRelease(Step):
|
D | releases.py | 125 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/pdfium/third_party/agg23/ |
D | agg_pixfmt_gray.h | 42 template<class Blender, unsigned Step = 1, unsigned Offset = 0> 95 value_type* p = (value_type*)m_rbuf->row(y) + x * Step + Offset; in pixel() 103 x * Step * sizeof(value_type) + in row() 110 x * Step * sizeof(value_type) + in span() 115 *((value_type*)m_rbuf->row(y) + x * Step + Offset) = c.v; in copy_pixel() 119 copy_or_blend_pix((value_type*)m_rbuf->row(y) + x * Step + Offset, c, cover); in blend_pixel() 125 value_type* p = (value_type*)m_rbuf->row(y) + x * Step + Offset; in copy_hline() 128 p += Step; in copy_hline() 137 value_type* p = (value_type*)m_rbuf->row(y) + x * Step + Offset; in blend_hline() 142 p += Step; in blend_hline() [all …]
|
/external/libweave/examples/daemon/ |
D | README.md | 35 - "Step 1": Paste https://www.googleapis.com/auth/clouddevices and click to "Authorize APIs" 36 - "Step 2": Click "Exchange authorization code for tokens" 37 - "Step 3": Fill the form: 96 - "Step 1": Paste https://www.googleapis.com/auth/clouddevices and click to "Authorize APIs" 97 - "Step 2": Click "Exchange authorization code for tokens" 98 - "Step 3": Fill the form: 117 - "Step 1": Paste https://www.googleapis.com/auth/clouddevices and click to "Authorize APIs" 118 - "Step 2": Click "Exchange authorization code for tokens" 119 - "Step 3": Fill the form:
|
/external/clang/ |
D | INSTALL.txt | 8 // Step 1: Organization 21 // Step 2: Configure and Build LLVM 32 // Step 3: (Optional) Verify Your Build 40 // Step 4: Install Clang
|
/external/v8/src/heap/ |
D | incremental-marking-job.cc | 71 IncrementalMarkingJob::IdleTask::Progress IncrementalMarkingJob::IdleTask::Step( in Step() function in v8::internal::IncrementalMarkingJob::IdleTask 100 if (Step(heap, deadline_in_ms) == kMoreWork) { in RunInternal() 117 void IncrementalMarkingJob::DelayedTask::Step(Heap* heap) { in Step() function in v8::internal::IncrementalMarkingJob::DelayedTask 137 Step(heap); in RunInternal()
|
/external/lldb/utils/vim-lldb/doc/ |
D | lldb.txt | 70 :Lstep Step into the current function call. 73 :Lstepin Step into the current function call. 76 :Lstepinst Step one instruction. 79 :Lstepinstover Step one instruction, but skip over jump or call 83 :Lnext Step to the next line. 86 :Lfinish Step out of the current function.
|
/external/libphonenumber/demo/war/ |
D | phonenumberparser.jsp | 10 <h2>Step 1</h2> 18 <h2>Step 2</h2> 24 <h2>Step 3</h2>
|
/external/llvm/examples/Kaleidoscope/Chapter5/ |
D | toy.cpp | 176 std::unique_ptr<ExprAST> Start, End, Step, Body; member in __anon1a8161a40111::ForExprAST 180 std::unique_ptr<ExprAST> End, std::unique_ptr<ExprAST> Step, in ForExprAST() argument 183 Step(std::move(Step)), Body(std::move(Body)) {} in ForExprAST() 365 std::unique_ptr<ExprAST> Step; in ParseForExpr() local 368 Step = ParseExpression(); in ParseForExpr() 369 if (!Step) in ParseForExpr() 382 std::move(Step), std::move(Body)); in ParseForExpr() 701 if (Step) { in codegen() 702 StepVal = Step->codegen(); in codegen()
|
/external/autotest/client/cros/cellular/pseudomodem/ |
D | state_machine.py | 99 self.Step() 150 def Step(self): member in StateMachine 192 gobject.idle_add(StateMachine.Step, self)
|
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/CollisionShapes/ |
D | btConvexPolyhedron.cpp | 233 const btScalar Step = (mE[LargestExtent]*0.5f - r)/1024.0f; in initialize() local 245 m_extents[LargestExtent] -= Step; in initialize() 254 const btScalar Step = (m_radius - r)/1024.0f; in initialize() local 262 m_extents[e0] += Step; in initialize() 263 m_extents[e1] += Step; in initialize()
|
/external/llvm/lib/Analysis/ |
D | ScalarEvolutionExpander.cpp | 280 const SCEV *Step = A->getStepRecurrence(SE); in FactorOutConstant() local 281 const SCEV *StepRem = SE.getConstant(Step->getType(), 0); in FactorOutConstant() 282 if (!FactorOutConstant(Step, StepRem, Factor, SE, DL)) in FactorOutConstant() 289 S = SE.getAddRecExpr(Start, Step, A->getLoop(), in FactorOutConstant() 1044 const SCEV *Step = AR->getStepRecurrence(SE); in IsIncrementNSW() local 1045 const SCEV *OpAfterExtend = SE.getAddExpr(SE.getSignExtendExpr(Step, WideTy), in IsIncrementNSW() 1048 SE.getSignExtendExpr(SE.getAddExpr(AR, Step), WideTy); in IsIncrementNSW() 1058 const SCEV *Step = AR->getStepRecurrence(SE); in IsIncrementNUW() local 1059 const SCEV *OpAfterExtend = SE.getAddExpr(SE.getZeroExtendExpr(Step, WideTy), in IsIncrementNUW() 1062 SE.getZeroExtendExpr(SE.getAddExpr(AR, Step), WideTy); in IsIncrementNUW() [all …]
|
/external/clang/lib/Sema/ |
D | SemaInit.cpp | 2939 void InitializationSequence::Step::Destroy() { in Destroy() 3037 Step S; in AddAddressOverloadResolutionStep() 3048 Step S; in AddDerivedToBaseCastStep() 3060 Step S; in AddReferenceBindingStep() 3067 Step S; in AddExtraneousCopyToTemporary() 3078 Step S; in AddUserConversionStep() 3089 Step S; in AddQualificationConversionStep() 3107 Step S; in AddAtomicConversionStep() 3116 Step S; in AddLValueToRValueStep() 3125 Step S; in AddConversionSequenceStep() [all …]
|