HomeSort by relevance Sort by last modified time
    Searched refs:set_options (Results 1 - 18 of 18) sorted by null

  /external/llvm/bindings/python/llvm/tests/
test_disassembler.py 39 disassembler.set_options(Option_UseMarkup)
  /toolchain/binutils/binutils-2.27/gold/
parameters.h 64 set_options(const General_options* options);
parameters.cc 89 Parameters::set_options(const General_options* options) function in class:gold::Parameters
295 { static_parameters.set_options(options); }
  /external/toybox/toys/pending/
stty.c 238 static void set_options(struct termios* new, ...) function
286 set_options(t, "cread", "-ignbrk", "brkint", "-inlcr", "-igncr", "icrnl",
361 set_options(&new, "brkint", "ignpar", "istrip", "icrnl", "ixon",
364 set_options(&new, "parenb", "cs7", "-parodd", NULL);
366 set_options(&new, "parenb", "cs7", "parodd", NULL);
369 set_options(&new, "-parenb", "cs8", NULL);
372 set_options(&new, "-ignbrk", "-brkint", "-ignpar", "-parmrk", "-inpck",
378 set_options(&new, "-icrnl", "-ocrnl", NULL);
380 set_options(&new, "icrnl", "ocrnl", "-inlcr", "-igncr", NULL);
  /external/libchrome/base/strings/
string_tokenizer.h 64 // t.set_options(StringTokenizer::RETURN_DELIMS);
96 // Options that may be pass to set_options()
116 void set_options(int options) { options_ = options; } function in class:base::StringTokenizerT
string_tokenizer_unittest.cc 59 t.set_options(StringTokenizer::RETURN_DELIMS);
107 t.set_options(StringTokenizer::RETURN_DELIMS);
  /external/llvm/bindings/python/llvm/
disassembler.py 33 # Constants for set_options
144 def set_options(self, options): member in class:Disassembler
  /external/perf_data_converter/src/quipper/
perf_parser.h 170 void set_options(const PerfParserOptions& options) { options_ = options; } function in class:quipper::PerfParser
perf_parser_test.cc 258 parser.set_options(options);
    [all...]
  /external/fio/
thread_options.h 47 uint64_t set_options[NR_OPTS_SZ]; member in struct:thread_options
321 uint64_t set_options[NR_OPTS_SZ]; member in struct:thread_options_pack
cconv.c 62 o->set_options[i] = le64_to_cpu(top->set_options[i]);
312 top->set_options[i] = cpu_to_le64(o->set_options[i]);
options.c     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
cursesm.h 120 inline void set_options (Item_Options opts) { function in class:NCursesMenuItem
459 inline void set_options (Menu_Options opts) { function in class:NCursesMenu
cursesf.h 282 inline void set_options (Field_Options opts) { function in class:NCursesFormField
577 inline void set_options (Form_Options opts) { function in class:NCursesForm
  /external/google-breakpad/src/third_party/libdisasm/swig/
libdisasm.i 22 %rename(set_options) x86_set_options;
libdisasm_oop.i 919 void set_options( enum x86_options options ) {
  /external/python/cpython2/Modules/
_ssl.c 2488 set_options(PySSLContext *self, PyObject *arg, void *c) function
    [all...]
  /external/python/cpython3/Modules/
_ssl.c 3083 set_options(PySSLContext *self, PyObject *arg, void *c) function
    [all...]

Completed in 438 milliseconds