HomeSort by relevance Sort by last modified time
    Searched full:use_tls (Results 1 - 24 of 24) sorted by null

  /external/elfutils/
configure.ac 53 use_tls=yes, use_tls=no)
54 AM_CONDITIONAL(USE_TLS, test "$use_tls" = yes)
55 AS_IF([test "$use_tls" = yes], [AC_DEFINE(USE_TLS)])
57 AH_TEMPLATE([USE_TLS], [Defined if thread local storage should be used.])
config.h 35 /* #undef USE_TLS */
config.h.in 34 #undef USE_TLS
ChangeLog 18 * configure.ac (--enable-tls): Set AM_CONDITIONAL USE_TLS too.
configure     [all...]
  /external/chromium/third_party/libjingle/source/talk/xmpp/
xmppclientsettings.h 48 void set_use_tls(bool use_tls) { use_tls_ = use_tls; }
59 bool use_tls() const { return use_tls_; } function in class:buzz::XmppUserSettings
xmppclient.cc 111 d_->engine_->SetUseTls(settings.use_tls());
  /external/webkit/Tools/Scripts/
new-run-webkit-websocketserver 51 option_parser.add_option('-t', '--tls', dest='use_tls',
74 if options.use_tls:
84 kwds = {'port': options.port, 'use_tls': options.use_tls}
  /external/elfutils/libdw/
dwarf_error.c 61 #ifdef USE_TLS
85 #ifndef USE_TLS
154 #ifndef USE_TLS
175 #ifndef USE_TLS
197 #ifndef USE_TLS
ChangeLog 458 * dwarf_error.c [USE_TLS]: Actually use __thread in definition of
    [all...]
  /external/elfutils/libdwfl/
dwfl_error.c 64 #ifdef USE_TLS
88 #ifndef USE_TLS
177 #ifndef USE_TLS
199 #ifndef USE_TLS
245 #ifndef USE_TLS
  /external/elfutils/libelf/
elf_error.c 64 #ifdef USE_TLS
88 #ifndef USE_TLS
342 #ifndef USE_TLS
362 #ifndef USE_TLS
387 #ifndef USE_TLS
Makefile.am 109 if USE_TLS
  /external/elfutils/lib/
ChangeLog 3 * eu-config.h [USE_TLS] (RWLOCK_CALL): New macro.
eu-config.h 49 #ifdef USE_TLS
88 #endif /* USE_TLS */
  /external/chromium-trace/trace-viewer/examples/stream_server/
standalone.py 206 def __init__(self, request_handler, use_tls):
217 self._use_tls = use_tls
331 if self.websocket_server_options.use_tls:
431 if self.websocket_server_options.use_tls and _HAS_OPEN_SSL:
560 request = _StandaloneRequest(self, self._options.use_tls)
751 parser.add_option('-t', '--tls', dest='use_tls', action='store_true',
    [all...]
  /external/chromium-trace/trace-viewer/third_party/pywebsocket/src/mod_pywebsocket/
standalone.py 202 def __init__(self, request_handler, use_tls):
213 self._use_tls = use_tls
327 if self.websocket_server_options.use_tls:
427 if self.websocket_server_options.use_tls and _HAS_OPEN_SSL:
556 request = _StandaloneRequest(self, self._options.use_tls)
747 parser.add_option('-t', '--tls', dest='use_tls', action='store_true',
    [all...]
  /external/webkit/Tools/Scripts/webkitpy/layout_tests/port/
websocket_server.py 99 root=None, use_tls=False,
111 self._use_tls = use_tls
  /external/elfutils/libasm/
ChangeLog 3 * Makefile.am [USE_TLS]: Like libasm.so with libpthread.
Makefile.am 69 if USE_TLS
  /external/chromium-trace/trace-viewer/third_party/pywebsocket/src/example/
echo_client.py 311 self._options.use_tls))
520 self._options.use_tls))
741 self._options.use_tls))
821 if self._options.use_tls:
    [all...]
  /external/chromium-trace/trace-viewer/third_party/pywebsocket/src/test/
client_for_testing.py 315 self._options.use_tls))
506 self._options.use_tls))
730 self._options.use_tls)
    [all...]
mux_client_for_testing.py 513 if self._options.use_tls:
  /external/webkit/Tools/Scripts/webkitpy/layout_tests/layout_package/
test_runner.py 228 # options.results_directory, use_tls=True, port=9323)
    [all...]

Completed in 1125 milliseconds