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

1 23 4 5 6 7 8 91011>>

  /external/libsepol/src/
genbools.c 75 int errors = 0, changes = 0; local
104 changes++;
136 changes++;
145 *changesp = changes;
153 int rc, changes = 0; local
160 if (load_booleans(&policydb, booleans, &changes) < 0) {
164 if (!changes)
197 int rc, changes = 0; local
199 rc = load_booleans(policydb, booleans, &changes);
200 if (!rc && changes)
    [all...]
  /external/chromium_org/ppapi/generators/
idl_diff.py 18 # output of the standard diff tool, parsing it into separate changes, then
19 # ignoring changes that are know to be safe, such as adding or removing
173 # Return True if none of the changes does not patch an above "bogus" change.
255 changes = []
285 changes.append(change)
289 return FilterChanges(changes)
291 def FilterChanges(changes):
292 if len(changes) < 2: return changes
294 filter = [False for change in changes]
    [all...]
  /external/chromium_org/components/autofill/core/browser/webdata/
autofill_table.h 144 // is returned in the changes out parameter.
146 std::vector<AutofillChange>* changes);
149 // of all added and updated autofill entries is returned in the changes out
152 std::vector<AutofillChange>* changes);
172 // each was updater or removed is returned in the changes out parameter.
175 std::vector<AutofillChange>* changes);
179 bool RemoveExpiredFormElements(std::vector<AutofillChange>* changes);
333 std::vector<AutofillChange>* changes,
336 std::vector<AutofillChange>* changes,
autofill_table_unittest.cc 148 AutofillChangeList changes; local
155 EXPECT_TRUE(table_->AddFormFieldValue(field, &changes));
160 EXPECT_TRUE(table_->AddFormFieldValueTime(field, &changes,
165 EXPECT_TRUE(table_->AddFormFieldValueTime(field, &changes,
171 EXPECT_TRUE(table_->AddFormFieldValueTime(field, &changes,
221 changes.clear();
222 EXPECT_TRUE(table_->RemoveFormElementsAddedBetween(t1, Time(), &changes));
238 EXPECT_EQ(arraysize(kExpectedChanges), changes.size());
240 EXPECT_EQ(kExpectedChanges[i], changes[i]);
254 EXPECT_TRUE(table_->AddFormFieldValue(field, &changes));
278 AutofillChangeList changes; local
291 changes[0]); local
300 changes[0]); local
308 AutofillChangeList changes; local
317 changes[0]); local
326 changes[0]); local
389 AutofillChangeList changes; local
412 AutofillChangeList changes; local
457 std::vector<AutofillChange> changes; local
476 AutofillChangeList changes; local
504 AutofillChangeList changes; local
532 AutofillChangeList changes; local
556 changes[0]); local
563 AutofillChangeList changes; local
587 changes[0]); local
600 AutofillChangeList changes; local
624 changes[0]); local
1502 AutofillChangeList changes; local
1532 AutofillChangeList changes; local
1576 AutofillChangeList changes; local
    [all...]
