HomeSort by relevance Sort by last modified time
    Searched full:changed (Results 2226 - 2250 of 19572) sorted by null

<<81828384858687888990>>

  /external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
ShadowDisplayManagerTest.java 148 "Changed " + displayId,
167 "Changed " + displayId);
204 events.add("Changed " + displayId);
ShadowRenderNodeAnimatorTest.java 78 // This behavior changed between L and L MR1. In older versions, onAnimationCancel and
96 // This behavior changed between L and L MR1. In older versions, onAnimationEnd would always be
146 // This behavior changed between L and L MR1. In older versions, onAnimationStart gets called
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
MachineCSE.cpp 113 bool Changed = false;
143 Changed = true;
146 return Changed;
354 bool Changed = false;
368 Changed = true;
387 Changed = true;
389 // MI was changed but it didn't help, commute it back!
467 Changed = true;
476 return Changed;
526 bool Changed = false
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/IPO/
PartialInlining.cpp 156 bool changed = false; local
176 changed = true;
181 return changed;
  /external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
DCE.cpp 41 bool Changed = false;
46 Changed = true;
50 return Changed;
LoopInstSimplify.cpp 80 bool Changed = false;
166 Changed |= LocalChanged;
169 return Changed;
  /external/syslinux/core/lwip/src/netif/ppp/
vj.h 39 * numbers have changed (bottom 5 bits). The next octet is a
45 * the receiver implicitly knows what changed -- see below).
84 #define NEW_C 0x40 /* flag bits for what changed in a packet */
  /external/syslinux/gpxe/src/net/
mii.c 54 * If the link status changed (previous != current), call
77 * Returns 1 if the duplex mode changed, 0 if not.
143 return 1; /* duplex changed */
  /external/tensorflow/tensorflow/compiler/xla/service/
bfloat16_conversion_folding.cc 173 bool changed = false; local
176 changed = true;
181 return changed;
hlo_pass_pipeline.cc 94 bool changed = false; local
127 changed |= changed_this_pass;
132 return changed;
implicit_broadcast_remover.cc 60 bool changed() const { return changed_; } function in class:xla::__anon38981::ImplicitBroadcastVisitor
111 if (visitor.changed()) {
121 return visitor.changed();
inliner.cc 111 bool changed = false; local
114 changed |= computation_changed;
116 return changed;
  /external/tensorflow/tensorflow/compiler/xla/service/cpu/
conv_canonicalization.cc 32 bool changed = false; local
140 changed = true;
144 return changed;
  /external/tensorflow/tensorflow/contrib/lite/toco/graph_transformations/
propagate_array_data_types.cc 47 // end if we changed anything, and return the correct boolean value.
117 // Return true if any output data type changed, false if none changed.
  /external/tensorflow/tensorflow/core/kernels/
conditional_accumulator_base.cc 168 bool changed; local
170 changed = TryAttemptLocked(&clean_up);
171 } while (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.
196 protected void onLayout(boolean changed, int left, int top, int right, int bottom) {
197 super.onLayout(changed, left, top, right, bottom);
  /external/wayland-protocols/chromium.org/unstable/gaming-input/
gaming-input-unstable-v2.xml 106 The axis id specifies which axis has changed as defined by the W3C
126 <description summary="Gamepad button changed">
129 The button id specifies which button has changed as defined by the W3C
  /external/webrtc/webrtc/base/
asyncpacketsocket.h 120 // is finished. State of the socket is changed from BINDING to BOUND
125 // Emitted for client TCP sockets when state is changed from
129 // Emitted for client TCP sockets when state is changed from
  /frameworks/av/media/libeffects/lvm/lib/StereoWidening/src/
LVCS_Control.c 93 * If the reverb level has changed
101 * If the sample rate or speaker has changed then perform a full re-initialisation
181 * Check if the effect level or source format has changed
  /frameworks/base/core/java/android/app/admin/
DevicePolicyManagerInternal.java 39 * have changed for a given user.
41 * @param profileId The profile for which the white-listed packages changed.
121 * Reports that a profile has changed to use a unified or separate credential.
  /frameworks/base/core/java/android/hardware/
SensorListener.java 21 * sensor values have changed.
30 * <p>Called when sensor values have changed.
93 * Called when the accuracy of a sensor has changed.
  /frameworks/base/core/java/android/hardware/display/
BrightnessChangeEvent.java 39 /** Package name of focused activity when brightness was changed.
44 /** User id of of the user running when brightness was changed.
54 /** Most recent battery level when brightness was changed or Float.NaN */
  /frameworks/base/core/java/android/preference/
EditTextPreference.java 90 final boolean changed = !TextUtils.equals(mText, text);
91 if (changed || !mTextSet) {
95 if(changed) {
TwoStatePreference.java 77 final boolean changed = mChecked != checked;
78 if (changed || !mCheckedSet) {
82 if (changed) {
  /frameworks/base/core/java/android/text/
Editable.java 21 * can be changed (as opposed
23 * of an Editable, the layout will be reflowed as the text is changed.
112 * whenever the text of this Editable is changed, each of which has

Completed in 1419 milliseconds

<<81828384858687888990>>