| /external/sdv/vsomeip/third_party/boost/asio/include/boost/asio/ip/impl/ |
| D | address.hpp | 30 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
|
| D | address_v6.hpp | 30 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
|
| D | address_v4.hpp | 30 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
|
| /external/rust/crates/darling_core/src/ |
| D | from_meta.rs | 146 fn from_string(value: &str) -> Result<Self> { in from_string() method 175 fn from_string(value: &str) -> Result<Self> { in from_string() method 194 fn from_string(s: &str) -> Result<Self> { in from_string() method 208 fn from_string(s: &str) -> Result<Self> { in from_string() method 214 fn from_string(s: &str) -> Result<Self> { in from_string() method 312 fn from_string(value: &str) -> Result<Self> { in from_string() method 328 fn from_string(value: &str) -> Result<Self> { in from_string() method 351 fn from_string(value: &str) -> Result<Self> { in from_string() method 565 fn from_string(value: &str) -> Result<Self> { in from_string() method 584 fn from_string(value: &str) -> Result<Self> { in from_string() method
|
| /external/python/oauth2client/oauth2client/ |
| D | _pycrypto_crypt.py | 53 def from_string(key_pem, is_x509_cert): member in PyCryptoVerifier 102 def from_string(key, password='notasecret'): member in PyCryptoSigner
|
| D | _openssl_crypt.py | 54 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.py | 95 def from_string(cls, key_pem, is_x509_cert): member in RsaVerifier 151 def from_string(cls, key, password='notasecret'): member in RsaSigner
|
| /external/autotest/utils/frozen_chromite/third_party/oauth2client/ |
| D | _pycrypto_crypt.py | 55 def from_string(key_pem, is_x509_cert): member in PyCryptoVerifier 104 def from_string(key, password='notasecret'): member in PyCryptoSigner
|
| D | _openssl_crypt.py | 57 def from_string(key_pem, is_x509_cert): member in OpenSSLVerifier 102 def from_string(key, password=b'notasecret'): member in OpenSSLSigner
|
| /external/python/google-auth-library-python/google/auth/crypt/ |
| D | es256.py | 76 def from_string(cls, public_key): member in ES256Verifier 139 def from_string(cls, key, key_id=None): member in ES256Signer
|
| D | _cryptography_rsa.py | 60 def from_string(cls, public_key): member in RSAVerifier 115 def from_string(cls, key, key_id=None): member in RSASigner
|
| D | _python_rsa.py | 82 def from_string(cls, public_key): member in RSAVerifier 139 def from_string(cls, key, key_id=None): member in RSASigner
|
| D | base.py | 78 def from_string(cls, key, key_id=None): member in FromServiceAccountMixin
|
| /external/rust/crates/strum_macros/src/macros/strings/ |
| D | mod.rs | 3 pub mod from_string; module
|
| /external/mesa3d/src/gallium/drivers/r600/sfn/ |
| D | sfn_instr_export.cpp | 125 ExportInstr::from_string(std::istream& is, ValueFactory& vf) in from_string() function in r600::ExportInstr 275 ScratchIOInstr::from_string(std::istream& is, ValueFactory& vf) -> Pointer in from_string() function in r600::ScratchIOInstr 508 MemRingOutInstr::from_string(std::istream& is, ValueFactory& vf) -> Pointer in from_string() function in r600::MemRingOutInstr 585 EmitVertexInstr::from_string(std::istream& is, bool cut) -> Pointer in from_string() function in r600::EmitVertexInstr 616 WriteTFInstr::from_string(std::istream& is, ValueFactory& vf) -> Pointer in from_string() function in r600::WriteTFInstr
|
| D | sfn_instr_controlflow.cpp | 94 ControlFlowInstr::from_string(std::string type_str) in from_string() function in r600::ControlFlowInstr 215 IfInstr::from_string(std::istream& is, ValueFactory& value_factory, bool is_cayman) in from_string() function in r600::IfInstr
|
| D | sfn_instr_fetch.cpp | 278 FetchInstr::from_string(std::istream& is, ValueFactory& vf) in from_string() function in r600::FetchInstr 547 QueryBufferSizeInstr::from_string(std::istream& is, ValueFactory& vf) in from_string() function in r600::QueryBufferSizeInstr 593 LoadFromBuffer::from_string(std::istream& is, ValueFactory& vf) in from_string() function in r600::LoadFromBuffer 723 LoadFromScratch::from_string(std::istream& is, ValueFactory& vf) in from_string() function in r600::LoadFromScratch
|
| D | sfn_instr_lds.cpp | 194 LDSReadInstr::from_string(istream& is, ValueFactory& value_factory) -> Pointer in from_string() function in r600::LDSReadInstr 443 LDSAtomicInstr::from_string(istream& is, ValueFactory& value_factory) -> Pointer in from_string() function in r600::LDSAtomicInstr
|
| D | sfn_instrfactory.cpp | 55 InstrFactory::from_string(const std::string& s, int nesting_depth, bool is_cayman) in from_string() function in r600::InstrFactory
|
| /external/rust/crates/protobuf-json-mapping/src/ |
| D | parse.rs | 136 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
|
| /external/mesa3d/src/gallium/drivers/r600/sfn/tests/ |
| D | sfn_shaderfromstring_test.cpp | 83 TestShaderFromString::from_string(const std::string& s) in from_string() function in TestShaderFromString
|
| /external/rust/crates/grpcio-sys/grpc/tools/run_tests/xds_k8s_test_driver/framework/helpers/ |
| D | skips.py | 42 def from_string(cls, lang: str): member in Lang
|
| /external/sdv/vsomeip/third_party/boost/date_time/include/boost/date_time/gregorian/ |
| D | parsers.hpp | 48 inline date from_string(const std::string& s) { in from_string() function
|
| /external/sdv/vsomeip/third_party/boost/range/test/adaptor_test/ |
| D | chained.cpp | 38 static foo from_string(const std::string& source) in from_string() function in boost_range_test::__anon0348d4e30111::foo
|
| /external/ComputeLibrary/arm_compute/runtime/CL/ |
| D | CLTuningParams.h | 95 bool from_string(CLTuningInfo tuning_info, std::string tuning_params_string) in from_string() function
|