/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/setuptools/setuptools/ |
D | config.py | 75 for option in handler.set_options: 145 self.set_options = [] 189 self.set_options.append(option_name)
|
/external/swiftshader/third_party/llvm-7.0/llvm/bindings/python/llvm/tests/ |
D | test_disassembler.py | 39 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/swiftshader/third_party/llvm-7.0/llvm/bindings/python/llvm/ |
D | disassembler.py | 144 def set_options(self, options): member in Disassembler
|
/external/perf_data_converter/src/quipper/ |
D | perf_parser.h | 170 void set_options(const PerfParserOptions& options) { options_ = options; } in set_options() function
|
D | perf_parser_test.cc | 258 parser.set_options(options); in TEST_P()
|
/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/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 | 3553 set_options(PySSLContext *self, PyObject *arg, void *c) in set_options() function 4562 (setter) set_options, NULL},
|