Home
last modified time | relevance | path

Searched defs:new_out (Results 1 – 3 of 3) sorted by relevance

/external/libchrome/base/strings/
Dutf_string_conversions_regression_fuzzer.cc17 base::string16 new_out; in UTF8ToCheck() local
29 std::wstring new_out; in UTF8ToCheck() local
46 std::string new_out; in UTF16ToCheck() local
58 std::wstring new_out; in UTF16ToCheck() local
75 std::string new_out; in WideToCheck() local
87 base::string16 new_out; in WideToCheck() local
/external/boringssl/src/crypto/fipsmodule/bn/
Dgcd.c285 BIGNUM *new_out = NULL; in BN_mod_inverse() local
/external/crosvm/devices/src/
Dserial.rs247 pub fn new_out(interrupt_evt: EventFd, out: Box<dyn io::Write + Send>) -> Serial { in new_out() method