/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/python/pybind11/tests/ |
D | test_constants_and_functions.py | 21 def test_bytes(): function
|
D | test_pytypes.py | 93 def test_bytes(doc): function
|
/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/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 | 114 def test_bytes(self): member in TestGdbm
|
D | test_symtable.py | 218 def test_bytes(self): member in SymtableTest
|
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 | 325 def test_bytes(self): member in PrettyPrintTests
|
D | test_plistlib.py | 206 def test_bytes(self): member in TestPlistlib
|
D | test__xxsubinterpreters.py | 391 def test_bytes(self): member in ShareableTypeTests
|
D | test_os.py | 2336 def test_bytes(self): member in ReadlinkTests 3848 def test_bytes(self): member in TestScandir
|
D | pickletester.py | 1630 def test_bytes(self): member in AbstractPickleTests
|
D | test_re.py | 2145 def test_bytes(self): member in PatternReprTests
|
/external/python/cpython2/Demo/parser/ |
D | test_unparse.py | 163 def test_bytes(self): member in UnparseTestCase
|
/external/python/cpython3/Lib/test/test_tools/ |
D | test_unparse.py | 216 def test_bytes(self): member in UnparseTestCase
|
/external/python/dateutil/dateutil/test/ |
D | test_isoparser.py | 236 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/cryptography/tests/x509/ |
D | test_x509.py | 4173 def test_bytes(self, backend): member in TestName
|
/external/python/cpython3/Misc/ |
D | HISTORY | 6122 - Issue #16910: test_bytes, test_unicode, and test_userstring now work with
|