/third_party/python/Lib/ |
H A D | pipes.py | 8 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 95 return '<Template instance, steps=%r>' % (self.steps,) 99 self.steps = [] 105 t.steps = self.steps[:] 121 if self.steps an [all...] |
/third_party/node/deps/npm/node_modules/@npmcli/package-json/lib/ |
H A D | normalize.js | 91 const normalize = async (pkg, { strict, steps, root, changes, allowLegacyCase }) => { 100 if (steps.includes('fixNameField') || steps.includes('normalizeData')) { 126 if (steps.includes('fixVersionField') || steps.includes('normalizeData')) { 144 if (steps.includes('_attributes')) { 154 if (steps.includes('_id')) { 163 if (steps.includes('bundledDependencies')) { 171 if (steps.includes('bundleDependencies')) { 173 if (bd === false && !steps [all...] |
/third_party/skia/src/gpu/ |
H A D | GrColorSpaceXform.h | 24 GrColorSpaceXform(const SkColorSpaceXformSteps& steps) : fSteps(steps) {} in GrColorSpaceXform() argument 31 const SkColorSpaceXformSteps& steps() const { return fSteps; } in steps() function in GrColorSpaceXform 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 in XformKey() [all...] |
/third_party/ffmpeg/tests/checkasm/ |
H A D | vf_gblur.c | 39 int steps = 2; in check_horiz_slice() local 43 declare_func(void, float *dst, int w, int h, int steps, float nu, float bscale, float *localbuf); in check_horiz_slice() 44 call_ref(dst_ref, WIDTH, HEIGHT, steps, nu, bscale, localbuf); in check_horiz_slice() 45 call_new(dst_new, WIDTH, HEIGHT, steps, nu, bscale, localbuf); in check_horiz_slice() 54 int steps = 2; in check_verti_slice() local 59 int column_end, int steps, float nu, float bscale); in check_verti_slice() 60 call_ref(dst_ref, WIDTH, HEIGHT, 0, WIDTH, steps, nu, bscale); in check_verti_slice() 61 call_new(dst_new, WIDTH, HEIGHT, 0, WIDTH, steps, nu, bscale); in check_verti_slice()
|
/third_party/skia/src/core/ |
H A D | SkConvertPixels.cpp | 19 const SkColorSpaceXformSteps& steps) { in rect_memcpy() 25 && steps.flags.mask() != 0b00000) { in rect_memcpy() 36 const SkColorSpaceXformSteps& steps) { in swizzle_or_premul() 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() 214 steps in convert_with_pipeline() 17 rect_memcpy(const SkImageInfo& dstInfo, void* dstPixels, size_t dstRB, const SkImageInfo& srcInfo, const void* srcPixels, size_t srcRB, const SkColorSpaceXformSteps& steps) rect_memcpy() argument 34 swizzle_or_premul(const SkImageInfo& dstInfo, void* dstPixels, size_t dstRB, const SkImageInfo& srcInfo, const void* srcPixels, size_t srcRB, const SkColorSpaceXformSteps& steps) swizzle_or_premul() argument 206 convert_with_pipeline(const SkImageInfo& dstInfo, void* dstRow, int dstStride, const SkImageInfo& srcInfo, const void* srcRow, int srcStride, const SkColorSpaceXformSteps& steps) convert_with_pipeline() argument [all...] |
/third_party/ffmpeg/libavfilter/ |
H A D | vf_gblur_init.h | 45 static void horiz_slice_c(float *buffer, int width, int height, int steps, in horiz_slice_c() argument 50 for (int step = 0; step < steps; step++) { in horiz_slice_c() 67 int column_begin, int column_end, int steps, in do_vertical_columns() 73 for (int step = 0; step < steps; step++) { in do_vertical_columns() 100 int slice_start, int slice_end, int steps, in verti_slice_c() 106 steps, nu, boundaryscale, 8); in verti_slice_c() 109 steps, nu, boundaryscale, 1); in verti_slice_c() 66 do_vertical_columns(float *buffer, int width, int height, int column_begin, int column_end, int steps, float nu, float boundaryscale, int column_step) do_vertical_columns() argument 99 verti_slice_c(float *buffer, int width, int height, int slice_start, int slice_end, int steps, float nu, float boundaryscale) verti_slice_c() argument
|
H A D | vf_gblur.c | 45 { "steps", "set number of steps", OFFSET(steps), AV_OPT_TYPE_INT, {.i64=1}, 1, 6, FLAGS }, 67 const int steps = s->steps; in filter_horizontally() local 76 steps, nu, boundaryscale, localbuf); in filter_horizontally() 90 const int steps = s->steps; in filter_vertically() local 95 steps, nu, boundaryscale); in filter_vertically() 128 if (s->sigma <= 0 || s->steps < in gaussianiir2d() 201 set_params(float sigma, int steps, float *postscale, float *boundaryscale, float *nu) set_params() argument [all...] |
H A D | gblur.h | 37 int steps; member 54 void (*horiz_slice)(float *buffer, int width, int height, int steps, float nu, float bscale, float *localbuf); 55 void (*verti_slice)(float *buffer, int width, int height, int slice_start, int slice_end, int steps,
|
/third_party/vk-gl-cts/external/openglcts/modules/common/ |
H A D | glcCompressedFormatTests.cpp | 448 vector<ApiCaseStep> steps; member 521 { // vector<ApiCaseStep> steps; 552 { // vector<ApiCaseStep> steps; 561 [](deqp::Context&, vector<ApiCaseStep>& steps) // ApiCaseStepGeneratorFn stepsGenerator; 563 steps.push_back( 573 steps.push_back( 581 steps.push_back( 610 { // vector<ApiCaseStep> steps; 634 {}, // vector<ApiCaseStep> steps; 635 [](deqp::Context& testContext, vector<ApiCaseStep>& steps) // ApiCaseStepGeneratorF [all...] |
H A D | glcFramebufferCompleteness.cpp | 274 /* Tests are defined as ordered series of steps that each expect a specific current framebuffer status 275 after being executed. A new TestContext instance (parameter) is created for each test but all steps 277 between steps. */ 604 [](vector<TestStep>& steps, TestContext& testContext) // StepsGeneratorFn stepsGenerator 610 steps.reserve(steps.size() + 2 * maxColorAttachmentsCount); 613 steps.push_back( 622 steps.push_back( 642 [](vector<TestStep>& steps, TestContext& testContext) // StepsGeneratorFn stepsGenerator 648 steps 1357 auto steps = vector<TestStep>(m_params.initialSteps); iterate() local [all...] |
/third_party/ffmpeg/libavfilter/x86/ |
H A D | vf_gblur_init.c | 27 void ff_horiz_slice_sse4(float *ptr, int width, int height, int steps, float nu, float bscale, float *localbuf); 28 void ff_horiz_slice_avx2(float *ptr, int width, int height, int steps, float nu, float bscale, float *localbuf); 29 void ff_horiz_slice_avx512(float *ptr, int width, int height, int steps, float nu, float bscale, float *localbuf); 36 int steps, float nu, float bscale); 38 int steps, float nu, float bscale);
|
/third_party/libunwind/libunwind/tests/ |
H A D | Ltest-mem-validate.c | 52 (steps > 5) before touching the forbidden region in the stack, in do_backtrace() 62 int steps = 0; in do_backtrace() local 79 steps ++; in do_backtrace() 83 if (steps < 5) in do_backtrace() 85 printf("not enough steps: %d, need 5\n", steps); in do_backtrace() 88 printf("success, steps: %d\n", steps); in do_backtrace()
|
H A D | Ltest-init-local-signal.c | 13 int steps = 0; in stepper() local 21 steps++; in stepper() 23 return steps; in stepper() 44 printf("unw_getcontext steps was %i, ucontext steps was %i, should be %i\n", in handler()
|
/third_party/vk-gl-cts/scripts/ |
H A D | check_build_sanity.py | 133 def runSteps (steps): 134 for step in steps: 230 for name, steps in recipes: 231 allSteps += steps 239 for curName, steps in recipes: 241 return (curName, steps) 286 for name, steps in RECIPES: 287 for step in steps: 292 name, steps = getAllRecipe(RECIPES) if args.recipe == "all" \ 297 allSteps = (PREREQUISITES if (args.skipPrerequisites == False) else []) + steps [all...] |
/third_party/rust/crates/regex/tests/ |
H A D | searcher.rs | 5 ($name:ident, $re:expr, $haystack:expr, $($steps:expr,)*) => ( 6 searcher!($name, $re, $haystack, vec vec![$($steps),*]); 8 ($name:ident, $re:expr, $haystack:expr, $($steps:expr),*) => ( 9 searcher!($name, $re, $haystack, vec vec![$($steps),*]);
|
/third_party/skia/tests/ |
H A D | SkColorSpaceXformStepsTest.cpp | 67 // As in the general case, when we change the alpha type unpremul and premul steps drop out. in DEF_TEST() 135 SkColorSpaceXformSteps steps{t.src.get(), t.srcAT, in DEF_TEST() 137 REPORTER_ASSERT(r, steps.flags.unpremul == t.unpremul); in DEF_TEST() 138 REPORTER_ASSERT(r, steps.flags.linearize == t.linearize); in DEF_TEST() 139 REPORTER_ASSERT(r, steps.flags.gamut_transform == t.gamut_transform); in DEF_TEST() 140 REPORTER_ASSERT(r, steps.flags.encode == t.encode); in DEF_TEST() 141 REPORTER_ASSERT(r, steps.flags.premul == t.premul); in DEF_TEST()
|
/third_party/libwebsockets/lib/drivers/led/ |
H A D | led-seq.c | 156 int steps; in lws_led_set_chs_seq() local 167 * 65536 phase steps (one cycle) in 2000ms at 30Hz timer rate means we in lws_led_set_chs_seq() 172 steps = def->ms / LWS_LED_SEQUENCER_UPDATE_INTERVAL_MS; in lws_led_set_chs_seq() 174 def->ledphase_total : LWS_LED_FUNC_PHASE) / (steps ? steps : 1); in lws_led_set_chs_seq() 182 return steps; in lws_led_set_chs_seq()
|
/third_party/ffmpeg/libavcodec/ |
H A D | opusenc_psy.c | 78 /* Populate metrics without taking into consideration neighbouring steps */ 82 OpusPsyStep *st = s->steps[index]; in step_collect_psy_metrics() 173 c_change += s->steps[i]->total_change; in search_for_change_points() 189 if (!s->steps[silent_frames]->silence) in flush_silent_frames() 216 if (s->steps[0]->silence && flush_silent_frames(s)) in psy_output_groups() 239 total_energy_change += s->steps[i]->total_change; in ff_opus_psy_process() 266 silence &= s->steps[index*(1 << f->size) + i]->silence; in ff_opus_psy_celt_frame_init() 458 OpusPsyStep **start = &s->steps[index * (1 << s->p.framesize)]; in ff_opus_psy_celt_frame_process() 487 memset(s->steps[i], 0, sizeof(OpusPsyStep)); in ff_opus_psy_postencode_update() 490 tmp[i] = s->steps[ in ff_opus_psy_postencode_update() [all...] |
/third_party/skia/samplecode/ |
H A D | SamplePathEffects.cpp | 82 int steps = 20; variable 88 for (int i = 0; i < steps; i++) { 89 x += dist/steps; 91 if (i == steps/2) {
|
/third_party/vk-gl-cts/scripts/android/ |
H A D | build_apk.py | 393 def executeSteps (config, steps): 394 for step in steps: 857 steps = [] 863 steps += [BuildNativeLibrary(abi)] 868 steps.append(GenResourcesSrc(library)) 869 steps.append(BuildJavaSource(library)) 873 steps.append(GenResourcesSrc(package)) 874 steps.append(BuildJavaSource(package, libraries)) 875 steps.append(BuildDex(package, libraries)) 878 steps [all...] |
/third_party/backends/backend/genesys/ |
H A D | motor.cpp | 33 // first two steps are always equal to the initial speed in get_table_step_shifted() 44 float compute_acceleration_for_steps(unsigned initial_w, unsigned max_w, unsigned steps) in compute_acceleration_for_steps() argument 48 return (max_speed_v * max_speed_v - initial_speed_v * initial_speed_v) / (2 * steps); in compute_acceleration_for_steps() 53 unsigned steps) in create_from_steps() 58 slope.acceleration = compute_acceleration_for_steps(initial_w, max_w, steps); in create_from_steps() 65 throw SaneException("Invalid steps count"); in slice_steps() 52 create_from_steps(unsigned initial_w, unsigned max_w, unsigned steps) create_from_steps() argument
|
/third_party/skia/third_party/externals/dawn/scripts/ |
H A D | perf_test_runner.py | 131 # Calibrate the number of steps 132 steps = get_results("steps", ["--calibration"])[0] variable 133 print("running with %d steps." % steps) 137 experiment_scores = get_results(metric, ["--override-steps", str(steps)])
|
/third_party/skia/experimental/graphite/src/ |
H A D | DrawList.cpp | 94 return fRenderer.steps()[renderStep]->requiredVertexSpace(fShape); in requiredVertexSpace() 99 return fRenderer.steps()[renderStep]->requiredIndexSpace(fShape); in requiredIndexSpace() 106 fRenderer.steps()[renderStep]->writeVertices(std::move(vertexWriter), in writeVertices()
|
H A D | Renderer.h | 50 // - 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 in skgpu::Renderer 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/glfw/examples/ |
H A D | splitview.c | 153 static void drawGrid(float scale, int steps) in drawGrid() argument 183 x = scale * 0.5f * (float) (steps - 1); in drawGrid() 184 y = -scale * 0.5f * (float) (steps - 1); in drawGrid() 185 for (i = 0; i < steps; i++) in drawGrid() 193 x = -scale * 0.5f * (float) (steps - 1); in drawGrid() 194 y = scale * 0.5f * (float) (steps - 1); in drawGrid() 195 for (i = 0; i < steps; i++) in drawGrid()
|