Searched defs:source_bytes (Results 1 – 5 of 5) 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 |
| /third_party/node/deps/v8/src/wasm/ | ||
| D | wasm-objects.cc | 1266 auto source_bytes = wire_bytes.SubVector(segment.source.offset(), in InitDataSegmentArrays() local |