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

<<919293949596979899100>>

  /external/selinux/gui/
statusPage.py 76 self.currentOptionMenu.connect("changed", self.set_current_mode)
86 self.enabledOptionMenu.connect("changed", self.enabled_changed)
90 self.selinuxTypeOptionMenu.connect("changed", self.typemenu_changed)
  /external/selinux/libselinux/src/
sestatus.c 148 /* sequence must not be changed during references */
185 /* sequence must not be changed during references */
216 /* sequence must not be changed during references */
  /external/tensorflow/tensorflow/compiler/xla/service/
dot_decomposer.cc 176 bool changed = false; local
179 changed = true;
182 return changed;
hlo_element_type_converter.cc 122 bool changed = false; local
199 changed = true;
204 return changed;
  /external/tensorflow/tensorflow/compiler/xla/service/gpu/
cudnn_batchnorm_rewriter.cc 206 bool changed = false; local
209 changed = true;
215 return changed;
  /external/tensorflow/tensorflow/contrib/lite/toco/graph_transformations/
dequantize.cc 215 bool changed = false; local
218 changed |= DequantizeArray(array, this, model);
222 return changed;
graph_transformations.cc 133 bool changed = false; local
173 changed = true;
184 return changed;
  /external/v8/src/compiler/
graph-reducer.cc 86 if (!reduction.Changed()) {
107 return Reducer::Changed(node);
144 if (!reduction.Changed()) return Pop();
  /frameworks/av/services/camera/libcameraservice/utils/
TagMonitor.cpp 132 // Have a last value, compare to see if changed
143 // Count or type has changed
152 ALOGV("%s: Tag %s changed", __FUNCTION__,
  /frameworks/base/core/java/android/hardware/camera2/legacy/
LegacyFaceDetectMapper.java 168 // Enable/disable face detection if it's changed since last time
251 if (DEBUG && previousFaces != faces) { // Log only in verbose and IF the faces changed
252 Log.v(TAG, "mapResultFaces - changed to " + ListUtils.listToString(convertedFaces));
  /frameworks/base/core/java/android/widget/
RatingBar.java 54 * A callback that notifies clients when the rating has been changed. This
62 * Notification that the rating has changed. Clients can use the
68 * @param ratingBar The RatingBar whose rating has changed.
  /frameworks/base/core/java/com/android/internal/view/menu/
IconMenuItemView.java 252 protected void onLayout(boolean changed, int left, int top, int right, int bottom) {
253 super.onLayout(changed, left, top, right, bottom);
316 * Shortcut has changed and we're showing it right now, need to
MenuBuilder.java 95 * Whether or not the items (or any one item's shown state) has changed since it was last
110 * Whether or not the items (or any one item's action state) has changed since it was
181 * @param menu the menu that has changed modes
601 // We handle the notification of items being changed ourselves, so we use setVisibleInt rather
602 // than setVisible and at the end notify of items being changed
    [all...]
  /frameworks/base/graphics/java/android/graphics/drawable/
AnimatedRotateDrawable.java 112 final boolean changed = super.setVisible(visible, restart);
114 if (changed || restart) {
121 return changed;
  /frameworks/base/media/java/android/media/audiofx/
LoudnessEnhancer.java 144 * when a parameter value has changed.
148 * Method called when a parameter value has changed. The method is called only if the
149 * parameter was changed by another application having the control of the same
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
NavigationBarView.java 772 boolean changed = false;
781 changed = true;
    [all...]
  /frameworks/base/services/tests/servicestests/src/com/android/server/pm/
ShortcutManagerTest6.java 139 // Now the preferred changed.
166 // Cached ones haven't changed.
179 // Cached ones haven't changed.
  /frameworks/base/wifi/java/android/net/wifi/
WifiNetworkScoreCache.java 97 boolean changed = false;
109 changed = true;
112 if (mListener != null && changed) {
  /frameworks/compile/libbcc/lib/
RSInvokeHelperPass.cpp 168 bool changed = false;
208 changed |= insertSetObjectHelper(call, V, DT);
216 return changed;
  /frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/template/
RequireScrollMixin.java 47 * Called when require-scroll state changed.
57 * {@link #notifyScrollabilityChange(boolean)} when the view scrollability is changed.
228 * scrolling container changed, so this mixin can recompute whether scrolling should be
  /frameworks/support/leanback/src/main/java/androidx/leanback/widget/
ShadowOverlayContainer.java 314 protected void onLayout(boolean changed, int l, int t, int r, int b) {
315 super.onLayout(changed, l, t, r, b);
316 if (changed && mWrappedView != null) {
  /frameworks/support/preference/src/main/java/androidx/preference/
ListPreference.java 153 final boolean changed = !TextUtils.equals(mValue, value);
154 if (changed || !mValueSet) {
158 if (changed) {
  /frameworks/support/v7/appcompat/src/androidTest/java/androidx/appcompat/app/
NightModeTestCase.java 77 // Now check the text has changed, signifying that night resources are being used
134 // Check that the text has changed, signifying that night resources are being used
171 // finally check that the text has changed, signifying that night resources are being used
  /frameworks/support/v7/appcompat/src/main/java/androidx/appcompat/widget/
AppCompatButton.java 184 protected void onLayout(boolean changed, int left, int top, int right, int bottom) {
185 super.onLayout(changed, left, top, right, bottom);
187 mTextHelper.onLayout(changed, left, top, right, bottom);
  /libcore/luni/src/test/java/libcore/java/lang/
SystemTest.java 38 // Test that System.lineSeparator is not changed when the corresponding
39 // system property is changed.
176 // We allow "java.io.tmpdir" and "user.home" to be changed however

Completed in 1840 milliseconds

<<919293949596979899100>>