HomeSort by relevance Sort by last modified time
    Searched refs:change (Results 1 - 25 of 326) 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/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 \
  /sdk/traceview/src/com/android/traceview/
SelectionController.java 26 public void change(ArrayList<Selection> selections, Object arg) { method in class:SelectionController
  /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);
  /external/webkit/Source/WebCore/wml/
WMLFormControlElement.cpp 76 void WMLFormControlElement::recalcStyle(StyleChange change)
78 WMLElement::recalcStyle(change);
  /system/core/rootdir/etc/
dbus.conf 5 <!-- Our well-known bus type, do not change this -->
  /external/bluetooth/glib/glib/
goption.c 67 } Change;
92 /* We keep a list of change so we can revert them */
939 static Change *
945 Change *change = NULL; local
949 change = list->data;
951 if (change->arg_data == arg_data)
955 change = g_new0 (Change, 1);
956 change->arg_type = arg_type
989 Change *change; local
1444 Change *change = list->data; local
    [all...]
  /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/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);
  /frameworks/base/services/camera/tests/CameraServiceTest/
Android.mk 24 # Disable it because the ISurface interface may change, and before we have a
  /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...]
  /external/bluetooth/glib/gio/
gfilemonitor.c 37 static void file_change_free (FileChange *change);
77 /* Rate limiting change events */
322 * consecutive change events to the same file.
348 file_change_free (FileChange *change)
350 g_object_unref (change->child);
351 if (change->other_file)
352 g_object_unref (change->other_file);
354 g_slice_free (FileChange, change);
370 FileChange *change = iter->data; local
372 change->child, change->other_file, change->event_type)
388 FileChange *change; local
    [all...]

Completed in 717 milliseconds

1 2 3 4 5 6 7 8 91011>>