Home
last modified time | relevance | path

Searched full:steps (Results 1 – 25 of 2983) sorted by relevance

12345678910>>...120

/third_party/flutter/flutter/packages/flutter/lib/src/material/
Dstepper.dart19 // * mobile horizontal mode with adding/removing steps
49 /// A vertical layout of the steps with their content in-between the titles.
52 /// A horizontal layout of the steps with their content below the titles.
107 /// and whether steps are interactive.
115 /// steps. Steppers are particularly useful in the case of forms where one step
116 /// requires the completion of another one, or where multiple steps need to be
128 /// Creates a stepper from a list of steps.
130 /// This widget is not meant to be rebuilt with a different list of steps
134 /// The [steps], [type], and [currentStep] arguments must not be null.
137 @required this.steps,
[all …]
/third_party/fsverity-utils/.github/workflows/
Dci.yml15 steps:
22 steps:
29 steps:
36 steps:
43 steps:
50 steps:
57 steps:
64 steps:
75 steps:
87 steps:
[all …]
/third_party/python/Lib/
Dpipes.py8 conversion involves several steps (e.g. piping it through compress or
9 uuencode). Some of the conversion steps may require that their input
15 more conversion steps together. It will take care of creating and
22 different conversion steps and store them in a dictionary, for
92 return '<Template instance, steps=%r>' % (self.steps,)
96 self.steps = []
102 t.steps = self.steps[:]
118 if self.steps and self.steps[-1][1] == SINK:
124 self.steps.append((cmd, kind))
134 if self.steps and self.steps[0][1] == SOURCE:
[all …]
/third_party/skia/site/docs/user/
Dcolor.md22 All color managed drawing is divided into six parts, three steps connecting the
23 source colors to that XYZ D50 space, then three symmetric steps connecting back
24 from XYZ D50 to the destination color space. Some of these steps can
27 the same. Here are the steps:
29 Color management steps
42 type called SkColorSpaceXformSteps. You'll see it as 5 steps there: we always
48 Whenever we're about to do some drawing we look at which of those steps we
66 whichever lets us skip more steps.
70 with that same color space, we'll notice we can skip all six steps. Sometimes
71 fewer steps are needed, sometimes more. In general if you need to do a gamut
[all …]
/third_party/openssl/.github/workflows/
Dci.yml27 steps:
46 steps:
64 steps:
73 steps:
86 steps:
97 steps:
108 steps:
122 steps:
133 steps:
144 steps:
[all …]
/third_party/skia/src/gpu/
DGrColorSpaceXform.h24 GrColorSpaceXform(const SkColorSpaceXformSteps& steps) : fSteps(steps) {} in GrColorSpaceXform() argument
31 const SkColorSpaceXformSteps& steps() const { return fSteps; } in steps() function
38 // Code generation depends on which steps we apply, in XformKey()
42 const SkColorSpaceXformSteps& steps(xform->fSteps); in XformKey()
43 uint32_t key = steps.flags.mask(); in XformKey()
44 if (steps.flags.linearize) { in XformKey()
45 key |= classify_transfer_fn(steps.srcTF) << 8; in XformKey()
47 if (steps.flags.encode) { in XformKey()
48 key |= classify_transfer_fn(steps.dstTFInv) << 16; in XformKey()
/third_party/flutter/skia/src/core/
DSkConvertPixels.cpp19 const SkColorSpaceXformSteps& steps) { in rect_memcpy() argument
25 && steps.flags.mask() != 0b00000) { in rect_memcpy()
36 const SkColorSpaceXformSteps& steps) { in swizzle_or_premul() argument
42 steps.flags.linearize || in swizzle_or_premul()
43 steps.flags.gamut_transform || in swizzle_or_premul()
44 steps.flags.unpremul || in swizzle_or_premul()
45 steps.flags.encode) { in swizzle_or_premul()
53 if (steps.flags.premul) { in swizzle_or_premul()
166 const SkColorSpaceXformSteps& steps) { in convert_with_pipeline() argument
173 steps.apply(&pipeline, srcInfo.colorType()); in convert_with_pipeline()
[all …]
/third_party/rust/crates/serde/.github/workflows/
Dci.yml15 steps:
23 steps:
35 steps:
52 steps:
66 steps:
75 key: cargo-registry-index-${{steps.date.outputs.yearmo}}
87 steps:
102 steps:
115 steps:
125 steps:
[all …]
/third_party/libxml2/
Dpattern.c102 int nbStep; /* number of steps in the automata */
103 int maxStep; /* allocated number of steps */
104 xmlStreamStepPtr steps; /* the array of steps */ member
172 xmlStepOpPtr steps; /* ops for computation */ member
214 cur->steps = (xmlStepOpPtr) xmlMalloc(cur->maxStep * sizeof(xmlStepOp)); in xmlNewPattern()
215 if (cur->steps == NULL) { in xmlNewPattern()
246 if (comp->steps != NULL) { in xmlFreePatternInternal()
249 op = &comp->steps[i]; in xmlFreePatternInternal()
256 xmlFree(comp->steps); in xmlFreePatternInternal()
356 temp = (xmlStepOpPtr) xmlRealloc(comp->steps, comp->maxStep * 2 * in xmlPatternAdd()
[all …]
/third_party/mesa3d/src/gallium/drivers/radeonsi/ci/
Dtraces-radeonsi.yml69 - path: glmark2/conditionals:vertex-steps=0:fragment-steps=0-v2.trace
73 - path: glmark2/conditionals:vertex-steps=0:fragment-steps=5-v2.trace
77 - path: glmark2/conditionals:vertex-steps=5:fragment-steps=0-v2.trace
93 - path: glmark2/function:fragment-steps=5:fragment-complexity=low-v2.trace
97 - path: glmark2/function:fragment-steps=5:fragment-complexity=medium-v2.trace
113 - path: glmark2/loop:vertex-steps=5:fragment-steps=5:fragment-loop=false-v2.trace
117 - path: glmark2/loop:vertex-steps=5:fragment-steps=5:fragment-uniform=false-v2.trace
121 - path: glmark2/loop:vertex-steps=5:fragment-steps=5:fragment-uniform=true-v2.trace
/third_party/skia/third_party/externals/harfbuzz/.circleci/
Dconfig.yml19 steps:
32 steps:
47 steps:
57 steps:
68 steps:
79 steps:
94 steps:
105 steps:
116 steps:
128 steps:
[all …]
/third_party/ffmpeg/libavfilter/
Dvf_gblur.c44 …{ "steps", "set number of steps", OFFSET(steps), AV_OPT_TYPE_INT, {.i64=1}, 1, 6, FLAG…
66 static void horiz_slice_c(float *buffer, int width, int height, int steps, in horiz_slice_c() argument
72 for (step = 0; step < steps; step++) { in horiz_slice_c()
97 const int steps = s->steps; in filter_horizontally() local
102 steps, nu, boundaryscale); in filter_horizontally()
108 int column_begin, int column_end, int steps, in do_vertical_columns() argument
115 for (step = 0; step < steps; step++) { in do_vertical_columns()
150 const int steps = s->steps; in filter_vertically() local
158 steps, nu, boundaryscale, 8); in filter_vertically()
162 steps, nu, boundaryscale, 1); in filter_vertically()
[all …]
/third_party/PyYAML/.github/workflows/
Dci.yaml18 steps:
84 steps:
94 if: steps.cached_libyaml.outputs.cache-hit != 'true'
105 if: steps.cached_libyaml.outputs.cache-hit != 'true'
138 steps:
150 if: steps.cached_libyaml.outputs.cache-hit != 'true'
184 steps:
194 if: steps.cached_libyaml.outputs.cache-hit != 'true'
202 if: steps.cached_libyaml.outputs.cache-hit != 'true'
220 steps:
[all …]
/third_party/skia/experimental/graphite/src/
DRenderer.h50 // - Does Renderer make RenderStepFactories that create steps for each DrawList::Draw?
53 // - Does each DrawList::Draw have extra space (e.g. 8 bytes) that steps can cache data in?
69 * determination of the DisjointStencilIndex for each draw so that stencil steps are not corrupted
71 * for each draw to ensure steps are not re-arranged in a way that violates the original draw order.
75 * possible for certain types of steps, e.g. a bounding box cover, to be re-used across different
76 * Renderers even if the preceeding steps were different.
90 // The maximum number of render steps that any Renderer is allowed to have.
93 SkSpan<const RenderStep* const> steps() const { in steps() function
103 // max render steps is 4, so just spell the options out for now...
118 Renderer(const char* name, std::array<const RenderStep*, N> steps) in Renderer() argument
[all …]
/third_party/skia/third_party/externals/opengl-registry/extensions/AMD/
DAMD_shader_atomic_counter_ops.txt81 … These two steps are done atomically with respect to the atomic
89 … These two steps are done atomically with respect to the atomic
95 …) These two steps are done atomically with respect to the atom…
101 …) These two steps are done atomically with respect to the atom…
109 … These two steps are done atomically with respect to the atomic
116 … These two steps are done atomically with respect to the atomic
123 … These two steps are done atomically with respect to the atomic
130 … These two steps are done atomically with respect to the atomic
137 … These two steps are done atomically with respect to the atomic
144 … These two steps are done atomically with respect to the atomic
[all …]
/third_party/skia/src/core/
DSkConvertPixels.cpp19 const SkColorSpaceXformSteps& steps) { in rect_memcpy() argument
25 && steps.flags.mask() != 0b00000) { in rect_memcpy()
36 const SkColorSpaceXformSteps& steps) { in swizzle_or_premul() argument
42 steps.flags.linearize || in swizzle_or_premul()
43 steps.flags.gamut_transform || in swizzle_or_premul()
44 steps.flags.unpremul || in swizzle_or_premul()
45 steps.flags.encode) { in swizzle_or_premul()
53 if (steps.flags.premul) { in swizzle_or_premul()
208 const SkColorSpaceXformSteps& steps) { in convert_with_pipeline() argument
214 steps.apply(&pipeline); in convert_with_pipeline()
[all …]
/third_party/openGLES/extensions/AMD/
DAMD_shader_atomic_counter_ops.txt81 … These two steps are done atomically with respect to the atomic
89 … These two steps are done atomically with respect to the atomic
95 …) These two steps are done atomically with respect to the atom…
101 …) These two steps are done atomically with respect to the atom…
109 … These two steps are done atomically with respect to the atomic
116 … These two steps are done atomically with respect to the atomic
123 … These two steps are done atomically with respect to the atomic
130 … These two steps are done atomically with respect to the atomic
137 … These two steps are done atomically with respect to the atomic
144 … These two steps are done atomically with respect to the atomic
[all …]
/third_party/gstreamer/gstplugins_bad/tests/check/libs/
Dplay.c735 gint steps = GPOINTER_TO_INT (new_state->test_data) & 0xf; in test_play_stream_disable_cb() local
738 if (new_state->state == GST_PLAY_STATE_PLAYING && !steps) { in test_play_stream_disable_cb()
739 new_state->test_data = GINT_TO_POINTER (0x10 + steps + 1); in test_play_stream_disable_cb()
747 new_state->test_data = GINT_TO_POINTER (0x20 + steps + 1); in test_play_stream_disable_cb()
755 new_state->test_data = GINT_TO_POINTER (0x30 + steps + 1); in test_play_stream_disable_cb()
799 gint steps = GPOINTER_TO_INT (new_state->test_data); in test_play_stream_switch_audio_cb() local
801 if (new_state->state == GST_PLAY_STATE_PLAYING && !steps) { in test_play_stream_switch_audio_cb()
804 new_state->test_data = GINT_TO_POINTER (steps + 1); in test_play_stream_switch_audio_cb()
808 } else if (steps && change == STATE_CHANGE_POSITION_UPDATED) { in test_play_stream_switch_audio_cb()
818 new_state->test_data = GINT_TO_POINTER (steps + 1); in test_play_stream_switch_audio_cb()
[all …]
/third_party/rust/crates/syn/.github/workflows/
Dci.yml19 steps:
48 steps:
77 steps:
91 steps:
101 steps:
111 steps:
121 steps:
131 steps:
143 steps:
155 steps:
/third_party/vk-gl-cts/external/openglcts/modules/common/
DglcCompressedFormatTests.cpp448 vector<ApiCaseStep> steps; member
521 { // vector<ApiCaseStep> steps;
552 { // vector<ApiCaseStep> steps;
561 [](deqp::Context&, vector<ApiCaseStep>& steps) // ApiCaseStepGeneratorFn stepsGenerator;
563 steps.push_back( in __anon220211700702()
573 steps.push_back( in __anon220211700702()
581 steps.push_back( in __anon220211700702()
610 { // vector<ApiCaseStep> steps;
634 {}, // vector<ApiCaseStep> steps;
635 …[](deqp::Context& testContext, vector<ApiCaseStep>& steps) // ApiCaseStepGeneratorFn stepsGene…
[all …]
/third_party/mesa3d/src/panfrost/ci/
Dtraces-panfrost.yml91 - path: glmark2/conditionals:vertex-steps=0:fragment-steps=0-v2.trace
96 - path: glmark2/conditionals:vertex-steps=0:fragment-steps=5-v2.trace
101 - path: glmark2/conditionals:vertex-steps=5:fragment-steps=0-v2.trace
118 - path: glmark2/function:fragment-steps=5:fragment-complexity=low-v2.trace
123 - path: glmark2/function:fragment-steps=5:fragment-complexity=medium-v2.trace
140 - path: glmark2/loop:vertex-steps=5:fragment-steps=5:fragment-loop=false-v2.trace
145 - path: glmark2/loop:vertex-steps=5:fragment-steps=5:fragment-uniform=false-v2.trace
150 - path: glmark2/loop:vertex-steps=5:fragment-steps=5:fragment-uniform=true-v2.trace
/third_party/mesa3d/src/gallium/drivers/virgl/ci/
Dtraces-virgl.yml61 - path: glmark2/conditionals:vertex-steps=0:fragment-steps=0-v2.trace
65 - path: glmark2/conditionals:vertex-steps=0:fragment-steps=5-v2.trace
69 - path: glmark2/conditionals:vertex-steps=5:fragment-steps=0-v2.trace
85 - path: glmark2/function:fragment-steps=5:fragment-complexity=low-v2.trace
89 - path: glmark2/function:fragment-steps=5:fragment-complexity=medium-v2.trace
105 - path: glmark2/loop:vertex-steps=5:fragment-steps=5:fragment-loop=false-v2.trace
109 - path: glmark2/loop:vertex-steps=5:fragment-steps=5:fragment-uniform=false-v2.trace
113 - path: glmark2/loop:vertex-steps=5:fragment-steps=5:fragment-uniform=true-v2.trace
Dtraces-virgl-iris.yml62 - path: glmark2/conditionals:vertex-steps=0:fragment-steps=0-v2.trace
66 - path: glmark2/conditionals:vertex-steps=0:fragment-steps=5-v2.trace
70 - path: glmark2/conditionals:vertex-steps=5:fragment-steps=0-v2.trace
86 - path: glmark2/function:fragment-steps=5:fragment-complexity=low-v2.trace
90 - path: glmark2/function:fragment-steps=5:fragment-complexity=medium-v2.trace
106 - path: glmark2/loop:vertex-steps=5:fragment-steps=5:fragment-loop=false-v2.trace
110 - path: glmark2/loop:vertex-steps=5:fragment-steps=5:fragment-uniform=false-v2.trace
114 - path: glmark2/loop:vertex-steps=5:fragment-steps=5:fragment-uniform=true-v2.trace
/third_party/flutter/skia/third_party/externals/angle2/src/tests/perf_tests/
Dglmark2Benchmark.cpp69 {"conditionals:fragment-steps=0:vertex-steps=0", "conditionals"},
70 {"conditionals:fragment-steps=5:vertex-steps=0", "conditionals_fragment"},
71 {"conditionals:fragment-steps=0:vertex-steps=5", "conditionals_vertex"},
72 {"function:fragment-complexity=low:fragment-steps=5", "function"},
73 {"function:fragment-complexity=medium:fragment-steps=5", "function_complex"},
74 {"loop:fragment-loop=false:fragment-steps=5:vertex-steps=5", "loop_no_fsloop"},
75 {"loop:fragment-steps=5:fragment-uniform=false:vertex-steps=5", "loop_no_uniform"},
76 {"loop:fragment-steps=5:fragment-uniform=true:vertex-steps=5", "loop"},
/third_party/flutter/flutter/packages/flutter/test/material/
Dstepper_test.dart20 steps: const <Step>[
50 steps: const <Step>[
81 steps: const <Step>[
118 steps: const <Step>[
143 steps: const <Step>[
167 steps: const <Step>[
201 steps: const <Step>[
239 steps: const <Step>[
270 steps: const <Step>[
307 steps: const <Step>[
[all …]

12345678910>>...120