HomeSort by relevance Sort by last modified time
    Searched refs:changes (Results 1 - 25 of 560) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/components/autofill/core/browser/webdata/
autofill_webdata_service_observer.h 15 virtual void AutofillEntriesChanged(const AutofillChangeList& changes) {}
  /external/chromium_org/chrome/browser/chromeos/login/screens/
screen_context_unittest.cc 65 TEST_F(ScreenContextTest, Changes) {
73 DictionaryValue changes; local
74 context().GetChangesAndReset(&changes);
77 ASSERT_EQ(1u, changes.size());
79 rv = changes.GetInteger("key0", &value);
101 // Get all changes and verify them.
102 DictionaryValue changes; local
103 context().GetChangesAndReset(&changes);
105 ASSERT_EQ(3u, changes.size());
110 bool rv = changes.GetString("key0", &string_value)
137 DictionaryValue changes; local
    [all...]
  /external/chromium_org/sync/internal_api/
js_mutation_event_observer_unittest.cc 49 ChangeRecord changes[MODEL_TYPE_COUNT]; local
51 changes[i].id = i;
54 changes[i].action = ChangeRecord::ACTION_ADD;
57 changes[i].action = ChangeRecord::ACTION_UPDATE;
60 changes[i].action = ChangeRecord::ACTION_DELETE;
66 // to i cast to ModelType and the second argument with the changes
67 // starting from changes[i].
77 expected_details.Set("changes", expected_changes);
79 expected_changes->Append(changes[j].ToValue());
88 ChangeRecordList local_changes(changes + i, changes + arraysize(changes))
    [all...]
  /external/chromium_org/content/browser/dom_storage/
dom_storage_database_adapter.h 22 bool clear_all_first, const DOMStorageValuesMap& changes) = 0;
session_storage_database_adapter.cc 27 bool clear_all_first, const DOMStorageValuesMap& changes) {
29 clear_all_first, changes);
local_storage_database_adapter.cc 24 bool clear_all_first, const DOMStorageValuesMap& changes) {
25 return db_->CommitChanges(clear_all_first, changes);
  /external/chromium_org/third_party/sqlite/src/test/
laststmtchanges.test 11 # Tests to make sure that values returned by changes() and total_changes()
14 # Note 1: changes() remains constant within a statement and only updates
17 # Note 2: changes() is changed within the context of a trigger much like
20 # Note 3: changes() is not changed by a change to a view (since everything
31 # changes() set properly after insert
43 select changes(), total_changes();
47 # changes() set properly after update
51 select changes(), total_changes();
62 execsql {select changes()}
65 # changes() unchanged within an update statemen
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitperl/VCSUtils_unittest/
parseSvnDiffFooter.pl 49 Property changes on: FileA
66 Property changes on: Makefile
82 Property changes on: Makefile
98 Property changes on: Makefile
115 Property changes on: FileA
132 Property changes on: FileA
152 Property changes on: FileA
171 Property changes on: FileA
176 Property changes on: Makefile.shared
184 expectedNextLine => "Property changes on: Makefile.shared\n"
    [all...]
  /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/chromium_org/chrome/browser/value_store/
value_store_unittest.cc 71 // changes.
81 const ValueStoreChangeList& actual = actual_result->changes();
101 "Multiple changes seen for key: " << it->key();
188 ValueStoreChangeList changes; local
189 changes.push_back(ValueStoreChange(key1_, NULL, val1_->DeepCopy()));
191 changes, storage_->Set(DEFAULTS, key1_, *val1_));
204 ValueStoreChangeList changes; local
205 changes.push_back(ValueStoreChange(key1_, NULL, val1_->DeepCopy()));
206 changes.push_back(ValueStoreChange(key2_, NULL, val2_->DeepCopy()));
207 EXPECT_PRED_FORMAT2(ChangesEq, changes, storage_->Set(DEFAULTS, *dict12_))
229 ValueStoreChangeList changes; local
244 ValueStoreChangeList changes; local
259 ValueStoreChangeList changes; local
278 ValueStoreChangeList changes; local
307 ValueStoreChangeList changes; local
332 ValueStoreChangeList changes; local
344 ValueStoreChangeList changes; local
352 ValueStoreChangeList changes; local
362 ValueStoreChangeList changes; local
379 ValueStoreChangeList changes; local
402 ValueStoreChangeList changes; local
409 ValueStoreChangeList changes; local
416 ValueStoreChangeList changes; local
422 ValueStoreChangeList changes; local
429 ValueStoreChangeList changes; local
437 ValueStoreChangeList changes; local
448 ValueStoreChangeList changes; local
457 ValueStoreChangeList changes; local
467 ValueStoreChangeList changes; local
472 ValueStoreChangeList changes; local
    [all...]
