Home
last modified time | relevance | path

Searched defs:step (Results 326 - 350 of 1211) sorted by relevance

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

/third_party/openssl/test/
H A Dcmsapitest.c294 const int step = 256; in read_all() local
/third_party/typescript/tests/baselines/reference/
H A DasyncAwaitIsolatedModules_es5.js49 function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); } function
H A DasyncAwait_es5.js55 function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); } function
H A DdependentDestructuredVariables.js398 function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); } function
/third_party/vixl/test/
H A Dtest-invalset.cc254 unsigned step = 0; in TEST() local
323 unsigned step = 0; in TEST() local
/third_party/skia/third_party/externals/abseil-cpp/absl/random/internal/
H A Dranden_engine.h151 uint64_t step = std::min<uint64_t>(kStateSizeT - next_, count); in discard() local
/third_party/skia/gm/
H A Danimated_image_orientation.cpp68 AnimatedImageGM(const char* path, const char* name, int step, SkIRect cropRect) in AnimatedImageGM() argument
/third_party/skia/experimental/lowp-basic/
H A Dbilerp-study.cpp94 const int step = 1; in check_bilerp() local
/third_party/skia/infra/bots/recipe_modules/flavor/
H A Dapi.py81 def step(self, name, cmd, **kwargs): member in SkiaFlavorApi
/third_party/skia/bench/
H A DRotatedRectBench.cpp45 static inline SkColor advance_color(SkColor old, ColorType ct, int step) { in advance_color() argument
/third_party/rust/crates/nix/src/sys/ptrace/
H A Dlinux.rs488 pub fn step<T: Into<Option<Signal>>>(pid: Pid, sig: T) -> Result<()> { in step() functions
/base/hiviewdfx/faultloggerd/tools/process_dump/
H A Dprinter.cpp305 constexpr size_t step = 1024; in PrintThreadOpenFiles() local
/base/msdp/device_status/tools/vdev/src/
H A Dvirtual_mouse.cpp175 double step = FAST_STEP; in Move() local
/base/security/device_auth/services/key_agree_sdk/inc/
H A Dkey_agree_session.h79 ProtocolStep step; member
/base/security/device_auth/services/legacy/authenticators/src/account_unrelated/common/
H A Ddas_task_common.c115 int ClientProtocolMessageOut(CJson *out, int opCode, uint32_t step) in ClientProtocolMessageOut() argument
140 int ServerProtocolMessageOut(CJson *out, int opCode, uint32_t step) in ServerProtocolMessageOut() argument
[all...]
/base/telephony/core_service/utils/vcard/src/
H A Dvcard_manager.cpp219 SplitContactsVector( std::vector<std::shared_ptr<VCardContact>> list, size_t step) SplitContactsVector() argument
/base/update/updater/services/fs_manager/
H A Ddo_partition.cpp281 int step = 1; in AddPartitions() local
/foundation/CastEngine/castengine_wifi_display/services/agent/
H A Dagent.cpp417 void Agent::SetRunningStatus(AgentRunStep step, AgentRunningStatus status) in SetRunningStatus() argument
659 AgentRunStep step = AGENT_STEP_IDLE; in GetRunStep() local
723 AgentRunStep step = GetRunStep(event.eventMsg->type); CheckRunStep() local
782 PopNextStep(AgentRunStep step, AgentRunningStatus status) PopNextStep() argument
[all...]
/foundation/arkui/ace_engine/frameworks/core/components/watch_slider/
H A Dwatch_slider_component.h64 void SetStep(double step) in SetStep() argument
H A Drender_watch_slider.cpp279 double step = (max_ - min_) * deltaPx / GetLayoutSize().Height(); in OnRotation() local
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_marquee_bridge.cpp33 auto step = jsVal->GetValueDouble(isNumber); in SetMarqueeScrollAmount() local
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_marquee.cpp81 auto step = getStep->ToNumber<double>(); in Create() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/security_component/
H A Dsecurity_component_layout_element.cpp181 Dimension step = ADAPT_UNIT; in ChooseExactFontSize() local
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dmarquee_modifier.cpp216 void SetMarqueeScrollAmount(ArkUINodeHandle node, ArkUI_Float64 step) in SetMarqueeScrollAmount() argument
/foundation/arkui/ui_lite/test/autotest/src/
H A Dui_auto_test.cpp178 void UIAutoTest::OnTestOneStep(TestSteps step, std::string className, size_t stepIndex) in OnTestOneStep() argument
[all...]

Completed in 26 milliseconds

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