Searched defs:source_bytes (Results 1 – 7 of 7) 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 | 21 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 | 704 def decode_source(source_bytes): argument |
/external/rust/crates/base64/src/ | ||
D | alphabet.rs | 32 let source_bytes = alphabet.as_bytes(); in from_str_unchecked() localVariable |
/external/cronet/net/tools/ | ||
D | print_certificates.py | 274 def extract_certificates(source_bytes): argument |