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