Searched defs:source_bytes (Results 1 – 5 of 5) sorted by relevance
| /external/python/cpython2/Lib/test/ | ||
| D | test_memoryview.py | 19 source_bytes = b"abcdef" variable in AbstractMemoryTests |
| /external/sfntly/cpp/src/test/ | ||
| D | open_type_data_test.cc | 46 ByteVector source_bytes(1024); in TestOTFCopy() local |
| /external/python/cpython3/Lib/test/ | ||
| D | test_memoryview.py | 19 source_bytes = b"abcdef" variable in AbstractMemoryTests |
| /external/python/cpython3/Lib/importlib/ | ||
| D | util.py | 22 def source_hash(source_bytes): argument |
| D | _bootstrap_external.py | 619 def decode_source(source_bytes): argument |