/third_party/ltp/testcases/open_posix_testsuite/functional/timers/ |
D | plan.txt | 19 relative timer, repeats think: repeating stopwatch 68 - Mimic the non-repeating timers tests as they apply to sleep. 72 Non-repeating (relative and absolute) 88 - Set up one repeating timer to expire after X time and one non-repeating 92 - Perform all non-repeating timer tests on repeating timers. 98 - Have a repeating timer blocked for a period of time and ensure overrun
|
/third_party/libuv/docs/src/ |
D | timer.rst | 56 Stop the timer, and if it is repeating restart it using the repeat value 67 For example, if a 50ms repeating timer first runs for 17ms, it will be 74 If the timer was non-repeating before, it will have been stopped. If it was repeating,
|
/third_party/ltp/testcases/open_posix_testsuite/stress/timers/ |
D | plan.txt | 35 - Set up a repeating timer and block the signals to attempt to get a large
|
/third_party/python/Doc/c-api/ |
D | sequence.rst | 35 Return the result of repeating sequence object *o* *count* times, or ``NULL`` on 48 Return the result of repeating sequence object *o* *count* times, or ``NULL`` on
|
D | call.rst | 53 This bears repeating:
|
/third_party/libuv/docs/src/guide/ |
D | utilities.rst | 26 will start a repeating timer, which first starts 5 seconds (the ``timeout``) after the execution 42 * If the timer was non-repeating, the timer has already been stopped. Use 44 * If the timer is repeating, the next timeout has already been scheduled, so 52 applies **only to repeating timers** and is equivalent to stopping the timer
|
/third_party/flatbuffers/tests/FlatBuffers.Test.Swift/Tests/FlatBuffers.Test.SwiftTests/ |
D | FlatBuffersTests.swift | 42 XCTAssertEqual(b.create(string: String(repeating: "a", count: 257)).o, 264) in testCreateString()
|
/third_party/flutter/skia/third_party/externals/angle2/src/tests/perf_tests/ |
D | README.md | 32 * `repeating`: Skip the update of uniforms before each draw call.
|
/third_party/openssl/doc/man3/ |
D | OSSL_SELF_TEST_new.pod | 152 Multiple self test's can be set up in a similar way by repeating the pattern of
|
/third_party/rust/crates/nom/doc/archive/ |
D | how_nom_macros_work.md | 130 itself again. This is done to avoid repeating code. Applying `opt!` with `digit`
|
/third_party/skia/third_party/externals/angle2/src/tests/perf_tests/ |
D | README.md | 63 * `repeating`: Skip the update of uniforms before each draw call.
|
/third_party/python/Doc/howto/ |
D | regex.rst | 73 of the RE by repeating them or changing their meaning. Much of this document is 171 The first metacharacter for repeating things that we'll look at is ``*``. ``*`` 178 Repetitions such as ``*`` are :dfn:`greedy`; when repeating a RE, the matching 226 Another repeating metacharacter is ``+``, which matches one or more times. Pay 233 There are two more repeating qualifiers. The question mark character, ``?``, 806 of a group with a repeating qualifier, such as ``*``, ``+``, ``?``, or 1308 When repeating a regular expression, as in ``a*``, the resulting action is to
|
/third_party/flutter/flutter/packages/flutter/test/animation/ |
D | animation_controller_test.dart | 762 final AnimationController repeating = AnimationController.unbounded(vsync: const TestVSync()); 763 expect(repeating.animationBehavior, AnimationBehavior.preserve);
|
/third_party/node/deps/npm/docs/content/configuring-npm/ |
D | folders.md | 140 "a" packages are different versions. However, without repeating the
|
/third_party/node/deps/npm/node_modules/uri-js/ |
D | yarn.lock | 795 repeating "^2.0.0" 1601 repeating@^2.0.0: 1603 …resolved "https://registry.yarnpkg.com/repeating/-/repeating-2.0.1.tgz#5214c53a926d3552707527fbab4…
|
/third_party/ffmpeg/fftools/ |
D | ffmpeg.c | 2621 int repeating = 0; in process_input_packet() local 2670 ret = decode_audio (ist, repeating ? NULL : avpkt, &got_output, in process_input_packet() 2675 ret = decode_video (ist, repeating ? NULL : avpkt, &got_output, &duration_pts, !pkt, in process_input_packet() 2677 if (!repeating || !pkt || got_output) { in process_input_packet() 2703 if (repeating) in process_input_packet() 2749 repeating = 1; in process_input_packet()
|
/third_party/python/Doc/tutorial/ |
D | floatingpoint.rst | 51 2, 1/10 is the infinitely repeating fraction ::
|
/third_party/flutter/flutter/dev/tools/localization/ |
D | localizations_utils.dart | 151 /// the first Hant Chinese locale as a default by repeating the data. If an
|
/third_party/tzdata/ |
D | leap-seconds.list | 111 # If your system realizes the leap second by repeating 00:00:00 UTC twice
|
/third_party/flutter/flutter/packages/flutter/lib/src/animation/ |
D | animation_controller.dart | 62 /// This is the default for repeating animations in order to prevent them from 596 /// Defaults to repeating between the [lowerBound] and [upperBound] of the
|
/third_party/flutter/skia/third_party/externals/icu/source/data/ |
D | cldr-icu-readme.txt | 231 # appropriate, and repeating steps 4-7 and 9 until there are no errors.
|
/third_party/openGLES/extensions/AMD/ |
D | AMD_framebuffer_sample_positions.txt | 52 a framebuffer object with multi-sampled attachments in a repeating pattern,
|
/third_party/skia/third_party/externals/icu/source/data/ |
D | cldr-icu-readme.txt | 256 # appropriate, and repeating steps 4-7 and 9 until there are no errors.
|
/third_party/icu/icu4c/source/data/ |
D | cldr-icu-readme.txt | 256 # appropriate, and repeating steps 4-7 and 9 until there are no errors.
|
/third_party/skia/third_party/externals/opengl-registry/extensions/AMD/ |
D | AMD_framebuffer_sample_positions.txt | 52 a framebuffer object with multi-sampled attachments in a repeating pattern,
|