HomeSort by relevance Sort by last modified time
    Searched refs:changed (Results 251 - 275 of 2166) sorted by null

<<11121314151617181920>>

  /external/bison/lib/
lbitset.c 1051 bool changed = false; local
1095 changed = true;
1125 changed = true;
1138 changed = true;
1151 changed = true;
1164 changed = true;
1186 changed = true;
1190 return changed;
1199 bool changed; local
1204 changed = !LBITSET_HEAD (dst)
1231 bool changed; local
    [all...]
  /external/guice/core/src/com/google/inject/
TypeLiteral.java 206 boolean changed = newOwnerType != ownerType;
212 if (!changed) {
214 changed = true;
220 return changed
  /external/proguard/src/proguard/evaluation/
Stack.java 128 boolean changed = false;
146 changed = changed || !thisValue.equals(newValue);
158 return changed;
  /external/swiftshader/third_party/LLVM/lib/VMCore/
Makefile 30 changed significantly. )
  /frameworks/base/core/tests/coretests/src/android/view/
ViewGroupAttributesTest.java 34 protected void onLayout(boolean changed, int l, int t, int r, int b) {
  /frameworks/base/libs/hwui/
FrameInfoVisualizer.cpp 221 bool changed = false; local
230 changed = true;
236 changed = true;
238 return changed;
  /frameworks/base/media/java/android/media/
AudioPlaybackConfiguration.java 342 final boolean changed = !attr.equals(mPlayerAttr);
344 return changed;
351 * @return true if the state changed, false otherwise
354 final boolean changed = (mPlayerState != event);
359 return changed;
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
ImsPhoneCall.java 310 boolean changed = false;
314 //and ringback tone mode can be changed during the call setup procedure
332 changed = true;
334 changed = true;
341 return changed;
  /frameworks/support/v17/leanback/src/android/support/v17/leanback/util/
StateMachine.java 319 boolean changed;
321 changed = false;
327 changed = true;
330 } while (changed);
  /libcore/ojluni/src/test/java/time/tck/java/time/
TCKClock_Tick.java 193 Clock changed = test.withZone(MOSCOW); local
195 assertEquals(changed.getZone(), MOSCOW);
200 Clock changed = test.withZone(PARIS); local
201 assertEquals(test, changed);
  /packages/apps/Gallery2/src/com/android/photos/data/
SQLiteContentProvider.java 245 Set<Uri> changed; local
247 changed = new HashSet<Uri>(mChangedUris);
251 for (Uri uri : changed) {
255 return changed;
  /packages/apps/Messaging/
ForceProguard.mk 17 # build. If the flag files have changed, proguard is rerun.
31 $(info *** Flag files used for proguard have changed; forcing proguard to rerun.)
  /packages/apps/MusicFX/src/com/android/musicfx/
SeekBarRotator.java 68 protected void onLayout(boolean changed, int l, int t, int r, int b) {
  /packages/apps/PackageInstaller/src/com/android/packageinstaller/permission/ui/
ManualLayoutFrame.java 63 protected void onLayout(boolean changed, int left, int top, int right, int bottom) {
  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
MiniDrawerView.java 189 protected void onLayout(boolean changed, int l, int t, int r, int b) {
208 super.onLayout(changed, l, t, r, b);
216 super.onLayout(changed, l, t, r, b);
238 super.onLayout(changed, l, t, r, b);
  /packages/services/Car/libvehiclenetwork/libvehiclenetwork-audio-helper/src/
VehicleNetworkAudioHelper.cpp 206 bool changed = false; local
216 changed = true;
221 if (changed) {
225 if (listener.get() != NULL && changed) {
  /prebuilts/gdb/darwin-x86/lib/python2.7/lib2to3/fixes/
fix_isinstance.py 52 node.changed()
  /prebuilts/gdb/linux-x86/lib/python2.7/lib2to3/fixes/
fix_isinstance.py 52 node.changed()
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/fixes/
fix_isinstance.py 52 node.changed()
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/fixes/
fix_isinstance.py 52 node.changed()
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/configuration/
ConfigurationClient.java 34 * The configuration is about to be changed.
36 * @param flags details about what changed; consult the {@code CFG_} flags
44 * The configuration has changed. If the client returns false, it means that
51 * @param flags details about what changed; consult the {@code CFG_} flags
56 boolean changed(int flags); method in interface:ConfigurationClient
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/faqwiz/
faqconf.py 39 MARK_VERY_RECENT = " **" # Changed very recently
40 MARK_RECENT = " *" # Changed recently
45 <P>(Entries marked with ** were changed within the last 24 hours;
46 entries marked with * were changed within the last 7 days.)
92 # Anything below this point normally needn't be changed; you would
257 / Last changed on %(last_changed_date)s by
297 # Recently changed entries
301 No %(FAQNAME)s entries were changed in the last %(period)s.
306 View entries changed in the last...
318 The following %(FAQNAME)s entry was changed in the last %(period)s:
    [all...]
  /frameworks/base/core/java/com/android/internal/widget/
ActionBarContainer.java 160 boolean changed = false;
164 changed |= background.setState(state);
169 changed |= stackedBackground.setState(state);
174 changed |= splitBackground.setState(state);
177 if (changed) {
316 public void onLayout(boolean changed, int l, int t, int r, int b) {
317 super.onLayout(changed, l, t, r, b);
  /packages/apps/Contacts/src/com/android/contacts/editor/
AggregationSuggestionEngine.java 314 boolean changed = updateSuggestedContactIds(cursor);
315 if (!changed) {
342 boolean changed = count != mSuggestedContactIds.length;
346 if (!changed && Arrays.binarySearch(mSuggestedContactIds, contactId) < 0) {
347 changed = true;
352 if (changed) {
361 return changed;
  /external/v8/src/compiler/
escape-analysis.cc 236 bool changed = status_ != other.status_; local
245 changed = true;
249 return changed;
382 bool changed = false;
392 changed = true;
398 changed = ls->UpdateFrom(*rs) || changed;
439 bool changed = false; local
459 changed = true;
465 changed = true
477 bool changed = false; local
504 bool changed = false; local
589 bool changed = !(status_[node->id()] & kEscaped); local
1194 bool changed = false; local
1292 bool changed = replacements_[node->id()] != rep; local
    [all...]

Completed in 1630 milliseconds

<<11121314151617181920>>