Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/test/
Dtest_memoryview.py19 source_bytes = b"abcdef" variable in AbstractMemoryTests
289 source_bytes = b"XabcdefY" variable in BaseMemorySliceTests
306 source_bytes = b"XabcdefY" variable in BaseMemorySliceSliceTests
/external/sfntly/cpp/src/test/
Dopen_type_data_test.cc46 ByteVector source_bytes(1024); in TestOTFCopy() local
/external/python/cpython3/Lib/test/
Dtest_memoryview.py19 source_bytes = b"abcdef" variable in AbstractMemoryTests
426 source_bytes = b"XabcdefY" variable in BaseMemorySliceTests
443 source_bytes = b"XabcdefY" variable in BaseMemorySliceSliceTests
/external/python/cpython3/Lib/importlib/
Dutil.py22 def source_hash(source_bytes): argument
D_bootstrap_external.py557 def decode_source(source_bytes): argument
/external/v8/tools/
Djs2c.py445 def BuildMetadata(sources, source_bytes, native_type): argument