/external/webrtc/webrtc/test/testsupport/metrics/ |
D | video_metrics.cc | 123 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/ |
D | wait_before_data.patch | 58 test_bytes, /* test ends on byte count */ 108 tcp_stream_request->test_length = test_bytes;
|
/external/python/cpython2/Demo/parser/ |
D | test_unparse.py | 163 def test_bytes(self): member in UnparseTestCase
|
/external/python/cpython3/Lib/test/ |
D | test_fnmatch.py | 66 def test_bytes(self): member in FnmatchTestCase
|
D | test_dbm_ndbm.py | 73 def test_bytes(self): member in DbmTestCase
|
D | test_dbm_gnu.py | 104 def test_bytes(self): member in TestGdbm
|
D | test_marshal.py | 100 def test_bytes(self): member in StringTestCase 340 def test_bytes(self, size): member in LargeValuesTestCase
|
D | test_gdb.py | 336 def test_bytes(self): member in PrettyPrintTests
|
D | test_plistlib.py | 183 def test_bytes(self): member in TestPlistlib
|
D | pickletester.py | 1472 def test_bytes(self): member in AbstractPickleTests
|
D | test_re.py | 2116 def test_bytes(self): member in PatternReprTests
|
D | test_os.py | 3565 def test_bytes(self): member in TestScandir
|
/external/python/cpython3/Lib/test/test_tools/ |
D | test_unparse.py | 211 def test_bytes(self): member in UnparseTestCase
|
/external/python/dateutil/dateutil/test/ |
D | test_isoparser.py | 224 def test_bytes(isostr, dt): function
|
/external/python/cpython3/Doc/whatsnew/ |
D | 3.6.rst | 689 File "test/test_bytes.py", line 323 698 File "test/test_bytes.py", line 323 in test_hex
|
/external/python/cpython3/Misc/ |
D | HISTORY | 6122 - Issue #16910: test_bytes, test_unicode, and test_userstring now work with
|