HomeSort by relevance Sort by last modified time
    Searched refs:REMOVING (Results 1 - 7 of 7) sorted by null

  /development/tools/findunused/
removeunusedresources 45 echo REMOVING FILE: $RESLINE
60 echo REMOVING STRING $LINE from $RESLINE
65 echo REMOVING $LINE from $RESLINE
  /external/chromium_org/google_apis/gcm/engine/
account_mapping.h 26 REMOVING, // Account is removed, but a message removing the mapping has not
account_mapping.cc 25 const char kStatusRemoving[] = "removing";
35 case AccountMapping::REMOVING:
50 *status = AccountMapping::REMOVING;
104 (temp_status == REMOVING || temp_status == ADDING)) {
account_mapping_unittest.cc 47 account_mapping.status = AccountMapping::REMOVING;
50 EXPECT_EQ("test@gmail.com&removing&1305797421259977&last_message_id_2",
97 "test@gmail.com&removing&1305797421259977&last_message_id_2"));
101 EXPECT_EQ(AccountMapping::REMOVING, account_mapping.status);
115 "test@example.com&removing&1305797421259935"));
136 "test@gmail.com&removing&&last_message_id_2"));
139 "test@gmail.com&removing&asdfjkl&last_message_id_2"));
142 "test@example.com&removing&1305797421259935&"));
gcm_store_impl_unittest.cc 285 // removing those incoming messages.
326 // removing those outgoing messages.
541 account_mapping2.status = AccountMapping::REMOVING;
574 EXPECT_EQ(AccountMapping::REMOVING, iter->status);
594 EXPECT_EQ(AccountMapping::REMOVING, iter->status);
  /external/chromium_org/components/gcm_driver/
gcm_account_mapper.cc 71 // Start from removing the old tokens, from all of the known accounts.
95 if (account_mapping->status == AccountMapping::REMOVING) {
107 // removing).
115 if (mappings_iter->status != AccountMapping::REMOVING ||
167 if (account_mapping_it->status == AccountMapping::REMOVING) {
197 if (account_mapping_it->status == AccountMapping::REMOVING) {
198 // Message removing the account has been confirmed by the GCM, we can remove
233 if (account_mapping.status != AccountMapping::REMOVING) {
234 account_mapping.status = AccountMapping::REMOVING;
252 if (account_mapping.status == AccountMapping::REMOVING) {
    [all...]
gcm_account_mapper_unittest.cc 566 // Tests that a missing token for an account will trigger removing of that
585 EXPECT_EQ(AccountMapping::REMOVING,
596 EXPECT_EQ(AccountMapping::REMOVING, iter->status);
601 // Tests that a missing token for an account will trigger removing of that
623 EXPECT_EQ(AccountMapping::REMOVING,
634 EXPECT_EQ(AccountMapping::REMOVING, iter->status);
640 // Tests that a missing token for an account will trigger removing of that
667 // Tests that account removing proceeds, when a removing message is acked after
672 AccountMapping::REMOVING,
    [all...]

Completed in 84 milliseconds