Home
last modified time | relevance | path

Searched refs:set_options (Results 1 – 24 of 24) sorted by relevance

/external/tensorflow/tensorflow/core/ops/
Dsparse_csr_matrix_ops_test.cc108 auto set_options = [&op](bool transpose_a, bool transpose_b, bool adjoint_a, in TEST() local
122 set_options(false, false, false, false, false /*transpose_output*/); in TEST()
140 set_options(false, false, false, false, true /*transpose_output*/); in TEST()
146 set_options(/*transpose_a=*/true, /*transpose_b=*/true, in TEST()
153 set_options(/*transpose_a=*/false, /*transpose_b=*/false, in TEST()
160 set_options(true /*transpose_a*/, true /*transpose_b*/, in TEST()
167 set_options(/*transpose_a=*/true, /*transpose_b=*/false, in TEST()
172 set_options(/*transpose_a=*/false, /*transpose_b=*/true, in TEST()
232 auto set_options = [&op](bool transpose_a, bool transpose_b, bool adjoint_a, in TEST() local
245 set_options(false, false, false, false); in TEST()
[all …]
/external/toybox/toys/pending/
Dstty.c241 static void set_options(struct termios* new, ...) in set_options() function
288 set_options(t, "cread", "-ignbrk", "brkint", "-inlcr", "-igncr", "icrnl", in make_sane()
373 set_options(&new, "brkint", "ignpar", "istrip", "icrnl", "ixon", in stty_main()
376 set_options(&new, "parenb", "cs7", "-parodd", NULL); in stty_main()
378 set_options(&new, "parenb", "cs7", "parodd", NULL); in stty_main()
381 set_options(&new, "-parenb", "cs8", NULL); in stty_main()
384 set_options(&new, "-ignbrk", "-brkint", "-ignpar", "-parmrk", "-inpck", in stty_main()
390 set_options(&new, "-icrnl", "-ocrnl", NULL); in stty_main()
392 set_options(&new, "icrnl", "ocrnl", "-inlcr", "-igncr", NULL); in stty_main()
/external/libchrome/base/strings/
Dstring_tokenizer_fuzzer.cc47 t_options.set_options(base::StringTokenizer::RETURN_DELIMS); in LLVMFuzzerTestOneInput()
52 t_quote_and_options.set_options(base::StringTokenizer::RETURN_DELIMS); in LLVMFuzzerTestOneInput()
Dstring_tokenizer_unittest.cc59 t.set_options(StringTokenizer::RETURN_DELIMS); in TEST()
107 t.set_options(StringTokenizer::RETURN_DELIMS); in TEST()
Dstring_tokenizer.h114 void set_options(int options) { options_ = options; } in set_options() function
/external/llvm-project/lldb/source/Breakpoint/
DBreakpointOptions.cpp245 Flags set_options; in CreateFromStructuredData() local
255 set_options.Set(eEnabled); in CreateFromStructuredData()
265 set_options.Set(eOneShot); in CreateFromStructuredData()
275 set_options.Set(eAutoContinue); in CreateFromStructuredData()
285 set_options.Set(eIgnoreCount); in CreateFromStructuredData()
295 set_options.Set(eCondition); in CreateFromStructuredData()
/external/python/pyopenssl/doc/api/
Dssl.rst44 Constants used with :py:meth:`set_options` of Context objects.
52 Constant used with :py:meth:`set_options` of Context objects.
60 Constant used with :py:meth:`set_options` of Context objects.
67 Constant used with :py:meth:`set_options` of Context objects.
79 Constants used with :py:meth:`set_options` of Context objects.
/external/python/setuptools/setuptools/
Dconfig.py75 for option in handler.set_options:
145 self.set_options = []
189 self.set_options.append(option_name)
/external/llvm-project/polly/lib/External/isl/
Dcodegen.c86 static __isl_give isl_ast_build *set_options(__isl_take isl_ast_build *build, in set_options() function
131 build = set_options(build, options_map, options, schedule); in construct_ast_from_union_map()
/external/llvm-project/llvm/bindings/python/llvm/tests/
Dtest_disassembler.py41 disassembler.set_options(Option_UseMarkup)
/external/llvm/bindings/python/llvm/tests/
Dtest_disassembler.py39 disassembler.set_options(Option_UseMarkup)
/external/llvm/bindings/python/llvm/
Ddisassembler.py144 def set_options(self, options): member in Disassembler
/external/llvm-project/llvm/bindings/python/llvm/
Ddisassembler.py143 def set_options(self, options): member in Disassembler
/external/rust/crates/protobuf/src/well_known_types/
Dtype_pb.rs137 pub fn set_options(&mut self, v: crate::RepeatedField<Option>) { in set_options() method
581 pub fn set_options(&mut self, v: crate::RepeatedField<Option>) { in set_options() method
1163 pub fn set_options(&mut self, v: crate::RepeatedField<Option>) { in set_options() method
1499 pub fn set_options(&mut self, v: crate::RepeatedField<Option>) { in set_options() method
Dapi.rs113 pub fn set_options(&mut self, v: crate::RepeatedField<crate::well_known_types::Option>) { in set_options() method
609 pub fn set_options(&mut self, v: crate::RepeatedField<crate::well_known_types::Option>) { in set_options() method
/external/rust/crates/grpcio-sys/grpc/third_party/cares/cares/
Dares_init.c80 static int set_options(ares_channel channel, const char *str);
575 status = set_options(channel, res_options); in init_by_environment()
1701 status = set_options(channel, p); in init_by_resolv_conf()
2305 static int set_options(ares_channel channel, const char *str) in set_options() function
/external/google-breakpad/src/third_party/libdisasm/swig/
Dlibdisasm.i22 %rename(set_options) x86_set_options;
Dlibdisasm_oop.i919 void set_options( enum x86_options options ) { in set_options() function
/external/python/pyopenssl/tests/
Dtest_ssl.py800 context.set_options(None)
807 options = context.set_options(OP_NO_SSLv2)
3459 server_ctx.set_options(OP_NO_SSLv2 | OP_NO_SSLv3 | OP_SINGLE_DH_USE)
3486 client_ctx.set_options(OP_NO_SSLv2 | OP_NO_SSLv3 | OP_SINGLE_DH_USE)
/external/rust/crates/protobuf/src/
Ddescriptor.rs487 pub fn set_options(&mut self, v: FileOptions) { in set_options() method
1133 pub fn set_options(&mut self, v: MessageOptions) { in set_options() method
1591 pub fn set_options(&mut self, v: ExtensionRangeOptions) { in set_options() method
2439 pub fn set_options(&mut self, v: FieldOptions) { in set_options() method
2989 pub fn set_options(&mut self, v: OneofOptions) { in set_options() method
3246 pub fn set_options(&mut self, v: EnumOptions) { in set_options() method
3804 pub fn set_options(&mut self, v: EnumValueOptions) { in set_options() method
4078 pub fn set_options(&mut self, v: ServiceOptions) { in set_options() method
4406 pub fn set_options(&mut self, v: MethodOptions) { in set_options() method
/external/python/pyopenssl/doc/
DChangeLog_old.txt693 * src/ssl/context.c: Added set_options method.
694 * src/ssl/ssl.c: Added constants for Context.set_options method.
/external/python/pyopenssl/src/OpenSSL/
DSSL.py1295 def set_options(self, options): member in Context
/external/python/cpython2/Modules/
D_ssl.c2570 set_options(PySSLContext *self, PyObject *arg, void *c) in set_options() function
3468 (setter) set_options, NULL},
/external/python/cpython3/Modules/
D_ssl.c3758 set_options(PySSLContext *self, PyObject *arg, void *c) in set_options() function
4784 (setter) set_options, NULL},