value_store.cc 39 ValueStore::WriteResultType::WriteResultType(ValueStoreChangeList* changes)
40 : changes_(changes) {
41 DCHECK(changes);
55 const ValueStoreChangeList& ValueStore::WriteResultType::changes() const { function in class:ValueStore::WriteResultType
  /external/chromium_org/chrome/browser/password_manager/
password_store_default.cc 45 PasswordStoreChangeList changes; local
46 changes.push_back(PasswordStoreChange(PasswordStoreChange::ADD, form));
50 content::Details<PasswordStoreChangeList>(&changes));
56 PasswordStoreChangeList changes; local
57 changes.push_back(PasswordStoreChange(PasswordStoreChange::UPDATE, form));
61 content::Details<PasswordStoreChangeList>(&changes));
67 PasswordStoreChangeList changes; local
68 changes.push_back(PasswordStoreChange(PasswordStoreChange::REMOVE, form));
72 content::Details<PasswordStoreChangeList>(&changes));
81 PasswordStoreChangeList changes; local
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/
TemplatePreviewPage.java 32 setDescription("Optionally review pending changes");
38 List<Change> changes = mValues.computeChanges(); local
40 changes.toArray(new Change[changes.size()]));
  /external/chromium_org/chrome/browser/extensions/api/storage/
settings_sync_processor.h 36 // Sends |changes| to sync.
37 syncer::SyncError SendChanges(const ValueStoreChangeList& changes);
39 // Informs this that |changes| have been receieved from sync. No action will
41 void NotifyChanges(const ValueStoreChangeList& changes);
46 // ID of the extension the changes are for.
52 // The sync processor used to send changes to sync.
policy_value_store.cc 68 // Now get two lists of changes: changes after setting the current policies,
69 // and changes after removing old policies that aren't in |current_policy|
78 ValueStoreChangeList changes; local
82 changes.insert(
83 changes.end(), result->changes().begin(), result->changes().end());
91 changes.insert(
92 changes.end(), result->changes().begin(), result->changes().end())
    [all...]
syncable_settings_storage.cc 122 if (sync_processor_.get() && !result->changes().empty()) {
123 syncer::SyncError error = sync_processor_->SendChanges(result->changes());
160 ValueStoreChangeList changes; local
162 changes.push_back(ValueStoreChange(i.key(), NULL, i.value().DeepCopy()));
165 if (changes.empty())
168 syncer::SyncError error = sync_processor_->SendChanges(changes);
179 // Treat this as a list of changes to sync and use ProcessSyncChanges.
183 SettingSyncDataList changes; local
188 // Sync and local values are the same, no changes to send.
191 changes.push_back
248 ValueStoreChangeList changes; local
    [all...]
settings_sync_processor.cc 46 const ValueStoreChangeList& changes) {
54 for (ValueStoreChangeList::const_iterator i = changes.begin();
55 i != changes.end(); ++i) {
98 void SettingsSyncProcessor::NotifyChanges(const ValueStoreChangeList& changes) {
102 for (ValueStoreChangeList::const_iterator i = changes.begin();
103 i != changes.end(); ++i) {
  /external/libppp/src/
slcompress.c 168 register u_int changes = 0; local
285 * changes in the order: urgent, window, ack, seq (the order minimizes the
291 changes |= NEW_U;
304 changes |= NEW_W;
312 changes |= NEW_A;
320 changes |= NEW_S;
322 switch (changes) {
343 * actual changes match one of our special case encodings -- send packet
352 changes = SPECIAL_I;
360 changes = SPECIAL_D
434 register u_int hlen, changes; local
    [all...]
  /external/chromium/chrome/browser/sync/glue/
change_processor_mock.h 24 const sync_api::SyncManager::ChangeRecord* changes,
  /external/chromium_org/chrome/browser/sync_file_system/
file_change.cc 74 FileChangeList changes; local
75 changes.list_ = this->list_;
76 changes.list_.pop_front();
77 return changes;
  /external/chromium_org/third_party/mesa/src/src/gallium/docs/
Makefile 15 .PHONY: help clean html dirhtml pickle json htmlhelp qthelp latex changes linkcheck doctest
26 @echo " changes to make an overview of all changed/added/deprecated items"
75 changes:
76 $(SPHINXBUILD) -b changes $(ALLSPHINXOPTS) $(BUILDDIR)/changes
78 @echo "The overview file is in $(BUILDDIR)/changes."
  /external/mesa3d/src/gallium/docs/
Makefile 15 .PHONY: help clean html dirhtml pickle json htmlhelp qthelp latex changes linkcheck doctest
26 @echo " changes to make an overview of all changed/added/deprecated items"
75 changes:
76 $(SPHINXBUILD) -b changes $(ALLSPHINXOPTS) $(BUILDDIR)/changes
78 @echo "The overview file is in $(BUILDDIR)/changes."
  /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...]
  /external/chromium_org/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

Completed in 783 milliseconds

1 2 3 4 5 6 7 8 91011>>