Home
last modified time | relevance | path

Searched defs:qr_code (Results 1 – 10 of 10) sorted by relevance

/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/qr_code-2.0.0/src/
H A Dlib.rs240 qr_code: &'a QrCode, field
283 let qr_code = QrCode::new(rand_string.as_bytes()).unwrap(); in test_roundtrip() localVariable
302 let qr_code = QrCode::with_version(b"test", Version::Normal(1), EcLevel::H).unwrap(); in test_with_version() localVariable
314 let qr_code = QrCode::new(b"test").unwrap(); in test_equivalence_of_pixel_accessors() localVariable
368 let qr_code = QrCode::with_error_correction_level(data, EcLevel::L).unwrap(); in bench_qr_code_with_low_ecc() localVariable
H A Dfuzz.rs10 let qr_code = QrCode::with_version(data, version, level) in arbitrary() localVariable
20 pub qr_code: QrCode, field
54 let qr_code = QrCode::with_version(&data, version, level) in arbitrary() localVariable
H A Drender.rs9 let qr_code = self.clone().into_colors(); in to_string() localVariable
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/qr_code-2.0.0/examples/
H A Dencode_string.rs2 let qr_code = qr_code::QrCode::new(b"Hello").unwrap(); in main() localVariable
H A Dencode_bmp.rs3 let qr_code = qr_code::QrCode::new(b"Hello").unwrap(); in main() localVariable
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/qr_code-2.0.0/
H A DREADME.md1 qr_code chapter
H A DCargo.toml14 name = "qr_code" package
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/
H A DCargo.toml36 qr_code = "2" qkey
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/qr_code-2.0.0/src/decode/
H A Dmod.rs610 let qr_code = qr_code::QrCode::arbitrary(&mut unstructured).unwrap(); localVariable
/aosp_15_r20/external/igt-gpu-tools/tests/
H A Dtestdisplay.c88 int qr_code = 0; variable