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

<<21222324252627282930>>

  /external/iptables/libiptc/
libip4tc.c 321 assert(h->changed == 0 || h->changed == 1);
libip6tc.c 269 assert(h->changed == 0 || h->changed == 1);
  /external/llvm/docs/
make.bat 35 echo. changes to make an overview over all changed/added/deprecated items
  /external/v8/test/mjsunit/
debug-liveedit-patch-positions-replace.js 31 // Scenario: a function is being changed, which causes enclosing function to
  /external/v8/test/mjsunit/es6/
computed-property-names.js 242 // ES6 does but we haven't changed our code yet.
  /external/v8/test/webkit/fast/js/
string-capitalization.js 43 // passed in arguments if not. This should be changed when all platforms
  /external/v8/test/webkit/
instance-of-immediates.js 56 // All test fail, no reason to throw. (obj instanceof Constructor) is now false, since Constructor.prototype has changed.
  /external/valgrind/gdbserver_tests/
mcblocklistsearch.stderrB.exp 2 vgdb-error value changed from 0 to 999999
mcleak.stderrB.exp 2 vgdb-error value changed from 0 to 999999
  /external/vulkan-validation-layers/
CONTRIBUTING.md 40 > $ clang-format -style=file -i < list of changed code files >
  /external/wpa_supplicant_8/src/pae/
ieee802_1x_cp.c 34 Boolean changed; member in struct:ieee802_1x_cp_sm
479 sm->changed = FALSE;
  /frameworks/base/core/java/android/appwidget/
AppWidgetHostView.java 246 protected void onLayout(boolean changed, int left, int top, int right, int bottom) {
248 super.onLayout(changed, left, top, right, bottom);
309 // We get the old options to see if the sizes have changed
577 * Process data-changed notifications for the specified view in the specified
  /frameworks/base/core/java/android/widget/
ActionMenuView.java 433 protected void onLayout(boolean changed, int left, int top, int right, int bottom) {
435 super.onLayout(changed, left, top, right, bottom);
VideoView.java 249 * changed with key/value pairs through the headers parameter with
442 int seekToPosition = mSeekWhenPrepared; // mSeekWhenPrepared may be changed after seekTo() call
451 // we need), so we won't get a "surface changed" callback, so
839 protected void onLayout(boolean changed, int left, int top, int right, int bottom) {
840 super.onLayout(changed, left, top, right, bottom);
    [all...]
  /frameworks/base/core/java/com/android/internal/widget/
ScrollingTabContainerView.java 387 final boolean changed = (isSelected() != selected);
389 if (changed && selected) {
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
KeyguardAffordanceView.java 45 * layer when alpha is changed.
141 protected void onLayout(boolean changed, int left, int top, int right, int bottom) {
142 super.onLayout(changed, left, top, right, bottom);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
StatusBarWindowView.java 117 boolean changed = getPaddingLeft() != 0
121 if (changed) {
  /frameworks/data-binding/compilerCommon/src/main/java/android/databinding/tool/store/
LayoutFileParser.java 407 boolean changed = isBindingLayout(doc, xPath);
408 if (changed) {
435 Preconditions.checkNotNull(res, "layout file should've changed %s", xml.getAbsolutePath());
437 L.d("file %s has changed, overwriting %s", xml.getName(), xml.getAbsolutePath());
  /frameworks/support/v7/appcompat/src/android/support/v7/widget/
ActionMenuPresenter.java 704 final boolean changed = super.setFrame(l, t, r, b);
721 return changed;
ActionMenuView.java 436 protected void onLayout(boolean changed, int left, int top, int right, int bottom) {
438 super.onLayout(changed, left, top, right, bottom);
ScrollingTabContainerView.java 411 final boolean changed = (isSelected() != selected);
413 if (changed && selected) {
  /frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
BaseWrapContentTest.java 354 assertMap("changed step:" + step, mChanged, other.mChanged);
537 protected void onLayout(boolean changed, int l, int t, int r, int b) {
538 super.onLayout(changed, l, t, r, b);
  /ndk/sources/host-tools/make-3.81/
implicit.c 693 /* The DEP->changed flag says that this dependency resides in a
700 /* @@ dep->changed check is disabled. */
702 /*|| ((!dep->changed || check_lastslash) && */
871 dep->file->tried_implicit |= dep->changed;
901 it now, we indicate this with the `changed' flag. */
903 dep->changed = 1;
  /packages/apps/ContactsCommon/src/com/android/contacts/common/list/
PinnedHeaderListView.java 129 protected void onLayout(boolean changed, int l, int t, int r, int b) {
130 super.onLayout(changed, l, t, r, b);
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
SlotView.java 158 // is changed (like orientation change). We choose to keep the center
711 // Return true if the layout parameters have been changed
713 boolean changed = mLayout.setSlotCount(slotCount);
722 return changed;

Completed in 833 milliseconds

<<21222324252627282930>>