/third_party/ltp/testcases/network/stress/tcp/uni-smallsend/ |
D | 00_Descriptions.txt | 32 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/ |
D | 00_Descriptions.txt | 32 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/ |
D | 00_Descriptions.txt | 33 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/ |
D | 00_Descriptions.txt | 33 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/ |
D | 00_Descriptions.txt | 33 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/ |
D | 00_Descriptions.txt | 33 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/ |
D | 00_Descriptions.txt | 33 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/ |
D | 00_Descriptions.txt | 32 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/ |
D | 00_Descriptions.txt | 33 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/ |
D | 00_Descriptions.txt | 34 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/ |
D | 00_Descriptions.txt | 34 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/ |
D | node_platform.cc | 269 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/ |
D | button-debouncing-wave-diagram.txt | 19 {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/ |
D | af_flanger.c | 167 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/ |
D | ntfsresize.c | 1318 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/ |
D | README.etsi_iot | 22 [+] 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/ |
D | coap_async.txt.in | 84 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/ |
D | README.txt | 20 In formatValue in test/CodeGen/X86/lsr-delayed-fold.ll,
|
/third_party/curl/tests/data/ |
D | test160 | 38 HTTP with delayed close, conn reuse, connection reset and retry
|
/third_party/lwip/ |
D | 0084-add-tcpslowtmr-log-and-tcpfasttmr-cnt.patch | 82 /* send delayed ACKs */ 84 LWIP_DEBUGF(TCP_DEBUG, ("tcp_fasttmr: delayed ACK\n"));
|
/third_party/gstreamer/gstreamer/gst/parse/ |
D | grammar.y.in | 328 … 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/ |
D | msvs_env.bat | 11 :: Support !! syntax for delayed variable expansion.
|
/third_party/skia/third_party/externals/opengl-registry/extensions/KHR/ |
D | KHR_no_error.txt | 85 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/ |
D | KHR_no_error.txt | 95 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/ |
D | WGL_I3D_genlock.txt | 214 The genlock trigger can be delayed up to an entire frame by 221 delayed before being used to synchronize the screen refresh.
|