HomeSort by relevance Sort by last modified time
    Searched refs:from_string (Results 1 - 16 of 16) sorted by null

  /external/parameter-framework/asio-1.10.6/include/asio/ip/
address.hpp 94 ASIO_DECL static address from_string(const char* str);
98 ASIO_DECL static address from_string(
103 ASIO_DECL static address from_string(const std::string& str);
107 ASIO_DECL static address from_string(
address_v6.hpp 95 ASIO_DECL static address_v6 from_string(const char* str);
98 ASIO_DECL static address_v6 from_string(
102 ASIO_DECL static address_v6 from_string(const std::string& str);
105 ASIO_DECL static address_v6 from_string(
address_v4.hpp 98 ASIO_DECL static address_v4 from_string(const char* str);
101 ASIO_DECL static address_v4 from_string(
105 ASIO_DECL static address_v4 from_string(const std::string& str);
108 ASIO_DECL static address_v4 from_string(
  /ndk/tests/
test_filters.py 23 filters = TestFilter.from_string('foo,ba*')
51 filters = TestFilter.from_string('')
filters.py 87 def from_string(cls, filter_string): member in class:TestFilter
run-all.py 335 test_filters = filters.TestFilter.from_string(args.filter)
  /external/chromium-trace/catapult/third_party/gsutil/third_party/oauth2client/oauth2client/
crypt.py 101 def from_string(key_pem, is_x509_cert): member in class:.OpenSSLVerifier
149 def from_string(key, password=b'notasecret'): member in class:.OpenSSLSigner
234 def from_string(key_pem, is_x509_cert): member in class:.PyCryptoVerifier
285 def from_string(key, password='notasecret'): member in class:.PyCryptoSigner
423 verifier = Verifier.from_string(pem, True)
  /external/selinux/sepolgen/tests/
test_refpolicy.py 44 sc.from_string(context)
57 sc.from_string(context)
66 self.assertRaises(ValueError, sc.from_string, "abc")
  /external/chromium-trace/catapult/third_party/gsutil/third_party/oauth2client/tests/
test_jwt.py 70 signer = self.signer.from_string(private_key)
73 verifier = self.verifier.from_string(public_key, True)
92 signer = self.signer.from_string(private_key)
150 signer = self.signer.from_string(private_key)
  /toolchain/binutils/binutils-2.25/gas/config/
xtensa-relax.c 1556 req_or_option->option_name, from_string); local
1683 precond->opname1, from_string); local
1693 precond->opname2, from_string); local
1870 const char *from_string = transitions[tnum].pattern; local
    [all...]
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/
utils.py 807 from_string = boto.config.get_value('Notification',
810 msg['From'] = from_string
811 msg['Reply-To'] = from_string
847 server.sendmail(from_string, to_string, msg.as_string())
    [all...]
  /external/opencv3/3rdparty/jinja2/
environment.py 598 template = self.from_string(nodes.Template(body, lineno=1))
835 def from_string(self, source, globals=None, template_class=None): member in class:Environment
    [all...]
  /external/selinux/sepolgen/src/sepolgen/
refpolicy.py 266 as a string passed to the from_string method.
274 self.from_string(context)
276 def from_string(self, context): member in class:SecurityContext
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/sepolgen/
refpolicy.py 266 as a string passed to the from_string method.
274 self.from_string(context)
276 def from_string(self, context): member in class:SecurityContext
  /tools/test/connectivity/acts/framework/acts/controllers/
monsoon.py 430 def from_string(data_str): member in class:MonsoonData
502 results.append(MonsoonData.from_string(data_str))
    [all...]
  /external/chromium-trace/catapult/third_party/WebOb/webob/
request.py 1191 def from_string(cls, b): member in class:BaseRequest
    [all...]

Completed in 442 milliseconds