Home
last modified time | relevance | path

Searched defs:step (Results 451 - 475 of 1211) sorted by relevance

1...<<11121314151617181920>>...49

/third_party/skia/third_party/externals/icu/source/common/
H A Dstringtriebuilder.cpp495 int32_t step=0; in markRightEdgesFirst() local
/third_party/python/Objects/
H A Dsliceobject.c114 PySlice_New(PyObject *start, PyObject *stop, PyObject *step) in PySlice_New() argument
171 PySlice_GetIndices(PyObject *_r, Py_ssize_t length, Py_ssize_t *start, Py_ssize_t *stop, Py_ssize_t *step) PySlice_GetIndices() argument
203 PySlice_Unpack(PyObject *_r, Py_ssize_t *start, Py_ssize_t *stop, Py_ssize_t *step) PySlice_Unpack() argument
249 PySlice_AdjustIndices(Py_ssize_t length, Py_ssize_t *start, Py_ssize_t *stop, Py_ssize_t step) PySlice_AdjustIndices() argument
293 PySlice_GetIndicesEx(PyObject *_r, Py_ssize_t length, Py_ssize_t *start, Py_ssize_t *stop, Py_ssize_t *step, Py_ssize_t *slicelength) PySlice_GetIndicesEx() argument
306 PyObject *start, *stop, *step; slice_new() local
386 PyObject *start=NULL, *stop=NULL, *step=NULL; _PySlice_GetLongIndices() local
527 PyObject *start, *stop, *step; slice_indices() local
[all...]
/third_party/skia/third_party/externals/abseil-cpp/absl/time/
H A Dduration_benchmark.cc149 absl::Duration step = absl::Milliseconds(1); in BM_Duration_Addition() local
158 absl::Duration step = absl::Milliseconds(1); in BM_Duration_Subtraction() local
/third_party/skia/third_party/externals/abseil-cpp/absl/base/
H A Dspinlock_test_common.cc185 const int64_t step = (1 << kProfileTimestampShift); in TEST() local
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/
H A Dcharconv_bigint.cc316 MultiplyStep(int original_size, const uint32_t* other_words, int other_size, int step) MultiplyStep() argument
/third_party/skia/experimental/graphite/src/
H A DDrawPass.cpp200 const RenderStep* const step = draw.fRenderer.steps()[stepIndex]; in Make() local
[all...]
/third_party/skia/modules/skparagraph/src/
H A DDecorations.cpp204 const int step = 2; in calculateAvoidanceWaves() local
[all...]
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fFragDepthTests.cpp409 int step = (int)deFloatFloor(d / depthStep); in iterate() local
/third_party/vk-gl-cts/framework/common/
H A DtcuVectorUtil.hpp71 inline float step (float edge, float x) { return (x < edge) ? 0.0f : 1.0f; } in step() function
81 inline double step (double edge, double x) { return (x < edge) ? 0.0 : 1.0; } in step() function
/third_party/vk-gl-cts/framework/randomshaders/
H A DrsgUtils.cpp221 const float step = 0.1f; in computeRandomValueRange() local
/third_party/zlib/contrib/testzlib/
H A Dtestzlib.c196 int step=0; in main() local
237 int step=0; in main() local
/third_party/zlib/test/
H A Dinfcover.c284 local void inf(char *hex, char *what, unsigned step, int win, unsigned len, in inf() argument
/base/powermgr/battery_statistics/services/native/src/
H A Dcpu_time_reader.cpp250 uint32_t step = 2; in ReadPolicy() local
413 int32_t step = 2; in DistributeFreqTime() local
/base/security/device_auth/services/session_manager/src/session/v1/compatible_auth_sub_session/
H A Dcompatible_auth_sub_session_common.c306 int32_t step = ERR_MSG; in AddInfoToErrorData() local
/base/telephony/core_service/test/unittest/core_service_gtest/
H A Dvcard_test.cpp1448 size_t step = 10; in HWTEST_F() local
/base/telephony/core_service/services/sim/src/
H A Dusim_dialling_numbers_service.cpp357 std::unique_ptr<int> step = std::make_unique<int>(NEXT); in NextStep() local
/foundation/ability/idl_tool/util/
H A Dstring.cpp539 int step = strlen(target); in Replace() local
563 int step = target.GetLength(); in Replace() local
/foundation/arkui/ace_engine/frameworks/core/components/text/
H A Drosen_render_text.cpp304 Dimension step = ADAPT_UNIT; in AdaptMinTextSize() local
/foundation/arkui/ace_engine/test/unittest/core/pattern/grid/
H A Dgrid_common_test_ng.cpp75 AssertionResult GridCommonTestNg::IsEqualNextFocusNode(FocusStep step, int32_t currentIndex, int32_t expectNextIndex) in IsEqualNextFocusNode() argument
/foundation/arkui/ace_engine/test/unittest/core/event/
H A Dfocus_hub_test_ng_for_property_config.cpp423 FocusStep step = FocusStep::UP; in HWTEST_F() local
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_drag/
H A Dtext_drag_pattern.cpp269 size_t step = 2; in CalculateLineAndArc() local
314 size_t step = 2; in CalculateLine() local
/foundation/arkui/ui_lite/test/uitest/test_view_zindex/
H A Dui_test_view_zindex.cpp215 int16_t step = 2; in Callback() local
/foundation/barrierfree/accessibility/services/aams/src/
H A Daccessibility_screen_touch.cpp266 uint32_t step = CIRCLE_ANGLE / times; in DrawCircleProgress() local
/foundation/graphic/graphic_3d/kits/js/src/
H A DNodeImpl.cpp583 BASE_NS::string_view step = path.substr(0, pos); in recurse_children() local
/kernel/linux/linux-5.10/drivers/crypto/qce/
H A Dcommon.c428 void qce_get_version(struct qce_device *qce, u32 *major, u32 *minor, u32 *step) in qce_get_version() argument

Completed in 23 milliseconds

1...<<11121314151617181920>>...49