Home
last modified time | relevance | path

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

/external/toybox/toys/pending/
Dstty.c238 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/
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/python/setuptools/setuptools/
Dconfig.py75 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/
Dtest_disassembler.py39 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/swiftshader/third_party/llvm-7.0/llvm/bindings/python/llvm/
Ddisassembler.py144 def set_options(self, options): member in Disassembler
/external/perf_data_converter/src/quipper/
Dperf_parser.h170 void set_options(const PerfParserOptions& options) { options_ = options; } in set_options() function
Dperf_parser_test.cc258 parser.set_options(options); in TEST_P()
/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/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.c3553 set_options(PySSLContext *self, PyObject *arg, void *c) in set_options() function
4562 (setter) set_options, NULL},