HomeSort by relevance Sort by last modified time
    Searched refs:PRESENT (Results 1 - 25 of 34) sorted by null

1 2

  /frameworks/support/wear/src/main/java/androidx/wear/ambient/
SharedLibraryVersion.java 39 * @throws IllegalStateException if the Wearable Shared Library is not present, which means that
48 * Throws {@link IllegalStateException} if the Wearable Shared Library is not present and API
56 if (!PresenceHolder.PRESENT) {
84 static final boolean PRESENT = isSharedLibPresent(Build.VERSION.SDK_INT);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
term_entry.h 109 * Note that WANTED and PRESENT are not simple inverses! If a capability
113 #define PRESENT(s) (((s) != ABSENT_STRING) && ((s) != CANCELLED_STRING))
116 {if (PRESENT(p) && !PRESENT(q)) _nc_warning(#p " but no " #q);}
120 if (PRESENT(q) && !PRESENT(p)) \
122 if (PRESENT(p) && !PRESENT(q)) \
  /libcore/ojluni/src/main/java/java/util/
HashSet.java 98 private static final Object PRESENT = new Object();
207 * Adds the specified element to this set if it is not already present.
219 return map.put(e, PRESENT)==null;
223 * Removes the specified element from this set if it is present.
231 * @param o object to be removed from this set, if present
235 return map.remove(o)==PRESENT;
334 map.put(e, PRESENT);
TreeSet.java 101 private static final Object PRESENT = new Object();
238 * Adds the specified element to this set if it is not already present.
255 return m.put(e, PRESENT)==null;
259 * Removes the specified element from this set if it is present.
267 * @param o object to be removed from this set, if present
276 return m.remove(o)==PRESENT;
308 map.addAllForTreeSet(set, PRESENT);
533 tm.readTreeSet(size, s, PRESENT);
  /hardware/interfaces/camera/common/1.0/
types.hal 130 * by ICameraProvider::getCameraIdList() are in the PRESENT state. The provider
132 * service of any initially NOT_PRESENT internal devices, and of any PRESENT
137 * PRESENT -> NOT_PRESENT
139 * NOT_PRESENT -> PRESENT
140 * ENUMERATING -> PRESENT
158 PRESENT = 1,
179 * device is present. The camera service must not call
181 * the camera device is not present. At camera service startup time, the
183 * camera device is present and the camera characteristics entry
193 * the camera service that the camera device is present, the framework mus
    [all...]
  /hardware/interfaces/radio/1.0/vts/functional/
radio_hidl_hal_test.cpp 45 /* Enforce Vts Testing with Sim Status Present only. */
46 EXPECT_EQ(CardState::PRESENT, cardStatus.cardState);
  /hardware/interfaces/radio/1.1/vts/functional/
radio_hidl_hal_test.cpp 50 /* Enforce Vts Testing with Sim Status Present only. */
51 EXPECT_EQ(CardState::PRESENT, cardStatus.cardState);
radio_hidl_hal_api.cpp 59 * If the sim card status for the testing environment is PRESENT,
62 if (cardStateForTest == CardState::PRESENT) {
66 while (cardStatus.cardState != CardState::PRESENT &&
74 EXPECT_EQ(CardState::PRESENT, cardStatus.cardState);
  /hardware/interfaces/radio/1.2/vts/functional/
radio_hidl_hal_test.cpp 50 /* Enforce Vts Testing with Sim Status Present only. */
51 EXPECT_EQ(CardState::PRESENT, cardStatus.base.cardState);
radio_hidl_hal_api.cpp 45 } else if (cardStatus.base.cardState == CardState::PRESENT) {
70 } else if (cardStatus.base.cardState == CardState::PRESENT) {
106 } else if (cardStatus.base.cardState == CardState::PRESENT) {
142 } else if (cardStatus.base.cardState == CardState::PRESENT) {
178 } else if (cardStatus.base.cardState == CardState::PRESENT) {
214 } else if (cardStatus.base.cardState == CardState::PRESENT) {
250 } else if (cardStatus.base.cardState == CardState::PRESENT) {
286 } else if (cardStatus.base.cardState == CardState::PRESENT) {
322 } else if (cardStatus.base.cardState == CardState::PRESENT) {
358 } else if (cardStatus.base.cardState == CardState::PRESENT) {
    [all...]
  /frameworks/base/telephony/java/android/telephony/
TelephonyHistogram.java 77 private static final int PRESENT = 1;
280 if (in.readInt() == PRESENT) {
301 out.writeInt(PRESENT);
  /hardware/interfaces/camera/provider/2.4/default/
ExternalCameraProvider.cpp 133 mCameraStatusMap[cameraDeviceName] != CameraDeviceStatus::PRESENT) {
160 mCameraStatusMap[deviceName] = CameraDeviceStatus::PRESENT;
162 mCallbacks->cameraDeviceStatusChange(deviceName, CameraDeviceStatus::PRESENT);
CameraProvider.h 116 void addDeviceNames(int camera_id, CameraDeviceStatus status = CameraDeviceStatus::PRESENT,
CameraProvider.cpp 167 case CameraDeviceStatus::PRESENT:
390 // Ensure all vendor operations are present
  /libcore/ojluni/src/main/java/sun/nio/fs/
LinuxFileStore.java 126 if (status == FeatureStatus.PRESENT)
136 // user_xattr option not present but we special-case ext3/4 as we
UnixFileStore.java 212 PRESENT,
240 return FeatureStatus.PRESENT;
  /frameworks/av/services/camera/libcameraservice/common/
CameraProviderManager.h 270 hardware::camera::common::V1_0::CameraDeviceStatus::PRESENT,
312 mStatus(hardware::camera::common::V1_0::CameraDeviceStatus::PRESENT),
CameraProviderManager.cpp 569 hardware::camera::common::V1_0::CameraDeviceStatus::PRESENT, &id);
735 ALOGW("Camera provider %s says an unknown camera device %s is not present. Curious.",
    [all...]
  /frameworks/av/services/camera/libcameraservice/
CameraService.h 436 PRESENT = static_cast<int32_t>(CameraDeviceStatus::PRESENT),
    [all...]
CameraService.cpp 184 onDeviceStatusChanged(id8, CameraDeviceStatus::PRESENT);
278 if (newStatus == StatusInternal::PRESENT) {
691 case CameraDeviceStatus::PRESENT:
692 serviceStatus = StatusInternal::PRESENT;
709 case StatusInternal::PRESENT:
803 ALOGE("%s: Parameters were not initialized, or were empty. Device may not be present.",
    [all...]
  /device/linaro/bootloader/edk2/UefiCpuPkg/PiSmmCpuDxeSmm/X64/
SmiException.S 158 # RSP set to odd multiple of 8 at @CommonEntryPoint means ErrCode PRESENT
SmiException.asm 175 ; RSP set to odd multiple of 8 at @CommonEntryPoint means ErrCode PRESENT
179 test spl, 8 ; odd multiple of 8 => ErrCode present
  /device/linaro/bootloader/edk2/UefiCpuPkg/PiSmmCpuDxeSmm/Ia32/
SmiException.S 246 .byte 0x85 # Task Gate, present, DPL = 0
269 # RSP set to odd multiple of 8 means ErrCode PRESENT
  /hardware/interfaces/radio/1.0/
types.hal 112 NO_SUCH_ENTRY = 59, // No such entry present to perform the request
170 PRESENT,
172 RESTRICTED, // card is present but not usable due to carrier
388 NO_VALID_SIM = 249, // No valid SIM is present
    [all...]
  /prebuilts/tools/common/m2/repository/org/apache/felix/org.apache.felix.bundlerepository/1.6.6/
org.apache.felix.bundlerepository-1.6.6.jar 

Completed in 1615 milliseconds

1 2