Home
last modified time | relevance | path

Searched refs:Step (Results 1 – 25 of 246) sorted by relevance

12345678910

/third_party/flutter/flutter/packages/flutter/test/material/
Dstepper_test.dart20 steps: const <Step>[
21 Step(
22 title: Text('Step 1'),
28 Step(
29 title: Text('Step 2'),
40 await tester.tap(find.text('Step 2'));
50 steps: const <Step>[
51 Step(
52 title: Text('Step 1'),
58 Step(
[all …]
/third_party/skia/third_party/externals/angle2/src/tests/egl_tests/
DEGLContextASANTest.cpp62 enum class Step in TEST_P() enum
71 Step currentStep = Step::Start; in TEST_P()
75 auto waitForStep = [&](Step waitStep) -> bool { in TEST_P()
80 if (currentStep == Step::Abort) in TEST_P()
89 auto nextStep = [&](Step newStep) { in TEST_P()
100 AbortOnFailure(Step *currentStep, std::mutex *mutex, std::condition_variable *condVar) in TEST_P()
109 isAborting = *mCurrentStep != Step::Finish; in TEST_P()
113 *mCurrentStep = Step::Abort; in TEST_P()
120 Step *mCurrentStep; in TEST_P()
133 ASSERT_TRUE(waitForStep(Step::Thread1Draw)); in TEST_P()
[all …]
DEGLContextSharingTest.cpp536 enum class Step in TEST_P() enum
545 Step currentStep = Step::Start; in TEST_P()
548 ThreadSynchronization<Step> threadSynchronization(&currentStep, &mutex, &condVar); in TEST_P()
553 ASSERT_TRUE(threadSynchronization.waitForStep(Step::Start)); in TEST_P()
564 threadSynchronization.nextStep(Step::Thread0Draw); in TEST_P()
565 ASSERT_TRUE(threadSynchronization.waitForStep(Step::Thread1Draw)); in TEST_P()
579 threadSynchronization.nextStep(Step::Thread0Delete); in TEST_P()
580 ASSERT_TRUE(threadSynchronization.waitForStep(Step::Finish)); in TEST_P()
588 ThreadSynchronization<Step> threadSynchronization(&currentStep, &mutex, &condVar); in TEST_P()
594 ASSERT_TRUE(threadSynchronization.waitForStep(Step::Thread0Draw)); in TEST_P()
[all …]
DEGLMultiContextTest.cpp162 enum class Step in TEST_P() enum
171 Step currentStep = Step::Thread0Start; in TEST_P()
175 ThreadSynchronization<Step> threadSynchronization(&currentStep, &mutex, &condVar); in TEST_P()
181 ASSERT_TRUE(threadSynchronization.waitForStep(Step::Thread0Start)); in TEST_P()
207 threadSynchronization.nextStep(Step::Thread0DispatchedCompute); in TEST_P()
208 ASSERT_TRUE(threadSynchronization.waitForStep(Step::Thread1Drew)); in TEST_P()
214 threadSynchronization.nextStep(Step::Thread0DispatchedComputeAgain); in TEST_P()
215 ASSERT_TRUE(threadSynchronization.waitForStep(Step::Finish)); in TEST_P()
230 ThreadSynchronization<Step> threadSynchronization(&currentStep, &mutex, &condVar); in TEST_P()
236 ASSERT_TRUE(threadSynchronization.waitForStep(Step::Thread0DispatchedCompute)); in TEST_P()
[all …]
/third_party/boost/boost/phoenix/statement/
Dfor.hpp33 , typename Step
41 , Step const& step in operator ()()
56 template <typename Init, typename Cond, typename Step>
59 for_gen(Init const& init_, Cond const& cond_, Step const& step_) in for_gen()
63 typename expression::for_<Init, Cond, Step, Do>::type const
68 for_<Init, Cond, Step, Do>:: in operator []()
74 Step step;
77 template <typename Init, typename Cond, typename Step>
79 for_gen<Init, Cond, Step> const
80 for_(Init const& init, Cond const& cond, Step const& step) in for_()
[all …]
/third_party/gstreamer/gstplugins_good/ext/qt/
DREADME.md6 ## Step 1
10 ## Step 2
17 ## Step 3
39 ## Step 4
47 ## Step 5
54 ## Step 1
58 ## Step 2
65 ## Step 3
69 ## Step 3
76 ## Step 1
[all …]
/third_party/boost/libs/phoenix/example/
Dparallel_for.cpp14 template <typename Init, typename Cond, typename Step, typename Do, typename Context>
19 , Step const& step in operator ()()
55 template <typename Init, typename Cond, typename Step>
58 omp_for_gen(Init const& init, Cond const& cond, Step const& step) in omp_for_gen()
62 typename result_of::make_omp_for<Init, Cond, Step, Do>::type const
70 Step step;
73 template <typename Init, typename Cond, typename Step>
75 omp_for_gen<Init, Cond, Step> const
76 omp_for(Init const& init, Cond const& cond, Step const& step) in omp_for()
78 return omp_for_gen<Init, Cond, Step>(init, cond, step); in omp_for()
/third_party/boost/boost/icl/detail/
Delement_comparer.hpp186 typedef element_comparer<LeftT,RightT> Step; in element_compare() typedef
187 Step step(left, right, left_end, right_end); in element_compare()
192 int state = Step::nextboth; in element_compare()
193 while(state != Step::stop) in element_compare()
196 case Step::nextboth: state = step.next_both (left_, right_); break; in element_compare()
197 case Step::nextleft: state = step.next_left (left_, right_); break; in element_compare()
198 case Step::nextright: state = step.next_right(left_, right_); break; in element_compare()
Dinterval_subset_comparer.hpp340 typedef subset_comparer<LeftT,RightT> Step; in subset_compare() typedef
341 Step step(left, right, left_end, right_end); in subset_compare()
346 int state = Step::nextboth; in subset_compare()
347 while(state != Step::stop) in subset_compare()
350 case Step::nextboth: state = step.next_both(left_, right_); break; in subset_compare()
351 case Step::nextleft: state = step.next_left(left_, right_); break; in subset_compare()
352 case Step::nextright: state = step.next_right(left_, right_); break; in subset_compare()
Dsubset_comparer.hpp225 typedef subset_comparer<LeftT,RightT> Step; in subset_compare() typedef
226 Step step(left, right, left_end, right_end); in subset_compare()
231 int state = Step::nextboth; in subset_compare()
232 while(state != Step::stop) in subset_compare()
/third_party/json/test/thirdparty/Fuzzer/
DFuzzerTracePC.h122 const size_t Step = 8; in CollectFeatures() local
123 assert(reinterpret_cast<uintptr_t>(Counters) % Step == 0); in CollectFeatures()
125 N = (N + Step - 1) & ~(Step - 1); // Round up. in CollectFeatures()
126 for (size_t Idx = 0; Idx < N; Idx += Step) { in CollectFeatures()
129 for (size_t i = Idx; i < Idx + Step; i++) { in CollectFeatures()
/third_party/node/doc/guides/
Dmaintaining-npm.md13 ## Step 1: Run the update script
21 ## Step 2: Commit new npm
28 ## Step 3: Update licenses
41 ## Step 4: Apply whitespace fix
47 ## Step 5: Test the build
/third_party/mesa3d/src/gallium/drivers/swr/rasterizer/core/
Dutils.h65 template <int Begin, int End, int Step = 1>
72 UnrollerL<Begin + Step, End, Step>::step(func); in step()
76 template <int End, int Step>
77 struct UnrollerL<End, End, Step>
86 template <int Begin, int End, int Step = 1, int Mask = 0x7f>
96 UnrollerL<Begin + Step, End, Step>::step(func);
100 template <int End, int Step, int Mask>
101 struct UnrollerLMask<End, End, Step, Mask>
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
DMultithreadingTest.cpp820 enum class Step in TEST_P() enum
830 Step currentStep = Step::Start; in TEST_P()
833 ThreadSynchronization<Step> threadSynchronization(&currentStep, &mutex, &condVar); in TEST_P()
835 ASSERT_TRUE(threadSynchronization.waitForStep(Step::Start)); in TEST_P()
844 threadSynchronization.nextStep(Step::Thread0Clear); in TEST_P()
845 ASSERT_TRUE(threadSynchronization.waitForStep(Step::Thread1CreateFence)); in TEST_P()
849 threadSynchronization.nextStep(Step::Thread0ClientWaitSync); in TEST_P()
852 ASSERT_TRUE(threadSynchronization.waitForStep(Step::Finish)); in TEST_P()
856 ThreadSynchronization<Step> threadSynchronization(&currentStep, &mutex, &condVar); in TEST_P()
859 ASSERT_TRUE(threadSynchronization.waitForStep(Step::Thread0Clear)); in TEST_P()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DLoopPredication.cpp264 bool isSupportedStep(const SCEV* Step);
500 bool LoopPredication::isSupportedStep(const SCEV* Step) { in isSupportedStep() argument
501 return Step->isOne() || (Step->isAllOnesValue() && EnableCountDownLoop); in isSupportedStep()
700 auto *Step = RangeCheckIV->getStepRecurrence(*SE); in widenICmpRangeCheck() local
703 if (!isSupportedStep(Step)) { in widenICmpRangeCheck()
719 assert(Step->getType() == in widenICmpRangeCheck()
722 if (Step != CurrLatchCheck.IV->getStepRecurrence(*SE)) { in widenICmpRangeCheck()
727 if (Step->isOne()) in widenICmpRangeCheck()
731 assert(Step->isAllOnesValue() && "Step should be -1!"); in widenICmpRangeCheck()
884 auto *Step = Result->IV->getStepRecurrence(*SE); in parseLoopLatchICmp() local
[all …]
/third_party/skia/tests/sksl/intrinsics/
DStep.asm.frag149 %35 = OpExtInst %float %1 Step %float_0_5 %42
160 %48 = OpExtInst %v2float %1 Step %49 %52
175 %61 = OpExtInst %v3float %1 Step %62 %66
189 %75 = OpExtInst %v4float %1 Step %76 %78
240 %113 = OpExtInst %float %1 Step %116 %float_0
253 %123 = OpExtInst %v2float %1 Step %126 %127
267 %135 = OpExtInst %v3float %1 Step %138 %139
281 %147 = OpExtInst %v4float %1 Step %149 %150
/third_party/boost/libs/container/bench/
Dbench_alloc_shrink_to_fit.cpp79 const std::size_t Step = 5; in vector_test_template() local
95 for(unsigned int e = num_elements; e != 0; e -= Step){ in vector_test_template()
96 v.erase(v.end() - Step, v.end()); in vector_test_template()
98 assert( (alloc_version::value != 2) || (e == Step) || (v.num_shrink > num_shrink) ); in vector_test_template()
/third_party/libsnd/docs/
Dnew_file_type_howto.md31 ## Step 1
38 ## Step 2
54 ## Step 3
65 ## Step 4
79 ## Step 5
102 ## Step 6
110 ## Step 7
/third_party/libphonenumber/java/demo/war/
Dphonenumberparser.jsp10 <h2>Step 1</h2>
18 <h2>Step 2</h2>
24 <h2>Step 3</h2>
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DIVDescriptors.cpp799 const SCEV *Step, BinaryOperator *BOp, in InductionDescriptor() argument
801 : StartValue(Start), IK(K), Step(Step), InductionBinOp(BOp) { in InductionDescriptor()
818 assert((IK == IK_FpInduction || Step->getType()->isIntegerTy()) && in InductionDescriptor()
821 assert((IK != IK_FpInduction || Step->getType()->isFloatingPointTy()) && in InductionDescriptor()
844 if (isa<SCEVConstant>(Step)) in getConstIntStepValue()
845 return dyn_cast<ConstantInt>(cast<SCEVConstant>(Step)->getValue()); in getConstIntStepValue()
897 const SCEV *Step = SE->getUnknown(Addend); in isFPInductionPHI() local
898 D = InductionDescriptor(StartValue, IK_FpInduction, Step, BOp); in isFPInductionPHI()
1086 const SCEV *Step = AR->getStepRecurrence(*SE); in isInductionPHI() local
1089 const SCEVConstant *ConstStep = dyn_cast<SCEVConstant>(Step); in isInductionPHI()
[all …]
DScalarEvolutionExpander.cpp295 const SCEV *Step = A->getStepRecurrence(SE); in FactorOutConstant() local
296 const SCEV *StepRem = SE.getConstant(Step->getType(), 0); in FactorOutConstant()
297 if (!FactorOutConstant(Step, StepRem, Factor, SE, DL)) in FactorOutConstant()
304 S = SE.getAddRecExpr(Start, Step, A->getLoop(), in FactorOutConstant()
1133 const SCEV *Step = AR->getStepRecurrence(SE); in IsIncrementNSW() local
1134 const SCEV *OpAfterExtend = SE.getAddExpr(SE.getSignExtendExpr(Step, WideTy), in IsIncrementNSW()
1137 SE.getSignExtendExpr(SE.getAddExpr(AR, Step), WideTy); in IsIncrementNSW()
1147 const SCEV *Step = AR->getStepRecurrence(SE); in IsIncrementNUW() local
1148 const SCEV *OpAfterExtend = SE.getAddExpr(SE.getZeroExtendExpr(Step, WideTy), in IsIncrementNUW()
1151 SE.getZeroExtendExpr(SE.getAddExpr(AR, Step), WideTy); in IsIncrementNUW()
[all …]
/third_party/cef/tests/ceftests/
Ddraggable_regions_unittest.cc53 enum Step { enum in __anon6fe895950111::DraggableRegionsTestHandler
200 std::string GetURL(Step step) const { in GetURL()
222 Step step_ = kStepWithRegions;
/third_party/flutter/engine/flutter/lib/ui/painting/
Dimage_decoder.cc80 flow.Step(__FUNCTION__); in ResizeRasterImage()
117 flow.Step(__FUNCTION__); in ImageFromDecompressedData()
134 flow.Step(__FUNCTION__); in ImageFromCompressedData()
158 flow.Step(__FUNCTION__); in UploadRasterImage()
/third_party/mindspore/mindspore/lite/tools/dataset/cropper/
DREADME.md13 ## Step 1: Configure the cropper tool
25 ## Step 2: Crop the MindData lite package
61 Step 1:
67 Step 2:
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/TableGen/
DSetTheory.cpp180 int Step = 1; in apply() local
186 Step = II->getValue(); in apply()
216 Step *= From <= To ? 1 : -1; in apply()
218 if (Step > 0 && From > To) in apply()
220 else if (Step < 0 && From < To) in apply()
235 From += Step; in apply()

12345678910