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

1 2 3 4 5 6 7 8

  /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/webkit/WebCore/wml/
WMLFormControlElement.cpp 71 void WMLFormControlElement::recalcStyle(StyleChange change)
73 WMLElement::recalcStyle(change);
  /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/webkit/WebCore/inspector/
InspectorResource.h 129 inline bool hasChange(ChangeType change)
131 return m_change & change || (m_change == NoChange && change == NoChange);
133 inline void set(ChangeType change)
135 m_change = static_cast<ChangeType>(static_cast<unsigned>(m_change) | static_cast<unsigned>(change));
137 inline void clear(ChangeType change)
139 m_change = static_cast<ChangeType>(static_cast<unsigned>(m_change) & ~static_cast<unsigned>(change));
  /system/core/rootdir/etc/
dbus.conf 5 <!-- Our well-known bus type, do not change this -->
  /packages/apps/Calendar/src/com/android/calendar/
SelectCalendarsAdapter.java 54 // The drawables used for the button to change the visible and sync states on a calendar
174 * state for the associated calendar and saves a change of state to a hashmap. It also compares
183 Boolean[] change; local
186 change = mCalendarChanges.get(id);
188 change = new Boolean[CHANGES_SIZE];
189 change[SELECTED_INDEX] = initialState[SELECTED_INDEX];
190 change[SYNCED_INDEX] = initialState[SYNCED_INDEX];
191 mCalendarChanges.put(id, change);
194 if (change[SELECTED_INDEX]) {
195 change[SELECTED_INDEX] = false
266 Boolean[] change = mCalendarChanges.get(id); local
    [all...]
  /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");
164 lss.change = TCF_CBQ_LSS_MAXIDLE|TCF_CBQ_LSS_EWMA|TCF_CBQ_LSS_AVPKT;
225 lss.change |= TCF_CBQ_LSS_MINIDLE;
232 lss.change |= TCF_CBQ_LSS_OFFTIME;
239 lss.change |= TCF_CBQ_LSS_MAXIDLE;
242 lss.change |= TCF_CBQ_LSS_FLAGS;
245 lss.change |= TCF_CBQ_LSS_FLAGS;
248 lss.change |= TCF_CBQ_LSS_FLAGS;
251 lss.change |= TCF_CBQ_LSS_FLAGS;
262 lss.change |= TCF_CBQ_LSS_EWMA
    [all...]
  /external/webkit/WebCore/rendering/
RenderSVGShadowTreeRootContainer.cpp 43 void RenderSVGShadowTreeRootContainer::updateStyle(Node::StyleChange change)
46 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/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...]
  /frameworks/base/services/java/com/android/server/
RecognitionManagerService.java 54 int change = isPackageDisappearing(comp.getPackageName()); local
55 if (change == PACKAGE_PERMANENT_CHANGE
56 || change == PACKAGE_TEMPORARY_CHANGE) {
  /bionic/libc/kernel/common/linux/
backing-dev.h 46 #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
  /external/qemu/distrib/sdl-1.2.12/src/joystick/beos/
SDL_bejoystick.cc 162 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/WebCore/html/
HTMLNoScriptElement.cpp 60 void HTMLNoScriptElement::recalcStyle(StyleChange change)
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/linux/
backing-dev.h 46 #error please change backing_dev_info::capabilities flags
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/linux/
backing-dev.h 46 #error please change backing_dev_info::capabilities flags
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/linux/
backing-dev.h 46 #error please change backing_dev_info::capabilities flags

Completed in 385 milliseconds

1 2 3 4 5 6 7 8