Searched refs:change (Results 1 - 25 of 183) sorted by relevance

12345678

/external/valgrind/main/none/tests/x86/
H A Dpushpopseg.stdout.exp1 sp change after push = -2
2 sp change after pop = 2
4 sp change after push = -4
5 sp change after pop = 4
/external/openssh/
H A Dauth2-passwd.c54 int change; local
57 change = packet_get_char();
59 if (change) {
67 if (change)
68 logit("password change not supported");
/external/chromium/chrome/browser/webdata/
H A Dautofill_change.cc30 const AutofillProfileChange& change) const {
31 return type() == change.type() &&
32 key() == change.key() &&
33 (type() != REMOVE) ? *profile() == *change.profile() : true;
48 const AutofillCreditCardChange& change) const {
49 return type() == change.type() &&
50 key() == change.key() &&
51 (type() != REMOVE) ? *credit_card() == *change.credit_card() : true;
H A Dautofill_change.h43 bool operator==(const AutofillChange& change) const {
44 return type() == change.type() && key() == change.key();
51 // The |type| input specifies the change type. The |key| input is the key,
62 bool operator==(const AutofillProfileChange& change) const;
72 // The |type| input specifies the change type. The |key| input is the key,
83 bool operator==(const AutofillCreditCardChange& change) const;
/external/webkit/Source/WebCore/dom/
H A DShadowRoot.cpp43 void ShadowRoot::recalcStyle(StyleChange change) argument
46 n->recalcStyle(change);
/external/srec/config/en.us/
H A Drun-chmod.sh5 chmod 777 ./run-change-sample-rate2.sh
/external/iproute2/testsuite/tests/
H A Ddsmark.t17 class change dev $DEV parent 10:0 classid 10:12 \
21 class change dev $DEV parent 10:0 classid 10:13 \
/external/chromium/chrome/browser/sync/glue/
H A Dtheme_change_processor.cc66 // TODO(akalin): Normally, we should only have a single change and
81 const sync_api::SyncManager::ChangeRecord& change = local
83 if (change.action != sync_api::SyncManager::ChangeRecord::ACTION_UPDATE &&
84 change.action != sync_api::SyncManager::ChangeRecord::ACTION_DELETE) {
85 std::string err = "strange theme change.action " + change.action;
92 if (change.action != sync_api::SyncManager::ChangeRecord::ACTION_DELETE) {
94 if (!node.InitByIdLookup(change.id)) {
H A Dautofill_change_processor.cc94 for (AutofillChangeList::iterator change = changes->begin();
95 change != changes->end(); ++change) {
96 switch (change->type()) {
101 AutofillModelAssociator::KeyToTag(change->key().name(),
102 change->key().value());
112 change->key().name(),
113 change->key().value(),
122 WriteAutofillEntry(AutofillEntry(change->key(), timestamps),
132 change
[all...]
H A Dautofill_profile_change_processor.cc121 AutofillProfileChange* change = Details<AutofillProfileChange>(details).ptr(); local
123 ActOnChange(change, &trans, autofill_root);
127 AutofillProfileChange* change,
130 DCHECK(change->type() == AutofillProfileChange::REMOVE || change->profile());
131 switch (change->type()) {
133 AddAutofillProfileSyncNode(trans, autofill_root, *(change->profile()));
137 int64 sync_id = model_associator_->GetSyncIdFromChromeId(change->key());
139 LOG(ERROR) << "Sync id is not found for " << change->key();
148 WriteAutofillProfile(*(change
126 ActOnChange( AutofillProfileChange* change, sync_api::WriteTransaction* trans, sync_api::ReadNode& autofill_root) argument
[all...]
H A Dextension_change_processor.cc104 const sync_api::SyncManager::ChangeRecord& change = changes[i]; local
106 switch (change.action) {
110 if (!node.InitByIdLookup(change.id)) {
112 error << "Extension node lookup failed for change " << change.id
113 << " of action type " << change.action;
123 change.specifics, &specifics)) {
126 << change.id;
143 (change.action == sync_api::SyncManager::ChangeRecord::ACTION_DELETE);
H A Dpassword_change_processor.cc69 for (PasswordStoreChangeList::iterator change = changes->begin();
70 change != changes->end(); ++change) {
71 std::string tag = PasswordModelAssociator::MakeTag(change->form());
72 switch (change->type()) {
82 PasswordModelAssociator::WriteToSyncNode(change->form(), &sync_node);
101 PasswordModelAssociator::WriteToSyncNode(change->form(), &sync_node);
/external/webkit/Source/WebCore/wml/
H A DWMLFormControlElement.cpp76 void WMLFormControlElement::recalcStyle(StyleChange change) argument
78 WMLElement::recalcStyle(change);
/external/iproute2/examples/diffserv/
H A DEdge19 #change to reflect yours.
35 # values of the DSCP to change depending on the class
38 $TC class change $EGDEV classid 1:1 dsmark mask 0x3 \
41 $TC class change $EGDEV classid 1:2 dsmark mask 0x3 \
44 $TC class change $EGDEV classid 1:3 dsmark mask 0x3 \
H A DEdge31-cb-chains11 #change to reflect yours.
85 # values of the DSCP to change depending on the class
90 $TC class change $EGDEV classid 1:1 dsmark mask 0x3 \
93 $TC class change $EGDEV classid 1:2 dsmark mask 0x3 \
96 $TC class change $EGDEV classid 1:3 dsmark mask 0x3 \
99 $TC class change $EGDEV classid 1:4 dsmark mask 0x3 \
H A DEdge31-ca-u3212 #change to reflect yours.
124 # values of the DSCP to change depending on the class
129 $TC class change $EGDEV classid 1:1 dsmark mask 0x3 \
132 $TC class change $EGDEV classid 1:2 dsmark mask 0x3 \
135 $TC class change $EGDEV classid 1:3 dsmark mask 0x3 \
138 $TC class change $EGDEV classid 1:3 dsmark mask 0x3 \
H A DEdge32-cb-chains11 #change to reflect yours.
97 # values of the DSCP to change depending on the class
102 $TC class change $EGDEV classid 1:1 dsmark mask 0x3 \
105 $TC class change $EGDEV classid 1:2 dsmark mask 0x3 \
108 $TC class change $EGDEV classid 1:3 dsmark mask 0x3 \
111 $TC class change $EGDEV classid 1:4 dsmark mask 0x3 \
H A DEdge32-cb-u3211 #change to reflect yours.
99 # values of the DSCP to change depending on the class
104 $TC class change $EGDEV classid 1:1 dsmark mask 0x3 \
107 $TC class change $EGDEV classid 1:2 dsmark mask 0x3 \
110 $TC class change $EGDEV classid 1:3 dsmark mask 0x3 \
113 $TC class change $EGDEV classid 1:3 dsmark mask 0x3 \
H A DEdge210 #change to reflect yours.
54 # values of the DSCP to change depending on the class
56 $TC class change $EGDEV classid 1:1 dsmark mask 0x3 \
58 $TC class change $EGDEV classid 1:2 dsmark mask 0x3 \
60 $TC class change $EGDEV classid 1:3 dsmark mask 0x3 \
/external/iproute2/tc/
H A Dq_cbq.c163 lss.change = TCF_CBQ_LSS_MAXIDLE|TCF_CBQ_LSS_EWMA|TCF_CBQ_LSS_AVPKT;
224 lss.change |= TCF_CBQ_LSS_MINIDLE;
231 lss.change |= TCF_CBQ_LSS_OFFTIME;
238 lss.change |= TCF_CBQ_LSS_MAXIDLE;
241 lss.change |= TCF_CBQ_LSS_FLAGS;
244 lss.change |= TCF_CBQ_LSS_FLAGS;
247 lss.change |= TCF_CBQ_LSS_FLAGS;
250 lss.change |= TCF_CBQ_LSS_FLAGS;
261 lss.change |= TCF_CBQ_LSS_EWMA;
303 lss.change |
[all...]
/external/webkit/Source/WebCore/rendering/svg/
H A DRenderSVGShadowTreeRootContainer.cpp45 void RenderSVGShadowTreeRootContainer::updateStyle(Node::StyleChange change) argument
48 m_shadowRoot->recalcStyle(change);
/external/qemu/distrib/sdl-1.2.15/src/joystick/beos/
H A DSDL_bejoystick.cc162 int i, change; local
180 change = ((int32)axes[i] - joystick->axes[i]);
181 if ( (change > JITTER) || (change < -JITTER) ) {
186 /* Generate hat change events */
/external/webkit/Source/WebCore/html/
H A DHTMLNoScriptElement.cpp57 void HTMLNoScriptElement::recalcStyle(StyleChange change) argument
/external/chromium-trace/trace-viewer/
H A DPRESUBMIT.py20 'This change affects module depenencies. You need to run'
32 src_dir = os.path.join(input_api.change.RepositoryRoot(), "src")
58 input_api.change.RepositoryRoot(),
/external/chromium/base/
H A Dfile_util.h592 EXPLICIT_ACCESS change;
593 change.grfAccessPermissions = GENERIC_READ;
594 change.grfAccessMode = DENY_ACCESS;
595 change.grfInheritance = 0;
596 change.Trustee.pMultipleTrustee = NULL;
597 change.Trustee.MultipleTrusteeOperation = NO_MULTIPLE_TRUSTEE;
598 change.Trustee.TrusteeForm = TRUSTEE_IS_NAME;
599 change.Trustee.TrusteeType = TRUSTEE_IS_USER;
600 change.Trustee.ptstrName = L"CURRENT_USER";
603 if (SetEntriesInAcl(1, &change, old_dac
[all...]

Completed in 554 milliseconds

12345678