/external/harfbuzz_ng/test/shaping/ |
D | run-tests.sh | 9 fails=0 32 fails=$((fails+1)) 42 fails=$((fails+1)) 47 if test $fails != 0; then 48 $reference || echo "$fails tests failed."
|
/external/mockito/src/test/java/org/mockitoutil/ |
D | JUnitResultAssert.java | 34 public JUnitResultAssert fails(int expectedFailureCount, Class expectedException) { in fails() method in JUnitResultAssert 35 fails(expectedFailureCount); in fails() 48 public JUnitResultAssert fails(int expectedFailureCount) { in fails() method in JUnitResultAssert 61 fails(expectedExceptions.length); in failsExactly() 79 public JUnitResultAssert fails(Class expectedException, String exceptionMessage) { in fails() method in JUnitResultAssert 80 fails(1, expectedException); in fails() 89 public JUnitResultAssert fails(String methodName, Class expectedException) { in fails() method in JUnitResultAssert 102 …public JUnitResultAssert fails(int expectedFailureCount, String methodName, Class expectedExceptio… in fails() method in JUnitResultAssert 103 return fails(expectedFailureCount, expectedException) in fails() 104 .fails(methodName, expectedException); in fails()
|
/external/toolchain-utils/go/patch/ |
D | go6.patch | 9 + t.Skip("deadlock detection fails with external linker") 14 + t.Skip("deadlock detection fails with external linker") 19 + t.Skip("deadlock detection fails with external linker") 24 + t.Skip("deadlock detection fails with external linker") 29 + t.Skip("deadlock detection fails with external linker") 37 + t.Skip("deadlock detection fails with external linker") 45 + t.Skip("deadlock detection fails with external linker") 53 + t.Skip("deadlock detection fails with external linker")
|
/external/e2fsprogs/tests/f_htree_bad_csum/ |
D | expect.1 | 3 Problem in HTREE directory inode 12: root node fails checksum. 6 Problem in HTREE directory inode 18: root node fails checksum. 12 Problem in HTREE directory inode 24: root node fails checksum. 15 Problem in HTREE directory inode 30: root node fails checksum. 18 Problem in HTREE directory inode 36: root node fails checksum.
|
/external/ltp/testcases/kernel/syscalls/fork/ |
D | fork01.c | 166 int fails; in main() local 175 fails = 0; in main() 199 fails++; in main() 206 fails++; in main() 208 if (fails == 0) { in main()
|
D | fork04.c | 279 int fails; in main() local 287 fails = 0; in main() 312 fails++; in main() 319 fails++; in main() 322 if (fails == 0) { in main()
|
D | fork14.c | 93 int i, j, prev_failed = 0, fails = 0; in fork_test() local 102 fails++; in fork_test() 108 if (fails == 11) { in fork_test()
|
/external/ltp/testcases/kernel/controllers/cpuacct/ |
D | cpuacct.sh | 124 fails=0 128 fails=$((fails + 1)) 134 if [ "$fails" -gt "0" ]; then 135 tst_res TFAIL "cpuacct.usage is not equal to 0 for $fails subgroups"
|
/external/autotest/client/site_tests/network_WiMaxSmoke/ |
D | control | 10 This test fails if one of the following conditions occurs: 11 1. The WiMAX module fails to find a WiMAX network. 12 2. The WiMAX module fails to connect to the network. 13 3. The WiMAX module fails to fetch data from a URL. 14 4. The WiMAX module fails to disconnect from the network.
|
/external/clang/utils/ABITest/ |
D | build-and-summarize.sh | 12 ../summarize.sh $1 &> fails-x.txt 13 cat fails-x.txt 14 wc -l fails-x.txt
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/timer_settime/ |
D | 5-3.c | 36 int fails = 0, passes = 0; variable 96 fails = NUMTESTS - passes; in main() 98 printf("passes %d, fails %d\n", passes, fails); in main() 100 if (fails > 0) in main()
|
/external/boringssl/src/crypto/cipher_extra/test/ |
D | make_legacy_aead_tests.go | 121 fails bool member 193 var noSeal, fails bool 213 fails = true 223 fails = true 237 fails = true 258 fails = true 278 fails: fails, 295 if t.fails {
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigprocmask/ |
D | 17-1.c | 23 int r, i, fails = 0; in main() local 42 fails++; in main() 46 if (fails) { in main()
|
/external/curl/tests/unit/ |
D | unit1395.c | 46 int fails=0; variable 78 fails++; 85 fail_if(fails, "output mismatched");
|
/external/mockito/src/test/java/org/mockitousage/stubbing/ |
D | StrictStubbingEndToEndTest.java | 36 .fails("unnecessary_stubbing", IllegalStateException.class) in finish_mocking_exception_does_not_hide_the_exception_from_test() 37 .fails("unnecessary_stubbing", UnnecessaryStubbingException.class); in finish_mocking_exception_does_not_hide_the_exception_from_test() 42 assertThat(result).fails(1, PotentialStubbingProblem.class); in does_not_report_unused_stubbing_if_mismatch_reported() 54 .fails(UnfinishedMockingSessionException.class, "\n" + in detects_unfinished_session() 74 assertThat(results.get(ReportMismatchButNotUnusedStubbing.class)).fails(1); in concurrent_sessions_in_different_threads()
|
/external/autotest/server/site_tests/power_DeferForFlashrom/ |
D | control | 16 It fails if: 19 2. After flashrom exits, powerd fails to honor pending suspend or reboot 21 3. The system fails to resume or come back up after rebooting.
|
/external/autotest/server/site_tests/bluetooth_AdapterHIDReports/ |
D | bluetooth_AdapterHIDReports.py | 60 self.fails = [] 85 if bool(self.fails): 86 self.total_fails['Round %d' % iteration] = self.fails
|
/external/clang/utils/ |
D | modfuzz.py | 76 def fails(self): member in CodeModel 97 if not model.fails(): 114 if m2.fails(): 122 model.fails()
|
/external/ltp/testcases/open_posix_testsuite/ |
D | Makefile.linux | 16 filter-known-fails: $(BROKEN) 20 This fails on old linux because sem_wait always be interrupted by a signal.)
|
/external/clang/test/SemaObjC/ |
D | ivar-lookup.m | 98 __typeof(myStatus) __in; // fails. 101 __typeof(myStatus) __in; // fails. 103 __typeof(myStatus) __in; // fails. 105 __typeof(myStatus) __in; // fails.
|
/external/ImageMagick/ |
D | Platforms.txt | 11 PerlMagick fails to link. 41 Compiling C++ code fails with the error: 63 linker to apply a run-time linker path, configure fails. 95 System fails to find shared library needed by ImageMagick. 118 ImageMagick fails to link. 161 ImageMagick fails to link or load TIFF files. 231 The build fails with missing .deps/source.PLO errors.
|
/external/pdfium/third_party/libtiff/ |
D | README.pdfium | 22 0010-fix-leak-imagebegin: Fix a leak when TIFFRGBAImageBegin fails 28 0016-fix-leak-in-pixarlogsetupdecode.patch: Free sp->tbuf if setup fails 30 0018-fix-leak-in-PredictorSetupDecode.patch: call tif->tif_cleanup if the setup fails.
|
/external/autotest/server/site_tests/bluetooth_AdapterPairing/ |
D | bluetooth_AdapterPairing.py | 60 self.fails = [] 165 if bool(self.fails): 166 self.total_fails['Round %d' % iteration] = self.fails
|
/external/iputils/ |
D | INSTALL | 10 If the first "make" fails, no problems: 18 But if "make html" fails too, check that DocBook package is installed
|
/external/mockito/src/test/java/org/mockitousage/junitrunner/ |
D | SilentRunnerTest.java | 41 JUnitResultAssert.assertThat(result).fails(1, TooLittleActualInvocations.class); in failing_test() 50 JUnitResultAssert.assertThat(result).fails(1, IllegalArgumentException.class); in failing_test_in_constructor() 59 …JUnitResultAssert.assertThat(result).fails(1, "unfinished_stubbing_test_method", UnfinishedStubbin… in validates_framework_usage()
|