Searched refs:Attempts (Results 1 – 25 of 31) sorted by relevance
12
/external/syzkaller/vendor/google.golang.org/appengine/datastore/ |
D | transaction.go | 62 if opts != nil && opts.Attempts > 0 { 63 attempts = opts.Attempts 86 Attempts int member
|
/external/autotest/client/site_tests/kernel_CheckArmErrata/ |
D | control.doctest | 18 Attempts to run doctests on kernel_CheckArmErrata.
|
/external/autotest/server/site_tests/firmware_Fingerprint/ |
D | control.reboot_to_ro | 24 Attempts to reboot into RO firmware and validates that it succeeds. Then
|
D | control.read_flash | 24 Attempts to read flash from RW firmware and validates that it fails. Then
|
D | control.add_entropy | 24 Attempts to add entropy while running RW firmware and verifies that it fails.
|
/external/syzkaller/dashboard/app/ |
D | entities.go | 154 Attempts int // number of times we tried to execute this job member 244 return datastore.RunInTransaction(c, tx, &datastore.TransactionOptions{Attempts: 10})
|
D | jobs.go | 154 err = datastore.RunInTransaction(c, tx, &datastore.TransactionOptions{XG: true, Attempts: 30}) 238 job.Attempts++ 305 return datastore.RunInTransaction(c, tx, &datastore.TransactionOptions{XG: true, Attempts: 30})
|
D | main.go | 147 Attempts int member 756 Attempts: job.Attempts,
|
D | api.go | 735 Attempts: 30, 854 Attempts: 30,
|
D | reporting.go | 418 Attempts: 30,
|
/external/blktrace/btreplay/doc/ |
D | abstract.tex | 21 record and replay IOs captured by the \texttt{blktrace} utility. Attempts
|
/external/speex/libspeexdsp/ |
D | echo_diagnostic.m | 1 % Attempts to diagnose AEC problems from recorded samples
|
/external/deqp/doc/testspecs/GLES31/ |
D | functional.program_interface_query.txt | 27 + Attempts to query data to too small buffers
|
/external/openssh/ |
D | sftp-server.0 | 72 Attempts to open files for writing, as well as other operations
|
/external/catch2/docs/ |
D | generators.md | 115 // Attempts to move the generator to the next element.
|
/external/libaom/libaom/ |
D | usage.dox | 57 the aom_codec_get_caps() method. Attempts to invoke features not supported
|
/external/python/cpython2/Doc/library/ |
D | email.util.rst | 58 Attempts to parse a date according to the rules in :rfc:`2822`. however, some
|
D | rfc822.rst | 97 Attempts to parse a date according to the rules in :rfc:`2822`. however, some
|
/external/skqp/docs/ |
D | SkStream_Reference.bmh | 55 Attempts to open the specified file as a stream, returns nullptr on failure.
|
/external/libvpx/libvpx/ |
D | usage.dox | 57 the vpx_codec_get_caps() method. Attempts to invoke features not supported
|
/external/skia/docs/ |
D | SkStream_Reference.bmh | 55 Attempts to open the specified file as a stream, returns nullptr on failure.
|
/external/python/cpython3/Doc/library/ |
D | email.utils.rst | 105 Attempts to parse a date according to the rules in :rfc:`2822`. however, some
|
/external/python/cpython3/Doc/c-api/ |
D | import.rst | 174 *cpathname* are UTF-8 encoded strings. Attempts are also made to figure out
|
/external/swiftshader/docs/ |
D | Reactor.md | 41 …rogrammable as CPUs but you can still only command them through an API. Attempts to disguise this …
|
/external/boringssl/src/ |
D | PORTING.md | 133 * There is no support for renegotiation as a server. (Attempts by clients will
|
12