HomeSort by relevance Sort by last modified time
    Searched refs:changes (Results 51 - 75 of 559) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/chromium_org/content/browser/dom_storage/
local_storage_database_adapter.h 28 const DOMStorageValuesMap& changes) OVERRIDE;
  /external/chromium_org/content/renderer/media/android/
renderer_media_player_manager.h 53 // Get the list of media players with video geometry changes.
54 void RetrieveGeometryChanges(std::map<int, gfx::RectF>* changes);
  /external/clang/docs/analyzer/
Makefile 17 .PHONY: help clean html dirhtml singlehtml pickle json htmlhelp qthelp devhelp epub latex latexpdf text man changes linkcheck doctest gettext
39 @echo " changes to make an overview of all changed/added/deprecated items"
141 changes:
142 $(SPHINXBUILD) -b changes $(ALLSPHINXOPTS) $(BUILDDIR)/changes
144 @echo "The overview file is in $(BUILDDIR)/changes."
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
UseCompoundDrawableRefactoringTest.java 105 List<Change> changes = refactoring.computeChanges(new NullProgressMonitor()); local
108 changes.toArray(new Change[changes.size()]));
112 checkEdits(basename, changes);
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/bison/build-aux/
do-release-commit-and-tag 82 noteworthy='* Noteworthy changes in release'
141 *) die 'this tree is dirty; commit your changes first';;
158 ## Then, changes. ##
  /external/chromium_org/chrome/browser/sync_file_system/local/
local_file_sync_service.cc 37 callback.Run(status, sync_file_info.metadata, sync_file_info.changes);
74 const GURL& origin, int64 changes) {
75 if (changes != 0) {
76 change_count_map_[origin] = changes;
215 // before the remote changes for the origin are removed.
320 // We have remaining changes for the origin.
370 if (sync_file_info.changes.empty()) {
379 << " change:" << sync_file_info.changes.front().DebugString();
382 sync_file_info.changes.front(),
389 sync_file_info.changes.front()
    [all...]
local_file_sync_context_unittest.cc 80 FileChangeList* changes) {
81 ASSERT_TRUE(changes != NULL);
89 base::Unretained(this), metadata, changes));
95 FileChangeList* changes) {
96 StartPrepareForSync(file_system_context, url, metadata, changes);
104 FileChangeList* changes) {
108 url, metadata, changes);
119 *changes_out = sync_file_info.changes;
133 FileChangeList changes; local
135 PrepareForSync(file_system_context, url, &metadata, &changes));
312 FileChangeList changes; local
369 FileChangeList changes; local
    [all...]
  /external/chromium_org/components/autofill/core/browser/webdata/
