/third_party/node/deps/npm/node_modules/timed-out/ |
D | index.js | 8 var delays = isNaN(time) ? time : {socket: time, connect: time}; 11 if (delays.connect !== undefined) { 17 }, delays.connect); 42 if (delays.socket !== undefined) { 45 req.setTimeout(delays.socket, function socketTimeoutHandler() {
|
/third_party/node/test/parallel/ |
D | test-net-socket-timeout-unref.js | 38 const delays = [8, 5, 3, 6, 2, 4]; variable 40 delays.forEach(function(T) { 43 if (++connections === delays.length) {
|
/third_party/ffmpeg/libavfilter/ |
D | af_chorus.c | 46 float *delays; member 121 s->delays = av_realloc_f(s->delays, nb_delays, sizeof(*s->delays)); in init() 126 if (!s->delays || !s->decays || !s->speeds || !s->depths) in init() 129 fill_items(s->delays_str, &nb_delays, s->delays); in init() 196 int samples = (int) ((s->delays[n] + s->depths[n]) * outlink->sample_rate / 1000.0); in config_output() 330 av_freep(&s->delays); in uninit()
|
D | af_aecho.c | 33 char *delays, *decays; member 54 …{ "delays", "set list of signal delays", OFFSET(delays), AV_OPT_TYPE_STRING, {.str="1000"}, 0, 0… 107 if (!s->delays || !s->decays) { in init() 112 count_items(s->delays, &nb_delays); in init() 120 fill_items(s->delays, &nb_delays, s->delay); in init()
|
D | af_adelay.c | 40 char *delays; member 57 …{ "delays", "set list of delays for each channel", OFFSET(delays), AV_OPT_TYPE_STRING, {.str=NULL}… 143 p = s->delays; in config_input() 222 if (ctx->is_disabled || !s->delays) in filter_frame()
|
D | af_sofalizer.c | 680 float c[3], delays[2]; in getfilter_float() local 695 s->sofa.fir, delays); in getfilter_float() 698 delays[0] = s->sofa.hrtf->DataDelay.values[nearest * s->sofa.hrtf->R]; in getfilter_float() 699 delays[1] = s->sofa.hrtf->DataDelay.values[nearest * s->sofa.hrtf->R + 1]; in getfilter_float() 701 delays[0] = s->sofa.hrtf->DataDelay.values[0]; in getfilter_float() 702 delays[1] = s->sofa.hrtf->DataDelay.values[1]; in getfilter_float() 707 *delay_left = delays[0]; in getfilter_float() 708 *delay_right = delays[1]; in getfilter_float()
|
/third_party/uboot/u-boot-2020.01/board/freescale/mx6memcal/ |
D | Kconfig | 186 CAS and internal delays for which the MMDC will retrieve the 188 This is used to compensate for board/chip delays. 196 CAS and internal delays for which the MMDC will retrieve the 198 This is used to compensate for board/chip delays.
|
/third_party/uboot/u-boot-2020.01/doc/device-tree-bindings/net/ |
D | ethernet.txt | 29 * "rgmii" (RX and TX delays are added by the MAC when required) 30 * "rgmii-id" (RGMII with internal RX and TX delays provided by the PHY, the 31 MAC should not add the RX or TX delays in this case)
|
D | stmmac.txt | 16 - snps,reset-delays-us is triplet of delays
|
/third_party/uboot/u-boot-2020.01/arch/arm/dts/ |
D | meson-gxbb-p201.dts | 24 snps,reset-delays-us = <0 10000 1000000>;
|
D | rv1108-evb.dts | 37 snps,reset-delays-us = <0 10000 1000000>;
|
D | meson-gxbb-p200.dts | 72 snps,reset-delays-us = <0 10000 1000000>;
|
D | rk3229-evb.dts | 62 snps,reset-delays-us = <0 10000 1000000>;
|
D | rk3399-ficus.dts | 84 snps,reset-delays-us = <0 10000 50000>;
|
D | hi3798cv200-poplar.dts | 107 hisilicon,phy-reset-delays-us = <10000 10000 30000>;
|
D | stih410-b2260.dts | 186 snps,reset-delays-us = <0 10000 1000000>;
|
D | rk3368-lion.dts | 72 snps,reset-delays-us = <2 10000 50000>;
|
/third_party/uboot/u-boot-2020.01/doc/device-tree-bindings/video/ |
D | intel-gma.txt | 17 The following delays are in units of 0.1ms:
|
/third_party/libwebsockets/READMEs/ |
D | README.lws_retry.md | 3 This struct sets the policy for delays between retries, and for 10 You can define a table of ms-resolution delays indexed by which
|
/third_party/ltp/testcases/realtime/ |
D | 00_Descriptions.txt | 64 designed to look for 'delays' between two calls to clock_gettime() 83 - Measures the preemption delays that may be encountered by realtime apps. 89 average delays are reported for x pairs of such calls.
|
/third_party/uboot/u-boot-2020.01/drivers/ddr/altera/ |
D | sequencer.h | 151 u32 delays; member
|
/third_party/node/deps/npm/node_modules/asynckit/ |
D | README.md | 65 // different delays (in ms) per item 110 // different delays (in ms) per item
|
/third_party/flutter/flutter/packages/flutter/test/widgets/ |
D | reparent_state_with_layout_builder_test.dart | 144 // The layout builder will build in a separate build scope. This delays
|
/third_party/ffmpeg/doc/ |
D | multithreading.txt | 10 It accepts N future frames and delays decoded pictures by N-1 frames.
|
/third_party/uboot/u-boot-2020.01/drivers/net/phy/ |
D | Kconfig | 166 delays configured in the device tree will be applied to the 192 fix throughput on Gigabit links, turning off all internal delays in the
|