/external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/shadows/ |
H A D | AccountTest.java | 18 Account account = new Account("name", "type"); 20 assertThat(account.name, equalTo("name")); 21 assertThat(account.type, equalTo("type")); 32 Account account = new Account(p); 33 assertThat(account.name, equalTo("name")); 34 assertThat(account.type, equalTo("type")); 61 Account account = new Account("name", "type"); 62 assertThat(account.toString(), equalTo("Account {name=name, type=type}"));
|
H A D | PeriodicSyncTest.java | 24 assertThat(sync.account, is(a));
|
H A D | ParcelTest.java | 276 Account account = new Account("accountName", "accountType"); 279 innerBundle.putParcelable("account", account);
|
H A D | ContentResolverTest.java | 287 assertThat(first.account, equalTo(a)); 301 bundle.putParcelable("account", a);
|
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/ |
H A D | ShadowAccountManager.java | 50 public AccountManagerFuture<Bundle> getAuthToken(Account account, String authTokenType, Bundle options, Activity activity, AccountManagerCallback<Bundle> callback, Handler handler) { argument 51 //TODO: Add complete activity to perform the account intent dance. 52 final Account finalAccount = account; 99 private void addBundleResults(Bundle bundle, final Account account) { 101 bundle.putString(AccountManager.KEY_ACCOUNT_TYPE, account.type); 102 bundle.putString(AccountManager.KEY_ACCOUNT_NAME, account.name); 109 //TODO: Add complete activity to perform the account intent dance. 181 for (Account account : accounts) { 182 if (accountType.equals(account.type)) { 183 accountList.add(account); 191 peekAuthToken(Account account, String authTokenType) argument 196 setCachedAuthToken(Account account, String authTokenType, String authTokenValue) argument [all...] |
H A D | ShadowPeriodicSync.java | 17 public void __constructor__(Account account, String authority, Bundle extras, long period) throws Exception { argument 18 setField("account", account);
|
H A D | ShadowContentResolver.java | 174 public static void requestSync(Account account, String authority, Bundle extras) { argument 176 Status status = getStatus(account, authority, true); 182 public static void setIsSyncable(Account account, String authority, int syncable) { argument 183 getStatus(account, authority, true).state = syncable; 187 public static int getIsSyncable(Account account, String authority) { argument 188 return getStatus(account, authority, true).state; 192 public static boolean getSyncAutomatically(Account account, String authority) { argument 193 return getStatus(account, authority, true).syncAutomatically; 197 public static void setSyncAutomatically(Account account, String authority, boolean sync) { argument 198 getStatus(account, authorit 202 addPeriodicSync(Account account, String authority, Bundle extras, long pollFrequency) argument 210 removePeriodicSync(Account account, String authority, Bundle extras) argument 217 getPeriodicSyncs(Account account, String authority) argument 264 getStatus(Account account, String authority) argument 268 getStatus(Account account, String authority, boolean create) argument [all...] |
/external/valgrind/drd/scripts/ |
H A D | measurement-functions | 63 if [ -e /var/log/account/pacct ]; then 64 pacct=/var/log/account/pacct 65 elif [ -e /var/account/pacct ]; then 66 pacct=/var/account/pacct
|
/external/libweave/src/ |
H A D | config.h | 94 void set_robot_account(const std::string& account) { argument 95 settings_->robot_account = account;
|
/external/libweave/src/notification/ |
H A D | xmpp_channel.cc | 33 std::string BuildXmppAuthenticateCommand(const std::string& account, argument 37 credentials.insert(credentials.end(), account.begin(), account.end()); 91 XmppChannel::XmppChannel(const std::string& account, argument 96 : account_{account},
|
H A D | xmpp_channel.h | 43 // |account| is the robot account for buffet and |access_token| 46 XmppChannel(const std::string& account, 125 // Robot account name for the device. 128 // OAuth access token for the account. Expires fairly frequently.
|
/external/autotest/client/cros/ |
H A D | webstore_test.py | 131 account='cwsbotdeveloper1@gmail.com'): 139 self.username = account
|
/external/libhevc/common/arm/ |
H A D | ihevc_intra_pred_chroma_planar.s | 179 ldr r7, [r6], #-2 @src[2nt-1-row] (dec to take into account row) 181 ldr r11, [r6], #-2 @src[2nt-1-row] (dec to take into account row) 191 ldr r7, [r6], #-2 @src[2nt-1-row] (dec to take into account row) 242 ldr r11, [r6], #-2 @src[2nt-1-row] (dec to take into account row) 333 ldr r7, [r6], #-2 @src[2nt-1-row] (dec to take into account row)
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/apitools/apitools/base/py/ |
H A D | credentials_lib.py | 171 service_account_name: The service account to retrieve the scopes 269 'GCE credentials requested but service account ' 282 def GetServiceAccount(self, account): 287 return account in response_lines 501 'Service account name or keyfile provided without the other') 510 'Invalid service account credentials: %s' % ( 554 # If we got back a non-service account credential, we need to use
|
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/codegen/ |
H A D | RubyTarget.java | 401 System.out.println( "1: hey you didn't account for this: \"" + literal + "\"" ); 407 System.out.println( "2: hey you didn't account for this: \"" + literal + "\"" );
|
/external/robolectric/v3/runtime/ |
H A D | shadows-core-3.1-SNAPSHOT-21.jar | META-INF/ META-INF/MANIFEST.MF linux-x86_64/ linux-x86_64/META-INF/ android/ ... |
H A D | shadows-core-3.1-SNAPSHOT-22.jar | META-INF/ META-INF/MANIFEST.MF linux-x86_64/ linux-x86_64/META-INF/ android/ ... |
H A D | shadows-core-3.1-SNAPSHOT-16.jar | META-INF/ META-INF/MANIFEST.MF linux-x86_64/ linux-x86_64/META-INF/ android/ ... |
H A D | shadows-core-3.1-SNAPSHOT-17.jar | META-INF/ META-INF/MANIFEST.MF linux-x86_64/ linux-x86_64/META-INF/ android/ ... |
H A D | shadows-core-3.1-SNAPSHOT-18.jar | META-INF/ META-INF/MANIFEST.MF linux-x86_64/ linux-x86_64/META-INF/ android/ ... |
H A D | shadows-core-3.1-SNAPSHOT-19.jar | META-INF/ META-INF/MANIFEST.MF linux-x86_64/ linux-x86_64/META-INF/ android/ ... |
/external/llvm/lib/Support/Unix/ |
H A D | Program.inc | 456 // Conservatively account for space required by environment variables.
|
/external/chromium-trace/catapult/third_party/flot/ |
H A D | excanvas.js | 833 // The following check doesn't account for skews (which don't exist 1214 * The maxWidth argument isn't taken in account, since no browser supports
|
/external/iproute2/doc/ |
H A D | api-ip6-flowlabels.tex | 255 for implementor (i.e.\ me), and taking into account that flow labels 257 advanced API, especially, taking into account that eventually we
|
/external/ImageMagick/www/api/ |
H A D | distort.php | 92 <p>If 'bestfit' is enabled, and distortion allows it, the destination image is adjusted to ensure the whole source 'image' will just fit within the final destination image, which will be sized and offset accordingly. Also in many cases the virtual offset of the source image will be taken into account in the mapping.</p>
|