Searched defs:source_bytes (Results 1 – 5 of 5) sorted by relevance
/external/python/cpython2/Lib/test/ | ||
D | test_memoryview.py | 18 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/v8/tools/ | ||
D | js2c.py | 459 def BuildMetadata(sources, source_bytes, native_type): argument |
/external/python/cpython3/Lib/importlib/ | ||
D | _bootstrap_external.py | 507 def decode_source(source_bytes): argument |