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

1 2 3 4 5 6 7 8 91011>>

  /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 258 final boolean changed = mTmpState.copyTo(mState);
259 if (changed) {
564 final boolean changed = !Objects.equals(other.icon, icon)
594 return changed;
624 final boolean changed = super.copyTo(other) || o.value != value;
626 return changed;
643 final boolean changed = super.copyTo(other) || o.isAirplaneMode != isAirplaneMode;
645 return changed;
660 final boolean changed = o.connected != connected || o.activityIn != activityIn
670 return super.copyTo(other) || changed;
    [all...]
  /frameworks/support/v7/appcompat/src/android/support/v7/widget/
ActionBarOverlayLayout.java 257 boolean changed = false;
260 changed = true;
264 changed = true;
268 changed = true;
272 changed = true;
275 return changed;
287 boolean changed = applyInsets(mActionBarTop, systemInsets, true, true, false, true);
292 changed = true;
296 if (changed) {
383 // 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;
  /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/test/mjsunit/regress/
regress-186.js 48 assertFalse(setterCalled, "prototype of extension object changed");
57 assertFalse(setterCalled, "prototype of extension object changed");
64 // Check that the prototype of the global object 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/v4/java/android/support/v4/util/
MapCollections.java 409 boolean changed = false;
416 changed = true;
419 return changed;
425 boolean changed = false;
432 changed = true;
435 return changed;
  /frameworks/support/v4/kitkat/android/support/v4/print/
PrintHelperKitkat.java 261 boolean changed = !newPrintAttributes.equals(oldPrintAttributes);
262 layoutResultCallback.onLayoutFinished(info, changed);
443 boolean changed = !newPrintAttributes.equals(oldPrintAttributes);
444 layoutResultCallback.onLayoutFinished(info, changed);
504 boolean changed = !newPrintAttributes.equals(oldPrintAttributes);
506 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 284 // On mobile originated (MO) calls, the phone number may have changed
546 boolean changed = false;
558 changed = mParent.connectionDisconnected(this);
565 return changed;
583 // Returns true if state has changed, false if nothing changed
587 boolean changed = false;
602 if (Phone.DEBUG_PHONE) log("update: phone # changed!");
604 changed = true;
611 changed = true
    [all...]
  /art/runtime/interpreter/mterp/arm/
binopWide.S 34 $instr @ result<- op, r0-r3 changed
  /art/runtime/verifier/
register_line.cc 97 size_t changed = 0; local
101 changed++;
109 DCHECK_GT(changed, 0u);
430 bool changed = false; local
437 changed = changed || !cur_type.Equals(new_type);
541 changed = true;
543 return changed;
  /build/core/tasks/
collect_gpl_sources.mk 17 # FORCE since we can't know whether any of the sources changed
  /external/e2fsprogs/util/
gen-tarball.in 41 -o -name changed-files -o -name .#\* -o -name \*.tar.gz \

Completed in 1899 milliseconds

1 2 3 4 5 6 7 8 91011>>