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

1 2 3 4 5 6 7 8 91011>>

  /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
  /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);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
QSTile.java 260 final boolean changed = mTmpState.copyTo(mState);
261 if (changed) {
565 final boolean changed = !Objects.equals(other.icon, icon)
595 return changed;
625 final boolean changed = super.copyTo(other) || o.value != value;
627 return changed;
644 final boolean changed = super.copyTo(other) || o.isAirplaneMode != isAirplaneMode;
646 return changed;
661 final boolean changed = o.connected != connected || o.activityIn != activityIn
671 return super.copyTo(other) || changed;
    [all...]
  /frameworks/support/v7/appcompat/src/android/support/v7/widget/
ActionBarOverlayLayout.java 259 boolean changed = false;
262 changed = true;
266 changed = true;
270 changed = true;
274 changed = true;
277 return changed;
289 boolean changed = applyInsets(mActionBarTop, systemInsets, true, true, false, true);
294 changed = true;
298 if (changed) {
385 // If the inner insets have changed, we need to dispatch this down t
    [all...]
  /external/bison/lib/
bitset.c 412 bool changed = false; local
429 changed = bitset_and_cmp (dst, src3, tmp);
434 changed = bitset_or_cmp (dst, src3, tmp);
439 changed = bitset_or_cmp (dst, src3, tmp);
444 return changed;
  /frameworks/compile/libbcc/lib/Renderscript/
RSCompilerDriver.cpp 71 bool changed = false; local
85 changed = true;
95 changed = true;
107 changed = true;
111 return changed;
  /frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
BaseWrapContentWithAspectRatioTest.java 82 protected void onLayout(boolean changed, int left, int top, int right, int bottom) {
83 super.onLayout(changed, left, top, right, bottom);
84 mBehavior.onLayout(changed, left, top, right, bottom);
177 public void onLayout(boolean changed, int left, int top, int right, int bottom) {
178 if (changed) {
  /packages/apps/Settings/src/com/android/settings/applications/
RunningState.java 496 boolean changed = false;
499 changed = true;
525 changed = true;
530 changed = true;
543 changed = true;
549 return changed;
561 // changed here.
570 boolean changed = false;
574 changed = true;
579 changed |= proc.buildDependencyChain(context, pm, curSeq)
    [all...]
  /external/wpa_supplicant_8/src/utils/
eloop.c 74 int changed; member in struct:eloop_sock_table
365 table->changed = 1;
403 table->changed = 1;
523 table->changed = 0;
536 if (table->changed)
592 table->changed = 0;
598 if (table->changed)
619 if (eloop.readers.changed ||
620 eloop.writers.changed ||
621 eloop.exceptions.changed)
    [all...]
  /frameworks/base/services/core/java/com/android/server/media/
MediaRouterService.java     [all...]
  /external/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/
ReportAPI.java 16 * - make 'changed apis' smarter - detect method parameter or return type change
54 ArrayList<DeltaInfo> changed; field in class:ReportAPI
142 changed = new ArrayList<DeltaInfo>();
168 changed.add(new DeltaInfo(ams.get(0), rms.get(0)));
183 changed.add(new DeltaInfo(a, r));
189 // now clean up added and removed by cleaning out the changed members
190 Iterator<DeltaInfo> ci = changed.iterator();
325 pw.println("<h2>Changed in " + newData.name + " (old, new)</h2>");
326 if (changed.size() > 0) {
327 printResults(changed, pw, true, true)
    [all...]
  /external/icu/icu4c/source/common/
uvector.cpp 213 UBool changed = FALSE; local
218 changed = TRUE;
221 return changed;
225 UBool changed = FALSE; local
230 changed = TRUE;
233 return changed;
  /external/v8/tools/
stats-viewer.py 140 changed = False
144 changed = True
153 changed = (changed or counter_changed)
156 changed = True
158 if changed:
160 # changed.
289 True if the value had changed, otherwise False. The first call
  /frameworks/base/core/java/android/util/
MapCollections.java 411 boolean changed = false;
418 changed = true;
421 return changed;
427 boolean changed = false;
434 changed = true;
437 return changed;
  /frameworks/opt/bitmap/src/com/android/bitmap/drawable/
ExtendedBitmapDrawable.java 86 * Called after a field is changed in an {@link ExtendedOptions}, if that field requests this
514 final boolean changed = super.setVisible(visible);
515 if (changed) {
529 return changed;
565 final boolean changed = super.setVisible(visible);
566 if (changed) {
579 return changed;
  /frameworks/support/compat/java/android/support/v4/util/
MapCollections.java 408 boolean changed = false;
415 changed = true;
418 return changed;
424 boolean changed = false;
431 changed = true;
434 return changed;
  /frameworks/support/core-utils/kitkat/android/support/v4/print/
PrintHelperKitkat.java 261 boolean changed = !newPrintAttributes.equals(oldPrintAttributes);
262 layoutResultCallback.onLayoutFinished(info, changed);
476 boolean changed = !newPrintAttributes.equals(oldPrintAttributes);
477 layoutResultCallback.onLayoutFinished(info, changed);
537 boolean changed = !newPrintAttributes.equals(oldPrintAttributes);
539 layoutResultCallback.onLayoutFinished(info, changed);
  /external/mesa3d/src/mesa/drivers/dri/r200/
r200_sanity.c 712 int changed = (reg->current.i != data); local
736 int changed = (reg->current.f != data); local
922 int changed = 0; local
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_sanity.c 434 int changed = (reg->current.i != data); local
437 if (VERBOSE || (NORMAL && (changed || !ever_seen)))
443 else if (changed)
444 fprintf(stderr, " *** CHANGED");
449 if (VERBOSE || (NORMAL && (changed || !ever_seen)))
452 return changed;
458 int changed = (reg->current.f != data); local
462 if (VERBOSE || (NORMAL && (newmin || newmax || changed)))
474 else if (changed) {
475 fprintf(stderr, " *** CHANGED");
644 int changed = 0; local
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
GsmCdmaConnection.java 292 // On mobile originated (MO) calls, the phone number may have changed
558 boolean changed = false;
570 changed = mParent.connectionDisconnected(this);
577 return changed;
595 // Returns true if state has changed, false if nothing changed
599 boolean changed = false;
614 if (Phone.DEBUG_PHONE) log("update: phone # changed!");
616 changed = true;
623 changed = true
    [all...]

Completed in 1888 milliseconds

1 2 3 4 5 6 7 8 91011>>