/development/tools/findunused/ |
findunusedtranslations | 59 $changes = 0; 66 $changes = 1; 72 $changes = 1; 78 $changes = 1; 96 if ($changes) { 101 print "(no changes)\n";
|
/external/webkit/Tools/Scripts/webkitperl/VCSUtils_unittest/ |
parseSvnDiffFooter.pl | 48 Property changes on: FileA 65 Property changes on: Makefile 81 Property changes on: Makefile 97 Property changes on: Makefile 114 Property changes on: FileA 131 Property changes on: FileA 151 Property changes on: FileA 170 Property changes on: FileA 175 Property changes on: Makefile.shared 183 expectedNextLine => "Property changes on: Makefile.shared\n" [all...] |
/external/chromium/chrome/browser/sync/glue/ |
change_processor_mock.h | 24 const sync_api::SyncManager::ChangeRecord* changes,
|
password_change_processor.cc | 67 PasswordStoreChangeList* changes = local 69 for (PasswordStoreChangeList::iterator change = changes->begin(); 70 change != changes->end(); ++change) { 128 const sync_api::SyncManager::ChangeRecord* changes, 146 changes[i].action) { 147 DCHECK(changes[i].specifics.HasExtension(sync_pb::password)) 149 DCHECK(changes[i].extra.get()); 151 changes[i].extra.get(); 156 model_associator_->Disassociate(changes[i].id); 161 if (!sync_node.InitByIdLookup(changes[i].id)) [all...] |
extension_change_processor.h | 23 // This class is responsible for taking changes from the 46 const sync_api::SyncManager::ChangeRecord* changes,
|
preference_change_processor.h | 23 // This class is responsible for taking changes from the PrefService and 42 const sync_api::SyncManager::ChangeRecord* changes, 55 // The model we are processing changes from. Non-NULL when |running_| is true.
|
session_change_processor.h | 27 // This class is responsible for taking changes from the 54 const sync_api::SyncManager::ChangeRecord* changes,
|
theme_change_processor.h | 24 // This class is responsible for taking changes from the 44 const sync_api::SyncManager::ChangeRecord* changes,
|
autofill_profile_change_processor.cc | 61 const sync_api::SyncManager::ChangeRecord* changes, 75 changes[i].action) { 76 DCHECK(changes[i].specifics.HasExtension( 80 changes[i].specifics.GetExtension(sync_pb::autofill_profile); 82 autofill_changes_.push_back(AutofillProfileChangeRecord(changes[i].action, 83 changes[i].id, 90 if (!sync_node.InitByIdLookup(changes[i].id)) { 91 LOG(ERROR) << "Could not find the id in sync db " << changes[i].id; 98 autofill_changes_.push_back(AutofillProfileChangeRecord(changes[i].action, 99 changes[i].id [all...] |
autofill_change_processor.cc | 81 AutofillChangeList* changes = Details<AutofillChangeList>(details).ptr(); local 82 ObserveAutofillEntriesChanged(changes, &trans, autofill_root); 92 AutofillChangeList* changes, sync_api::WriteTransaction* trans, 94 for (AutofillChangeList::iterator change = changes->begin(); 95 change != changes->end(); ++change) { 194 const sync_api::SyncManager::ChangeRecord* changes, 211 sync_api::SyncManager::ChangeRecord::Action action(changes[i].action); 213 DCHECK(changes[i].specifics.HasExtension(sync_pb::autofill)) 216 changes[i].specifics.GetExtension(sync_pb::autofill); 219 autofill_changes_.push_back(AutofillChangeRecord(changes[i].action [all...] |
/external/chromium/third_party/libevent/ |
kqueue.c | 72 struct kevent *changes; member in struct:kqop 124 kqueueop->changes = malloc(NEVENT * sizeof(struct kevent)); 125 if (kqueueop->changes == NULL) { 131 free (kqueueop->changes); 143 kqueueop->changes[0].ident = -1; 144 kqueueop->changes[0].filter = EVFILT_READ; 145 kqueueop->changes[0].flags = EV_ADD; 152 kqueueop->changes, 1, kqueueop->events, NEVENT, NULL) != 1 || 156 free(kqueueop->changes); 177 newchange = realloc(kqop->changes, 221 struct kevent *changes = kqop->changes; local [all...] |
/development/apps/OBJViewer/ |
Android.mk | 12 # currently disabled because of API changes. won't be fixed for 1.0
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactoring/changes/ |
AndroidLayoutFileChanges.java | 17 package com.android.ide.eclipse.adt.internal.refactoring.changes; 25 * Set of layout files with required text changes 53 * Return the text changes 55 * @return the set of changes
|
AndroidTypeMoveChange.java | 17 package com.android.ide.eclipse.adt.internal.refactoring.changes;
|
/external/chromium/chrome/browser/password_manager/ |
password_store_default.cc | 129 PasswordStoreChangeList changes; local 130 changes.push_back(PasswordStoreChange(PasswordStoreChange::ADD, form)); 134 Details<PasswordStoreChangeList>(&changes)); 140 PasswordStoreChangeList changes; local 141 changes.push_back(PasswordStoreChange(PasswordStoreChange::UPDATE, form)); 145 Details<PasswordStoreChangeList>(&changes)); 151 PasswordStoreChangeList changes; local 152 changes.push_back(PasswordStoreChange(PasswordStoreChange::REMOVE, form)); 156 Details<PasswordStoreChangeList>(&changes)); 165 PasswordStoreChangeList changes; local [all...] |
password_store_x.cc | 33 PasswordStoreChangeList changes; local 34 changes.push_back(PasswordStoreChange(PasswordStoreChange::ADD, form)); 38 Details<PasswordStoreChangeList>(&changes)); 48 PasswordStoreChangeList changes; local 49 changes.push_back(PasswordStoreChange(PasswordStoreChange::UPDATE, form)); 53 Details<PasswordStoreChangeList>(&changes)); 63 PasswordStoreChangeList changes; local 64 changes.push_back(PasswordStoreChange(PasswordStoreChange::REMOVE, form)); 68 Details<PasswordStoreChangeList>(&changes)); 83 PasswordStoreChangeList changes; local [all...] |
/external/clang/utils/ |
token-delta.py | 15 def test(self, changes): 20 def getTestResult(self, changes): 24 changeset = frozenset(changes) 27 elif not self.test(changes): 33 def run(self, changes, force=False): 39 if not self.getTestResult(changes): 46 return self.delta(changes, self.split(changes)) 148 def writeFiles(self, changes, fileNames): 151 for i,j in changes [all...] |
/external/wpa_supplicant_8/wpa_supplicant/ |
bss.c | 188 u32 changes = 0; local 192 changes |= WPA_BSS_FREQ_CHANGED_FLAG; 195 changes |= WPA_BSS_SIGNAL_CHANGED_FLAG; 198 changes |= WPA_BSS_PRIVACY_CHANGED_FLAG; 201 changes |= WPA_BSS_MODE_CHANGED_FLAG; 205 return changes; 206 changes |= WPA_BSS_IES_CHANGED_FLAG; 209 changes |= WPA_BSS_WPAIE_CHANGED_FLAG; 212 changes |= WPA_BSS_RSNIE_CHANGED_FLAG; 215 changes |= WPA_BSS_WPS_CHANGED_FLAG 260 u32 changes; local [all...] |
/external/chromium/chrome/browser/sync/ |
js_sync_manager_observer_unittest.cc | 218 sync_api::SyncManager::ChangeRecord changes[syncable::MODEL_TYPE_COUNT]; local 221 changes[i].id = 225 changes[i].action = 229 changes[i].action = 233 changes[i].action = 240 EXPECT_TRUE(node.InitByIdLookup(changes[i].id)); 241 changes[i].specifics = node.GetEntry()->Get(syncable::SPECIFICS); 246 // to i cast to ModelType and the second argument with the changes 247 // starting from changes[i]. 260 expected_changes->Append(changes[j].ToValue(&trans)) 272 &trans, &changes[i], local [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/ |
ChangeViewRefactoringTest.java | 56 List<Change> changes = refactoring.computeChanges(new NullProgressMonitor()); local 57 checkEdits(basename, changes);
|
UnwrapRefactoringTest.java | 55 List<Change> changes = refactoring.computeChanges(new NullProgressMonitor()); local 56 checkEdits(basename, changes);
|
WrapInRefactoringTest.java | 56 List<Change> changes = refactoring.computeChanges(new NullProgressMonitor()); local 57 checkEdits(basename, changes);
|
/external/chromium/chrome/browser/webdata/ |
autofill_table.h | 121 // is returned in the changes out parameter. 123 std::vector<AutofillChange>* changes); 126 // of all added and updated autofill entries is returned in the changes out 129 std::vector<AutofillChange>* changes); 144 // changes out parameter. 147 std::vector<AutofillChange>* changes); 303 std::vector<AutofillChange>* changes, 306 std::vector<AutofillChange>* changes,
|
autofill_table_unittest.cc | 139 AutofillChangeList changes; local 147 &changes)); 157 &changes)); 167 &changes)); 177 &changes)); 252 changes.clear(); 254 t1, Time(), &changes)); 270 EXPECT_EQ(arraysize(expected_changes), changes.size()); 272 EXPECT_EQ(expected_changes[i], changes[i]); 298 &changes)); 350 AutofillChangeList changes; local 377 changes[0]); local 386 changes[0]); local 397 AutofillChangeList changes; local 411 changes[0]); local 427 changes[0]); local 544 AutofillChangeList changes; local 574 AutofillChangeList changes; local 635 std::vector<AutofillChange> changes; local 1458 AutofillChangeList changes; local 1503 AutofillChangeList changes; local 1567 AutofillChangeList changes; local [all...] |
/external/chromium/net/tools/testserver/ |
chromiumsync_test.py | 130 version, changes, remaining = ( 135 self.assertEqual(expected_count, len(changes)) 136 self.assertEqual('google_chrome', changes[0].server_defined_unique_tag) 137 for change in changes: 143 version, changes, remaining = ( 146 self.assertEqual(expected_count, len(changes)) 150 new_version, changes, remaining = ( 154 self.assertEqual(new_version, len(changes)) 156 version, changes, remaining = ( 159 self.assertEqual(expected_count, len(changes)) [all...] |