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

1 2 3 4 5 6 7 8 91011>>

  /external/valgrind/gdbserver_tests/
nlcontrolc.stdoutB.exp 12 changed burning parameters
  /external/vboot_reference/tests/
vb2_secdata_tests.c 21 static void test_changed(struct vb2_context *ctx, int changed, const char *why)
23 if (changed)
74 TEST_EQ(v, 0x12, "Flags changed");
91 TEST_EQ(v, 0x123456ff, "Versions changed");
  /external/volley/src/main/java/com/android/volley/toolbox/
NetworkImageView.java 79 // The URL has potentially changed. See if we need to load it.
197 protected void onLayout(boolean changed, int left, int top, int right, int bottom) {
198 super.onLayout(changed, left, top, right, bottom);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
UnlockMethodCache.java 97 boolean changed = secure != mSecure || canSkipBouncer != mCanSkipBouncer ||
99 if (changed || updateAlways) {
  /frameworks/base/services/core/java/com/android/server/display/
RampAnimator.java 95 final boolean changed = (mTargetValue != target);
106 return changed;
  /frameworks/opt/setupwizard/library/full-support/src/com/android/setupwizardlib/
SetupWizardRecyclerLayout.java 76 protected void onLayout(boolean changed, int left, int top, int right, int bottom) {
77 super.onLayout(changed, left, top, right, bottom);
  /frameworks/opt/setupwizard/library/full-support/src/com/android/setupwizardlib/view/
StickyHeaderRecyclerView.java 60 protected void onLayout(boolean changed, int l, int t, int r, int b) {
61 super.onLayout(changed, l, t, r, b);
  /frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/
GlifListLayout.java 82 protected void onLayout(boolean changed, int left, int top, int right, int bottom) {
83 super.onLayout(changed, left, top, right, bottom);
SetupWizardListLayout.java 90 protected void onLayout(boolean changed, int left, int top, int right, int bottom) {
91 super.onLayout(changed, left, top, right, bottom);
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
ImsPhoneConnection.java 397 boolean changed = false;
409 changed = mParent.connectionDisconnected(this);
419 return changed;
649 * changed, and {@code false} otherwise.
739 * @return Whether the address display fields have been changed.
746 boolean changed = false;
761 changed = true;
766 changed = true;
770 changed = true;
774 changed = true
    [all...]
  /frameworks/support/percent/src/android/support/percent/
PercentFrameLayout.java 166 protected void onLayout(boolean changed, int left, int top, int right, int bottom) {
167 super.onLayout(changed, left, top, right, bottom);
  /frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
GuidanceStylingRelativeLayout.java 44 protected void onLayout(boolean changed, int l, int t, int r, int b) {
45 super.onLayout(changed, l, t, r, b);
ObjectAdapter.java 34 * Called whenever the ObjectAdapter's data has changed in some manner
42 * Called when a range of items in the ObjectAdapter has changed. The
43 * basic ordering and structure of the ObjectAdapter has not changed.
45 * @param positionStart The position of the first item that changed.
46 * @param itemCount The number of items changed.
183 * Notifies UI that some items has changed.
185 * @param positionStart Starting position of the changed items.
186 * @param itemCount Total number of items that changed.
213 * Notifies UI that the underlying data has changed.
233 boolean changed = mHasStableIds != hasStableIds
    [all...]
  /packages/apps/Dialer/java/com/android/dialer/callcomposer/camera/camerafocus/
RenderOverlay.java 126 public void onLayout(boolean changed, int left, int top, int right, int bottom) {
128 super.onLayout(changed, left, top, right, bottom);
  /packages/apps/Messaging/src/com/android/messaging/ui/conversation/
ConversationMessageBubbleView.java 84 final boolean changed = mData.bind(data);
91 mShouldAnimateWidthChange = !changed && !data.hasAttachments();
114 // Allow the bubble to resize if, for example, the status text changed during
  /toolchain/binutils/binutils-2.25/binutils/testsuite/binutils-all/
copy-2.d 9 # section has a fixed set of flags and these cannot be changed.
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-cris/
pic-gc-72.d 8 # Exercise PIC relocs through changed GC sweep function.
  /frameworks/support/v7/appcompat/src/android/support/v7/widget/
ActionBarOverlayLayout.java 263 boolean changed = false;
266 changed = true;
270 changed = true;
274 changed = true;
278 changed = true;
281 return changed;
293 boolean changed = applyInsets(mActionBarTop, systemInsets, true, true, false, true);
298 changed = true;
302 changed = true;
306 if (changed) {
    [all...]
  /external/guava/guava/src/com/google/common/collect/
AbstractMapBasedMultimap.java 374 * ancestor delegate hasn't changed.
467 * If the delegate changed since the iterator was created, the iterator is
505 boolean changed = delegate.add(value);
506 if (changed) {
512 return changed;
526 boolean changed = delegate.addAll(collection);
527 if (changed) {
534 return changed;
559 boolean changed = delegate.remove(o);
560 if (changed) {
    [all...]
  /build/blueprint/bootstrap/bpglob/
bpglob.go 16 // changed, and only updates the output file list if it has changed. It is used to optimize
  /build/soong/cmd/soong_env/
soong_env.go 16 // changed, and only updates the output file list if it has changed. It is used to optimize
  /development/samples/ApiDemos/src/com/example/android/apis/view/
SecureViewOverlay.java 52 protected void onLayout(boolean changed, int l, int t, int r, int b) {
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/fixes/
fix_isinstance.py 52 node.changed()
  /external/autotest/client/cros/cellular/pseudomodem/
dbus_std_ifaces.py 220 changed = { property_name : value }
221 inv = self._InvalidatedPropertiesForChangedValues(changed)
222 self.PropertiesChanged(interface_name, changed, inv)
259 This signal is emitted by Set, when the value of a property is changed.
261 @param interface_name: The interface the changed properties belong to.
262 @param changed_properties: Dictionary containing the changed properties
265 when properties changed.
268 logging.info(('Properties Changed on interface: %s Changed Properties:'
303 def _InvalidatedPropertiesForChangedValues(self, changed)
    [all...]
  /external/bison/lib/
ebitset.c 45 cdata is changed.
1041 bool changed = false; local
1072 changed = true;
1102 changed = true;
1115 changed = true;
1128 changed = true;
1141 changed = true;
1163 changed = true;
1172 return changed;
1179 bool changed; local
1209 bool changed; local
    [all...]

Completed in 999 milliseconds

1 2 3 4 5 6 7 8 91011>>