Home
last modified time | relevance | path

Searched refs:repeating (Results 1 – 25 of 86) sorted by relevance

1234

/third_party/ltp/testcases/open_posix_testsuite/functional/timers/
Dplan.txt19 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/
Dtimer.rst56 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/
Dplan.txt35 - Set up a repeating timer and block the signals to attempt to get a large
/third_party/python/Doc/c-api/
Dsequence.rst35 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
Dcall.rst53 This bears repeating:
/third_party/libuv/docs/src/guide/
Dutilities.rst26 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/
DFlatBuffersTests.swift42 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/
DREADME.md32 * `repeating`: Skip the update of uniforms before each draw call.
/third_party/openssl/doc/man3/
DOSSL_SELF_TEST_new.pod152 Multiple self test's can be set up in a similar way by repeating the pattern of
/third_party/rust/crates/nom/doc/archive/
Dhow_nom_macros_work.md130 itself again. This is done to avoid repeating code. Applying `opt!` with `digit`
/third_party/skia/third_party/externals/angle2/src/tests/perf_tests/
DREADME.md63 * `repeating`: Skip the update of uniforms before each draw call.
/third_party/python/Doc/howto/
Dregex.rst73 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/
Danimation_controller_test.dart762 final AnimationController repeating = AnimationController.unbounded(vsync: const TestVSync());
763 expect(repeating.animationBehavior, AnimationBehavior.preserve);
/third_party/node/deps/npm/docs/content/configuring-npm/
Dfolders.md140 "a" packages are different versions. However, without repeating the
/third_party/node/deps/npm/node_modules/uri-js/
Dyarn.lock795 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/
Dffmpeg.c2621 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/
Dfloatingpoint.rst51 2, 1/10 is the infinitely repeating fraction ::
/third_party/flutter/flutter/dev/tools/localization/
Dlocalizations_utils.dart151 /// the first Hant Chinese locale as a default by repeating the data. If an
/third_party/tzdata/
Dleap-seconds.list111 # If your system realizes the leap second by repeating 00:00:00 UTC twice
/third_party/flutter/flutter/packages/flutter/lib/src/animation/
Danimation_controller.dart62 /// 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/
Dcldr-icu-readme.txt231 # appropriate, and repeating steps 4-7 and 9 until there are no errors.
/third_party/openGLES/extensions/AMD/
DAMD_framebuffer_sample_positions.txt52 a framebuffer object with multi-sampled attachments in a repeating pattern,
/third_party/skia/third_party/externals/icu/source/data/
Dcldr-icu-readme.txt256 # appropriate, and repeating steps 4-7 and 9 until there are no errors.
/third_party/icu/icu4c/source/data/
Dcldr-icu-readme.txt256 # appropriate, and repeating steps 4-7 and 9 until there are no errors.
/third_party/skia/third_party/externals/opengl-registry/extensions/AMD/
DAMD_framebuffer_sample_positions.txt52 a framebuffer object with multi-sampled attachments in a repeating pattern,

1234