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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/
message.py 84 # Message.get_params() are both currently defined to return the tuple in
495 # Like get_params() but preserves the quoting of values. BAW:
515 def get_params(self, failobj=None, header='content-type', unquote=True):
606 for old_param, old_value in self.get_params(header=header,
632 for p, v in self.get_params(header=header, unquote=requote):
668 params = self.get_params(header=header, unquote=requote)
513 def get_params(self, failobj=None, header='content-type', unquote=True): member in class:Message
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/
message.py 84 # Message.get_params() are both currently defined to return the tuple in
495 # Like get_params() but preserves the quoting of values. BAW:
515 def get_params(self, failobj=None, header='content-type', unquote=True):
606 for old_param, old_value in self.get_params(header=header,
632 for p, v in self.get_params(header=header, unquote=requote):
668 params = self.get_params(header=header, unquote=requote)
513 def get_params(self, failobj=None, header='content-type', unquote=True): member in class:Message
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/test/
test_email.py 321 eq(msg.get_params(header='x-header'),
325 eq(msg.get_params(header='x-header'),
327 eq(msg.get_params(), None)
330 eq(msg.get_params(header='x-header'),
389 eq(msg.get_params(), [('text/plain', ''),
392 eq(msg.get_params(unquote=False), [('text/plain', ''),
401 eq(msg.get_params(),
406 eq(msg.get_params(),
410 eq(msg.get_params(),
    [all...]
test_email_renamed.py 285 eq(msg.get_params(header='x-header'),
289 eq(msg.get_params(header='x-header'),
291 eq(msg.get_params(), None)
294 eq(msg.get_params(header='x-header'),
345 eq(msg.get_params(), [('text/plain', ''),
348 eq(msg.get_params(unquote=False), [('text/plain', ''),
357 eq(msg.get_params(),
362 eq(msg.get_params(),
366 eq(msg.get_params(),
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/test/
test_email.py 321 eq(msg.get_params(header='x-header'),
325 eq(msg.get_params(header='x-header'),
327 eq(msg.get_params(), None)
330 eq(msg.get_params(header='x-header'),
389 eq(msg.get_params(), [('text/plain', ''),
392 eq(msg.get_params(unquote=False), [('text/plain', ''),
401 eq(msg.get_params(),
406 eq(msg.get_params(),
410 eq(msg.get_params(),
    [all...]
test_email_renamed.py 285 eq(msg.get_params(header='x-header'),
289 eq(msg.get_params(header='x-header'),
291 eq(msg.get_params(), None)
294 eq(msg.get_params(header='x-header'),
345 eq(msg.get_params(), [('text/plain', ''),
348 eq(msg.get_params(unquote=False), [('text/plain', ''),
357 eq(msg.get_params(),
362 eq(msg.get_params(),
366 eq(msg.get_params(),
    [all...]
  /external/opencv/ml/src/
mlboost.cpp 256 int boost_type = ensemble->get_params().boost_type;
257 int split_criteria = ensemble->get_params().split_criteria;
347 int boost_type = ensemble->get_params().boost_type;
348 int split_criteria = ensemble->get_params().split_criteria;
706 int boost_type = ensemble->get_params().boost_type;
1645 CvBoost::get_params() const function in class:CvBoost
    [all...]
  /external/opencv/ml/include/
ml.h 518 virtual CvSVMParams get_params() const { return params; }; function in class:CvSVM
    [all...]

Completed in 873 milliseconds