Searched refs:_opts (Results 1 – 9 of 9) sorted by relevance
/external/autotest/client/cros/cellular/pseudomodem/ |
D | pseudomodem.py | 57 self._opts = opts 124 use_3gpp = (self._opts.family == '3GPP') 133 locked=self._opts.locked) 149 for i in xrange(self._opts.roaming_networks)] 160 activated=self._opts.activated)) 186 if not self._opts.test_module: 189 test_module = self._LoadCustomPartsModule(self._opts.test_module) 191 if self._opts.test_modem_class: 193 self._opts.test_modem_class, 194 self._opts.test_modem_arg) [all …]
|
/external/openssh/regress/ |
D | rekey.sh | 16 _opts="$@" 20 _opts="$_opts -o$_kexopt" 23 _opts="$_opts -oCompression=no" 24 ${SSH} <${DATA} $_opts -v -F $OBJ/ssh_proxy somehost "cat > ${COPY}"
|
/external/arm-trusted-firmware/docs/resources/diagrams/ |
D | Makefile | 67 $(call generate_image,$($(patsubst %.png,%_layers,$@)),$@,png,$($(patsubst %.png,%_opts,$@)),$<) 70 $(call generate_image,$($(patsubst %.png,%_layers,$@)),$@,png,$($(patsubst %.png,%_opts,$@)),$<) 73 …,$($(patsubst %.png,%_layers,$@)),$(patsubst %.png,%.svg,$@),svg,$($(patsubst %.png,%_opts,$@)),$<)
|
/external/scapy/scapy/layers/ |
D | dhcp.py | 180 self._opts = list(DHCPOptions.values()) 181 self._opts.remove("pad") 182 self._opts.remove("end") 186 o = random.choice(self._opts)
|
/external/mesa3d/src/compiler/spirv/ |
D | vtn_alu.c | 421 const struct vtn_decoration *dec, void *_opts) in handle_conversion_opts() argument 423 struct conversion_opts *opts = _opts; in handle_conversion_opts()
|
/external/rust/crates/bencher/ |
D | lib.rs | 554 fn run_test(_opts: &TestOpts, in run_test()
|
/external/libnl/include/netlink-private/ |
D | types.h | 540 struct nl_data * pre ##_opts; \
|
/external/python/cpython2/Doc/whatsnew/ |
D | 2.5.rst | 1135 .. _opts:
|
/external/python/cpython3/Doc/whatsnew/ |
D | 2.5.rst | 1136 .. _opts:
|