/third_party/node/test/parallel/ |
D | test-zlib-random-byte-pipes.js | 54 opt.jitter = opt.jitter || 1024; 92 const jitter = this._opt.jitter; 93 if (jitter) { 94 block += Math.ceil(Math.random() * jitter - (jitter / 2)); 148 const inp = new RandomReadStream({ total: 1024, block: 256, jitter: 16 }); property
|
/third_party/musl/src/linux/ |
D | clock_adjtime.c | 16 long long tick, ppsfreq, jitter; member 30 long tick, ppsfreq, jitter; member 55 .jitter = utx->jitter, in clock_adjtime() 79 utx->jitter = ktx.jitter; in clock_adjtime() 108 .jitter = utx->jitter, in clock_adjtime() 136 utx->jitter = ktx.jitter; in clock_adjtime()
|
/third_party/musl/compat/time32/ |
D | clock_adjtime32.c | 14 long tick, ppsfreq, jitter; member 37 .jitter = tx32->jitter, in __clock_adjtime32() 61 tx32->jitter = utx.jitter; in __clock_adjtime32()
|
/third_party/skia/gm/ |
D | sharedcorners.cpp | 150 for (SkPoint jitter : kJitters) { in drawRow() local 153 canvas->translate(jitter.x(), jitter.y()); in drawRow()
|
/third_party/node/deps/npm/node_modules/exponential-backoff/dist/delay/ |
D | delay.base.js | 18 var jitter = jitter_factory_1.JitterFactory(this.options); 19 return jitter(this.delay);
|
/third_party/skia/tools/skqp/ |
D | jitter_gms.cpp | 46 static void do_gm(SkBitmap* bm, skiagm::GM* gm, SkPoint jitter) { in do_gm() argument 53 canvas.translate(jitter.x(), jitter.y()); in do_gm()
|
D | README_GENERATING_MODELS.md | 61 Then it calls `jitter_gms` to see which render tests pass the jitter test. 63 enumerated in that file. Tests which pass the jitter test are enumerated in
|
/third_party/ltp/testcases/realtime/func/sched_jitter/ |
D | README | 3 This test measures scheduling jitter w/ realtime processes. 6 fixed amount of work. It then prints out the maximum jitter seen (longest
|
/third_party/musl/libc-test/src/functionalext/supplement/linux/ |
D | adjtimex.c | 41 tx.jitter = 1; in adjtimex_0100() 69 tx.jitter = 1; in adjtimex_time64_0100()
|
/third_party/curl/tests/data/ |
D | test572 | 50 jitter: 0.314 113 jitter
|
/third_party/libinput/doc/user/ |
D | touchpad-jitter.rst | 4 Touchpad jitter 7 Touchpad jitter describes random movement by a few pixels even when the 10 libinput has a mechanism called a **hysteresis** to avoid that jitter. When
|
D | troubleshooting.rst | 13 touchpad-jitter.rst
|
D | meson.build | 68 [ 'touchpad-jitter.rst', 'touchpad_jitter.html'], 166 'touchpad-jitter.rst',
|
/third_party/ltp/testcases/kernel/syscalls/clock_adjtime/ |
D | clock_adjtime.h | 37 __kernel_long_t jitter; /* pps jitter (us) (ro) */ member 75 long long jitter; /* pps jitter (us) (ro) */ member
|
/third_party/node/deps/npm/node_modules/exponential-backoff/dist/jitter/ |
D | jitter.factory.js | 6 switch (options.jitter) {
|
/third_party/mesa3d/docs/relnotes/ |
D | 12.0.5.rst | 107 - swr: [rasterizer jitter] cleanup supporting different llvm versions 108 - swr: [rasterizer jitter] fix llvm-3.7 compile
|
D | 20.3.5.rst | 43 - ANV: Weird jitter in Witcher 1 48 - ANV: Weird jitter in Witcher 1 49 - ANV: Weird jitter in Witcher 1
|
D | 17.0.3.rst | 133 - swr: [rasterizer jitter] fix llvm >= 5.0 build break
|
/third_party/node/deps/npm/node_modules/exponential-backoff/dist/ |
D | options.js | 16 jitter: "none", property
|
/third_party/musl/include/sys/ |
D | timex.h | 25 long tick, ppsfreq, jitter; member
|
/third_party/musl/porting/uniproton/kernel/include/sys/ |
D | timex.h | 25 long tick, ppsfreq, jitter; member
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/ |
D | timex.h | 25 long tick, ppsfreq, jitter; member
|
/third_party/musl/porting/liteos_m/kernel/include/sys/ |
D | timex.h | 25 long tick, ppsfreq, jitter; member
|
/third_party/ffmpeg/libavformat/ |
D | rtpdec.c | 242 s->jitter = 0; in rtp_init_sequence() 308 s->jitter += d - (int32_t) ((s->jitter + 8) >> 4); in rtcp_update_jitter() 372 avio_wb32(pb, stats->jitter >> 4); /* jitter */ in ff_rtp_check_and_send_back_rr()
|
D | rtpdec.h | 90 uint32_t jitter; ///< estimated jitter. member
|