Home
last modified time | relevance | path

Searched defs:steps (Results 1 – 25 of 80) sorted by relevance

1234

/third_party/libphonenumber/
Drun-java-demo.md14 ### Install Google App Engine
21 ### Check out the demo code
33 ### Get the phone number library jars
49 ### Run the demo code
/third_party/glslang/
DREADME.md114 #### 1) Check-Out this project
121 #### 2) Check-Out External Projects
136 #### 3) Configure
173 #### 4) Build and Install
/third_party/skia/src/gpu/
DGrColorSpaceXform.h24 GrColorSpaceXform(const SkColorSpaceXformSteps& steps) : fSteps(steps) {} in GrColorSpaceXform()
31 const SkColorSpaceXformSteps& steps() const { return fSteps; } in steps() function
/third_party/skia/src/core/
DSkConvertPixels.cpp19 const SkColorSpaceXformSteps& steps) { in rect_memcpy()
36 const SkColorSpaceXformSteps& steps) { in swizzle_or_premul()
208 const SkColorSpaceXformSteps& steps) { in convert_with_pipeline()
234 SkColorSpaceXformSteps steps{srcInfo.colorSpace(), srcInfo.alphaType(), in SkConvertPixels() local
/third_party/skia/experimental/graphite/src/
DRenderer.h93 SkSpan<const RenderStep* const> steps() const { in steps() function
118 Renderer(const char* name, std::array<const RenderStep*, N> steps) in Renderer()
/third_party/typescript/tests/cases/compiler/
DtrivialSubtypeReductionNoStructuralCheck.ts6 get steps() { method in Wizard
DtrivialSubtypeReductionNoStructuralCheck2.ts6 get steps() { method in Wizard
/third_party/typescript/tests/baselines/reference/
DtrivialSubtypeReductionNoStructuralCheck2.js4 get steps() { getter in Wizard
DtrivialSubtypeReductionNoStructuralCheck.js4 get steps() { getter in Wizard
/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
799 gint steps = GPOINTER_TO_INT (new_state->test_data); in test_play_stream_switch_audio_cb() local
862 gint steps = GPOINTER_TO_INT (new_state->test_data); in test_play_stream_switch_subtitle_cb() local
924 gint steps = GPOINTER_TO_INT (new_state->test_data); in test_play_error_invalid_external_suburi_cb() local
991 gint steps = GPOINTER_TO_INT (new_state->test_data); in test_play_external_suburi_cb() local
1059 gint steps = GPOINTER_TO_INT (new_state->test_data) & 0xf; in test_play_rate_cb() local
1407 gint steps = GPOINTER_TO_INT (new_state->test_data); in test_play_position_update_interval_cb() local
1495 gint steps = GPOINTER_TO_INT (new_state->test_data); in test_restart_cb() local
1512 gint steps = GPOINTER_TO_INT (new_state->test_data); in test_restart_cb2() local
/third_party/libunwind/tests/
DLtest-init-local-signal.c13 int steps = 0; in stepper() local
DLtest-mem-validate.c62 int steps = 0; in do_backtrace() local
/third_party/ffmpeg/libavfilter/
Dvf_gblur.c66 static void horiz_slice_c(float *buffer, int width, int height, int steps, in horiz_slice_c()
97 const int steps = s->steps; in filter_horizontally() local
108 int column_begin, int column_end, int steps, in do_vertical_columns()
150 const int steps = s->steps; in filter_vertically() local
267 static void set_params(float sigma, int steps, float *postscale, float *boundaryscale, float *nu) in set_params()
Dgblur.h37 int steps; member
/third_party/skia/tests/
DNonlinearBlendingTest.cpp39 SkColorSpaceXformSteps steps(srgb.get(), kUnpremul_SkAlphaType, in DEF_TEST() local
DSkColorSpaceXformStepsTest.cpp135 SkColorSpaceXformSteps steps{t.src.get(), t.srcAT, in DEF_TEST() local
DSRGBTest.cpp56 SkColorSpaceXformSteps steps {linear.get(),upm, sRGB.get(),upm}; in DEF_TEST() local
/third_party/ffmpeg/tests/checkasm/
Dvf_gblur.c39 int steps = 2; in check_horiz_slice() local
/third_party/libsnd/src/
Dima_oki_adpcm.h33 int const * steps ; member
/third_party/libwebsockets/lib/drivers/led/
Dled-seq.c156 int steps; in lws_led_set_chs_seq() local
/third_party/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_debug.h71 steps = 1 << 17, enumerator
/third_party/skia/samplecode/
DSamplePathEffects.cpp82 int steps = 20; in onOnceBeforeDraw() local
/third_party/skia/third_party/externals/dawn/scripts/
Dperf_test_runner.py132 steps = get_results("steps", ["--calibration"])[0] variable
/third_party/vk-gl-cts/scripts/
Dcheck_build_sanity.py133 def runSteps (steps): argument
278 name, steps = getAllRecipe(RECIPES) if args.recipe == "all" \ variable
/third_party/icu/icu4j/main/tests/charset/src/com/ibm/icu/dev/test/charset/
DTestConversion.java312 String steps[][] = { { "0", "bulk" }, // must be first for offsets to be checked in FromUnicodeCase() local
595 String steps[][] = { { "0", "bulk" }, // must be first for offsets to be checked in ToUnicodeCase() local

1234