Home
last modified time | relevance | path

Searched defs:fails (Results 1 – 25 of 98) sorted by relevance

1234

/aosp_15_r20/external/mockito/src/test/java/org/mockitoutil/
H A DJUnitResultAssert.java38 public JUnitResultAssert fails(int expectedFailureCount, Class expectedException) { in fails() method in JUnitResultAssert
52 public JUnitResultAssert fails(int expectedFailureCount) { in fails() method in JUnitResultAssert
83 public JUnitResultAssert fails(Class expectedException, String exceptionMessage) { in fails() method in JUnitResultAssert
93 public JUnitResultAssert fails(String methodName, Class expectedException) { in fails() method in JUnitResultAssert
106 …public JUnitResultAssert fails(int expectedFailureCount, String methodName, Class expectedExceptio… in fails() method in JUnitResultAssert
/aosp_15_r20/libcore/jsr166-tests/src/test/java/jsr166/
H A DThreadLocalRandom8Test.java121 AtomicInteger fails = new AtomicInteger(0); in testBoundedInts() local
140 AtomicInteger fails = new AtomicInteger(0); in testBoundedLongs() local
159 AtomicInteger fails = new AtomicInteger(0); in testBoundedDoubles() local
/aosp_15_r20/libcore/ojluni/src/test/java/util/concurrent/tck/
H A DThreadLocalRandom8Test.java164 AtomicInteger fails = new AtomicInteger(0); in testBoundedInts() local
184 AtomicInteger fails = new AtomicInteger(0); in testBoundedLongs() local
204 AtomicInteger fails = new AtomicInteger(0); in testBoundedDoubles() local
/aosp_15_r20/libcore/ojluni/src/test/java/util/Random/
H A DRandomTest.java287 AtomicInteger fails = new AtomicInteger(0); in testBoundedInts() local
307 AtomicInteger fails = new AtomicInteger(0); in testBoundedLongs() local
327 AtomicInteger fails = new AtomicInteger(0); in testBoundedDoubles() local
/aosp_15_r20/external/harfbuzz_ng/test/fuzzing/
H A Drun-draw-fuzzer-tests.py37 fails = 0 variable
62 fails = fails + 1 variable
H A Drun-shape-fuzzer-tests.py37 fails = 0 variable
61 fails = fails + 1 variable
H A Drun-repacker-fuzzer-tests.py37 fails = 0 variable
H A Drun-subset-fuzzer-tests.py37 fails = 0 variable
/aosp_15_r20/external/mesa3d/src/amd/common/
H A Dac_surface_meta_address_test.c301 unsigned fails = 0; in run_dcc_address_test() local
481 unsigned fails = 0; in run_htile_address_test() local
655 unsigned fails = 0; in run_cmask_address_test() local
/aosp_15_r20/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigprocmask/
H A D17-1.c22 int r, i, fails = 0; in main() local
/aosp_15_r20/external/coreboot/src/vendorcode/cavium/bdk/libbdk-dram/
H A Dbdk-dram-test.c657 …id __bdk_dram_report_error(uint64_t address, uint64_t data, uint64_t correct, int burst, int fails) in __bdk_dram_report_error()
697 int burst, int fails) in __bdk_dram_report_error2()
/aosp_15_r20/external/python/pyfakefs/pyfakefs/pytest_tests/
Dpytest_doctest_test.py43 fails = make_file_factory("fails", fake=False, result=False) variable
/aosp_15_r20/external/curl/tests/unit/
H A Dunit1395.c49 int fails = 0; variable
/aosp_15_r20/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/timer_settime/
H A D5-3.c36 static int fails = 0, passes = 0; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/StaticAnalyzer/Core/PathSensitive/
DDynamicCastInfo.h32 bool fails() const { return ResultKind == CastResult::Failure; } in fails() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/StaticAnalyzer/Core/PathSensitive/
DDynamicCastInfo.h32 bool fails() const { return ResultKind == CastResult::Failure; } in fails() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/StaticAnalyzer/Core/PathSensitive/
DDynamicCastInfo.h32 bool fails() const { return ResultKind == CastResult::Failure; } in fails() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/StaticAnalyzer/Core/PathSensitive/
DDynamicCastInfo.h32 bool fails() const { return ResultKind == CastResult::Failure; } in fails() function
/aosp_15_r20/libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/func/
H A DTestThread.java23 public int fails = 0; field in TestThread
/aosp_15_r20/external/clang/test/CodeGen/
H A D2008-01-21-PackedStructField.c11 int fails; variable
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/bpf/prog_tests/
H A Dcpu_mask.c35 bool fails; member
/aosp_15_r20/external/harfbuzz_ng/test/subset/
H A Drun-repack-tests.py101 fails = 0 variable
H A Drun-tests.py146 fails = 0 variable
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/getrandom-0.2.14/src/
H A Drdrand.rs44 let mut fails = 0; in self_test() localVariable
/aosp_15_r20/external/rust/android-crates-io/crates/getrandom/src/
Drdrand.rs44 let mut fails = 0; in self_test() localVariable

1234