Searched refs:change (Results 26 - 50 of 145) sorted by relevance

123456

/external/iproute2/examples/diffserv/
H A DEdge32-ca-u3212 #change to reflect yours.
152 # values of the DSCP to change depending on the class
157 $TC class change $EGDEV classid 1:1 dsmark mask 0x3 \
160 $TC class change $EGDEV classid 1:2 dsmark mask 0x3 \
163 $TC class change $EGDEV classid 1:3 dsmark mask 0x3 \
166 $TC class change $EGDEV classid 1:3 dsmark mask 0x3 \
/external/webkit/Source/WebCore/wml/
H A DWMLDoElement.cpp168 void WMLDoElement::recalcStyle(StyleChange change) argument
170 WMLElement::recalcStyle(change);
/external/jdiff/src/jdiff/
H A DDiffMyers.java7 is a list of <code>change</code> objects which form an
18 inputs. Our results are actually better (smaller change list, smaller
359 private change build_reverse_script() {
360 change script = null;
380 /* Record this change. */
381 script = new change(line0, line1, i0 - line0, i1 - line1, script);
394 private change build_script() {
395 change script = null;
414 /* Record this change. */
415 script = new change(i
478 public static class change { class in class:DiffMyers
497 change(int line0, int line1, int deleted, int inserted, change old) { method in class:DiffMyers.change
[all...]
H A DDiff.java19 * change.
49 DiffMyers.change script = diff.diff_2(false);
118 static DiffMyers.change mergeDiffs(String[] oldDocWords, String[] newDocWords,
119 DiffMyers.change script) {
121 return script; // Only one change
122 DiffMyers.change hunk = script;
123 DiffMyers.change lasthunk = null; // Set to the last potential hunk
142 // Merge this change into the last change
164 DiffMyers.change scrip
[all...]
/external/chromium/chrome/browser/sync/glue/
H A Dsession_change_processor.cc171 const sync_api::SyncManager::ChangeRecord& change = changes[i]; local
172 sync_api::SyncManager::ChangeRecord::Action action(change.action);
177 if (!node.InitByIdLookup(change.id)) {
191 if (!sync_node.InitByIdLookup(change.id)) {
206 // We should only ever receive a change to our own machine's session info
H A Dautofill_change_processor.h46 // WebDataService -> sync_api model change application.
51 // sync_api model -> WebDataService change application.
84 void ObserveAutofillProfileChanged(AutofillProfileChange* change,
100 // Delete is a special case of change application.
H A Dautofill_profile_change_processor.h78 void ActOnChange(AutofillProfileChange* change,
86 // TODO(lipalani) - generalize this and add it to other change processors.
/external/kernel-headers/original/linux/
H A Dbacking-dev.h58 #error please change backing_dev_info::capabilities flags
/external/opencv/cvaux/src/
H A Dcvlevmar.cpp147 double change; local
151 change = 1;
211 /* Compute relative change of required parameter vectorX. change = norm(curr-prev) / norm(curr) ) */
212 change = cvNorm(vectX, vectNewX, CV_RELATIVE_L2);
226 } while ( change > epsilon && currIter < maxIter );
/external/chromium/base/files/
H A Dfile_path_watcher_browsertest.cc324 VLOG(1) << "Waiting for file change";
552 EXPLICIT_ACCESS change;
553 change.grfAccessPermissions = mode;
554 change.grfAccessMode = allow ? GRANT_ACCESS : DENY_ACCESS;
555 change.grfInheritance = 0;
556 change.Trustee.pMultipleTrustee = NULL;
557 change.Trustee.MultipleTrusteeOperation = NO_MULTIPLE_TRUSTEE;
558 change.Trustee.TrusteeForm = TRUSTEE_IS_NAME;
559 change.Trustee.TrusteeType = TRUSTEE_IS_USER;
560 change
[all...]
/external/chromium/chrome/browser/webdata/
H A Dweb_data_service.cc1024 AutofillProfileChange change(AutofillProfileChange::ADD,
1029 Details<AutofillProfileChange>(&change));
1058 AutofillProfileChange change(AutofillProfileChange::UPDATE,
1063 Details<AutofillProfileChange>(&change));
1088 AutofillProfileChange change(AutofillProfileChange::REMOVE, guid, NULL);
1092 Details<AutofillProfileChange>(&change));
1124 AutofillProfileChange change(AutofillProfileChange::REMOVE,
1129 Details<AutofillProfileChange>(&change));
1140 AutofillProfileChange change(AutofillProfileChange::UPDATE,
1145 Details<AutofillProfileChange>(&change));
[all...]
/external/dropbear/debian/
H A Ddropbear.postinst31 Dropbear will not start by default. Edit this file to change this behaviour.
36 # change to NO_START=0 to enable Dropbear
/external/icu4c/samples/ufortune/
H A Dfortunedefs.mk5 # you can change this to:
/external/iproute2/testsuite/tests/
H A Dcls-testbed.t45 class change dev $DEV parent 20:0 classid 20:12 \
/external/stlport/test/eh/
H A Dbcb.mak13 # It is recommended to use the IDE to change any of the values in this
/external/chromium/chrome/browser/ui/cocoa/tabs/
H A Dtab_strip_model_observer_bridge.h76 changeType:(TabStripModelObserver::TabChangeType)change;
/external/qemu/distrib/sdl-1.2.12/src/joystick/win32/
H A DSDL_mmjoystick.c282 int value, change; local
308 change = (value - joystick->axes[i]);
309 if ( (change < -JOY_AXIS_THRESHOLD) || (change > JOY_AXIS_THRESHOLD) ) {
/external/webkit/Source/WebKit/android/nav/
H A DCachedHistory.cpp95 bool change = newAxis != lastAxis; local
96 mDirectionChange = change && mLastMove != CachedFrame::UNINITIALIZED;
107 if (change) { // uninitialized or change in direction
/external/webkit/Source/WebCore/platform/graphics/
H A DPath.cpp73 FloatSize change = traversalState.m_current - traversalState.m_previous; local
74 float slope = atan2f(change.height(), change.width());
/external/dbus/dbus/
H A Ddbus-message-factory.c931 v_BYTE += byte_seq; /* arbitrary but deterministic change to the byte */
1108 const UIntChange *change; local
1111 /* Outer loop is each body, next loop is each change,
1112 * inner loop is each change location
1135 /* Reset change count */
1174 change = &uint32_changes[change_seq];
1176 if (change->type == CHANGE_TYPE_ADJUST)
1178 v_UINT32 += (int) change->value;
1182 v_UINT32 = change->value;
1186 printf ("body %d change
[all...]
/external/v8/benchmarks/
H A Ddeltablue.js290 * change their output during plan execution. This is called "stay
309 * wishes to change.
828 * time is measured to change a variable on either side of the
829 * mapping and to change the scale and offset factors.
846 change(src, 17);
848 change(dst, 1050);
850 change(scale, 5);
855 change(offset, 2000);
862 function change(v, newValue) {
/external/webkit/PerformanceTests/SunSpider/tests/v8-v4/
H A Dv8-deltablue.js284 * change their output during plan execution. This is called "stay
303 * wishes to change.
822 * time is measured to change a variable on either side of the
823 * mapping and to change the scale and offset factors.
840 change(src, 17);
842 change(dst, 1050);
844 change(scale, 5);
849 change(offset, 2000);
856 function change(v, newValue) {
/external/webkit/PerformanceTests/SunSpider/tests/v8-v5/
H A Dv8-deltablue.js284 * change their output during plan execution. This is called "stay
303 * wishes to change.
822 * time is measured to change a variable on either side of the
823 * mapping and to change the scale and offset factors.
840 change(src, 17);
842 change(dst, 1050);
844 change(scale, 5);
849 change(offset, 2000);
856 function change(v, newValue) {
/external/webkit/PerformanceTests/SunSpider/tests/v8-v6/
H A Dv8-deltablue.js284 * change their output during plan execution. This is called "stay
303 * wishes to change.
822 * time is measured to change a variable on either side of the
823 * mapping and to change the scale and offset factors.
840 change(src, 17);
842 change(dst, 1050);
844 change(scale, 5);
849 change(offset, 2000);
856 function change(v, newValue) {
/external/webkit/Source/WebCore/platform/graphics/avfoundation/
H A DMediaPlayerPrivateAVFoundationObjC.mm105 -(void)observeValueForKeyPath:keyPath ofObject:(id)object change:(NSDictionary *)change context:(MediaPlayerAVFoundationObservationContext)context;
785 - (void)observeValueForKeyPath:keyPath ofObject:(id)object change:(NSDictionary *)change context:(MediaPlayerAVFoundationObservationContext)context
787 UNUSED_PARAM(change);

Completed in 1364 milliseconds

123456