Searched refs:set_param (Results 1 - 25 of 25) sorted by relevance

/external/libxcam/modules/soft/
H A Dsoft_handler.h46 inline void set_param (const SmartPtr<ImageHandler::Parameters> &param) { function in struct:XCam::SoftArgs
H A Dsoft_blender_tasks_priv.h104 set_param (param);
/external/python/cpython3/Lib/email/
H A Dcontentmanager.py118 msg.set_param('filename',
126 msg.set_param(key, value)
187 msg.set_param('charset',
H A Dmessage.py352 self.set_param('charset', charset.get_output_charset())
703 def set_param(self, param, value, header='Content-Type', requote=True,
806 self.set_param(p, v, header, requote)
1121 self.set_param('boundary', boundary)
701 def set_param(self, param, value, header='Content-Type', requote=True, member in class:Message
/external/python/cpython2/Lib/email/
H A Dmessage.py262 self.set_param('charset', charset.get_output_charset())
573 def set_param(self, param, value, header='Content-Type', requote=True,
673 self.set_param(p, v, header, requote)
571 def set_param(self, param, value, header='Content-Type', requote=True, member in class:Message
/external/tensorflow/tensorflow/contrib/verbs/
H A Drdma.cc326 uint32_t set_param(uint32_t default_val, const char* env_param) {
386 params.pkey_index = (uint8_t)set_param(PKEY_DEFAULT, "RDMA_PKEY");
387 params.queue_depth = set_param(QUEUE_DEPTH_DEFAULT, "RDMA_QUEUE_DEPTH");
388 params.timeout = (uint8_t)set_param(TIMEOUT_DEFAULT, "RDMA_TIMEOUT");
389 params.retry_cnt = (uint8_t)set_param(RETRY_CNT_DEFAULT, "RDMA_RETRY_CNT");
390 params.sl = (uint8_t)set_param(SL_DEFAULT, "RDMA_SL");
394 params.traffic_class = set_param(TRAFFIC_CLASS, "RDMA_TRAFFIC_CLASS");
/external/python/cpython3/Lib/test/test_email/
H A Dtest_email.py425 msg.set_param('charset', 'iso-2022-jp')
427 msg.set_param('importance', 'high value')
436 msg.set_param('charset', 'iso-9999-xx', header='X-Jimmy')
450 msg.set_param("report-type", old_val)
480 msg.set_param('charset', 'us-ascii')
3926 msg.set_param('title', 'test')
4988 msg.set_param('title', 'This is even more ***fun*** isn\'t it!',
4992 msg.set_param('title', 'This is even more ***fun*** isn\'t it!',
4997 msg.set_param('title', 'This is even more ***fun*** isn\'t it!',
5024 msg.set_param('titl
[all...]
H A Dtest_message.py732 m.set_param('filename', 'abc.png', 'Content-Disposition')
/external/python/cpython2/Lib/email/test/
H A Dtest_email.py389 msg.set_param('charset', 'iso-2022-jp')
391 msg.set_param('importance', 'high value')
400 msg.set_param('charset', 'iso-9999-xx', header='X-Jimmy')
414 msg.set_param("report-type", old_val)
432 msg.set_param('charset', 'us-ascii')
3268 msg.set_param('title', 'This is even more ***fun*** isn\'t it!',
3272 msg.set_param('title', 'This is even more ***fun*** isn\'t it!',
3277 msg.set_param('title', 'This is even more ***fun*** isn\'t it!',
3305 msg.set_param('foo', 'bar', charset='us-ascii', language='en')
3306 msg.set_param('titl
[all...]
H A Dtest_email_renamed.py340 msg.set_param('charset', 'iso-2022-jp')
342 msg.set_param('importance', 'high value')
351 msg.set_param('charset', 'iso-9999-xx', header='X-Jimmy')
365 msg.set_param("report-type", old_val)
383 msg.set_param('charset', 'us-ascii')
3006 msg.set_param('title', 'This is even more ***fun*** isn\'t it!',
3010 msg.set_param('title', 'This is even more ***fun*** isn\'t it!',
3015 msg.set_param('title', 'This is even more ***fun*** isn\'t it!',
3043 msg.set_param('foo', 'bar', charset='us-ascii', language='en')
3044 msg.set_param('titl
[all...]
/external/wpa_supplicant_8/hostapd/src/drivers/
H A Ddriver_roboswitch.c477 .set_param = wpa_driver_roboswitch_set_param,
H A Ddriver_privsep.c823 .set_param = wpa_driver_privsep_set_param,
H A Ddriver.h2188 * set_param - Set driver configuration parameters
2197 int (*set_param)(void *priv, const char *param); member in struct:wpa_driver_ops
H A Ddriver_nl80211.c10404 .set_param = nl80211_set_param,
/external/wpa_supplicant_8/src/drivers/
H A Ddriver_roboswitch.c477 .set_param = wpa_driver_roboswitch_set_param,
H A Ddriver_privsep.c823 .set_param = wpa_driver_privsep_set_param,
H A Ddriver.h2188 * set_param - Set driver configuration parameters
2197 int (*set_param)(void *priv, const char *param); member in struct:wpa_driver_ops
H A Ddriver_nl80211.c10404 .set_param = nl80211_set_param,
/external/wpa_supplicant_8/wpa_supplicant/src/drivers/
H A Ddriver_roboswitch.c477 .set_param = wpa_driver_roboswitch_set_param,
H A Ddriver_privsep.c823 .set_param = wpa_driver_privsep_set_param,
H A Ddriver.h2188 * set_param - Set driver configuration parameters
2197 int (*set_param)(void *priv, const char *param); member in struct:wpa_driver_ops
H A Ddriver_nl80211.c10404 .set_param = nl80211_set_param,
/external/wpa_supplicant_8/wpa_supplicant/
H A Ddriver_i.h36 if (wpa_s->driver->set_param)
37 return wpa_s->driver->set_param(wpa_s->drv_priv, param);
H A Dwpa_priv.c113 if (iface->driver->set_param &&
114 iface->driver->set_param(iface->drv_priv, NULL) < 0) {
/external/valgrind/coregrind/m_syswrap/
H A Dsyswrap-xen.c1327 __PRE_XEN_HVMOP_READ(set_param, struct vki_xen_hvm_param, domid);
1328 __PRE_XEN_HVMOP_READ(set_param, struct vki_xen_hvm_param, index);
1329 __PRE_XEN_HVMOP_READ(set_param, struct vki_xen_hvm_param, value);

Completed in 555 milliseconds