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

<<81828384858687888990>>

  /frameworks/support/leanback/src/main/java/androidx/leanback/util/
StateMachine.java 320 boolean changed;
322 changed = false;
328 changed = true;
331 } while (changed);
  /frameworks/support/leanback/src/main/java/androidx/leanback/widget/
ArrayObjectAdapter.java 87 * Notify that the content of a range of items changed. Note that this is
90 * @param positionStart The position of first item that has changed.
91 * @param itemCount The count of how many items have changed.
217 // been changed.
  /frameworks/support/samples/SupportLeanbackDemos/src/main/java/com/example/android/leanback/
PlaybackSupportActivity.java 68 * Called when Activity's PIP mode is changed.
PlaybackTransportControlSupportActivity.java 68 * Called when Activity's PIP mode is changed.
  /frameworks/support/v7/recyclerview/src/main/java/androidx/recyclerview/widget/
ListUpdateCallback.java 54 * @param count The number of items which has changed.
  /hardware/intel/bootstub/
bootstub.spec 35 - changed default spi clock to 100mhz
  /hardware/interfaces/usb/1.0/
IUsb.hal 29 * @param portName name of the port for which the role has to be changed
  /hardware/qcom/camera/msm8998/QCamera2/
QCameraFormat.h 38 formats. Please ensure that if the macros below are changed then the
  /libcore/jsr166-tests/src/test/java/jsr166/
SystemTest.java 27 * This value might need to be changed on JVMs with coarser
  /libcore/luni/src/test/java/libcore/java/time/format/
DateTimeFormatterTest.java 52 // All DateTimeFormatters should use the standard style, unless explicitly changed.
  /libcore/luni/src/test/java/tests/org/w3c/dom/
SetAttributeNS.java 111 // BEGIN Android-changed
119 // END Android-changed
290 // BEGIN Android-changed
298 // END Android-changed
  /libcore/ojluni/src/main/java/java/io/
CharArrayReader.java 133 // BEGIN Android-changed: Backport of OpenJDK 9b132 fix to avoid integer overflow.
138 // END Android-changed: Backport of OpenJDK 9b132 fix to avoid integer overflow.
163 // BEGIN Android-changed: Backport of OpenJDK 9b132 fix to avoid integer overflow.
168 // END Android-changed: Backport of OpenJDK 9b132 fix to avoid integer overflow.
FilePermission.java 30 // Android-changed: Stubbed the implementation. Android doesn't support SecurityManager.
SerializablePermission.java 30 // Android-changed: Replaced with empty implementation and documented as legacy security code.
  /libcore/ojluni/src/main/java/java/lang/
AbstractMethodError.java 32 * incompatibly changed since the currently executing method was last
IllegalAccessError.java 34 * incompatibly changed.
IncompatibleClassChangeError.java 31 * executing method depends, has since changed.
InstantiationError.java 34 * incompatibly changed.
NoSuchFieldError.java 34 * incompatibly changed.
NoSuchMethodError.java 35 * incompatibly changed.
RuntimePermission.java 30 // Android-changed: Stubbed the implementation. Android doesn't support SecurityManager.
String.java 49 * Strings are constant; their values cannot be changed after they
116 // BEGIN Android-changed: The character data is managed by the runtime.
132 // END Android-changed: The character data is managed by the runtime.
134 // Android-changed: We make use of new StringIndexOutOfBoundsException constructor signatures.
159 // Android-changed: Constructor unsupported as all calls are intercepted by the runtime.
174 // Android-changed: Constructor unsupported as all calls are intercepted by the runtime.
188 // Android-changed: Constructor unsupported as all calls are intercepted by the runtime.
214 // Android-changed: Constructor unsupported as all calls are intercepted by the runtime.
247 // Android-changed: Constructor unsupported as all calls are intercepted by the runtime.
292 // Android-changed: Constructor unsupported as all calls are intercepted by the runtime
    [all...]
  /libcore/ojluni/src/main/java/java/lang/reflect/
ReflectPermission.java 28 // Android-changed: Stubbed the implementation. Android doesn't support SecurityManager.
  /libcore/ojluni/src/main/java/java/net/
NetPermission.java 30 // Android-changed: Stubbed the implementation. Android doesn't support SecurityManager.
SocketPermission.java 31 // Android-changed: Stubbed the implementation. Android doesn't support SecurityManager.

Completed in 933 milliseconds

<<81828384858687888990>>