Home
last modified time | relevance | path

Searched refs:try_one (Results 1 – 25 of 53) sorted by relevance

123

/dports/databases/py-sqlite3/Python-3.8.12/Lib/test/
H A Dtest_bufio.py15 def try_one(self, s): member in BufferSizeTest
52 self.try_one(teststring)
53 self.try_one(teststring + b"x")
54 self.try_one(teststring[:-1])
/dports/databases/py-gdbm/Python-3.8.12/Lib/test/
H A Dtest_bufio.py15 def try_one(self, s): member in BufferSizeTest
52 self.try_one(teststring)
53 self.try_one(teststring + b"x")
54 self.try_one(teststring[:-1])
/dports/lang/python37/Python-3.7.12/Lib/test/
H A Dtest_bufio.py15 def try_one(self, s): member in BufferSizeTest
52 self.try_one(teststring)
53 self.try_one(teststring + b"x")
54 self.try_one(teststring[:-1])
/dports/lang/python310/Python-3.10.1/Lib/test/
H A Dtest_bufio.py16 def try_one(self, s): member in BufferSizeTest
53 self.try_one(teststring)
54 self.try_one(teststring + b"x")
55 self.try_one(teststring[:-1])
/dports/lang/python-tools/Python-3.8.12/Lib/test/
H A Dtest_bufio.py15 def try_one(self, s): member in BufferSizeTest
52 self.try_one(teststring)
53 self.try_one(teststring + b"x")
54 self.try_one(teststring[:-1])
/dports/lang/python38/Python-3.8.12/Lib/test/
H A Dtest_bufio.py15 def try_one(self, s): member in BufferSizeTest
52 self.try_one(teststring)
53 self.try_one(teststring + b"x")
54 self.try_one(teststring[:-1])
/dports/lang/python311/Python-3.11.0a3/Lib/test/
H A Dtest_bufio.py16 def try_one(self, s): member in BufferSizeTest
53 self.try_one(teststring)
54 self.try_one(teststring + b"x")
55 self.try_one(teststring[:-1])
/dports/lang/python39/Python-3.9.9/Lib/test/
H A Dtest_bufio.py15 def try_one(self, s): member in BufferSizeTest
52 self.try_one(teststring)
53 self.try_one(teststring + b"x")
54 self.try_one(teststring[:-1])
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Lib/test/
H A Dtest_bufio.py15 def try_one(self, s): member in BufferSizeTest
52 self.try_one(teststring)
53 self.try_one(teststring + b"x")
54 self.try_one(teststring[:-1])
/dports/lang/python-legacy/Python-2.7.18/Lib/test/
H A Dtest_bufio.py15 def try_one(self, s): member in BufferSizeTest
52 self.try_one(teststring)
53 self.try_one(teststring + b"x")
54 self.try_one(teststring[:-1])
/dports/lang/python27/Python-2.7.18/Lib/test/
H A Dtest_bufio.py15 def try_one(self, s): member in BufferSizeTest
52 self.try_one(teststring)
53 self.try_one(teststring + b"x")
54 self.try_one(teststring[:-1])
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
H A Dtest_bufio.py15 def try_one(self, s): member in BufferSizeTest
52 self.try_one(teststring)
53 self.try_one(teststring + b"x")
54 self.try_one(teststring[:-1])
/dports/sysutils/vector/vector-0.10.0/cargo-crates/krb5-src-0.2.4+1.18.2/krb5/src/util/et/
H A Dt_com_err.c14 try_one (errcode_t code, int known, int table, int msgno) in try_one() function
42 try_one (c0, known, table, 0); in try_table()
43 try_one (c1, known, table, 1); in try_table()
44 try_one (c2, known, table, 2); in try_table()
/dports/security/krb5/krb5-1.19.2/src/util/et/
H A Dt_com_err.c14 try_one (errcode_t code, int known, int table, int msgno) in try_one() function
42 try_one (c0, known, table, 0); in try_table()
43 try_one (c1, known, table, 1); in try_table()
44 try_one (c2, known, table, 2); in try_table()
/dports/math/rubiks/rubiks-20070912/dik/
H A Dsizesquare.c31 try_one(num, count) in try_one() function
78 counted += try_one((i << POW) + k, count + 1);
H A Dsize222.c32 try_one(num, count) in try_one() function
86 counted += try_one((i << POW) + k, count + 1);
H A Dsizekoc1.c43 try_one(num, count) in try_one() function
113 counted += try_one((i << POW) + k, count + 1);
H A Dsize333c.c53 try_one(num, count) in try_one() function
144 counted += try_one((i << POW) + k, count + 1);
H A Dsizekoc2.c43 try_one(num, count) in try_one() function
150 counted += try_one((i << POW) + k, count + 1);
H A Dsizedom.c54 try_one(num, count) in try_one() function
197 counted += try_one((i << POW) + k, count + 1);
/dports/sysutils/vector/vector-0.10.0/cargo-crates/krb5-src-0.2.4+1.18.2/krb5/src/tests/threads/
H A Dt_rcache.c63 static void try_one (struct tinfo *t) in try_one() function
121 try_one(&t); in run_a_loop()
/dports/security/krb5/krb5-1.19.2/src/tests/threads/
H A Dt_rcache.c63 static void try_one (struct tinfo *t) in try_one() function
121 try_one(&t); in run_a_loop()
/dports/lang/ghc/ghc-8.10.7/libraries/base/GHC/
H A DRead.hs358 choose sps = foldr ((+++) . try_one) pfail sps
360 try_one (s,p) = do { token <- lexP ; function
/dports/sysutils/ansible2/ansible-2.9.27/test/units/modules/network/cloudvision/
H A Dtest_cv_server_provision.py877 try_one = dict(workOrderUserDefinedStatus='Failed')
879 module.client.api.get_task_by_id.side_effect = [try_one, try_two]
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/community/network/tests/unit/plugins/modules/network/cloudvision/
H A Dtest_cv_server_provision.py880 try_one = dict(workOrderUserDefinedStatus='Failed')
882 module.client.api.get_task_by_id.side_effect = [try_one, try_two]

123