| /third_party/skia/third_party/externals/icu/source/common/ |
| H A D | utrie.cpp | 562 _findSameDataBlock(const uint32_t *data, int32_t dataLength, int32_t otherBlock, int32_t step) _findSameDataBlock() argument
|
| /third_party/skia/third_party/externals/dng_sdk/source/ |
| H A D | dng_pixel_buffer.cpp | 241 int32 step [3]; in OptimizeOrder() local [all...] |
| H A D | dng_resample.cpp | 323 uint32 step = 0; in Initialize() local
|
| /third_party/python/Objects/ |
| H A D | rangeobject.c | 20 PyObject *step; member 28 validate_step(PyObject *step) in validate_step() argument 48 make_range_object(PyTypeObject *type, PyObject *start, PyObject *stop, PyObject *step) make_range_object() argument 78 PyObject *start = NULL, *stop = NULL, *step = NULL; range_from_array() local 180 compute_range_length(PyObject *start, PyObject *stop, PyObject *step) compute_range_length() argument 345 PyObject *start = NULL, *stop = NULL, *step = NULL; compute_slice() local 769 long step; global() member 796 PyObject *start=NULL, *stop=NULL, *step=NULL; rangeiter_reduce() local 888 get_len_of_range(long lo, long hi, long step) get_len_of_range() argument 916 fast_range_iter(long start, long stop, long step, long len) fast_range_iter() argument 932 PyObject *step; global() member [all...] |
| /third_party/rust/crates/syn/src/ |
| H A D | parse.rs | 1052 pub fn step< functions [all...] |
| /third_party/vk-gl-cts/modules/gles3/scripts/ |
| H A D | genutil.py | 197 def step(a, b): return (b.expandVec(a)).applyBinary(lambda edge, x: [1.0, 0.0][x < edge], a.expandVec(b)) member in GenMath
|
| /third_party/vk-gl-cts/modules/gles31/functional/ |
| H A D | es31fTextureFilteringTests.cpp | 264 const deUint32 step = 0x00ffffff / (numLevels*m_depth - 1); in init() local
|
| /third_party/vk-gl-cts/modules/gles31/scripts/ |
| H A D | genutil.py | 197 def step(a, b): return (b.expandVec(a)).applyBinary(lambda edge, x: [1.0, 0.0][x < edge], a.expandVec(b)) member in GenMath
|
| /third_party/vk-gl-cts/modules/gles2/accuracy/ |
| H A D | es2aTextureFilteringTests.cpp | 163 deUint32 step = 0x00ffffff / numLevels; in init() local 435 deUint32 step = 0x00ffffff / (numLevels*tcu::CUBEFACE_LAST); in init() local
|
| /third_party/vk-gl-cts/modules/gles2/functional/ |
| H A D | es2fTextureFilteringTests.cpp | 193 deUint32 step = 0x00ffffff / numLevels; in init() local 467 deUint32 step = 0x00ffffff / (numLevels*tcu::CUBEFACE_LAST); in init() local
|
| /third_party/vk-gl-cts/modules/gles2/scripts/ |
| H A D | genutil.py | 187 def step(a, b): return (b.expandVec(a)).applyBinary(lambda edge, x: [1.0, 0.0][x < edge], a.expandVec(b)) member in GenMath
|
| /third_party/vk-gl-cts/modules/gles3/accuracy/ |
| H A D | es3aTextureFilteringTests.cpp | 153 deUint32 step = 0x00ffffff / numLevels; in init() local 421 deUint32 step = 0x00ffffff / (numLevels*tcu::CUBEFACE_LAST); in init() local
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid/ |
| H A D | grid_layout_info.cpp | 692 size_t step = 0; in FindInMatrix() local
|
| /foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/ |
| H A D | arkts_native_slider_bridge.cpp | 646 double step = 1;
member
|
| /foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/ |
| H A D | button_modifier.cpp | 311 uint32_t step = 3; in SetButtonDimensionParameters() local 332 uint32_t step = 2; in SetButtonValue() local
|
| H A D | rich_editor_modifier.cpp | 433 ArkUI_Uint32 step = NORMAL_VALUE_ARRAY_STEP; in SetRichEditorPlaceholderValue() local 501 ArkUI_Uint32 step = NORMAL_VALUE_ARRAY_STEP; in SetRichEditorPlaceholder() local
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/slider/ |
| H A D | slider_model_ng.cpp | 35 void SliderModelNG::Create(float value, float step, float min, float max) in Create() argument 564 auto step = paintProperty->GetStepValue(1.0f); in SetValidSlideRange() local [all...] |
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/span/ |
| H A D | span_string.cpp | 277 int32_t step = 0; in GetStepsByPosition() local 305 auto step = GetStepsByPosition(start); in AddSpecialSpan() local 328 int32_t step = 0; in AddSpecialSpan() local [all...] |
| /foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/ |
| H A D | jpg_yuv_test.cpp | 1248 float step = 0.01; in HWTEST_F() local
|
| /foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/utils/ |
| H A D | media_cached_buffer.cpp | 54 inline void IncreaseStep(uint8_t*& src, uint64_t& offset, size_t& writeSize, size_t step) in IncreaseStep() argument
|
| /foundation/multimedia/camera_framework/frameworks/native/ndk/impl/ |
| H A D | capture_session_impl.cpp | 536 GetExposureBiasRange(float* minExposureBias, float* maxExposureBias, float* step) GetExposureBiasRange() argument
|
| /foundation/multimedia/camera_framework/frameworks/native/camera/src/output/ |
| H A D | photo_output.cpp | 684 int step = 2; in IsMirrorSupported() local
|
| /foundation/multimedia/camera_framework/frameworks/native/camera/test/unittest/src/v1_1/ |
| H A D | camera_ndk_unittest.cpp | 168 float minExposureBias = 0.0f, maxExposureBias = 0.0f, step = 0.0f; in SessionControlParams() local 1527 float minExposureBias = 0.0f, maxExposureBias = 0.0f, step = 0.0f; in HWTEST_F() local 1579 float minExposureBias = 0.0f, maxExposureBias = 0.0f, step = 0.0f; in HWTEST_F() local 1631 float minExposureBias = 0.0f, maxExposureBias = 0.0f, step = 0.0f; in HWTEST_F() local
|
| /foundation/communication/dsoftbus/core/common/dfx/hisysevent_adapter/ |
| H A D | softbus_hisysevt_connreporter.c | 355 static int32_t SoftBusCreateProcStepMsg(SoftBusEvtReportMsg *msg, SoftBusConnType connType, ProcessStep step) in SoftBusCreateProcStepMsg() argument 310 SetDevProcStepMsgParamValue(SoftBusEvtReportMsg *msg, ProcessStepRecord *record, SoftBusConnType connType, ProcessStep step) SetDevProcStepMsgParamValue() argument [all...] |
| /foundation/deviceprofile/device_info_manager/common/src/utils/ |
| H A D | profile_utils.cpp | 302 int32_t step = splits.size(); in SplitString() local
|