Home
last modified time | relevance | path

Searched refs:_opts (Results 1 – 9 of 9) sorted by relevance

/external/autotest/client/cros/cellular/pseudomodem/
Dpseudomodem.py57 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/
Drekey.sh16 _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/
DMakefile67 $(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/
Ddhcp.py180 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/
Dvtn_alu.c421 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/
Dlib.rs554 fn run_test(_opts: &TestOpts, in run_test()
/external/libnl/include/netlink-private/
Dtypes.h540 struct nl_data * pre ##_opts; \
/external/python/cpython2/Doc/whatsnew/
D2.5.rst1135 .. _opts:
/external/python/cpython3/Doc/whatsnew/
D2.5.rst1136 .. _opts: