Home
last modified time | relevance | path

Searched refs:delayed (Results 1 – 25 of 162) sorted by relevance

1234567

/third_party/ltp/testcases/network/stress/tcp/uni-smallsend/
D00_Descriptions.txt32 Network is delayed
37 Network is delayed
42 Network is delayed
47 Network is delayed
52 Network is delayed
57 Network is delayed
62 Network is delayed
94 Network is delayed
99 Network is delayed
104 Network is delayed
[all …]
/third_party/ltp/testcases/network/stress/tcp/uni-basic/
D00_Descriptions.txt32 Network is delayed
37 Network is delayed
42 Network is delayed
47 Network is delayed
52 Network is delayed
57 Network is delayed
62 Network is delayed
94 Network is delayed
99 Network is delayed
104 Network is delayed
[all …]
/third_party/ltp/testcases/network/stress/tcp/multi-diffip/
D00_Descriptions.txt33 Network is delayed
38 Network is delayed
43 Network is delayed
48 Network is delayed
53 Network is delayed
58 Network is delayed
63 Network is delayed
95 Network is delayed
100 Network is delayed
105 Network is delayed
[all …]
/third_party/ltp/testcases/network/stress/tcp/multi-diffport/
D00_Descriptions.txt33 Network is delayed
38 Network is delayed
43 Network is delayed
48 Network is delayed
53 Network is delayed
58 Network is delayed
63 Network is delayed
95 Network is delayed
100 Network is delayed
105 Network is delayed
[all …]
/third_party/ltp/testcases/network/stress/tcp/uni-tso/
D00_Descriptions.txt33 Network is delayed
38 Network is delayed
43 Network is delayed
48 Network is delayed
53 Network is delayed
58 Network is delayed
63 Network is delayed
95 Network is delayed
100 Network is delayed
105 Network is delayed
[all …]
/third_party/ltp/testcases/network/stress/tcp/multi-diffnic/
D00_Descriptions.txt33 Network is delayed
38 Network is delayed
43 Network is delayed
48 Network is delayed
53 Network is delayed
58 Network is delayed
63 Network is delayed
95 Network is delayed
100 Network is delayed
105 Network is delayed
[all …]
/third_party/ltp/testcases/network/stress/tcp/uni-pktlossdup/
D00_Descriptions.txt33 Network is delayed
38 Network is delayed
43 Network is delayed
48 Network is delayed
53 Network is delayed
58 Network is delayed
63 Network is delayed
95 Network is delayed
100 Network is delayed
105 Network is delayed
[all …]
/third_party/ltp/testcases/network/stress/tcp/uni-winscale/
D00_Descriptions.txt32 Network is delayed
37 Network is delayed
42 Network is delayed
47 Network is delayed
52 Network is delayed
57 Network is delayed
62 Network is delayed
94 Network is delayed
99 Network is delayed
104 Network is delayed
[all …]
/third_party/ltp/testcases/network/stress/tcp/multi-sameport/
D00_Descriptions.txt33 Network is delayed
38 Network is delayed
43 Network is delayed
48 Network is delayed
53 Network is delayed
58 Network is delayed
63 Network is delayed
95 Network is delayed
100 Network is delayed
105 Network is delayed
[all …]
/third_party/ltp/testcases/network/stress/tcp/uni-dsackoff/
D00_Descriptions.txt34 Network is delayed
39 Network is delayed
44 Network is delayed
49 Network is delayed
54 Network is delayed
59 Network is delayed
64 Network is delayed
96 Network is delayed
101 Network is delayed
106 Network is delayed
[all …]
/third_party/ltp/testcases/network/stress/tcp/uni-sackoff/
D00_Descriptions.txt34 Network is delayed
39 Network is delayed
44 Network is delayed
49 Network is delayed
54 Network is delayed
59 Network is delayed
64 Network is delayed
96 Network is delayed
101 Network is delayed
106 Network is delayed
[all …]
/third_party/node/src/
Dnode_platform.cc269 std::unique_ptr<DelayedTask> delayed(new DelayedTask()); in PostDelayedTask() local
270 delayed->task = std::move(task); in PostDelayedTask()
271 delayed->platform_data = shared_from_this(); in PostDelayedTask()
272 delayed->timeout = delay_in_seconds; in PostDelayedTask()
273 foreground_delayed_tasks_.Push(std::move(delayed)); in PostDelayedTask()
437 [task](const DelayedTaskPointer& delayed) -> bool { in DeleteFromScheduledTasks() argument
438 return delayed.get() == task; in DeleteFromScheduledTasks()
445 DelayedTask* delayed = ContainerOf(&DelayedTask::timer, handle); in RunForegroundTask() local
446 delayed->platform_data->RunForegroundTask(std::move(delayed->task)); in RunForegroundTask()
447 delayed->platform_data->DeleteFromScheduledTasks(delayed); in RunForegroundTask()
[all …]
/third_party/libinput/doc/
Dbutton-debouncing-wave-diagram.txt19 {name:'current mode', wave: '5............', data: ['delayed button press']},
24 {name:'current mode', wave: '5............', data: ['delayed button release']},
40 {name:'current mode', wave: '3............', data: ['delayed release in spurious mode ']},
/third_party/ffmpeg/libavfilter/
Daf_flanger.c167 double delayed; in filter_frame() local
182 delayed = delayed_0 + (delayed_1 - delayed_0) * frac_delay; in filter_frame()
190 delayed = delayed_0 + (a * frac_delay + b) * frac_delay; in filter_frame()
193 s->delay_last[chan] = delayed; in filter_frame()
194 out = in * s->in_gain + delayed * s->delay_gain; in filter_frame()
/third_party/ntfs-3g/ntfsprogs/
Dntfsresize.c1318 static void expand_attribute_runlist(ntfs_volume *vol, struct DELAYED *delayed) in expand_attribute_runlist() argument
1327 mref = delayed->mref; in expand_attribute_runlist()
1332 type = delayed->type; in expand_attribute_runlist()
1333 rl = delayed->rl; in expand_attribute_runlist()
1345 delayed->attr_name, delayed->name_len); in expand_attribute_runlist()
1352 if (replace_runlist(na,rl,delayed->lowest_vcn) in expand_attribute_runlist()
1465 struct DELAYED *delayed; in delayed_updates() local
1506 delayed = resize->delayed_runlists; in delayed_updates()
1507 expand_attribute_runlist(resize->vol, delayed); in delayed_updates()
1508 if (delayed->mref == FILE_MFT) { in delayed_updates()
[all …]
/third_party/libcoap/examples/
DREADME.etsi_iot22 [+] TD_COAP_CORE_09 Perform GET transaction with delayed response (CON mode, no piggyback)
28 [?] TD_COAP_CORE_15 Interoperate in lossy context (CON mode, delayed response)
/third_party/libcoap/man/
Dcoap_async.txt.in84 The *coap_register_async*() function is used to set up an asynchronous delayed
163 * See if this is the initial, or delayed request
194 /* async is set up, so this is the delayed request */
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DREADME.txt20 In formatValue in test/CodeGen/X86/lsr-delayed-fold.ll,
/third_party/curl/tests/data/
Dtest16038 HTTP with delayed close, conn reuse, connection reset and retry
/third_party/lwip/
D0084-add-tcpslowtmr-log-and-tcpfasttmr-cnt.patch82 /* send delayed ACKs */
84 LWIP_DEBUGF(TCP_DEBUG, ("tcp_fasttmr: delayed ACK\n"));
/third_party/gstreamer/gstreamer/gst/parse/
Dgrammar.y.in328 … GST_CAT_LOG_OBJECT (GST_CAT_PIPELINE, child_proxy, "parsing delayed property %s as a %s from %s",
351 /* do a delayed set */
403 /* do a delayed set */
542 ("failed delayed linking " PRETTY_PAD_NAME_FMT " to " PRETTY_PAD_NAME_FMT,
547 * despite no-more-pads, we will consider it for pending delayed links */
555 "trying delayed linking %s " PRETTY_PAD_NAME_FMT " to " PRETTY_PAD_NAME_FMT,
565 "delayed linking %s " PRETTY_PAD_NAME_FMT " to " PRETTY_PAD_NAME_FMT " worked",
598 "trying delayed link " PRETTY_PAD_NAME_FMT " to " PRETTY_PAD_NAME_FMT,
670 * 1 - link delayed
/third_party/cef/tools/
Dmsvs_env.bat11 :: Support !! syntax for delayed variable expansion.
/third_party/skia/third_party/externals/opengl-registry/extensions/KHR/
DKHR_no_error.txt85 errors. This extension allows OUT_OF_MEMORY errors to be delayed, which
137 errors the error may be delayed to allow more optimization in multithreaded
/third_party/openGLES/extensions/KHR/
DKHR_no_error.txt95 errors. This extension allows OUT_OF_MEMORY errors to be delayed, which
147 errors the error may be delayed to allow more optimization in multithreaded
/third_party/skia/third_party/externals/opengl-registry/extensions/I3D/
DWGL_I3D_genlock.txt214 The genlock trigger can be delayed up to an entire frame by
221 delayed before being used to synchronize the screen refresh.

1234567