/third_party/libinput/tools/ |
D | make-ptraccel-graphs.sh | 13 for speed in $speeds; do 14 $tool --mode=accel --dpi=1000 --filter=linear --speed=$speed > $outfile-$speed.gnuplot 54 for speed in $speeds; do 55 $tool --mode=accel --dpi=1000 --filter=touchpad --speed=$speed> $outfile-$speed.gnuplot 72 for speed in $speeds; do 73 $tool --mode=accel --speed=$speed --filter=trackpoint > $outfile-$speed.gnuplot
|
/third_party/curl/docs/cmdline-opts/ |
D | speed-limit.d | 3 Long: speed-limit 5 Arg: <speed> 8 Example: --speed-limit 300 --speed-time 10 $URL 10 See-also: speed-time limit-rate max-time 13 If a transfer is slower than this given speed (in bytes per second) for 14 speed-time seconds it gets aborted. speed-time is set with --speed-time and is
|
D | speed-time.d | 3 Long: speed-time 8 Example: --speed-limit 300 --speed-time 10 $URL 10 See-also: speed-limit limit-rate 13 If a transfer runs slower than speed-limit bytes per second during a 14 speed-time period, the transfer is aborted. If speed-time is used, the default 15 speed-limit is 1 unless set with --speed-limit.
|
D | limit-rate.d | 4 Arg: <speed> 5 Help: Limit transfer speed to RATE 11 See-also: rate speed-limit speed-time 19 The given speed is measured in bytes/second, unless a suffix is appended. 24 The rate limiting logic works on averaging the transfer speed to no more than 27 If you also use the --speed-limit option, that option takes precedence and 28 might cripple the rate-limiting slightly, to help keeping the speed-limit
|
/third_party/lz4/tests/ |
D | README.md | 7 - `fullbench` : Precisely measure speed for each lz4 inner functions 9 - `test-lz4-speed.py` : script for testing lz4 speed difference between commits 20 #### `test-lz4-speed.py` - script for testing lz4 speed difference between commits 23 Then it compiles all branches of lz4 and performs a speed benchmark for a given list of files (the … 25 If a new commit is found it is compiled and a speed benchmark for this commit is performed. 26 The results of the speed benchmark are compared to the previous results. 27 …ression or decompression speed for one of lz4 levels is lower than `lowerLimit` (an optional param… 31 - To be sure that speed results are accurate the script should be run on a "stable" target system w… 32 - Using the script with virtual machines can lead to large variations of speed results 33 - The speed benchmark is not performed until computers' load average is lower than `maxLoadAvg` (an… [all …]
|
/third_party/typescript/tests/baselines/reference/ |
D | interfacePropertiesWithSameName2.types | 6 getStatus(): { speed: number; }; 7 >getStatus : () => { speed: number;} 8 >speed : number 33 getStatus(): { speed: number; }; 34 >getStatus : () => { speed: number;} 35 >speed : number 55 …getStatus(): { speed: number; frequency: number; }; // ok because this getStatus overrides the con… 56 >getStatus : () => { speed: number; frequency: number;} 57 >speed : number
|
D | interfacePropertiesWithSameName1.types | 6 getStatus(): { speed: number; }; 7 >getStatus : () => { speed: number;} 8 >speed : number 20 getStatus(): { speed: number; frequency: number; }; 21 >getStatus : () => { speed: number; frequency: number;} 22 >speed : number
|
D | interfacePropertiesWithSameName1.symbols | 8 getStatus(): { speed: number; }; 10 >speed : Symbol(speed, Decl(interfacePropertiesWithSameName1.ts, 2, 18)) 28 getStatus(): { speed: number; frequency: number; }; 30 >speed : Symbol(speed, Decl(interfacePropertiesWithSameName1.ts, 10, 18))
|
D | interfacePropertiesWithSameName2.symbols | 8 getStatus(): { speed: number; }; 10 >speed : Symbol(speed, Decl(interfacePropertiesWithSameName2.ts, 2, 18)) 40 getStatus(): { speed: number; }; 42 >speed : Symbol(speed, Decl(interfacePropertiesWithSameName2.ts, 17, 22)) 74 …getStatus(): { speed: number; frequency: number; }; // ok because this getStatus overrides the con… 76 >speed : Symbol(speed, Decl(interfacePropertiesWithSameName2.ts, 28, 18))
|
/third_party/musl/src/termios/ |
D | cfsetospeed.c | 6 int cfsetospeed(struct termios *tio, speed_t speed) in cfsetospeed() argument 8 if (speed & ~CBAUD) { in cfsetospeed() 13 tio->c_cflag |= speed; in cfsetospeed() 17 int cfsetispeed(struct termios *tio, speed_t speed) in cfsetispeed() argument 19 return speed ? cfsetospeed(tio, speed) : 0; in cfsetispeed()
|
/third_party/musl/porting/liteos_a/user/src/termios/ |
D | cfsetospeed.c | 7 int cfsetospeed(struct termios *tio, speed_t speed) in cfsetospeed() argument 10 if (speed & ~CBAUD) { in cfsetospeed() 15 tio->c_cflag |= speed; in cfsetospeed() 19 int cfsetispeed(struct termios *tio, speed_t speed) in cfsetispeed() argument 22 return speed ? cfsetospeed(tio, speed) : 0; in cfsetispeed()
|
/third_party/pulseaudio/sonic/ |
D | Sonic.java | 22 private float speed; field in Sonic 99 return speed; in getSpeed() 104 float speed) in setSpeed() argument 106 this.speed = speed; in setSpeed() 204 speed = 1.0f; in Sonic() 460 float s = speed/pitch; in flushStream() 808 float speed, in skipPitchPeriod() argument 813 if(speed >= 2.0f) { in skipPitchPeriod() 814 newSamples = (int)(period/(speed - 1.0f)); in skipPitchPeriod() 817 remainingInputToCopy = (int)(period*(2.0f - speed)/(speed - 1.0f)); in skipPitchPeriod() [all …]
|
D | sonic.c | 26 float speed; member 91 return stream->speed; in sonicGetSpeed() 97 float speed) in sonicSetSpeed() argument 99 stream->speed = speed; in sonicSetSpeed() 264 stream->speed = 1.0f; in sonicCreateStream() 551 float speed = stream->speed/stream->pitch; in sonicFlushStream() local 554 (int)((remainingSamples/speed + stream->numPitchSamples)/rate + 0.5f); in sonicFlushStream() 959 float speed, in skipPitchPeriod() argument 965 if(speed >= 2.0f) { in skipPitchPeriod() 966 newSamples = period/(speed - 1.0f); in skipPitchPeriod() [all …]
|
D | main.c | 20 float speed, in runSonic() argument 33 sonicSetSpeed(stream, speed); in runSonic() 77 float speed = 1.0f; in main() local 108 speed = atof(argv[xArg]); in main() 109 printf("Setting speed to %0.2fX\n", speed); in main() 134 runSonic(inFile, outFile, speed, pitch, rate, volume, emulateChordPitch, quality, in main()
|
/third_party/rust/crates/rustix/src/termios/ |
D | cf.rs | 26 pub fn cfsetospeed(termios: &mut Termios, speed: Speed) -> io::Result<()> { in cfsetospeed() 27 backend::termios::syscalls::cfsetospeed(termios, speed) in cfsetospeed() 32 pub fn cfsetispeed(termios: &mut Termios, speed: Speed) -> io::Result<()> { in cfsetispeed() 33 backend::termios::syscalls::cfsetispeed(termios, speed) in cfsetispeed() 38 pub fn cfsetspeed(termios: &mut Termios, speed: Speed) -> io::Result<()> { in cfsetspeed() 39 backend::termios::syscalls::cfsetspeed(termios, speed) in cfsetspeed()
|
/third_party/gstreamer/gstplugins_bad/gst/speed/ |
D | gstspeed.c | 98 GST_ELEMENT_REGISTER_DEFINE_WITH_CODE (speed, "speed", GST_RANK_NONE, 157 start *= filter->speed; in speed_src_event() 161 stop *= filter->speed; in speed_src_event() 304 cur /= filter->speed; in speed_src_query() 355 end /= filter->speed; in speed_src_query() 449 i_float = 0.5 * (filter->speed - 1.0); in speed_chain_int16() 462 i_float += filter->speed; in speed_chain_int16() 489 i_float = 0.5 * (filter->speed - 1.0); in speed_chain_float32() 502 i_float += filter->speed; in speed_chain_float32() 541 g_assert (filter->speed > 0); in speed_sink_event() [all …]
|
/third_party/toybox/lib/ |
D | tty.c | 64 void xsetspeed(struct termios *tio, int speed) in xsetspeed() argument 72 for (i = 0; i < ARRAY_LEN(speeds); i++) if (speeds[i] == speed) break; in xsetspeed() 73 if (i == ARRAY_LEN(speeds)) error_exit("unknown speed: %d", speed); in xsetspeed() 79 int set_terminal(int fd, int raw, int speed, struct termios *old) in set_terminal() argument 111 if (speed) { in set_terminal() 118 for (i = 0; i < ARRAY_LEN(speeds); i++) if (speeds[i] == speed) break; in set_terminal() 119 if (i == ARRAY_LEN(speeds)) error_exit("unknown speed: %d", speed); in set_terminal() 126 void xset_terminal(int fd, int raw, int speed, struct termios *old) in xset_terminal() argument 128 if (-1 != set_terminal(fd, raw, speed, old)) return; in xset_terminal()
|
/third_party/typescript/tests/arkTSTest/testcase/arkts-no-extend-same-prop/ |
D | arkts-no-extend-same-prop-1-ok.ets | 20 public speed: number 22 this.speed = 0 40 public speed: number 43 this.speed = 0 67 speed: this.move_status.speed,
|
/third_party/rust/crates/rustix/src/backend/linux_raw/termios/ |
D | syscalls.rs | 175 pub(crate) fn cfsetospeed(termios: &mut Termios, speed: u32) -> io::Result<()> { in cfsetospeed() 176 if (speed & !CBAUD) != 0 { in cfsetospeed() 180 termios.c_cflag |= speed; in cfsetospeed() 185 pub(crate) fn cfsetispeed(termios: &mut Termios, speed: u32) -> io::Result<()> { in cfsetispeed() 186 if speed == 0 { in cfsetispeed() 189 if (speed & !CBAUD) != 0 { in cfsetispeed() 193 termios.c_cflag |= speed; in cfsetispeed() 198 pub(crate) fn cfsetspeed(termios: &mut Termios, speed: u32) -> io::Result<()> { in cfsetspeed() 199 if (speed & !CBAUD) != 0 { in cfsetspeed() 203 termios.c_cflag |= speed; in cfsetspeed()
|
/third_party/skia/tools/skpbench/ |
D | _hardware_android.py | 129 speed = freqs[int((len(freqs)-1) * self.desiredClock)] 134 …ho {speed} > /sys/devices/system/cpu/cpu{id}/cpufreq/scaling_setspeed'''.format(id=i, speed=speed)) 150 speed = freqs[int((len(freqs)-1) * self.desiredClock)] 156 echo {speed} > /sys/class/kgsl/kgsl-3d0/devfreq/min_freq'''.format(speed=speed))
|
/third_party/toybox/toys/pending/ |
D | getty.c | 51 long speed; member 87 long speed = atolx(s); in encode() local 89 if (!speed) return 0; in encode() 90 for (sp = speedtab; sp->speed; sp++) if (sp->speed == speed) return sp->code; in encode() 182 speed_t speed; in sense_baud() local 192 speed = encode(ptr); in sense_baud() 193 if (speed > 0) cfsetspeed(&TT.termios,speed); in sense_baud()
|
/third_party/skia/tools/viewer/ |
D | TouchGesture.cpp | 18 static SkScalar pin_max_fling(SkScalar speed) { in pin_max_fling() argument 19 if (speed > MAX_FLING_SPEED) { in pin_max_fling() 20 speed = MAX_FLING_SPEED; in pin_max_fling() 22 return speed; in pin_max_fling() 70 const float speed = fSpeed0 * (sk_float_exp(- K0 * t) - K1); in evaluateMatrix() local 71 if (speed <= MIN_SPEED) { in evaluateMatrix() 75 float dist = (fSpeed0 - speed) / K0; in evaluateMatrix() 302 SkScalar speed; in isFling() local 303 fFlinger.get(dir, &speed); in isFling() 304 if (speed > 1000) { in isFling()
|
/third_party/pulseaudio/sonic/doc/ |
D | index.md | 22 other algorithms that came before, Sonic is optimized for speed ups of over 2X. 43 the new part, for greater than 2X speed up, is clearly a capability most 56 understand at high speed (over 2.5X) by blind speed listeners. 62 RockBox quite good, though it's limited to 2X speed up. So far as I know, only 63 sonic is optimized for speed factors needed by the blind, up to 6X. 89 …sonicChangeShortSpeed(samples, numSamples, speed, pitch, rate, volume, useChordPitch, sampleRate, … 91 This will change the speed and pitch of the sound samples pointed to by samples, 95 that there is room in the samples array for the speed-changed samples. In 101 sonicChangeShortSpeed(samples, numSamples, speed, pitch, 1.0f, 1.0f, 0, sampleRate, 1); 120 By default, a sonic stream sets the speed, pitch, rate, and volume to 1.0, which means [all …]
|
/third_party/skia/samplecode/ |
D | SampleCusp.cpp | 33 static SkPath cusp(const SkPoint P[4], SkPoint PP[7], bool& split, int speed, SkScalar phase) { in cusp() argument 36 SkScalar t = (curTime % speed) / SkIntToFloat(speed); in cusp() 54 static SkScalar linearToLoop(int speed, SkScalar phase, SkScalar scale) { in linearToLoop() argument 56 SkScalar linear = (curTime % speed) / SkIntToFloat(speed); // 0 to 1 in linearToLoop()
|
/third_party/pulseaudio/src/modules/oss/ |
D | oss-util.c | 159 int format, channels, speed, reqformat; in pa_oss_auto_format() local 224 speed = (int) ss->rate; in pa_oss_auto_format() 225 if (ioctl(fd, SNDCTL_DSP_SPEED, &speed) < 0) { in pa_oss_auto_format() 229 pa_assert(speed > 0); in pa_oss_auto_format() 231 if (ss->rate != (unsigned) speed) { in pa_oss_auto_format() 232 pa_log_warn("device doesn't support %i Hz, changed to %i Hz.", ss->rate, speed); in pa_oss_auto_format() 235 if (speed < ss->rate*.95 || speed > ss->rate*1.05) in pa_oss_auto_format() 236 ss->rate = (uint32_t) speed; in pa_oss_auto_format()
|