/third_party/libinput/export_include/ |
H A D | libinput.h | 5147 * Set the pointer acceleration speed of this pointer device within a range 5156 * @param speed The normalized speed, in a range of [-1, 1] 5166 double speed); 5178 * libinput_device_config_accel_get_speed() will reflect the updated speed 5183 * @return The current speed, range -1 to 1 5195 * Return the default speed setting for this device, normalized to a range 5200 * @return The default speed setting for this device. 5223 * speed. 5231 * on the input speed [all...] |
/base/usb/usb_manager/services/native/src/ |
H A D | usb_service.cpp | 2376 int32_t UsbService::GetDeviceSpeed(uint8_t busNum, uint8_t devAddr, uint8_t &speed) in GetDeviceSpeed() argument 2391 int32_t ret = usbd_->GetDeviceSpeed(dev, speed); in GetDeviceSpeed() 2395 USB_HILOGE(MODULE_USB_SERVICE, "GetDeviceSpeedImpl:%{public}u", speed); in GetDeviceSpeed()
|
/drivers/peripheral/usb/hdi_service/src/ |
H A D | usb_impl.cpp | 2256 int32_t UsbImpl::GetDeviceSpeed(const UsbDev &dev, uint8_t &speed)
in GetDeviceSpeed() argument 2265 speed = (uint8_t)ret;
in GetDeviceSpeed() 2266 HDF_LOGE("%{public}s:GetDeviceSpeed, speed=%{public}u", __func__, speed);
in GetDeviceSpeed()
|
/base/location/test/location_gnss/source/ |
H A D | gnss_ability_test.cpp | 681 parcel.WriteDouble(5.0); // speed in HWTEST_F() 709 parcel.WriteDouble(5.0); // speed in HWTEST_F() 909 locationInfo.speed = 1.0; in HWTEST_F() 929 locationInfo.speed = 1.0; in HWTEST_F() 1052 locationInfo.speed = 1.0; in HWTEST_F() 1096 locationInfo.speed = 1.0; in HWTEST_F()
|
/third_party/FreeBSD/sys/dev/usb/storage/ |
H A D | umass.c | 3084 UINT8 speed; in umass_status() local 3098 speed = sc->sc_udev->speed; in umass_status() 3106 dprintf("VID:%04X/PID:%04X/SPD:%02d",vid,pid,speed); in umass_status()
|
/third_party/benchmark/src/ |
H A D | sysinfo.cc | 648 // the *maximum* frequency, not whatever CPU speed some random processor in GetCPUCyclesPerSecond() 774 return static_cast<double>((int64_t)(SYSPAGE_ENTRY(cpuinfo)->speed) * in GetCPUCyclesPerSecond()
|
/third_party/NuttX/drivers/usbdev/gadget/ |
H A D | f_hid.c | 956 drvr->drvr.speed = USB_SPEED_HIGH; in hid_classobject()
|
H A D | f_uac.c | 983 drvr->drvr.speed = USB_SPEED_HIGH; in uac_classobject()
|
H A D | cdcacm.c | 1829 drvr->drvr.speed = USB_SPEED_HIGH; in cdcacm_classobject()
|
H A D | rndis.c | 2381 drvr->drvr.speed = USB_SPEED_HIGH; in rndis_classobject()
|
/third_party/libuv/src/unix/ |
H A D | os390.c | 259 cpu_info->speed = *(int*)(info.siv1v2si22v1.si22v1cpucapability); in uv_cpu_info()
|
H A D | aix.c | 1100 cpu_info->speed = (int)(ps_total.processorHZ / 1000000); in uv_cpu_info()
|
/third_party/libinput/src/ |
H A D | libinput-private.h | 281 double speed);
|
/third_party/musl/ |
H A D | configure | 31 --enable-optimize=... optimize listed components for speed over size [auto] 467 printf "components to be optimized for speed:"
|
/third_party/node/deps/uv/src/unix/ |
H A D | aix.c | 1084 cpu_info->speed = (int)(ps_total.processorHZ / 1000000); in uv_cpu_info()
|
H A D | os390.c | 255 cpu_info->speed = *(int*)(info.siv1v2si22v1.si22v1cpucapability); in uv_cpu_info()
|
/third_party/ffmpeg/fftools/ |
H A D | ffmpeg.c | 1516 double speed; in print_report() local 1641 speed = t != 0.0 ? (double)pts / AV_TIME_BASE / t : -1; in print_report() 1678 if (speed < 0) { in print_report() 1679 av_bprintf(&buf, " speed=N/A"); in print_report() 1680 av_bprintf(&buf_script, "speed=N/A\n"); in print_report() 1682 av_bprintf(&buf, " speed=%4.3gx", speed); in print_report() 1683 av_bprintf(&buf_script, "speed=%4.3gx\n", speed); in print_report()
|
/third_party/backends/backend/genesys/ |
H A D | low.cpp | 1145 float speed = size / us; // bytes/us == MB/s in build_image_pipeline() 1146 DBG(DBG_info, "read_data_from_usb: reading %zu bytes finished %f MB/s\n", size, speed); in build_image_pipeline() 1875 or by backends to speed binarization/thresholding
|
/third_party/skia/third_party/externals/imgui/ |
H A D | imgui_internal.h | 439 static inline float ImLinearSweep(float current, float target, float speed) { if (current < target) return ImMin(current + speed, target); if (current > target) return ImMax(current - speed, target); return current; } in ImLinearSweep() argument 1659 float DragSpeedDefaultRatio; // If speed == 0.0f, uses (max-min) * DragSpeedDefaultRatio
|
/third_party/skia/tools/viewer/ |
H A D | Viewer.cpp | 2461 float speed = fAnimTimer.getSpeed(); in drawImGui() local 2462 if (ImGui::DragFloat("Speed", &speed, 0.1f)) { in drawImGui() 2463 fAnimTimer.setSpeed(speed); in drawImGui()
|
/third_party/backends/backend/ |
H A D | sharp.c | 1958 /* scan speed */ in init_options() 1960 s->opt[OPT_SPEED].title = "Scan speed [fast]"; in init_options() 3442 s->speed = s->val[OPT_SPEED].w; in sane_start() 3452 s->speed = s->val[OPT_SPEED].w; in sane_start() 3457 s->speed = SANE_TRUE; in sane_start() 3755 wp.wdb.eletu = (!s->speed << 2) + (s->edge << 6) + (s->lightcolor << 4); in sane_start()
|
/third_party/libunwind/libunwind/doc/ |
H A D | libunwind.tex | 280 To speed up execution, \Prog{libunwind} may aggressively cache the
|
/third_party/libuv/src/win/ |
H A D | util.c | 622 cpu_info->speed = cpu_speed; in uv_cpu_info()
|
/third_party/node/src/ |
H A D | node_report.cc | 320 writer->json_keyvalue("speed", cpu_info[i].speed); in PrintCpuInfo()
|
/third_party/node/deps/uv/src/win/ |
H A D | util.c | 647 cpu_info->speed = cpu_speed; in uv_cpu_info()
|