Home
last modified time | relevance | path

Searched refs:changes (Results 1 – 25 of 782) sorted by relevance

12345678910>>...32

/external/libppp/src/
Dslcompress.c168 register u_int changes = 0; in sl_compress_tcp() local
291 changes |= NEW_U; in sl_compress_tcp()
304 changes |= NEW_W; in sl_compress_tcp()
312 changes |= NEW_A; in sl_compress_tcp()
320 changes |= NEW_S; in sl_compress_tcp()
322 switch (changes) { in sl_compress_tcp()
352 changes = SPECIAL_I; in sl_compress_tcp()
360 changes = SPECIAL_D; in sl_compress_tcp()
369 changes |= NEW_I; in sl_compress_tcp()
372 changes |= TCP_PUSH_BIT; in sl_compress_tcp()
[all …]
/external/chromium/chrome/browser/password_manager/
Dpassword_store_x.cc33 PasswordStoreChangeList changes; in AddLoginImpl() local
34 changes.push_back(PasswordStoreChange(PasswordStoreChange::ADD, form)); in AddLoginImpl()
38 Details<PasswordStoreChangeList>(&changes)); in AddLoginImpl()
48 PasswordStoreChangeList changes; in UpdateLoginImpl() local
49 changes.push_back(PasswordStoreChange(PasswordStoreChange::UPDATE, form)); in UpdateLoginImpl()
53 Details<PasswordStoreChangeList>(&changes)); in UpdateLoginImpl()
63 PasswordStoreChangeList changes; in RemoveLoginImpl() local
64 changes.push_back(PasswordStoreChange(PasswordStoreChange::REMOVE, form)); in RemoveLoginImpl()
68 Details<PasswordStoreChangeList>(&changes)); in RemoveLoginImpl()
83 PasswordStoreChangeList changes; in RemoveLoginsCreatedBetweenImpl() local
[all …]
Dpassword_store_default.cc129 PasswordStoreChangeList changes; in AddLoginImpl() local
130 changes.push_back(PasswordStoreChange(PasswordStoreChange::ADD, form)); in AddLoginImpl()
134 Details<PasswordStoreChangeList>(&changes)); in AddLoginImpl()
140 PasswordStoreChangeList changes; in UpdateLoginImpl() local
141 changes.push_back(PasswordStoreChange(PasswordStoreChange::UPDATE, form)); in UpdateLoginImpl()
145 Details<PasswordStoreChangeList>(&changes)); in UpdateLoginImpl()
151 PasswordStoreChangeList changes; in RemoveLoginImpl() local
152 changes.push_back(PasswordStoreChange(PasswordStoreChange::REMOVE, form)); in RemoveLoginImpl()
156 Details<PasswordStoreChangeList>(&changes)); in RemoveLoginImpl()
165 PasswordStoreChangeList changes; in RemoveLoginsCreatedBetweenImpl() local
[all …]
/external/chromium/third_party/libevent/
Dkqueue.c72 struct kevent *changes; member
124 kqueueop->changes = malloc(NEVENT * sizeof(struct kevent)); in kq_init()
125 if (kqueueop->changes == NULL) { in kq_init()
131 free (kqueueop->changes); in kq_init()
143 kqueueop->changes[0].ident = -1; in kq_init()
144 kqueueop->changes[0].filter = EVFILT_READ; in kq_init()
145 kqueueop->changes[0].flags = EV_ADD; in kq_init()
152 kqueueop->changes, 1, kqueueop->events, NEVENT, NULL) != 1 || in kq_init()
156 free(kqueueop->changes); in kq_init()
177 newchange = realloc(kqop->changes, in kq_insert()
[all …]
Ddevpoll.c68 struct pollfd *changes; member
97 if (pwrite(devpollop->dpfd, devpollop->changes, in devpoll_commit()
118 pfd = &devpollop->changes[devpollop->nchanges++]; in devpoll_queue()
171 devpollop->changes = calloc(nfiles, sizeof(struct pollfd)); in devpoll_init()
172 if (devpollop->changes == NULL) { in devpoll_init()
410 if (devpollop->changes) in devpoll_dealloc()
411 free(devpollop->changes); in devpoll_dealloc()
/external/chromium/chrome/browser/sync/glue/
Dpassword_change_processor.cc67 PasswordStoreChangeList* changes = in Observe() local
69 for (PasswordStoreChangeList::iterator change = changes->begin(); in Observe()
70 change != changes->end(); ++change) { in Observe()
128 const sync_api::SyncManager::ChangeRecord* changes, in ApplyChangesFromSyncModel() argument
146 changes[i].action) { in ApplyChangesFromSyncModel()
147 DCHECK(changes[i].specifics.HasExtension(sync_pb::password)) in ApplyChangesFromSyncModel()
149 DCHECK(changes[i].extra.get()); in ApplyChangesFromSyncModel()
151 changes[i].extra.get(); in ApplyChangesFromSyncModel()
156 model_associator_->Disassociate(changes[i].id); in ApplyChangesFromSyncModel()
161 if (!sync_node.InitByIdLookup(changes[i].id)) { in ApplyChangesFromSyncModel()
[all …]
Dautofill_change_processor.cc81 AutofillChangeList* changes = Details<AutofillChangeList>(details).ptr(); in Observe() local
82 ObserveAutofillEntriesChanged(changes, &trans, autofill_root); in Observe()
92 AutofillChangeList* changes, sync_api::WriteTransaction* trans, in ObserveAutofillEntriesChanged() argument
94 for (AutofillChangeList::iterator change = changes->begin(); in ObserveAutofillEntriesChanged()
95 change != changes->end(); ++change) { in ObserveAutofillEntriesChanged()
194 const sync_api::SyncManager::ChangeRecord* changes, in ApplyChangesFromSyncModel() argument
211 sync_api::SyncManager::ChangeRecord::Action action(changes[i].action); in ApplyChangesFromSyncModel()
213 DCHECK(changes[i].specifics.HasExtension(sync_pb::autofill)) in ApplyChangesFromSyncModel()
216 changes[i].specifics.GetExtension(sync_pb::autofill); in ApplyChangesFromSyncModel()
219 autofill_changes_.push_back(AutofillChangeRecord(changes[i].action, in ApplyChangesFromSyncModel()
[all …]
Dautofill_profile_change_processor.cc61 const sync_api::SyncManager::ChangeRecord* changes, in ApplyChangesFromSyncModel() argument
75 changes[i].action) { in ApplyChangesFromSyncModel()
76 DCHECK(changes[i].specifics.HasExtension( in ApplyChangesFromSyncModel()
80 changes[i].specifics.GetExtension(sync_pb::autofill_profile); in ApplyChangesFromSyncModel()
82 autofill_changes_.push_back(AutofillProfileChangeRecord(changes[i].action, in ApplyChangesFromSyncModel()
83 changes[i].id, in ApplyChangesFromSyncModel()
90 if (!sync_node.InitByIdLookup(changes[i].id)) { in ApplyChangesFromSyncModel()
91 LOG(ERROR) << "Could not find the id in sync db " << changes[i].id; in ApplyChangesFromSyncModel()
98 autofill_changes_.push_back(AutofillProfileChangeRecord(changes[i].action, in ApplyChangesFromSyncModel()
99 changes[i].id, in ApplyChangesFromSyncModel()
Dpreference_change_processor.cc110 const sync_api::SyncManager::ChangeRecord* changes, in ApplyChangesFromSyncModel() argument
124 changes[i].action) { in ApplyChangesFromSyncModel()
130 if (!node.InitByIdLookup(changes[i].id)) { in ApplyChangesFromSyncModel()
160 changes[i].action) { in ApplyChangesFromSyncModel()
167 changes[i].action) { in ApplyChangesFromSyncModel()
170 model_associator_->Associate(preference, changes[i].id); in ApplyChangesFromSyncModel()
/external/chromium/net/tools/testserver/
Dchromiumsync_test.py130 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/libphonenumber/java/
Drelease_notes.txt2 * Code changes:
5 * Metadata changes:
12 * Metadata changes:
18 * Metadata changes:
24 * Code changes:
33 * Metadata changes:
39 * Metadata changes:
43 * Metadata changes:
54 * Code changes:
58 * Code changes:
[all …]
/external/clang/utils/
Dtoken-delta.py15 def test(self, changes): argument
20 def getTestResult(self, changes): argument
24 changeset = frozenset(changes)
27 elif not self.test(changes):
33 def run(self, changes, force=False): argument
39 if not self.getTestResult(changes):
46 return self.delta(changes, self.split(changes))
148 def writeFiles(self, changes, fileNames): argument
151 for i,j in changes:
162 def test(self, changes): argument
[all …]
/external/libsepol/src/
Dgenbools.c75 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)
/external/wpa_supplicant_8/wpa_supplicant/
Dbss.c423 u32 changes = 0; in wpa_bss_compare_res() local
427 changes |= WPA_BSS_FREQ_CHANGED_FLAG; in wpa_bss_compare_res()
430 changes |= WPA_BSS_SIGNAL_CHANGED_FLAG; in wpa_bss_compare_res()
433 changes |= WPA_BSS_PRIVACY_CHANGED_FLAG; in wpa_bss_compare_res()
436 changes |= WPA_BSS_MODE_CHANGED_FLAG; in wpa_bss_compare_res()
440 return changes; in wpa_bss_compare_res()
441 changes |= WPA_BSS_IES_CHANGED_FLAG; in wpa_bss_compare_res()
444 changes |= WPA_BSS_WPAIE_CHANGED_FLAG; in wpa_bss_compare_res()
447 changes |= WPA_BSS_RSNIE_CHANGED_FLAG; in wpa_bss_compare_res()
450 changes |= WPA_BSS_WPS_CHANGED_FLAG; in wpa_bss_compare_res()
[all …]
/external/chromium/chrome/browser/webdata/
Dautofill_table_unittest.cc139 AutofillChangeList changes; in TEST_F() local
147 &changes)); in TEST_F()
157 &changes)); in TEST_F()
167 &changes)); in TEST_F()
177 &changes)); in TEST_F()
252 changes.clear(); in TEST_F()
254 t1, Time(), &changes)); in TEST_F()
270 EXPECT_EQ(arraysize(expected_changes), changes.size()); in TEST_F()
272 EXPECT_EQ(expected_changes[i], changes[i]); in TEST_F()
298 &changes)); in TEST_F()
[all …]
Dautofill_table.h123 std::vector<AutofillChange>* changes);
129 std::vector<AutofillChange>* changes);
147 std::vector<AutofillChange>* changes);
303 std::vector<AutofillChange>* changes,
306 std::vector<AutofillChange>* changes,
/external/chromium/chrome/browser/sync/
Djs_sync_manager_observer_unittest.cc218 sync_api::SyncManager::ChangeRecord changes[syncable::MODEL_TYPE_COUNT]; in TEST_F() local
221 changes[i].id = in TEST_F()
225 changes[i].action = in TEST_F()
229 changes[i].action = in TEST_F()
233 changes[i].action = in TEST_F()
240 EXPECT_TRUE(node.InitByIdLookup(changes[i].id)); in TEST_F()
241 changes[i].specifics = node.GetEntry()->Get(syncable::SPECIFICS); in TEST_F()
260 expected_changes->Append(changes[j].ToValue(&trans)); in TEST_F()
272 &trans, &changes[i], in TEST_F()
/external/chromium/base/third_party/dmg_fp/
DREADME.chromium7 List of changes made to original code:
13 - made some minor changes to allow clean compilation under g++ -Wall, see
15 - made some minor changes to build on 64-bit, see gcc_64_bit.patch.
16 - made minor changes for -Wextra for Mac build, see mac_wextra.patch
/external/harfbuzz_ng/
DNEWS1 Overview of changes leading to 0.9.14
15 Overview of changes leading to 0.9.13
33 API changes:
44 Overview of changes leading to 0.9.12
51 Overview of changes leading to 0.9.11
61 API changes:
65 Overview of changes leading to 0.9.10
89 Overview of changes leading to 0.9.9
97 Overview of changes leading to 0.9.8
113 Overview of changes leading to 0.9.7
[all …]
/external/clang/test/SemaOpenCL/
Daddress-spaces.cl10 …ip = gip; // expected-error {{assigning '__global int *' to 'int *' changes address space of point…
11 …ip = &li; // expected-error {{assigning '__local int *' to 'int *' changes address space of pointe…
12 …ip = &ci; // expected-error {{assigning '__constant int *' to 'int *' changes address space of poi…
/external/llvm/docs/
DMakefile.sphinx17 …glehtml pickle json htmlhelp qthelp devhelp epub latex latexpdf text man changes linkcheck doctest…
141 changes:
142 $(SPHINXBUILD) -b changes $(ALLSPHINXOPTS) $(BUILDDIR)/changes
/external/clang/docs/analyzer/
DMakefile17 …glehtml pickle json htmlhelp qthelp devhelp epub latex latexpdf text man changes linkcheck doctest…
141 changes: target
142 $(SPHINXBUILD) -b changes $(ALLSPHINXOPTS) $(BUILDDIR)/changes
/external/libusb-compat/
DNEWS1 This file lists notable changes in each release. For the full history of all
2 changes, see ChangeLog.
15 * Documentation changes only
/external/clang/docs/
DMakefile.sphinx17 …glehtml pickle json htmlhelp qthelp devhelp epub latex latexpdf text man changes linkcheck doctest…
149 changes:
150 $(SPHINXBUILD) -b changes $(ALLSPHINXOPTS) $(BUILDDIR)/changes
/external/chromium/base/
Dprocess_util_unittest.cc541 base::environment_vector changes; in TEST_F() local
544 e = base::AlterEnvironment(changes, empty); in TEST_F()
548 changes.push_back(std::make_pair(std::string("A"), std::string("1"))); in TEST_F()
549 e = base::AlterEnvironment(changes, empty); in TEST_F()
554 changes.clear(); in TEST_F()
555 changes.push_back(std::make_pair(std::string("A"), std::string(""))); in TEST_F()
556 e = base::AlterEnvironment(changes, empty); in TEST_F()
560 changes.clear(); in TEST_F()
561 e = base::AlterEnvironment(changes, a2); in TEST_F()
566 changes.clear(); in TEST_F()
[all …]

12345678910>>...32