Searched refs:set_options (Results 1 - 10 of 10) sorted by relevance

/external/llvm/bindings/python/llvm/tests/
H A Dtest_disassembler.py39 disassembler.set_options(Option_UseMarkup)
/external/libchrome/base/strings/
H A Dstring_tokenizer.h64 // 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
H A Dstring_tokenizer_unittest.cc59 t.set_options(StringTokenizer::RETURN_DELIMS);
107 t.set_options(StringTokenizer::RETURN_DELIMS);
/external/llvm/bindings/python/llvm/
H A Ddisassembler.py33 # Constants for set_options
144 def set_options(self, options): member in class:Disassembler
/external/fio/
H A Dthread_options.h38 uint64_t set_options[NR_OPTS_SZ]; member in struct:thread_options
267 uint64_t set_options[NR_OPTS_SZ]; member in struct:thread_options_pack
H A Dcconv.c53 o->set_options[i] = le64_to_cpu(top->set_options[i]);
262 top->set_options[i] = cpu_to_le64(o->set_options[i]);
H A Doptions.c4211 return (o->set_options[index] & (1UL << offset)) != 0;
4236 o->set_options[index] |= 1UL << offset;
/external/c-ares/
H A Dares_init.c90 static int set_options(ares_channel channel, const char *str);
532 status = set_options(channel, res_options);
998 status = set_options(channel, p);
1526 static int set_options(ares_channel channel, const char *str) function
/external/google-breakpad/src/third_party/libdisasm/swig/
H A Dlibdisasm.i22 %rename(set_options) x86_set_options;
H A Dlibdisasm_oop.i919 void set_options( enum x86_options options ) {

Completed in 339 milliseconds