Home
last modified time | relevance | path

Searched refs:test_bytes (Results 1 – 16 of 16) sorted by relevance

/external/webrtc/webrtc/test/testsupport/metrics/
Dvideo_metrics.cc123 size_t test_bytes = fread(test_buffer.get(), 1, frame_length, test_fp); in CalculateMetrics() local
124 while (ref_bytes == frame_length && test_bytes == frame_length) { in CalculateMetrics()
148 test_bytes = fread(test_buffer.get(), 1, frame_length, test_fp); in CalculateMetrics()
/external/autotest/client/tests/netperf2/
Dwait_before_data.patch58 test_bytes, /* test ends on byte count */
108 tcp_stream_request->test_length = test_bytes;
/external/python/cpython2/Demo/parser/
Dtest_unparse.py163 def test_bytes(self): member in UnparseTestCase
/external/python/cpython3/Lib/test/
Dtest_fnmatch.py66 def test_bytes(self): member in FnmatchTestCase
Dtest_dbm_ndbm.py73 def test_bytes(self): member in DbmTestCase
Dtest_dbm_gnu.py104 def test_bytes(self): member in TestGdbm
Dtest_marshal.py100 def test_bytes(self): member in StringTestCase
340 def test_bytes(self, size): member in LargeValuesTestCase
Dtest_gdb.py336 def test_bytes(self): member in PrettyPrintTests
Dtest_plistlib.py183 def test_bytes(self): member in TestPlistlib
Dpickletester.py1472 def test_bytes(self): member in AbstractPickleTests
Dtest_re.py2116 def test_bytes(self): member in PatternReprTests
Dtest_os.py3565 def test_bytes(self): member in TestScandir
/external/python/cpython3/Lib/test/test_tools/
Dtest_unparse.py211 def test_bytes(self): member in UnparseTestCase
/external/python/dateutil/dateutil/test/
Dtest_isoparser.py224 def test_bytes(isostr, dt): function
/external/python/cpython3/Doc/whatsnew/
D3.6.rst689 File "test/test_bytes.py", line 323
698 File "test/test_bytes.py", line 323 in test_hex
/external/python/cpython3/Misc/
DHISTORY6122 - Issue #16910: test_bytes, test_unicode, and test_userstring now work with