/external/tensorflow/tensorflow/core/ops/ |
D | sparse_csr_matrix_ops_test.cc | 108 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/ |
D | stty.c | 241 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/ |
D | string_tokenizer_fuzzer.cc | 47 t_options.set_options(base::StringTokenizer::RETURN_DELIMS); in LLVMFuzzerTestOneInput() 52 t_quote_and_options.set_options(base::StringTokenizer::RETURN_DELIMS); in LLVMFuzzerTestOneInput()
|
D | string_tokenizer_unittest.cc | 59 t.set_options(StringTokenizer::RETURN_DELIMS); in TEST() 107 t.set_options(StringTokenizer::RETURN_DELIMS); in TEST()
|
D | string_tokenizer.h | 114 void set_options(int options) { options_ = options; } in set_options() function
|
/external/llvm-project/lldb/source/Breakpoint/ |
D | BreakpointOptions.cpp | 245 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/ |
D | ssl.rst | 44 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/ |
D | config.py | 75 for option in handler.set_options: 145 self.set_options = [] 189 self.set_options.append(option_name)
|
/external/llvm-project/polly/lib/External/isl/ |
D | codegen.c | 86 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/ |
D | test_disassembler.py | 41 disassembler.set_options(Option_UseMarkup)
|
/external/llvm/bindings/python/llvm/tests/ |
D | test_disassembler.py | 39 disassembler.set_options(Option_UseMarkup)
|
/external/llvm/bindings/python/llvm/ |
D | disassembler.py | 144 def set_options(self, options): member in Disassembler
|
/external/llvm-project/llvm/bindings/python/llvm/ |
D | disassembler.py | 143 def set_options(self, options): member in Disassembler
|
/external/rust/crates/protobuf/src/well_known_types/ |
D | type_pb.rs | 137 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
|
D | api.rs | 113 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/ |
D | ares_init.c | 80 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/ |
D | libdisasm.i | 22 %rename(set_options) x86_set_options;
|
D | libdisasm_oop.i | 919 void set_options( enum x86_options options ) { in set_options() function
|
/external/python/pyopenssl/tests/ |
D | test_ssl.py | 800 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/ |
D | descriptor.rs | 487 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/ |
D | ChangeLog_old.txt | 693 * 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/ |
D | SSL.py | 1295 def set_options(self, options): member in Context
|
/external/python/cpython2/Modules/ |
D | _ssl.c | 2570 set_options(PySSLContext *self, PyObject *arg, void *c) in set_options() function 3468 (setter) set_options, NULL},
|
/external/python/cpython3/Modules/ |
D | _ssl.c | 3758 set_options(PySSLContext *self, PyObject *arg, void *c) in set_options() function 4784 (setter) set_options, NULL},
|