Home
last modified time | relevance | path

Searched defs:from_string (Results 1 – 25 of 83) sorted by relevance

1234

/aosp_15_r20/external/rust/android-crates-io/crates/darling_core/src/
Dfrom_meta.rs147 fn from_string(value: &str) -> Result<Self> { in from_string() method
176 fn from_string(value: &str) -> Result<Self> { in from_string() method
195 fn from_string(s: &str) -> Result<Self> { in from_string() method
209 fn from_string(s: &str) -> Result<Self> { in from_string() method
215 fn from_string(s: &str) -> Result<Self> { in from_string() method
325 fn from_string(value: &str) -> Result<Self> { in from_string() method
341 fn from_string(value: &str) -> Result<Self> { in from_string() method
364 fn from_string(value: &str) -> Result<Self> { in from_string() method
578 fn from_string(value: &str) -> Result<Self> { in from_string() method
597 fn from_string(value: &str) -> Result<Self> { in from_string() method
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/asio/include/boost/asio/ip/impl/
Daddress.hpp30 inline address address::from_string(const char* str) in from_string() function in boost::asio::ip::address
35 inline address address::from_string( in from_string() function in boost::asio::ip::address
41 inline address address::from_string(const std::string& str) in from_string() function in boost::asio::ip::address
46 inline address address::from_string( in from_string() function in boost::asio::ip::address
Daddress_v4.hpp30 inline address_v4 address_v4::from_string(const char* str) in from_string() function in boost::asio::ip::address_v4
35 inline address_v4 address_v4::from_string( in from_string() function in boost::asio::ip::address_v4
41 inline address_v4 address_v4::from_string(const std::string& str) in from_string() function in boost::asio::ip::address_v4
46 inline address_v4 address_v4::from_string( in from_string() function in boost::asio::ip::address_v4
Daddress_v6.hpp30 inline address_v6 address_v6::from_string(const char* str) in from_string() function in boost::asio::ip::address_v6
35 inline address_v6 address_v6::from_string( in from_string() function in boost::asio::ip::address_v6
41 inline address_v6 address_v6::from_string(const std::string& str) in from_string() function in boost::asio::ip::address_v6
46 inline address_v6 address_v6::from_string( in from_string() function in boost::asio::ip::address_v6
/aosp_15_r20/external/mesa3d/src/gallium/drivers/r600/sfn/
H A Dsfn_instr_export.cpp105 ExportInstr::from_string(std::istream& is, ValueFactory& vf) in from_string() function in r600::ExportInstr
255 ScratchIOInstr::from_string(std::istream& is, ValueFactory& vf) -> Pointer in from_string() function in r600::ScratchIOInstr
488 MemRingOutInstr::from_string(std::istream& is, ValueFactory& vf) -> Pointer in from_string() function in r600::MemRingOutInstr
565 EmitVertexInstr::from_string(std::istream& is, bool cut) -> Pointer in from_string() function in r600::EmitVertexInstr
596 WriteTFInstr::from_string(std::istream& is, ValueFactory& vf) -> Pointer in from_string() function in r600::WriteTFInstr
H A Dsfn_instr_fetch.cpp258 FetchInstr::from_string(std::istream& is, ValueFactory& vf) in from_string() function in r600::FetchInstr
527 QueryBufferSizeInstr::from_string(std::istream& is, ValueFactory& vf) in from_string() function in r600::QueryBufferSizeInstr
573 LoadFromBuffer::from_string(std::istream& is, ValueFactory& vf) in from_string() function in r600::LoadFromBuffer
703 LoadFromScratch::from_string(std::istream& is, ValueFactory& vf) in from_string() function in r600::LoadFromScratch
H A Dsfn_virtualvalues.cpp111 VirtualValue::from_string(const std::string& s) in from_string() function in r600::VirtualValue
274 Register::from_string(const std::string& s) in from_string() function in r600::Register
549 LiteralConstant::from_string(const std::string& s) in from_string() function in r600::LiteralConstant
610 InlineConstant::from_string(const std::string& s) in from_string() function in r600::InlineConstant
776 UniformValue::from_string(const std::string& s, ValueFactory *factory) in from_string() function in r600::UniformValue
H A Dsfn_instr_controlflow.cpp74 ControlFlowInstr::from_string(std::string type_str) in from_string() function in r600::ControlFlowInstr
195 IfInstr::from_string(std::istream& is, ValueFactory& value_factory, bool is_cayman) in from_string() function in r600::IfInstr
H A Dsfn_instr_lds.cpp174 LDSReadInstr::from_string(istream& is, ValueFactory& value_factory) -> Pointer in from_string() function in r600::LDSReadInstr
423 LDSAtomicInstr::from_string(istream& is, ValueFactory& value_factory) -> Pointer in from_string() function in r600::LDSAtomicInstr
/aosp_15_r20/external/rust/android-crates-io/crates/protobuf-json-mapping/src/
Dparse.rs136 fn from_string(v: &str) -> ParseResultWithoutLoc<Self>; in from_string() method
148 fn from_string(v: &str) -> Result<Self, ParseErrorWithoutLoc> { in from_string() method
162 fn from_string(v: &str) -> Result<Self, ParseErrorWithoutLoc> { in from_string() method
176 fn from_string(v: &str) -> Result<Self, ParseErrorWithoutLoc> { in from_string() method
190 fn from_string(v: &str) -> Result<Self, ParseErrorWithoutLoc> { in from_string() method
204 fn from_string(v: &str) -> Result<Self, ParseErrorWithoutLoc> { in from_string() method
226 fn from_string(v: &str) -> Result<Self, ParseErrorWithoutLoc> { in from_string() method
/aosp_15_r20/external/autotest/utils/frozen_chromite/third_party/oauth2client/
H A D_pycrypto_crypt.py55 def from_string(key_pem, is_x509_cert): member in PyCryptoVerifier
104 def from_string(key, password='notasecret'): member in PyCryptoSigner
H A D_openssl_crypt.py57 def from_string(key_pem, is_x509_cert): member in OpenSSLVerifier
102 def from_string(key, password=b'notasecret'): member in OpenSSLSigner
/aosp_15_r20/external/python/oauth2client/oauth2client/
D_pycrypto_crypt.py53 def from_string(key_pem, is_x509_cert): member in PyCryptoVerifier
102 def from_string(key, password='notasecret'): member in PyCryptoSigner
D_openssl_crypt.py54 def from_string(key_pem, is_x509_cert): member in OpenSSLVerifier
100 def from_string(key, password=b'notasecret'): member in OpenSSLSigner
D_pure_python_crypt.py95 def from_string(cls, key_pem, is_x509_cert): member in RsaVerifier
151 def from_string(cls, key, password='notasecret'): member in RsaSigner
/aosp_15_r20/external/python/google-auth-library-python/google/auth/crypt/
Des256.py76 def from_string(cls, public_key): member in ES256Verifier
139 def from_string(cls, key, key_id=None): member in ES256Signer
D_cryptography_rsa.py60 def from_string(cls, public_key): member in RSAVerifier
115 def from_string(cls, key, key_id=None): member in RSASigner
D_python_rsa.py82 def from_string(cls, public_key): member in RSAVerifier
139 def from_string(cls, key, key_id=None): member in RSASigner
/aosp_15_r20/external/tensorflow/tensorflow/dtensor/python/
H A Dlayout.py304 def from_string(mesh_str: str) -> 'Mesh': member in Mesh
613 def from_string(layout_str: str) -> 'Layout': member in Layout
/aosp_15_r20/external/scapy/scapy/tools/
H A DUTscapy.py107 def from_string(cls,x): member in EnumClass
109 from_string = classmethod(from_string) variable in EnumClass
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/strum_macros-0.25.3/src/macros/strings/
H A Dmod.rs3 pub mod from_string; module
/aosp_15_r20/external/rust/android-crates-io/crates/strum_macros/src/macros/strings/
Dmod.rs3 pub mod from_string; module
/aosp_15_r20/external/rust/android-crates-io/crates/clap_builder/src/builder/
Dos_str.rs14 pub(crate) fn from_string(name: std::ffi::OsString) -> Self { in from_string() method
258 pub(crate) fn from_string(name: std::ffi::OsString) -> Self { in from_string() method
Dstr.rs12 pub(crate) fn from_string(name: std::string::String) -> Self { in from_string() method
229 pub(crate) fn from_string(name: std::string::String) -> Self { in from_string() method
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/clap_builder-4.5.2/src/builder/
H A Dstr.rs12 pub(crate) fn from_string(name: std::string::String) -> Self { in from_string() method
229 pub(crate) fn from_string(name: std::string::String) -> Self { in from_string() method

1234