Home
last modified time | relevance | path

Searched defs:source_bytes (Results 1 – 5 of 5) sorted by relevance

/third_party/skia/third_party/externals/sfntly/cpp/src/test/
Dopen_type_data_test.cc46 ByteVector source_bytes(1024); in TestOTFCopy() local
/third_party/python/Lib/test/
Dtest_memoryview.py21 source_bytes = b"abcdef" variable in AbstractMemoryTests
439 source_bytes = b"XabcdefY" variable in BaseMemorySliceTests
456 source_bytes = b"XabcdefY" variable in BaseMemorySliceSliceTests
/third_party/python/Lib/importlib/
Dutil.py22 def source_hash(source_bytes): argument
D_bootstrap_external.py704 def decode_source(source_bytes): argument
/third_party/node/deps/v8/src/wasm/
Dwasm-objects.cc1266 auto source_bytes = wire_bytes.SubVector(segment.source.offset(), in InitDataSegmentArrays() local