HomeSort by: relevance | last modified time | path
    Searched refs:set_options (Results 1 - 14 of 14) sorted by relevancy

  /src/external/gpl3/gcc/dist/libgfortran/runtime/
compile_options.c 142 extern void set_options (int , int []);
143 export_proto(set_options); variable
146 set_options (int num, int options[]) function
  /src/external/gpl3/gcc.old/dist/libgfortran/runtime/
compile_options.c 142 extern void set_options (int , int []);
143 export_proto(set_options); variable
146 set_options (int num, int options[]) function
  /src/external/gpl3/gdb/dist/gdb/python/
py-varobj.c 74 scoped_restore set_options = make_scoped_restore (&gdbpy_current_print_options, local
154 scoped_restore set_options = make_scoped_restore (&gdbpy_current_print_options,
py-prettyprint.c 612 scoped_restore set_options = make_scoped_restore (&gdbpy_current_print_options,
646 scoped_restore set_options = make_scoped_restore (&gdbpy_current_print_options, local
  /src/external/gpl3/gdb.old/dist/gdb/python/
py-varobj.c 74 scoped_restore set_options = make_scoped_restore (&gdbpy_current_print_options, local
154 scoped_restore set_options = make_scoped_restore (&gdbpy_current_print_options,
py-prettyprint.c 612 scoped_restore set_options = make_scoped_restore (&gdbpy_current_print_options,
646 scoped_restore set_options = make_scoped_restore (&gdbpy_current_print_options, local
  /src/external/apache2/llvm/dist/llvm/bindings/python/llvm/tests/
test_disassembler.py 41 disassembler.set_options(Option_UseMarkup)
  /src/crypto/external/apache2/openssl/dist/include/internal/
recordmethod.h 287 int (*set_options)(OSSL_RECORD_LAYER *rl, const OSSL_PARAM *options); member in struct:ossl_record_method_st
  /src/external/mit/isl/dist/
codegen.c 86 static __isl_give isl_ast_build *set_options(__isl_take isl_ast_build *build, function
131 build = set_options(build, options_map, options, schedule);
  /src/external/apache2/llvm/dist/llvm/bindings/python/llvm/
disassembler.py 32 # Constants for set_options
143 def set_options(self, options): member in class:Disassembler
  /src/external/mpl/bind/dist/lib/isc/
tls.c 652 long set_options = 0; local
666 * set ('set_options'). Otherwise, if a protocol version is set,
675 set_options |= get_tls_version_disable_bit(tls_ver);
697 (void)SSL_CTX_set_options(ctx, set_options);
  /src/external/gpl3/gdb.old/dist/gdbserver/
server.cc 935 std::unordered_map<thread_info *, gdb_thread_options> set_options; local
1001 set_options[thread] = options;
1005 for (const auto &iter : set_options)
  /src/crypto/external/apache2/openssl/dist/ssl/
ssl_lib.c 1906 sc->rlayer.rrlmethod->set_options(sc->rlayer.rrl, options);
2985 sc->rlayer.rrlmethod->set_options(sc->rlayer.rrl, options);
6277 sc->rlayer.rrlmethod->set_options(sc->rlayer.rrl, options);
6278 sc->rlayer.wrlmethod->set_options(sc->rlayer.wrl, options);
6308 sc->rlayer.rrlmethod->set_options(sc->rlayer.rrl, options);
6309 sc->rlayer.wrlmethod->set_options(sc->rlayer.wrl, options);
  /src/external/gpl3/gdb/dist/gdbserver/
server.cc 950 std::unordered_map<thread_info *, gdb_thread_options> set_options; local
1016 set_options[thread] = options;
1020 for (const auto &iter : set_options)

Completed in 44 milliseconds