| /third_party/openssl/test/ |
| H A D | cmsapitest.c | 294 const int step = 256; in read_all() local
|
| /third_party/typescript/tests/baselines/reference/ |
| H A D | asyncAwaitIsolatedModules_es5.js | 49 function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
function
|
| H A D | asyncAwait_es5.js | 55 function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
function
|
| H A D | dependentDestructuredVariables.js | 398 function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
function
|
| /third_party/vixl/test/ |
| H A D | test-invalset.cc | 254 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 D | randen_engine.h | 151 uint64_t step = std::min<uint64_t>(kStateSizeT - next_, count); in discard() local
|
| /third_party/skia/gm/ |
| H A D | animated_image_orientation.cpp | 68 AnimatedImageGM(const char* path, const char* name, int step, SkIRect cropRect) in AnimatedImageGM() argument
|
| /third_party/skia/experimental/lowp-basic/ |
| H A D | bilerp-study.cpp | 94 const int step = 1; in check_bilerp() local
|
| /third_party/skia/infra/bots/recipe_modules/flavor/ |
| H A D | api.py | 81 def step(self, name, cmd, **kwargs): member in SkiaFlavorApi
|
| /third_party/skia/bench/ |
| H A D | RotatedRectBench.cpp | 45 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 D | linux.rs | 488 pub fn step<T: Into<Option<Signal>>>(pid: Pid, sig: T) -> Result<()> { in step() functions
|
| /base/hiviewdfx/faultloggerd/tools/process_dump/ |
| H A D | printer.cpp | 305 constexpr size_t step = 1024; in PrintThreadOpenFiles() local
|
| /base/msdp/device_status/tools/vdev/src/ |
| H A D | virtual_mouse.cpp | 175 double step = FAST_STEP; in Move() local
|
| /base/security/device_auth/services/key_agree_sdk/inc/ |
| H A D | key_agree_session.h | 79 ProtocolStep step; member
|
| /base/security/device_auth/services/legacy/authenticators/src/account_unrelated/common/ |
| H A D | das_task_common.c | 115 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 D | vcard_manager.cpp | 219 SplitContactsVector( std::vector<std::shared_ptr<VCardContact>> list, size_t step) SplitContactsVector() argument
|
| /base/update/updater/services/fs_manager/ |
| H A D | do_partition.cpp | 281 int step = 1; in AddPartitions() local
|
| /foundation/CastEngine/castengine_wifi_display/services/agent/ |
| H A D | agent.cpp | 417 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 D | watch_slider_component.h | 64 void SetStep(double step) in SetStep() argument
|
| H A D | render_watch_slider.cpp | 279 double step = (max_ - min_) * deltaPx / GetLayoutSize().Height(); in OnRotation() local
|
| /foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/ |
| H A D | arkts_native_marquee_bridge.cpp | 33 auto step = jsVal->GetValueDouble(isNumber); in SetMarqueeScrollAmount() local
|
| /foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
| H A D | js_marquee.cpp | 81 auto step = getStep->ToNumber<double>(); in Create() local
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/security_component/ |
| H A D | security_component_layout_element.cpp | 181 Dimension step = ADAPT_UNIT; in ChooseExactFontSize() local
|
| /foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/ |
| H A D | marquee_modifier.cpp | 216 void SetMarqueeScrollAmount(ArkUINodeHandle node, ArkUI_Float64 step) in SetMarqueeScrollAmount() argument
|
| /foundation/arkui/ui_lite/test/autotest/src/ |
| H A D | ui_auto_test.cpp | 178 void UIAutoTest::OnTestOneStep(TestSteps step, std::string className, size_t stepIndex) in OnTestOneStep() argument [all...] |