/external/ppp/pppd/plugins/radius/ |
radrealms.c | 47 SERVER *accts, *auths, *s; local 51 auths = (SERVER *) malloc(sizeof(SERVER)); 52 auths->max = 0; 93 s = auths; 135 if (auths->max) 136 *authserver = auths;
|
/packages/experimental/LoaderApp/src/com/android/loaderapp/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) {
|
/cts/tests/JobScheduler/src/android/jobscheduler/cts/ |
TriggerContentTest.java | 263 String[] auths = params.getTriggeredContentAuthorities(); local 264 assertEquals(1, auths.length); 265 assertEquals(DummyJobContentProvider.AUTHORITY, auths[0]); 279 auths = params.getTriggeredContentAuthorities(); 280 assertEquals(1, auths.length); 281 assertEquals(DummyJobContentProvider.AUTHORITY, auths[0]); 309 String[] auths = params.getTriggeredContentAuthorities(); local 310 assertEquals(1, auths.length); 311 assertEquals(DummyJobContentProvider.AUTHORITY, auths[0]); 325 auths = params.getTriggeredContentAuthorities() 351 String[] auths = params.getTriggeredContentAuthorities(); local [all...] |
/packages/apps/Settings/src/com/android/settings/accounts/ |
ChooseAccountActivity.java | 192 final StringBuilder auths = new StringBuilder(); local 194 auths.append(a); 195 auths.append(' '); 197 Log.v(TAG, "No providers found for authorities: " + auths);
|
ManageAccountsSettings.java | 374 final ArrayList<String> auths = getAuthoritiesForAccountType(account.type); local 377 if (mAuthorities != null && auths != null) { 380 if (auths.contains(requestedAuthority)) { 390 new AccountPreference(getPrefContext(), account, icon, auths, false);
|
/packages/apps/ContactsCommon/src/com/android/contacts/common/model/ |
AccountTypeManager.java | 394 final AuthenticatorDescription[] auths = am.getAuthenticatorTypes(); local 406 final AuthenticatorDescription auth = findAuthenticator(auths, type); 555 protected static AuthenticatorDescription findAuthenticator(AuthenticatorDescription[] auths, 557 for (AuthenticatorDescription auth : auths) { [all...] |
/system/keymaster/ |
android_keymaster_test.cpp | 219 AuthorizationSet auths = sw_enforced(); local 220 EXPECT_GT(auths.SerializedSize(), 12U); 222 EXPECT_TRUE(contains(auths, TAG_PURPOSE, KM_PURPOSE_SIGN)); 223 EXPECT_TRUE(contains(auths, TAG_PURPOSE, KM_PURPOSE_VERIFY)); 224 EXPECT_TRUE(contains(auths, TAG_USER_ID, 7)); 225 EXPECT_TRUE(contains(auths, TAG_USER_AUTH_TYPE, HW_AUTH_PASSWORD)); 226 EXPECT_TRUE(contains(auths, TAG_AUTH_TIMEOUT, 300)); 229 EXPECT_FALSE(contains(auths, TAG_ROOT_OF_TRUST)); 230 EXPECT_FALSE(contains(auths, TAG_APPLICATION_ID)); 231 EXPECT_FALSE(contains(auths, TAG_APPLICATION_DATA)) [all...] |
/external/jetty/src/java/org/eclipse/jetty/webapp/ |
StandardDescriptorProcessor.java | 1407 XmlParser.Node auths = node.get("auth-constraint"); local [all...] |
/frameworks/base/core/java/android/app/ |
ActivityThread.java | 5744 final String auths[] = holder.info.authority.split(";"); local [all...] |
/external/guice/extensions/struts2/lib/ |
jetty-6.1.0.jar | |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
org.mortbay.jetty.server_6.1.23.v201004211559.jar | |
/external/robolectric/v3/runtime/ |
android-all-4.2.2_r1.2-robolectric-0.jar | |
android-all-4.3_r2-robolectric-0.jar | |
/prebuilts/tools/common/google-api-java-client/1.20.0/ |
google-api-java-client-min-repackaged-1.20.0.jar | |
/prebuilts/tools/common/google-api-java-client/1.8.0-rc/ |
google-api-java-client-min-repackaged.jar | |