Home
last modified time | relevance | path

Searched defs:failures (Results 1 – 25 of 275) sorted by relevance

1234567891011

/external/python/cpython3/Lib/test/
Dtest_argparse.py316 failures = ['-x', 'a', '--foo', '-x --foo', '-x -y'] variable in TestOptionalsSingleDash
334 failures = ['a', '--foo', '-xa', '-x --foo', '-x -z', '-z -x', variable in TestOptionalsSingleDashCombined
356 failures = ['-foo', 'a', '--foo', '-foo --foo', '-foo -y', '-fooa'] variable in TestOptionalsSingleDashLong
370 failures = ['-f', '-foo', '-fo', '-foo b', '-foob', '-fooba', '-foora'] variable in TestOptionalsSingleDashSubsetAmbiguous
386 failures = ['-f', '-f a', '-fa', '-foa', '-foo', '-fo', '-foo b', variable in TestOptionalsSingleDashAmbiguous
409 failures = ['-1', 'a', '-1 --foo', '-1 -y', '-1 -1', '-1 -2'] variable in TestOptionalsNumeric
422 failures = ['--foo', '-f', '-f a', 'a', '--foo -x', '--foo --bar'] variable in TestOptionalsDoubleDash
439 failures = ['--bar', '--b', '--ba', '--b=2', '--ba=4', '--badge 5'] variable in TestOptionalsDoubleDashPartialMatch
457 failures = ['--bar', '--b', '--ba', '--b=2', '--badge 5'] variable in TestOptionalsDoubleDashPrefixMatch
477 failures = ['--bar', '-fbar', '-fbaz', '-bazf', '-b B', 'B'] variable in TestOptionalsSingleDoubleDash
[all …]
/external/coreboot/src/vendorcode/cavium/bdk/libbdk-dram/
Dbdk-dram-test-patfil.c63 int failures = 0; in __bdk_dram_test_mem_self_addr() local
154 int failures = 0; in test_mem_pattern() local
198 int failures = 0; in __bdk_dram_test_mem_leftwalk0() local
219 int failures = 0; in __bdk_dram_test_mem_leftwalk1() local
240 int failures = 0; in __bdk_dram_test_mem_rightwalk0() local
261 int failures = 0; in __bdk_dram_test_mem_rightwalk1() local
288 int failures = 0; in test_mem_march_c() local
375 int failures = 0; in __bdk_dram_test_mem_solid() local
393 int failures = 0; in __bdk_dram_test_mem_checkerboard() local
416 int failures = 0; in __bdk_dram_test_mem_random() local
[all …]
Dbdk-dram-test-databus.c64 int failures = 0; in read_data_bus_burst() local
131 int failures = 0; in read_data_bus_walk() local
208 int failures = 0; in __bdk_dram_test_mem_data_bus() local
/external/cronet/tot/testing/scripts/
Dhost_info.py19 def get_free_disk_space(failures): argument
35 def get_num_cpus(failures): argument
48 def get_device_info(args, failures): argument
/external/cronet/stable/testing/scripts/
Dhost_info.py19 def get_free_disk_space(failures): argument
35 def get_num_cpus(failures): argument
48 def get_device_info(args, failures): argument
/external/angle/build/android/docs/
Djava_optimization.md78 ### Classes expected to be discarded
108 ### JNI wrapper classes not discarded
128 ### Duplicate classes
Dclass_verification_failures.md206 ### Listing failing classes
243 ### Understanding the reason for the failure
/external/cronet/stable/build/android/docs/
Djava_optimization.md78 ### Classes expected to be discarded
108 ### JNI wrapper classes not discarded
128 ### Duplicate classes
Dclass_verification_failures.md203 ### Listing failing classes
240 ### Understanding the reason for the failure
/external/python/cpython3/iOS/
DREADME.rst335 Testing on an iOS device
350 Running specific tests
362 Disabling automated breakpoints
/external/cronet/tot/build/android/docs/
Djava_optimization.md78 ### Classes expected to be discarded
108 ### JNI wrapper classes not discarded
128 ### Duplicate classes
Dclass_verification_failures.md203 ### Listing failing classes
240 ### Understanding the reason for the failure
/external/mobile-data-download/java/com/google/android/libraries/mobiledatadownload/
DAggregateException.java45 private final ImmutableList<Throwable> failures; field in AggregateException
47 private AggregateException(String message, Throwable cause, ImmutableList<Throwable> failures) { in AggregateException()
92 final ImmutableList<Throwable> failures = builder.build(); in throwIfFailed() local
133 ImmutableList<Throwable> failures, String message, Object... args) { in newInstance()
/external/junit/src/main/java/org/junit/experimental/results/
DFailureList.java10 private final List<Failure> failures; field in FailureList
12 public FailureList(List<Failure> failures) { in FailureList()
DPrintableResult.java42 public PrintableResult(List<Failure> failures) { in PrintableResult()
62 public List<Failure> failures() { in failures() method in PrintableResult
/external/dagger2/javatests/dagger/producers/internal/
DSetOfProducedProducerTest.java128 final ImmutableSet<ExecutionException> failures; field in SetOfProducedProducerTest.Results
130 private Results(ImmutableSet<T> successes, ImmutableSet<ExecutionException> failures) { in Results()
137 ImmutableSet.Builder<ExecutionException> failures = ImmutableSet.builder(); in create() local
/external/autotest/client/site_tests/platform_ToolchainTests/src/
Dclang-fortify-driver.cpp33 static void PrintFailures(const std::vector<Failure> &failures) { in PrintFailures()
58 std::vector<Failure> failures = test_fortify_1(); in main() local
/external/tink-java/src/test/java/com/google/crypto/tink/signature/
DPublicKeyVerifyWrapperTest.java247 List<FakeMonitoringClient.LogFailureEntry> failures = in monitorsWithAnnotations() local
285 List<FakeMonitoringClient.LogFailureEntry> failures = in monitorsWithAnnotations_failure_shortSignature() local
328 List<FakeMonitoringClient.LogFailureEntry> failures = in monitorsWithAnnotations_failure_longSignature() local
419 List<FakeMonitoringClient.LogFailureEntry> failures = in monitors_associatesWithCorrectKey_works() local
469 List<FakeMonitoringClient.LogFailureEntry> failures = in monitorsWithAnnotations_legacySameLength() local
/external/v4l2_codec2/tests/c2_comp_intf/
DC2CompIntfTest.h37 std::vector<std::unique_ptr<C2SettingResult>> failures; in checkReadOnlyFailureOnConfig() local
91 std::vector<std::unique_ptr<C2SettingResult>> failures; in testWritableParam() local
118 std::vector<std::unique_ptr<C2SettingResult>> failures; in testInvalidWritableParam() local
/external/TestParameterInjector/junit4/src/test/java/com/google/testing/junit/testparameterinjector/
DSharedTestUtilitiesJUnit4.java48 ImmutableList<Failure> failures = runTestsAndGetFailures(testRunner); in runTestsAndAssertNoFailures() local
73 final ImmutableList.Builder<Failure> failures = ImmutableList.builder(); in runTestsAndGetFailures() local
/external/webrtc/examples/peerconnection/server/
Dpeer_channel.cc244 Members failures; in AddMember() local
274 Members failures; in OnClosing() local
292 Members failures; in CheckForTimeout() local
331 void PeerChannel::HandleDeliveryFailures(Members* failures) { in HandleDeliveryFailures()
/external/linux-kselftest/tools/testing/selftests/kvm/x86_64/
Dtsc_scaling_sync.c50 unsigned long failures = 0; in run_vcpu() local
107 unsigned long failures = 0; in main() local
/external/googleapis/google/devtools/resultstore/v2/
Dtest_suite.proto41 repeated TestFailure failures = 3; field
123 repeated TestFailure failures = 4; field
/external/perfetto/protos/perfetto/metrics/android/
Dtrace_quality.proto31 repeated Failure failures = 1; field
/external/coreboot/src/lib/
Dramtest.c76 unsigned char failed, failures; in ram_bitset_nodie() local
155 unsigned char failed, failures; in ram_check_noprint_nodie() local

1234567891011