Home
last modified time | relevance | path

Searched defs:failing (Results 1 – 6 of 6) sorted by relevance

/external/flatbuffers/tests/flatc/
Dmain.py23 passing, failing = run_all(CppTests, TsTests) variable
/external/libchrome/base/posix/
Dfile_descriptor_shuffle_unittest.cc260 FailingDelegate failing; in TEST() local
267 FailingDelegate failing; in TEST() local
275 FailingDelegate failing; in TEST() local
/external/cronet/base/posix/
Dfile_descriptor_shuffle_unittest.cc322 FailingDelegate failing; in TEST() local
329 FailingDelegate failing; in TEST() local
337 FailingDelegate failing; in TEST() local
/external/apache-commons-lang/src/test/java/org/apache/commons/lang3/function/
DFailableFunctionsTest.java644 final FailableBiConsumer<Testable<?, ?>, Throwable, Throwable> failing = (t, th) -> { in testBiConsumerAndThen() local
793 final FailableDoubleConsumer<Throwable> failing = t -> { in testDoubleConsumerAndThen() local
853 final FailableDoubleUnaryOperator<Throwable> failing = t -> { in testDoubleUnaryOperatorAndThen() local
872 final FailableDoubleUnaryOperator<Throwable> failing = t -> { in testDoubleUnaryOperatorCompose() local
945 final FailableFunction<Object, Integer, Throwable> failing = t -> { in testFunctionCompose() local
1121 final FailableIntConsumer<Throwable> failing = t -> { in testIntConsumerAndThen() local
1181 final FailableIntUnaryOperator<Throwable> failing = t -> { in testIntUnaryOperatorAndThen() local
1200 final FailableIntUnaryOperator<Throwable> failing = t -> { in testIntUnaryOperatorCompose() local
1228 final FailableLongConsumer<Throwable> failing = t -> { in testLongConsumerAndThen() local
1284 final FailableLongUnaryOperator<Throwable> failing = t -> { in testLongUnaryOperatorAndThen() local
[all …]
/external/mockito/src/test/java/org/mockitousage/annotation/
DMockInjectionUsingSetterOrPropertyTest.java131 Object failing = new Object() { in should_report_nicely() local
/external/grpc-grpc/test/core/end2end/fixtures/
Dh2_oauth2.cc185 static grpc_auth_metadata_processor test_processor_create(int failing) { in test_processor_create()