autofill_webdata_backend_impl.cc 86 AutofillChangeList changes; local
88 fields, &changes)) {
98 AutofillEntriesChanged(changes));
129 AutofillChangeList changes; local
132 delete_begin, delete_end, &changes)) {
133 if (!changes.empty()) {
139 AutofillEntriesChanged(changes));
151 AutofillChangeList changes; local
152 changes.push_back(
158 AutofillEntriesChanged(changes));
365 AutofillChangeList changes; local
    [all...]
  /external/chromium_org/extensions/browser/value_store/
testing_value_store.cc 80 scoped_ptr<ValueStoreChangeList> changes(new ValueStoreChangeList());
86 changes->push_back(
94 return MakeWriteResult(changes.Pass());
107 scoped_ptr<ValueStoreChangeList> changes(new ValueStoreChangeList());
112 changes->push_back(ValueStoreChange(*it, old_value.release(), NULL));
115 return MakeWriteResult(changes.Pass());
  /external/chromium_org/mojo/services/view_manager/
test_change_tracker.h 67 // Converts Changes to string descriptions.
69 const std::vector<Change>& changes);
71 // Returns a string description of |changes[0].views|. Returns an empty string
73 std::string ChangeViewDescription(const std::vector<Change>& changes);
100 std::vector<Change>* changes() { return &changes_; } function in class:mojo::service::TestChangeTracker
test_change_tracker.cc 87 const std::vector<Change>& changes) {
88 std::vector<std::string> strings(changes.size());
89 for (size_t i = 0; i < changes.size(); ++i)
90 strings[i] = ChangeToDescription1(changes[i]);
94 std::string ChangeViewDescription(const std::vector<Change>& changes) {
95 if (changes.size() != 1)
97 std::vector<std::string> view_strings(changes[0].views.size());
98 for (size_t i = 0; i < changes[0].views.size(); ++i)
99 view_strings[i] = "[" + changes[0].views[i].ToString() + "]";
  /external/chromium_org/sync/tools/testserver/
chromiumsync_test.py 93 version, changes, remaining = (
98 self.assertEqual(expected_count, len(changes))
99 for change in changes:
105 version, changes, remaining = (
108 self.assertEqual(expected_count, len(changes))
112 new_version, changes, remaining = (
121 self.assertEqual(new_version, len(changes))
123 version, changes, remaining = (
126 self.assertEqual(expected_count, len(changes))
141 version, changes, changes_remaining =
    [all...]
  /external/chromium_org/chrome/browser/password_manager/
native_backend_gnome_x.h 98 password_manager::PasswordStoreChangeList* changes) OVERRIDE;
103 password_manager::PasswordStoreChangeList* changes) OVERRIDE;
107 password_manager::PasswordStoreChangeList* changes) OVERRIDE;
136 // operation succeeded. |changes| will contain the changes applied.
140 password_manager::PasswordStoreChangeList* changes);
native_backend_kwallet_x.h 47 password_manager::PasswordStoreChangeList* changes) OVERRIDE;
52 password_manager::PasswordStoreChangeList* changes) OVERRIDE;
56 password_manager::PasswordStoreChangeList* changes) OVERRIDE;
114 // operation succeeded. |changes| will contain the changes applied.
118 password_manager::PasswordStoreChangeList* changes);
password_store_x.h 47 password_manager::PasswordStoreChangeList* changes) = 0;
56 password_manager::PasswordStoreChangeList* changes) = 0;
60 password_manager::PasswordStoreChangeList* changes) = 0;
  /external/chromium_org/components/sync_driver/
change_processor.h 21 // An interface used to apply changes from the sync model to the browser's
28 // Call when the processor should accept changes from either provided model
35 // Changes have been applied to the backend model and are ready to be
40 const syncer::ImmutableChangeRecordList& changes) = 0;
42 // The changes found in ApplyChangesFromSyncModel may be too slow to be
80 // The sync model we are processing changes from.
  /external/chromium_org/content/browser/dom_storage/
local_storage_database_adapter.h 28 const DOMStorageValuesMap& changes) OVERRIDE;
  /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. ##
  /frameworks/base/core/java/android/view/
WindowManager.java 467 * changes the system volume.
1723 int changes = 0; local
    [all...]
  /external/chromium_org/chrome/browser/sync_file_system/drive_backend/
list_changes_task.cc 37 token->InitializeTaskLog("List Changes");
78 std::vector<google_apis::ChangeResource*> changes; local
79 change_list->mutable_items()->release(&changes);
81 change_list_.reserve(change_list_.size() + changes.size());
82 for (size_t i = 0; i < changes.size(); ++i)
83 change_list_.push_back(changes[i]);
115 "Got %" PRIuS " changes, updating MetadataDatabase.",
  /external/chromium_org/chrome/browser/supervised_user/
supervised_user_settings_service_unittest.cc 221 // Uploading should produce changes when we start syncing.
223 ASSERT_EQ(3u, sync_processor_->changes().size());
225 sync_processor_->changes().begin();
226 it != sync_processor_->changes().end();
243 sync_processor_->changes().clear();
245 ASSERT_EQ(1u, sync_processor_->changes().size());
246 syncer::SyncChange change = sync_processor_->changes()[0];
261 sync_processor_->changes().clear();
263 ASSERT_EQ(1u, sync_processor_->changes().size());
264 change = sync_processor_->changes()[0]
    [all...]
  /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/chromium_org/chrome/browser/extensions/api/storage/
syncable_settings_storage.h 67 // May be called at any time; changes will be ignored if sync isn't active.
71 // Sends the changes from |result| to sync if it's enabled.
88 ValueStoreChangeList* changes);
93 ValueStoreChangeList* changes);
97 ValueStoreChangeList* changes);
99 // List of observers to settings changes.
108 // Object which sends changes to sync.

Completed in 3995 milliseconds

1 23 4 5 6 7 8 91011>>