/external/ppp/pppd/plugins/radius/ |
radrealms.c | 46 SERVER *accts, *auths, *s; local 50 auths = (SERVER *) malloc(sizeof(SERVER)); 51 auths->max = 0; 92 s = auths; 134 if (auths->max) 135 *authserver = auths;
|
/external/bluetooth/bluez/audio/ |
device.c | 86 GSList *auths; member in struct:dev_priv 684 while (priv->auths) { 685 struct service_auth *auth = priv->auths->data; 688 priv->auths = g_slist_remove(priv->auths, auth); 750 priv->auths = g_slist_append(priv->auths, auth); 751 if (g_slist_length(priv->auths) > 1) 762 priv->auths = g_slist_remove(priv->auths, auth) [all...] |
/packages/apps/AccountsAndSyncSettings/src/com/android/settings/ |
ManageAccountsSettings.java | 228 final ArrayList<String> auths = getAuthoritiesForAccountType(account.type); 231 if (mAuthorities != null && auths != null) { 234 if (auths.contains(requestedAuthority)) { 243 AccountPreference preference = new AccountPreference(this, account, icon, auths);
|
AddAccountSettings.java | 102 String auths = new String(); local 103 for (String a : mAuthorities) auths += a + " "; 104 Log.w(TAG, "No providers found for authorities: " + auths);
|
/packages/apps/Contacts/src/com/android/contacts/model/ |
Sources.java | 194 final AuthenticatorDescription[] auths = am.getAuthenticatorTypes(); local 205 final AuthenticatorDescription auth = findAuthenticator(auths, accountType); 235 protected static AuthenticatorDescription findAuthenticator(AuthenticatorDescription[] auths, 237 for (AuthenticatorDescription auth : auths) {
|
/external/ppp/pppd/ |
pppd.h | 359 #define CHAP_MS_SHIFT 8 /* LSB position for MS auths */ [all...] |
ccp.c | 558 /* Count the mschap auths */ [all...] |