HomeSort by relevance Sort by last modified time
    Searched defs:NOOP (Results 1 - 25 of 36) sorted by null

1 2

  /packages/apps/Camera2/src/com/android/camera/async/
Updatables.java 22 * This provides empty, NoOp implementation of generic updateable objects.
25 private static final Updatable NOOP = new Updatable() {
36 return NOOP;
  /external/desugar/java/com/google/devtools/build/android/desugar/
DependencyCollector.java 78 NOOP,
  /libcore/metrictests/memory/apps/src/libcore/heapdumper/
Actions.java 31 NOOP {
34 // noop!
  /external/mockftpserver/branches/1.x_Branch/src/main/java/org/mockftpserver/core/command/
CommandNames.java 40 public static final String NOOP = "NOOP";
  /external/mockftpserver/MockFtpServer/src/main/java/org/mockftpserver/core/command/
CommandNames.java 40 public static final String NOOP = "NOOP";
  /packages/apps/Launcher3/src/com/android/launcher3/util/
FocusLogic.java 54 public static final int NOOP = -1;
96 int newIndex = NOOP;
100 if (!isRtl && newIndex == NOOP && pageIndex > 0) {
102 } else if (isRtl && newIndex == NOOP && pageIndex < pageCount - 1) {
108 if (!isRtl && newIndex == NOOP && pageIndex < pageCount - 1) {
110 } else if (isRtl && newIndex == NOOP && pageIndex > 0) {
333 int newIconIndex = NOOP;
353 if ((newIconIndex = inspectMatrix(x, yPos, cntX, cntY, matrix)) != NOOP
379 if (newIconIndex != NOOP) {
384 if (newIconIndex != NOOP) {
    [all...]
  /packages/apps/Email/provider_src/com/android/email/mail/store/imap/
ImapConstants.java 69 public static final String NOOP = "NOOP";
  /external/skia/src/core/
SkPictureFlat.h 63 NOOP,
  /external/skqp/src/core/
SkPictureFlat.h 63 NOOP,
  /packages/apps/Dialer/java/com/android/voicemail/impl/mail/store/imap/
ImapConstants.java 68 public static final String NOOP = "NOOP";
  /prebuilts/tools/common/m2/repository/org/eclipse/aether/aether-spi/1.0.2.v20150114/
aether-spi-1.0.2.v20150114.jar 
  /prebuilts/tools/common/m2/repository/com/amazonaws/aws-java-sdk-core/1.11.18/
aws-java-sdk-core-1.11.18.jar 
  /prebuilts/tools/common/m2/repository/net/sf/json-lib/json-lib/2.3/
json-lib-2.3-jdk15.jar 
  /external/robolectric/v1/lib/main/
h2-1.2.147.jar 
  /prebuilts/tools/common/m2/repository/io/netty/netty-common/4.1.0.CR3/
netty-common-4.1.0.CR3.jar 
  /prebuilts/tools/common/m2/repository/io/netty/netty-common/4.1.3.Final/
netty-common-4.1.3.Final.jar 
  /prebuilts/tools/common/m2/repository/io/netty/netty-common/4.1.6.Final/
netty-common-4.1.6.Final.jar 
  /prebuilts/tools/common/m2/repository/net/sourceforge/htmlunit/htmlunit/2.14/
htmlunit-2.14.jar 
  /prebuilts/misc/common/robolectric/android-all/
android-all-4.1.2_r1-robolectric-r1.jar 
android-all-4.2.2_r1.2-robolectric-r1.jar 
android-all-4.3_r2-robolectric-r1.jar 
android-all-4.4_r1-robolectric-r2.jar 
android-all-5.0.2_r3-robolectric-r0.jar 
android-all-5.1.1_r9-robolectric-r2.jar 
android-all-6.0.1_r3-robolectric-0.jar 

Completed in 168 milliseconds

1 2