/external/swiftshader/third_party/LLVM/test/Analysis/BasicAA/ |
2003-02-26-AccessSizeTest.ll | 1 ; This testcase makes sure that size is taken to account when alias analysis
|
/external/swiftshader/third_party/LLVM/test/MC/ELF/ |
global-offset.s | 3 // We test that _GLOBAL_OFFSET_TABLE_ will account for the two bytes at the
|
/external/testng/src/main/java/org/testng/annotations/ |
IParametersAnnotation.java | 22 * <parameter name="xmlPath" value="account.xml" /><br>
|
/external/v8/src/parsing/ |
parameter-initializer-rewriter.h | 16 // When an extra declaration scope needs to be inserted to account for
|
/external/vboot_reference/scripts/image_signing/sample-test-configs/ |
ensure_no_nonrelease_files.config | 13 # Should not ship with a local account pre-set on the system
|
/frameworks/base/services/tests/servicestests/res/xml/ |
test_account_type1_authenticator.xml | 17 <account-authenticator xmlns:android="http://schemas.android.com/apk/res/android"
|
test_account_type2_authenticator.xml | 17 <account-authenticator xmlns:android="http://schemas.android.com/apk/res/android"
|
/packages/apps/Bluetooth/res/xml/ |
authenticator.xml | 16 <account-authenticator
|
/packages/apps/Calendar/src/com/android/calendar/ |
CloudNotificationBackplane.java | 26 public boolean subscribeToGroup(String senderId, String account, String groupId)
|
/packages/apps/Calendar/src/com/android/calendar/alerts/ |
GlobalDismissManager.java | 60 throw new IllegalArgumentException("Account Name can not be set to null"); 111 throw new IllegalArgumentException("Account Type can not be null"); 113 throw new IllegalArgumentException("Account Name can not be null"); 257 for (String account : accounts) { 259 if (cnb.subscribeToGroup(senderId, account, account)) { 260 existingAccounts.add(account); 263 // Try again, next time the account triggers and alert. 371 Pair<String, String> account = calendarsToAccounts.get(calendar); local 372 if (GOOGLE_ACCOUNT_TYPE.equals(account.first)) [all...] |
/packages/apps/Camera2/src_pd/com/android/camera/util/ |
GoogleHelpHelper.java | 19 import android.accounts.Account;
|
/packages/apps/Contacts/src/com/android/contacts/model/account/ |
AccountType.java | 17 package com.android.contacts.model.account; 114 * Whether this account type was able to be fully initialized. This may be false if 115 * (for example) the package name associated with the account type could not be found. 147 * Only makes sense for non-embedded account types. 188 * Creates an {@link AccountInfo} for the specified account with the same type 192 public AccountInfo wrapAccount(Context context, AccountWithDataSet account) { 193 Preconditions.checkArgument(Objects.equal(account.type, accountType), 194 "Account types must match: account.type=%s but accountType=%s", 195 account.type, accountType) [all...] |
AccountTypeWithDataSet.java | 17 package com.android.contacts.model.account; 31 * Encapsulates an "account type" string and a "data set" string. 39 /** account type. Can be null for fallback type. */ 55 * Return true if there are any contacts in the database with this account type and data set.
|
SimAccountType.java | 16 package com.android.contacts.model.account; 31 * Account type for SIM card contacts 117 public AccountInfo wrapAccount(Context context, AccountWithDataSet account) { 121 new AccountDisplayInfo(account, getDisplayLabel(context), getDisplayLabel(context),
|
/packages/apps/Dialer/java/com/android/contacts/common/model/account/ |
AccountTypeWithDataSet.java | 17 package com.android.contacts.common.model.account; 28 /** Encapsulates an "account type" string and a "data set" string. */ 38 /** account type. Can be null for fallback type. */ 54 * Return true if there are any contacts in the database with this account type and data set.
|
/packages/apps/Dialer/java/com/android/incallui/ |
ThemeColorManager.java | 85 // the phone account color. 100 PhoneAccount account = context.getSystemService(TelecomManager.class).getPhoneAccount(handle); local 101 if (account != null) { 102 return account.getHighlightColor();
|
/packages/apps/Email/emailcommon/src/com/android/emailcommon/service/ |
PolicyServiceProxy.java | 23 import com.android.emailcommon.provider.Account; 135 public static void setAccountHoldFlag(Context context, Account account, boolean newState) { 137 new PolicyServiceProxy(context).setAccountHoldFlag(account.mId, newState);
|
/packages/apps/Email/provider_src/com/android/email/service/ |
ImapService.java | 54 import com.android.emailcommon.provider.Account; 92 * Simple cache for last search result mailbox by account and serverId, since the most common 95 private static long mLastSearchAccountKey = Account.NO_ACCOUNT; 100 * Cache search results by account; this allows for "load more" support without having to 165 final Account account, final Mailbox folder, final boolean loadMore, 167 TrafficStats.setThreadStatsTag(TrafficFlags.getSyncFlags(context, account)); 172 remoteStore = Store.getInstance(account, context); 173 processPendingActionsSynchronous(context, account, remoteStore, uiRefresh); 174 synchronizeMailboxGeneric(context, account, remoteStore, folder, loadMore, uiRefresh) 1458 final Account account = Account.restoreAccountWithId(context, accountId); local [all...] |
/packages/apps/Email/res/values/ |
accountprovider.xml | 21 <!-- email account list -->
|
/packages/apps/Launcher3/src/com/android/launcher3/ |
LogAccelerateInterpolator.java | 24 // To account for this, we short-circuit to return 1 if the input is 1.
|
LogDecelerateInterpolator.java | 25 // To account for this, we short-circuit to return 1 if the input is 1.
|
/packages/apps/Settings/src/com/android/settings/ |
SelfAvailablePreference.java | 27 * profile is taken into account.
|
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/util/ |
UriUtils.java | 34 private static final String SCHEME_ACCOUNT_IMAGE = "image.account"; 59 * Checks if the URI refers to an account image. 69 throw new IllegalArgumentException("Invalid account image URI. " + uri); 82 throw new IllegalArgumentException("Invalid account image URI. " + uri);
|
/packages/apps/UnifiedEmail/res/values/ |
accountprovider.xml | 21 <!-- mock account list -->
|
/packages/apps/UnifiedEmail/src/com/android/mail/compose/ |
FromAddressSpinnerAdapter.java | 101 // Get the position of the current account 102 for (ReplyFromAccount account : replyFromAccounts) { 103 // Add the account to the Adapter 104 add(account);
|