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