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

  /external/pixman/pixman/
pixman-compiler.h 127 static volatile int tls_ ## name ## _initialized = 0; \
128 static void *tls_ ## name ## _mutex = NULL; \
129 static unsigned tls_ ## name ## _index; \
132 tls_ ## name ## _alloc (void) \
136 TlsSetValue (tls_ ## name ## _index, value); \
141 tls_ ## name ## _get (void) \
144 if (!tls_ ## name ## _initialized) \
146 if (!tls_ ## name ## _mutex) \
150 &tls_ ## name ## _mutex, mutex, NULL) != NULL) \
155 WaitForSingleObject (tls_ ## name ## _mutex, 0xFFFFFFFF);
    [all...]
  /external/apache-harmony/x-net/src/test/impl/java.injected/org/apache/harmony/xnet/provider/jsse/
SSLSocketFunctionalTest.java 81 ? new String[] { "TLS_" + cipher_suites[0] }
91 ? new String[] { "TLS_" + cipher_suites[0] }
119 ? new String[] { "TLS_" + cipher_suites[i] }
129 ? new String[] { "TLS_" + cipher_suites[i] }
152 new String[] { "TLS_" + cipher_suites[i] });
160 new String[] { "TLS_" + cipher_suites[i] });
SSLEngineImplTest.java     [all...]
  /external/chromium_org/third_party/libjingle/source/talk/xmpp/
xmppsocket.cc 52 tls_(tls) {
65 if (tls_ != buzz::TLS_DISABLED) {
79 if (tls_ != buzz::TLS_DISABLED)
241 if (tls_ == buzz::TLS_DISABLED)
xmppsocket.h 83 buzz::TlsOptions tls_; member in class:buzz::XmppSocket
  /libcore/support/src/test/java/libcore/java/security/
StandardNames.java     [all...]

Completed in 241 milliseconds