OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:tls_required
(Results
1 - 20
of
20
) sorted by null
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nvc0/
nvc0_shader_state.c
38
if (!nvc0->state.
tls_required
)
40
nvc0->state.
tls_required
|= 1 << stage;
42
if (nvc0->state.
tls_required
== (1 << stage))
44
nvc0->state.
tls_required
&= ~(1 << stage);
nvc0_context.h
105
uint8_t
tls_required
; /* bitmask of shader types using l[] */
member in struct:nvc0_context::__anon12687
/external/mesa3d/src/gallium/drivers/nvc0/
nvc0_shader_state.c
38
if (!nvc0->state.
tls_required
)
40
nvc0->state.
tls_required
|= 1 << stage;
42
if (nvc0->state.
tls_required
== (1 << stage))
44
nvc0->state.
tls_required
&= ~(1 << stage);
nvc0_context.h
105
uint8_t
tls_required
; /* bitmask of shader types using l[] */
member in struct:nvc0_context::__anon23154
/packages/apps/Email/src/com/android/email/
MessagingExceptionStrings.java
40
case MessagingException.
TLS_REQUIRED
:
/external/chromium_org/third_party/libjingle/source/talk/examples/chat/
chat_main.cc
114
xcs.set_use_tls(buzz::
TLS_REQUIRED
);
151
pump->DoLogin(xcs, new buzz::XmppSocket(buzz::
TLS_REQUIRED
), new XmppAuth());
/external/chromium_org/third_party/libjingle/source/talk/xmpp/
xmpplogintask.cc
145
if (pctx_->tls_option_ == buzz::
TLS_REQUIRED
&& !tls_present) {
149
if ((pctx_->tls_option_ == buzz::
TLS_REQUIRED
||
xmppengineimpl.cc
54
tls_option_(buzz::
TLS_REQUIRED
),
xmppengine.h
85
TLS_REQUIRED
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/
nv50_context.h
99
uint8_t
tls_required
;
member in struct:nv50_context::__anon12678
nv50_shader_state.c
135
if (!nv50->state.
tls_required
|| nv50->state.new_tls_space)
138
nv50->state.
tls_required
|= 1 << stage;
140
if (nv50->state.
tls_required
== (1 << stage))
142
nv50->state.
tls_required
&= ~(1 << stage);
/external/mesa3d/src/gallium/drivers/nv50/
nv50_context.h
99
uint8_t
tls_required
;
member in struct:nv50_context::__anon23145
nv50_shader_state.c
135
if (!nv50->state.
tls_required
|| nv50->state.new_tls_space)
138
nv50->state.
tls_required
|= 1 << stage;
140
if (nv50->state.
tls_required
== (1 << stage))
142
nv50->state.
tls_required
&= ~(1 << stage);
/packages/apps/UnifiedEmail/src/com/android/emailcommon/mail/
MessagingException.java
38
public static final int
TLS_REQUIRED
= 2;
/external/chromium_org/third_party/libjingle/source/talk/examples/call/
call_main.cc
357
xcs.set_use_tls(buzz::
TLS_REQUIRED
);
490
pump.DoLogin(xcs, new buzz::XmppSocket(buzz::
TLS_REQUIRED
), new XmppAuth());
/packages/apps/Email/src/com/android/email/mail/transport/
SmtpSender.java
127
throw new MessagingException(MessagingException.
TLS_REQUIRED
);
/external/chromium_org/third_party/libjingle/source/talk/examples/pcp/
pcp_main.cc
64
buzz::TlsOptions gXmppUseTls = buzz::
TLS_REQUIRED
;
584
buzz::
TLS_REQUIRED
: buzz::TLS_DISABLED;
/packages/apps/Email/src/com/android/email/mail/store/
ImapConnection.java
507
throw new MessagingException(MessagingException.
TLS_REQUIRED
);
Pop3Store.java
220
throw new MessagingException(MessagingException.
TLS_REQUIRED
);
/packages/apps/Email/src/com/android/email/activity/setup/
AccountCheckSettingsFragment.java
609
case MessagingException.
TLS_REQUIRED
:
[
all
...]
Completed in 1336 milliseconds