autofill_webdata_backend_impl.cc 81 AutofillChangeList changes; local
83 fields, &changes)) {
93 AutofillEntriesChanged(changes));
124 AutofillChangeList changes; local
127 delete_begin, delete_end, &changes)) {
128 if (!changes.empty()) {
134 AutofillEntriesChanged(changes));
146 AutofillChangeList changes; local
147 changes.push_back(
153 AutofillEntriesChanged(changes));
349 AutofillChangeList changes; local
    [all...]
autofill_table_unittest.cc 137 AutofillChangeList changes; local
144 EXPECT_TRUE(table_->AddFormFieldValue(field, &changes));
149 EXPECT_TRUE(table_->AddFormFieldValueTime(field, &changes,
154 EXPECT_TRUE(table_->AddFormFieldValueTime(field, &changes,
160 EXPECT_TRUE(table_->AddFormFieldValueTime(field, &changes,
220 changes.clear();
221 EXPECT_TRUE(table_->RemoveFormElementsAddedBetween(t1, Time(), &changes));
237 EXPECT_EQ(arraysize(expected_changes), changes.size());
239 EXPECT_EQ(expected_changes[i], changes[i]);
255 EXPECT_TRUE(table_->AddFormFieldValue(field, &changes));
289 AutofillChangeList changes; local
302 changes[0]); local
311 changes[0]); local
319 AutofillChangeList changes; local
328 changes[0]); local
337 changes[0]); local
423 AutofillChangeList changes; local
446 AutofillChangeList changes; local
491 std::vector<AutofillChange> changes; local
1367 AutofillChangeList changes; local
1404 AutofillChangeList changes; local
1455 AutofillChangeList changes; local
    [all...]
  /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...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/
TemplateWizard.java 147 * Computes the changes to the {@link #getProject()} this template should
150 * @return the changes to perform
155 List<Change> changes = computeChanges(); local
156 if (!changes.isEmpty()) {
157 monitor.beginTask("Creating template...", changes.size());
160 changes.toArray(new Change[changes.size()]));
  /external/chromium/chrome/browser/sync/glue/
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/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...]
  /external/chromium_org/chrome/browser/sync/glue/
favicon_cache_unittest.cc 39 // Store a copy of all the changes passed in so we can examine them later.
63 // Track the changes received in ProcessSyncChanges.
113 // The recipient of all sync changes.
306 // Our dummy ChangeProcessor used to inspect changes pushed to Sync.
721 syncer::SyncChangeList changes = processor()->GetAndResetChangeList(); local
722 EXPECT_EQ((unsigned long)kFaviconBatchSize/2, changes.size());
748 changes));
816 syncer::SyncChangeList changes = processor()->GetAndResetChangeList(); local
869 syncer::SyncChangeList changes = processor()->GetAndResetChangeList(); local
994 syncer::SyncChangeList changes = processor()->GetAndResetChangeList(); local
1267 syncer::SyncChangeList changes = processor()->GetAndResetChangeList(); local
1303 syncer::SyncChangeList changes = processor()->GetAndResetChangeList(); local
1311 syncer::SyncChangeList changes = processor()->GetAndResetChangeList(); local
1339 syncer::SyncChangeList changes = processor()->GetAndResetChangeList(); local
1349 syncer::SyncChangeList changes = processor()->GetAndResetChangeList(); local
1398 syncer::SyncChangeList changes = processor()->GetAndResetChangeList(); local
1456 syncer::SyncChangeList changes = processor()->GetAndResetChangeList(); local
1504 syncer::SyncChangeList changes = processor()->GetAndResetChangeList(); local
1534 syncer::SyncChangeList changes = processor()->GetAndResetChangeList(); local
1591 syncer::SyncChangeList changes = processor()->GetAndResetChangeList(); local
1694 syncer::SyncChangeList changes = processor()->GetAndResetChangeList(); local
    [all...]
  /external/chromium_org/chrome/browser/policy/
managed_mode_policy_provider_unittest.cc 33 const syncer::SyncChangeList& changes() const { return change_list_; } function in class:policy::__anon7906::MockChangeProcessor
296 // Uploading should produce changes when we start syncing.
298 const syncer::SyncChangeList& changes = sync_processor_->changes(); local
299 ASSERT_EQ(3u, changes.size());
300 for (syncer::SyncChangeList::const_iterator it = changes.begin();
301 it != changes.end(); ++it) {
318 ASSERT_EQ(1u, sync_processor_->changes().size());
319 syncer::SyncChange change = sync_processor_->changes()[0];
334 ASSERT_EQ(1u, sync_processor_->changes().size())
    [all...]
  /frameworks/base/core/java/android/view/
WindowManager.java 465 * changes the system volume.
1634 int changes = 0; local
    [all...]
  /external/chromium_org/chrome/browser/extensions/api/networking_private/
networking_private_api_nonchromeos.cc 282 std::vector<std::string> changes; local
283 changes.push_back("stub_ethernet");
284 changes.push_back("stub_wifi1");
285 changes.push_back("stub_vpn1");
286 changes.push_back("stub_wifi2");
287 changes.push_back("stub_cellular1");
290 scoped_ptr<base::ListValue> args(api::OnNetworkListChanged::Create(changes));
networking_private_event_router_chromeos.cc 109 std::vector<std::string> changes; local
115 changes.push_back((*iter)->path());
118 scoped_ptr<base::ListValue> args(api::OnNetworkListChanged::Create(changes));
  /packages/apps/Email/emailcommon/src/com/android/emailcommon/provider/
MessageStateChange.java 103 * Gets final state changes to upsync to the server, setting the status in the DB for all rows
105 * old updates. Messages whose sequence of changes results in a no-op are cleared from the DB
109 * @param ignoreFavorites Whether to ignore changes to the favorites flag.
172 final ArrayList<MessageStateChange> changes = new ArrayList(count); local
175 // We also treat changes without a server id as a no-op.
182 changes.add(change);
188 if (changes.isEmpty()) {
191 return changes;
195 * Rearrange the changes list to a map by mailbox id.
196 * @return The final changes to send to the server, or null if there are none
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
bss.c 424 u32 changes = 0; local
428 changes |= WPA_BSS_FREQ_CHANGED_FLAG;
431 changes |= WPA_BSS_SIGNAL_CHANGED_FLAG;
434 changes |= WPA_BSS_PRIVACY_CHANGED_FLAG;
437 changes |= WPA_BSS_MODE_CHANGED_FLAG;
441 return changes;
442 changes |= WPA_BSS_IES_CHANGED_FLAG;
445 changes |= WPA_BSS_WPAIE_CHANGED_FLAG;
448 changes |= WPA_BSS_RSNIE_CHANGED_FLAG;
451 changes |= WPA_BSS_WPS_CHANGED_FLAG
497 u32 changes; local
    [all...]

Completed in 1593 milliseconds

1 23 4 5 6 7 8 91011>>