Home
last modified time | relevance | path

Searched defs:rand_string (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/tools/run_tests/xds_k8s_test_driver/framework/helpers/
Drand.py27 def rand_string(length: int = 8, *, lowercase: bool = False) -> str: function
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/qr_code-2.0.0/src/
H A Dlib.rs279 let rand_string: String = rand::thread_rng() in test_roundtrip() localVariable