Home
last modified time | relevance | path

Searched +defs:testcase +defs:timeout (Results 1 – 6 of 6) sorted by relevance

/third_party/ltp/testcases/kernel/io/aio/
Daio02.c26 struct testcase { struct
30 } testcases[] = { argument
111 struct timespec timeout; in io_tio() local
/third_party/node/deps/v8/tools/clusterfuzz/foozzie/
Dv8_commands.py86 def run(self, testcase, timeout, verbose=False): argument
116 def Execute(args, cwd, timeout=None): argument
/third_party/curl/tests/server/
Dtftpd.c104 struct testcase { struct
105 char *buffer; /* holds the file data to send to the client */
106 size_t bufsize; /* size of the data in buffer */
107 char *rptr; /* read pointer into the buffer */
108 size_t rcount; /* amount of data left to read of the file */
109 long testno; /* test case number */
110 int ofile; /* file descriptor for output file when uploading to us */
112 int writedelay; /* number of seconds between each packet */
201 static unsigned int timeout; variable
/third_party/skia/third_party/externals/dawn/src/dawn_node/tools/src/cmd/run-cts/
Dmain.go735 timeout status = "timeout" const
741 testcase string member
/third_party/python/Lib/test/
Dtest_socketserver.py44 def receive(sock, n, timeout=test.support.SHORT_TIMEOUT): argument
62 def simple_subprocess(testcase): argument
/third_party/python/Lib/test/support/
D__init__.py615 def check_syntax_error(testcase, statement, errtext='', *, lineno=None, offset=None): argument
2074 def wait_process(pid, *, exitcode, timeout=None): argument
2151 def check_disallow_instantiation(testcase, tp, *args, **kwds): argument