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

1 2 3 4 5 6 7 8 91011>>

  /external/valgrind/main/none/tests/x86/
pushpopseg.stdout.exp 1 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/
auth2-passwd.c 54 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/
autofill_change.cc 30 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;
autofill_change.h 43 bool operator==(const AutofillChange& change) const {
44 return type() == change.type() && key() == change.key();
48 // Change notification details for Autofill profile changes.
51 // The |type| input specifies the change type. The |key| input is the key,
62 bool operator==(const AutofillProfileChange& change) const;
69 // Change notification details for Autofill credit card changes.
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/
ShadowRoot.cpp 43 void ShadowRoot::recalcStyle(StyleChange change)
46 n->recalcStyle(change);
  /cts/tools/dasm/src/java_cup/
non_terminal.java 121 boolean change = true;
126 /* repeat this process until there is no change */
127 while (change)
129 /* look for a new change */
130 change = false;
143 change = true;
164 boolean change = true;
171 /* repeat this process until we have no change */
172 while (change)
174 /* look for a new change */
    [all...]
lalr_item.java 116 boolean change = false;
126 change = lookahead().add(incoming);
130 if (change || needs_propagation)
159 /* change in our lookahead needs to be propagated to this item */
  /external/srec/config/en.us/
run-chmod.sh 5 chmod 777 ./run-change-sample-rate2.sh
  /external/iproute2/testsuite/tests/
dsmark.t 17 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/
theme_change_processor.cc 66 // 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)) {
autofill_change_processor.cc 94 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->key().name(), change->key().value())
    [all...]
autofill_profile_change_processor.cc 121 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->profile()), &node)
    [all...]
extension_change_processor.cc 104 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);
password_change_processor.cc 69 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);
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/refactorings/core/
RefactoringTestBase.java 35 import org.eclipse.ltk.core.refactoring.Change;
84 Change change = refactoring.createChange(new NullProgressMonitor()); local
85 assertNotNull(change);
86 String explanation = "CHANGES:\n-------\n" + describe(change);
120 public static String describe(Change change) throws Exception {
122 describe(sb, change, 0);
135 protected static void describe(StringBuilder sb, Change change, int indent) throws Exception
    [all...]
  /external/webkit/Source/WebCore/wml/
WMLFormControlElement.cpp 76 void WMLFormControlElement::recalcStyle(StyleChange change)
78 WMLElement::recalcStyle(change);
  /external/iproute2/examples/diffserv/
Edge1 9 #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 \
Edge31-cb-chains 11 #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 \
  /external/skia/tools/
roll_autogen.sh 22 echo "#!/bin/sh" > pre-revprop-change
23 chmod 755 pre-revprop-change
  /external/iproute2/tc/
q_cbq.c 34 fprintf(stderr, " [ split CLASSID ] [ defmap MASK/CHANGE ]\n");
163 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
    [all...]
  /external/webkit/Source/WebCore/rendering/svg/
RenderSVGShadowTreeRootContainer.cpp 45 void RenderSVGShadowTreeRootContainer::updateStyle(Node::StyleChange change)
48 m_shadowRoot->recalcStyle(change);
  /system/bluetooth/data/
blacklist.conf 1 // Do NOT change this file format without updating the parsing logic in
  /external/chromium/base/
file_util.h 592 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_dacl, &new_dacl) != ERROR_SUCCESS)
    [all...]
  /bionic/libc/kernel/common/linux/
backing-dev.h 14 *** Any manual change here will be lost the next time this script will
54 #error please change backing_dev_info::capabilities flags
  /development/ndk/platforms/android-3/include/linux/
backing-dev.h 46 #error please change backing_dev_info::capabilities flags

Completed in 609 milliseconds

1 2 3 4 5 6 7 8 91011>>