Home
last modified time | relevance | path

Searched refs:Every (Results 1 – 25 of 333) sorted by relevance

12345678910>>...14

/external/hamcrest/hamcrest-core/src/main/java/org/hamcrest/core/
DEvery.java7 public class Every<T> extends TypeSafeDiagnosingMatcher<Iterable<? extends T>> { class
10 public Every(Matcher<? super T> matcher) { in Every() method in Every
42 return new Every<U>(itemMatcher); in everyItem()
/external/python/dateutil/docs/
Drrule.rst79 Every other day, 5 occurrences.
92 Every 10 days, 5 occurrences.
159 Every other week, 6 occurrences.
191 Every other week on Tuesday and Thursday, for 8 occurrences.
226 Every other month on the 1st and last Sunday of the month for 10 occurrences.
303 Every 18 months on the 10th thru 15th of the month for 10 occurrences.
323 Every Tuesday, every other month, 6 occurences.
351 Every 3rd year on the 1st, 100th and 200th day for 4 occurrences.
364 Every 20th Monday of the year, 3 occurrences.
425 Every Friday the 13th, 4 occurrences.
[all …]
Dexamples.rst270 Every other day, 5 occurrences.
283 Every 10 days, 5 occurrences.
350 Every other week, 6 occurrences.
382 Every other week on Tuesday and Thursday, for 8 occurrences.
417 Every other month on the 1st and last Sunday of the month for 10 occurrences.
494 Every 18 months on the 10th thru 15th of the month for 10 occurrences.
514 Every Tuesday, every other month, 6 occurences.
542 Every 3rd year on the 1st, 100th and 200th day for 4 occurrences.
555 Every 20th Monday of the year, 3 occurrences.
616 Every Friday the 13th, 4 occurrences.
[all …]
/external/libcups/ppdc/
Dsample.drv508 Choice "1/Every Label" "<</cupsRowCount 1>>setpagedevice"
509 Choice "2/Every 2 Labels" "<</cupsRowCount 2>>setpagedevice"
510 Choice "3/Every 3 Labels" "<</cupsRowCount 3>>setpagedevice"
511 Choice "4/Every 4 Labels" "<</cupsRowCount 4>>setpagedevice"
512 Choice "5/Every 5 Labels" "<</cupsRowCount 5>>setpagedevice"
513 Choice "6/Every 6 Labels" "<</cupsRowCount 6>>setpagedevice"
514 Choice "7/Every 7 Labels" "<</cupsRowCount 7>>setpagedevice"
515 Choice "8/Every 8 Labels" "<</cupsRowCount 8>>setpagedevice"
516 Choice "9/Every 9 Labels" "<</cupsRowCount 9>>setpagedevice"
517 Choice "10/Every 10 Labels" "<</cupsRowCount 10>>setpagedevice"
[all …]
/external/webrtc/test/scenario/
Dscenario.cc104 Every(interval, [printer] { printer->PrintRow(); }); in CreatePrinter()
112 Every(config.transport.state_log_interval, [this, client]() { in CreateClient()
246 void Scenario::Every(TimeDelta interval, in Every() function in webrtc::test::Scenario
255 void Scenario::Every(TimeDelta interval, std::function<void()> function) { in Every() function in webrtc::test::Scenario
Dscenario.h102 void Every(TimeDelta interval, std::function<void(TimeDelta)> function);
103 void Every(TimeDelta interval, std::function<void()> function);
/external/clang/test/Headers/Inputs/include/
Dstdint.h16 #error Every target should have __INTPTR_TYPE__
/external/llvm-project/clang/test/Headers/Inputs/include/
Dstdint.h16 #error Every target should have __INTPTR_TYPE__
/external/ltp/android/tools/
Ddisabled_libs.txt2 # Every test case that requires this lib will also need be disabled
/external/llvm-project/llvm/test/MC/Disassembler/SystemZ/
Dtrunc-01.txt2 # Every instruction must be at least two bytes long.
/external/llvm/test/MC/Disassembler/SystemZ/
Dtrunc-01.txt2 # Every instruction must be at least two bytes long.
/external/tensorflow/tensorflow/lite/delegates/gpu/common/testing/feature_parity/
DREADME.md3 These tests ensure feature parity across TFLite GPU delegates. Every test
/external/llvm-project/llvm/test/DebugInfo/X86/
Ddwarfdump-str-offsets-invalid-5.s7 # Every unit contributes to the string_offsets table.
/external/hamcrest/hamcrest-core/src/test/java/org/hamcrest/core/
DEveryTest.java14 … private final Matcher<Iterable<? extends String>> matcher = Every.everyItem(containsString("a"));
/external/libcxx/lib/abi/
DREADME.TXT4 Every time a symbol is added or removed from the libc++ library each of the
/external/llvm-project/libcxx/lib/abi/
DREADME.TXT4 Every time a symbol is added or removed from the libc++ library, each of the
/external/autotest/server/site_tests/enterprise_KioskEnrollmentServer/
Dcontrol16 a device in enterprise and clears the TPM again. Every time the TPM is cleared,
/external/arm-trusted-firmware/docs/plat/marvell/armada/misc/
Dmvebu-ccu.rst19 Array that includes the configuration of the windows. Every window/entry is
/external/autotest/server/site_tests/enterprise_RemoraRequisitionDisplayUsageServer/
Dcontrol17 that the enrollment screen is shown on the Mimo display. Every time the TPM is
/external/autotest/server/site_tests/platform_CryptohomeTpmLiveTestServer/
Dcontrol16 cryptohome's TPM live tests and clears the TPM again. Every time the TPM is
/external/autotest/client/site_tests/suite_HWQual/
Dcontrol.audio9 Every expected hardware device must be listed in device list. Additionally, the user can fail the t…
/external/ImageMagick/api_examples/
DREADME2 Every program in this directory is the equivelent of this Shell API
/external/autotest/server/site_tests/enterprise_RemoraRequisitionServer/
Dcontrol17 a device as a remora device and clears the TPM again. Every time the TPM is
/external/autotest/server/site_tests/enterprise_CFM_MeetAppSanity/
Dcontrol19 It clears the TPM at the end of the test run. Every time the TPM is cleared,
/external/autotest/server/site_tests/firmware_Cr50VirtualNVRamServer/
Dcontrol19 Every time the TPM is cleared, the system is rebooted.

12345678910>>...14