/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 | 238 static void set_options(struct termios* new, ...) in set_options() function 286 set_options(t, "cread", "-ignbrk", "brkint", "-inlcr", "-igncr", "icrnl", in make_sane() 361 set_options(&new, "brkint", "ignpar", "istrip", "icrnl", "ixon", in do_stty() 364 set_options(&new, "parenb", "cs7", "-parodd", NULL); in do_stty() 366 set_options(&new, "parenb", "cs7", "parodd", NULL); in do_stty() 369 set_options(&new, "-parenb", "cs8", NULL); in do_stty() 372 set_options(&new, "-ignbrk", "-brkint", "-ignpar", "-parmrk", "-inpck", in do_stty() 378 set_options(&new, "-icrnl", "-ocrnl", NULL); in do_stty() 380 set_options(&new, "icrnl", "ocrnl", "-inlcr", "-igncr", NULL); in do_stty()
|
/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/python/pyopenssl/examples/simple/ |
D | client.py | 37 ctx.set_options(SSL.OP_NO_SSLv2) 38 ctx.set_options(SSL.OP_NO_SSLv3)
|
D | server.py | 38 ctx.set_options(SSL.OP_NO_SSLv2) 39 ctx.set_options(SSL.OP_NO_SSLv3)
|
/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. 78 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/bindings/python/llvm/tests/ |
D | test_disassembler.py | 39 disassembler.set_options(Option_UseMarkup)
|
/external/swiftshader/third_party/llvm-7.0/llvm/bindings/python/llvm/tests/ |
D | test_disassembler.py | 39 disassembler.set_options(Option_UseMarkup)
|
/external/python/pyopenssl/examples/ |
D | SecureXMLRPCServer.py | 74 ctx.set_options(SSL.OP_NO_SSLv2)
|
/external/swiftshader/third_party/llvm-7.0/llvm/bindings/python/llvm/ |
D | disassembler.py | 144 def set_options(self, options): member in Disassembler
|
/external/llvm/bindings/python/llvm/ |
D | disassembler.py | 144 def set_options(self, options): member in Disassembler
|
/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 | 735 context.set_options(None) 742 options = context.set_options(OP_NO_SSLv2) 752 options = context.set_options(long(OP_NO_SSLv2)) 3360 server_ctx.set_options(OP_NO_SSLv2 | OP_NO_SSLv3 | OP_SINGLE_DH_USE) 3385 client_ctx.set_options(OP_NO_SSLv2 | OP_NO_SSLv3 | OP_SINGLE_DH_USE)
|
/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/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/pyopenssl/src/OpenSSL/ |
D | SSL.py | 1335 def set_options(self, options): member in Context
|
/external/python/cpython3/Modules/ |
D | _ssl.c | 3727 set_options(PySSLContext *self, PyObject *arg, void *c) in set_options() function 4751 (setter) set_options, NULL},
|