HomeSort by relevance Sort by last modified time
    Searched full:changed (Results 226 - 250 of 11231) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/kernel-headers/original/linux/
seqlock.h 93 * If sequence value changed
94 * then writer changed data while in section
128 * Equivalent to: iv is odd or sequence number has changed.
  /external/llvm/lib/CodeGen/
ExpandISelPseudos.cpp 54 bool Changed = false;
67 Changed = true;
81 return Changed;
  /external/llvm/lib/Transforms/Scalar/
ConstantProp.cpp 64 bool Changed = false;
86 Changed = true;
90 return Changed;
  /external/llvm/lib/Transforms/Utils/
Mem2Reg.cpp 62 bool Changed = false;
80 Changed = true;
83 return Changed;
  /external/qemu/distrib/sdl-1.2.12/src/video/dc/
SDL_dcevents.c 71 int buttons,changed; local
82 changed = buttons^prev_buttons;
84 if (changed & sdl_mousebtn[i]) {
  /external/qemu/
iolooper-select.c 66 int changed = oldflags ^ newflags; local
68 if ((changed & IOLOOPER_READ) != 0) {
74 if ((changed & IOLOOPER_WRITE) != 0) {
  /external/tcpdump/
slcompress.h 30 * numbers have changed (bottom 5 bits). The next octet is a
36 * the receiver implicitly knows what changed -- see below).
75 #define NEW_C 0x40 /* flag bits for what changed in a packet */
  /external/webkit/LayoutTests/dom/html/level1/core/
hc_elementchangeattributevalue.js 67 // the page status is changed which allows the
80 its value should be changed to the new one that is in
87 element, then its value should be changed to the new one
  /external/webkit/LayoutTests/dom/xhtml/level1/core/
hc_elementchangeattributevalue.js 67 // the page status is changed which allows the
80 its value should be changed to the new one that is in
87 element, then its value should be changed to the new one
  /external/webkit/Tools/Scripts/webkitperl/VCSUtils_unittest/
fixChangeLogPatchThenSetChangeLogDateAndReviewer.pl 48 + Changed some more code on 2010-05-08.
56 Changed some code on 2010-05-08.
66 + Changed some more code on 2010-05-08.
  /frameworks/base/core/java/android/net/
LinkSocketNotifier.java 77 * capabilities of the LinkSocket (e.g. upstream bandwidth) have changed.
78 * @param socket the linkSocet for which capabilities have changed
80 * is interested in and have changed (with new values)
  /frameworks/base/core/java/android/widget/
SeekBar.java 38 * changed. This includes changes that were initiated by the user through a
45 * Notification that the progress level has changed. Clients can use the fromUser parameter
48 * @param seekBar The SeekBar whose progress has changed
  /frameworks/base/libs/rs/
rsAnimation.cpp 96 bool changed = false;
105 changed = true;
108 if (!changed) break;
  /frameworks/base/location/java/android/location/
CountryDetector.java 57 * looper once the country changed and detected.
115 * or changed.
117 * @param listener will be called when the country is detected or changed.
  /libcore/luni/src/test/java/tests/security/spec/
PKCS8EncodedKeySpecTest.java 88 * can not be changed by modifying initial
106 // byte value has not been changed
132 // byte value has not been changed
X509EncodedKeySpecTest.java 89 * can not be changed by modifying initial
107 // byte value has not been changed
133 // byte value has not been changed
  /packages/apps/Gallery2/src/com/android/gallery3d/photoeditor/
ActionBar.java 41 protected void onLayout(boolean changed, int l, int t, int r, int b) {
42 super.onLayout(changed, l, t, r, b);
65 * Save/share button may need being switched when undo/save enabled status is changed/restored.
  /packages/apps/MusicFX/src/com/android/musicfx/seekbar/
SeekBar.java 38 * changed. This includes changes that were initiated by the user through a
45 * Notification that the progress level has changed. Clients can use the fromUser parameter
48 * @param seekBar The SeekBar whose progress has changed
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/compat/
InputMethodServiceCompatWrapper.java 34 // For the API level 10 or previous, we handle the "subtype changed" events by ourselves
70 // handle the event the current subtype was changed. LatinIME calls
73 // This call is required to let LatinIME itself know a subtype changed
  /sdk/ddms/app/src/com/android/ddms/
PrefsDialog.java 131 * file. However, PreferencesStore.load() doesn't trigger the "changed"
137 * the second part later on for the "changed" events.
246 String changed = event.getProperty(); local
249 if (changed.equals(PREFS_DEBUG_PORT_BASE)) {
251 } else if (changed.equals(PREFS_SELECTED_DEBUG_PORT)) {
253 } else if (changed.equals(PREFS_LOG_LEVEL)) {
255 } else if (changed.equals("textSaveDir")) {
258 } else if (changed.equals("imageSaveDir")) {
261 } else if (changed.equals(PREFS_TIMEOUT)) {
263 } else if (changed.equals(PREFS_PROFILER_BUFFER_SIZE_MB))
    [all...]
  /sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/repository/
ISettingsPage.java 71 * settings have changed.
76 * Callback used to notify the application that settings have changed and need to be
81 * Invoked by the settings page when settings have changed and need to be
  /system/core/sh/
jobs.h 48 #define SHOW_CHANGED 0x08 /* only jobs whose state has changed */
78 char changed; /* true if status has changed */ member in struct:job
  /dalvik/vm/analysis/
CodeVerify.h 233 * Changed?
238 INLINE void dvmInsnSetChanged(InsnFlags* insnFlags, int addr, bool changed)
240 if (changed)
252 INLINE void dvmInsnSetVisited(InsnFlags* insnFlags, int addr, bool changed)
254 if (changed)
261 * Visited or changed?
  /external/icu4c/common/
uvectr32.cpp 134 UBool changed = FALSE; local
139 changed = TRUE;
142 return changed;
146 UBool changed = FALSE; local
151 changed = TRUE;
154 return changed;
  /external/mesa3d/src/pixelflinger2/
pixelflinger2.cpp 149 bool changed = false; local
152 changed |= ctx->state.blendState.enable ^ enable;
156 changed |= ctx->cullState.enable ^ enable;
160 changed |= ctx->state.bufferState.depthTest ^ enable;
164 changed |= ctx->state.bufferState.stencilTest ^ enable;
182 if (changed)

Completed in 2250 milliseconds

1 2 3 4 5 6 7 8 91011>>