Home
last modified time | relevance | path

Searched refs:Repeats (Results 1 – 10 of 10) sorted by relevance

/external/clang/tools/c-index-test/
Dc-index-test.c1628 unsigned Repeats = 0; in perform_test_load_source() local
1647 Repeats = 5; in perform_test_load_source()
1662 for (I = 0; I != Repeats; ++I) { in perform_test_load_source()
1666 if (Repeats > 1) { in perform_test_load_source()
2163 unsigned I, Repeats = 1; in perform_code_completion() local
2186 Repeats = 5; in perform_code_completion()
2208 for (I = 0; I != Repeats; ++I) { in perform_code_completion()
2216 if (I != Repeats-1) in perform_code_completion()
2303 unsigned Repeats = 1; in inspect_cursor_at() local
2327 Repeats = 5; in inspect_cursor_at()
[all …]
/external/autotest/server/site_tests/platform_ExternalUsbPeripherals/
Dcontrol.stress329 Repeats the sequence of actions for few times only.
Dcontrol.stress229 Repeats the sequence of actions for few times only.
Dcontrol.stress29 Repeats the sequence of actions for few times only.
/external/pcre/dist2/
DHACKING306 Repeats of things like \d are done exactly as for single characters, except
336 Repeats of these items use the OP_TYPESTAR etc. set of opcodes, followed by
/external/googletest/googletest/docs/
DV1_6_Primer.md382 1. Repeats the above steps for the next test, until all tests have run.
DV1_7_Primer.md382 1. Repeats the above steps for the next test, until all tests have run.
DPrimer.md383 1. Repeats the above steps for the next test, until all tests have run.
DV1_5_Primer.md378 1. Repeats the above steps for the next test, until all tests have run.
/external/python/cpython2/Doc/library/
Ditertools.rst255 When the iterable is exhausted, return elements from the saved copy. Repeats