Searched defs:tls (Results 1 - 25 of 28) sorted by relevance

12

/external/llvm/test/MC/ARM/
H A Dthumb-types.s32 .long tls(TPOFF)
48 .type tls,%object
50 tls: label
52 .size tls, 4
92 @ CHECK: Name: tls
/external/llvm/test/MC/ELF/
H A Dtype.s29 tls: label
30 .global tls
31 .type tls,@tls_object
32 .type tls,@gnu_indirect_function
287 // CHECK-NEXT: Name: tls
/external/okhttp/benchmarks/src/main/java/com/squareup/okhttp/benchmarks/
H A DBenchmark.java67 boolean tls; field in class:Benchmark
144 if (tls) modifiers.add("tls");
164 if (tls) {
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/tls/
H A DDistinguishedNameParser.java18 package com.squareup.okhttp.internal.tls;
H A DOkHostnameVerifier.java18 package com.squareup.okhttp.internal.tls;
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/
H A DAsyncApiTest.java100 @Test public void tls() throws Exception { method in class:AsyncApiTest
H A DSyncApiTest.java95 @Test public void tls() throws Exception { method in class:SyncApiTest
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/tls/
H A DHostnameVerifierTest.java18 package com.squareup.okhttp.internal.tls;
H A DFakeSSLSession.java17 package com.squareup.okhttp.internal.tls;
/external/chromium_org/third_party/libjingle/source/talk/xmpp/
H A Dxmppsocket.cc51 XmppSocket::XmppSocket(buzz::TlsOptions tls) : cricket_socket_(NULL), argument
52 tls_(tls) {
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nvc0/
H A Dnvc0_screen.h33 struct nouveau_bo *tls; member in struct:nvc0_screen
/external/mesa3d/src/gallium/drivers/nvc0/
H A Dnvc0_screen.h33 struct nouveau_bo *tls; member in struct:nvc0_screen
/external/chromium_org/third_party/libjingle/source/talk/examples/call/
H A Dcall_main.cc223 DEFINE_string(tls, "require",
273 std::string tls = FLAG_tls; local
350 if (tls == "disable") {
352 } else if (tls == "enable") {
354 } else if (tls == "require") {
/external/deqp/framework/delibs/dethread/
H A DdeThreadTest.c67 deThreadLocal tls = *(deThreadLocal*)arg; local
68 deThreadLocal_set(tls, DE_NULL);
138 /* Test tls. */
140 deThreadLocal tls; local
143 tls = deThreadLocal_create();
144 DE_TEST_ASSERT(tls);
146 deThreadLocal_set(tls, (void*)(deUintptr)0xff);
148 thread = deThread_create(threadTestThr4, &tls, DE_NULL);
152 DE_TEST_ASSERT((deUintptr)deThreadLocal_get(tls) == 0xff);
153 deThreadLocal_destroy(tls);
[all...]
/external/chromium_org/third_party/skia/src/core/
H A DSkGlyphCache.cpp40 SkGlyphCache_Globals* tls = SkGlyphCache_Globals::FindTLS(); local
41 return tls ? *tls : getSharedGlobals();
739 const SkGlyphCache_Globals* tls = SkGlyphCache_Globals::FindTLS(); local
740 return tls ? tls->getCacheSizeLimit() : 0;
/external/skia/src/core/
H A DSkGlyphCache.cpp40 SkGlyphCache_Globals* tls = SkGlyphCache_Globals::FindTLS(); local
41 return tls ? *tls : getSharedGlobals();
756 const SkGlyphCache_Globals* tls = SkGlyphCache_Globals::FindTLS(); local
757 return tls ? tls->getCacheSizeLimit() : 0;
/external/qemu/ui/
H A Dvnc.h80 #include "vnc-tls.h"
100 VncDisplayTLS tls; member in struct:VncDisplay
139 VncStateTLS tls; member in struct:VncState
H A Dvnc-android.c125 return "tls";
132 return "vencrypt+tls+none";
134 return "vencrypt+tls+vnc";
136 return "vencrypt+tls+plain";
144 return "vencrypt+tls+sasl";
172 if (client->tls.session &&
173 client->tls.dname)
174 monitor_printf(mon, " x509 dname: %s\n", client->tls.dname);
984 if (vs->tls.session) {
985 ret = gnutls_write(vs->tls
2194 int tls = 0, x509 = 0; local
[all...]
H A Dvnc.c117 return "tls";
124 return "vencrypt+tls+none";
126 return "vencrypt+tls+vnc";
128 return "vencrypt+tls+plain";
136 return "vencrypt+tls+sasl";
164 if (client->tls.session &&
165 client->tls.dname)
166 monitor_printf(mon, " x509 dname: %s\n", client->tls.dname);
976 if (vs->tls.session) {
977 ret = gnutls_write(vs->tls
2190 int tls = 0, x509 = 0; local
[all...]
/external/qemu/qapi-auto-generated/
H A Dqmp-marshal.c43 bool tls; local
54 visit_start_optional(v, &has_tls, "tls", errp);
56 visit_type_bool(v, &tls, "tls", errp);
64 qmp_add_client(protocol, fdname, has_skipauth, skipauth, has_tls, tls, errp);
76 visit_start_optional(v, &has_tls, "tls", NULL);
78 visit_type_bool(v, &tls, "tls", NULL);
/external/wpa_supplicant_8/hostapd/src/radius/
H A Dradius_server.c20 #include "crypto/tls.h"
540 const char *tls,
543 int test = atoi(tls);
595 if (os_strncmp(pos, "tls-", 4) == 0)
539 radius_server_testing_options_tls(struct radius_session *sess, const char *tls, struct eap_config *eap_conf) argument
/external/wpa_supplicant_8/src/radius/
H A Dradius_server.c20 #include "crypto/tls.h"
540 const char *tls,
543 int test = atoi(tls);
595 if (os_strncmp(pos, "tls-", 4) == 0)
539 radius_server_testing_options_tls(struct radius_session *sess, const char *tls, struct eap_config *eap_conf) argument
/external/wpa_supplicant_8/wpa_supplicant/src/radius/
H A Dradius_server.c20 #include "crypto/tls.h"
540 const char *tls,
543 int test = atoi(tls);
595 if (os_strncmp(pos, "tls-", 4) == 0)
539 radius_server_testing_options_tls(struct radius_session *sess, const char *tls, struct eap_config *eap_conf) argument
/external/mdnsresponder/mDNSCore/
H A DuDNS.c1016 q->ntries = 0; // Reset ntries so that tcp/tls connection failures don't affect sendChallengeResponse failures
1118 mDNSBool tls; local
1136 if (sock->flags & kTCPSocketFlags_UseTLS) tls = mDNStrue;
1137 else tls = mDNSfalse;
1145 mDNSCoreReceive(m, reply, end, &Addr, Port, tls ? (mDNSAddr *)1 : mDNSNULL, srcPort, 0);
1448 mDNSlocal const domainname *PRIVATE_UPDATE_SERVICE_TYPE = (const domainname*)"\x0F_dns-update-tls" "\x04_tcp";
1449 mDNSlocal const domainname *PRIVATE_QUERY_SERVICE_TYPE = (const domainname*)"\x0E_dns-query-tls" "\x04_tcp";
1450 mDNSlocal const domainname *PRIVATE_LLQ_SERVICE_TYPE = (const domainname*)"\x0C_dns-llq-tls" "\x04_tcp";
1666 // the _dns-query-tls SRV record for the zone, and we can't do *that* privately because to do so
1667 // we'd need to already know the _dns-query-tls SR
[all...]
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/http/
H A DURLConnectionTest.java1250 boolean tls) throws Exception {
1251 if (tls) {
1249 testClientConfiguredGzipContentEncodingAndConnectionReuse(TransferKind transferKind, boolean tls) argument

Completed in 583 milliseconds

12