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

1 2 3 4

  /tools/tradefederation/core/remote/src/com/android/tradefed/device/
FreeDeviceState.java 27 UNAVAILABLE,
  /libcore/ojluni/src/main/java/sun/nio/ch/
IOStatus.java 37 @Native public static final int UNAVAILABLE = -2; // Nothing available (non-blocking)
52 // return IOStatus.normalize(n); // Converts UNAVAILABLE to zero
60 if (n == UNAVAILABLE)
66 return (n >= UNAVAILABLE);
70 if (n == UNAVAILABLE)
76 return (n >= UNAVAILABLE);
  /external/libmojo/mojo/public/java/system/src/org/chromium/mojo/system/
MojoResult.java 25 public static final int UNAVAILABLE = 14;
69 case UNAVAILABLE:
70 return "UNAVAILABLE";
  /external/apache-http/src/org/apache/http/util/
VersionInfo.java 64 /** A string constant for unavailable information. */
65 public final static String UNAVAILABLE = "UNAVAILABLE";
109 infoModule = (module != null) ? module : UNAVAILABLE;
110 infoRelease = (release != null) ? release : UNAVAILABLE;
111 infoTimestamp = (time != null) ? time : UNAVAILABLE;
112 infoClassloader = (clsldr != null) ? clsldr : UNAVAILABLE;
183 // If version info is missing, a single "UNAVAILABLE" for the module
185 if (!UNAVAILABLE.equals(infoRelease))
187 if (!UNAVAILABLE.equals(infoTimestamp)
    [all...]
  /external/protobuf/src/google/protobuf/stubs/
status.h 60 UNAVAILABLE = 14,
  /packages/apps/LegacyCamera/src/com/android/camera/
Storage.java 44 public static final long UNAVAILABLE = -1L;
112 return UNAVAILABLE;
118 return UNAVAILABLE;
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/stubs/
status.h 60 UNAVAILABLE = 14,
  /external/tensorflow/tensorflow/python/framework/
errors_impl.py 172 UNAVAILABLE = error_codes_pb2.UNAVAILABLE
173 tf_export("errors.UNAVAILABLE").export_constant(__name__, "UNAVAILABLE")
428 """Raised when the runtime is currently unavailable.
438 UNAVAILABLE)
472 UNAVAILABLE: UnavailableError,
  /packages/services/Car/tools/emulator/
VehicleHalProto_pb2.py 138 name='UNAVAILABLE', index=1, number=1,
174 UNAVAILABLE = 1
  /frameworks/base/wifi/java/android/net/wifi/p2p/
WifiP2pDevice.java 115 public static final int UNAVAILABLE = 4;
118 public int status = UNAVAILABLE;
  /packages/apps/Email/provider_src/com/android/email/mail/store/imap/
ImapConstants.java 103 public static final String UNAVAILABLE = "UNAVAILABLE";
  /packages/apps/Camera2/src/com/android/camera/
Storage.java 55 public static final long UNAVAILABLE = -1L;
499 return UNAVAILABLE;
505 return UNAVAILABLE;
  /pdk/apps/TestingCamera2/src/com/android/testingcamera2/
CameraControlPane.java 82 * android.hardware.camera2.CameraDevice.StateCallback, plus UNAVAILABLE for
86 UNAVAILABLE,
605 setCameraState(CameraState.UNAVAILABLE);
663 case UNAVAILABLE:
  /prebuilts/tools/common/m2/repository/net/bytebuddy/byte-buddy-agent/1.4.33/
byte-buddy-agent-1.4.33.jar 
  /prebuilts/tools/common/m2/repository/net/bytebuddy/byte-buddy-agent/1.5.5/
byte-buddy-agent-1.5.5.jar 
  /prebuilts/tools/common/m2/repository/net/bytebuddy/byte-buddy-agent/1.6.5/
byte-buddy-agent-1.6.5.jar 
  /external/mockito/lib/
byte-buddy-agent-1.7.9.jar 
  /frameworks/base/tests/net/java/com/android/server/
ConnectivityServiceTest.java     [all...]
  /prebuilts/tools/common/m2/repository/io/grpc/grpc-core/0.13.2/
grpc-core-0.13.2.jar 
  /prebuilts/tools/common/m2/repository/io/grpc/grpc-core/1.0.1/
grpc-core-1.0.1.jar 
  /prebuilts/tools/common/m2/repository/io/grpc/grpc-core/1.0.3/
grpc-core-1.0.3.jar 
  /prebuilts/tools/common/m2/repository/com/amazonaws/aws-java-sdk-ecr/1.11.18/
aws-java-sdk-ecr-1.11.18.jar 
  /external/robolectric/v1/lib/main/
httpcore-4.0.1.jar 
  /prebuilts/devtools/tools/lib/
httpcore-4.1.jar 
  /prebuilts/jdk/jdk8/darwin-x86/lib/
jconsole.jar 

Completed in 982 milliseconds

1 2 3 4