HomeSort by relevance Sort by last modified time
    Searched refs:isSupported (Results 251 - 275 of 578) sorted by null

<<11121314151617181920>>

  /hardware/interfaces/broadcastradio/2.0/default/
TunerSession.cpp 100 if (!utils::isSupported(module().mProperties, sel)) {
  /libcore/ojluni/src/main/java/java/nio/charset/
Charset.java 539 public static boolean isSupported(String charsetName) {
    [all...]
  /libcore/ojluni/src/main/java/java/time/
ZoneOffset.java 523 public boolean isSupported(TemporalField field) {
539 * The {@link #isSupported(TemporalField) supported fields} will return
    [all...]
LocalDateTime.java 568 public boolean isSupported(TemporalField field) {
613 public boolean isSupported(TemporalUnit unit) {
614 return ChronoLocalDateTime.super.isSupported(unit);
627 * The {@link #isSupported(TemporalField) supported fields} will return
659 * The {@link #isSupported(TemporalField) supported fields} will return valid
695 * The {@link #isSupported(TemporalField) supported fields} will return valid
    [all...]
  /libcore/ojluni/src/main/java/java/time/chrono/
ChronoZonedDateTimeImpl.java 278 public boolean isSupported(TemporalField field) {
MinguoDate.java 255 if (isSupported(field)) {
ThaiBuddhistDate.java 255 if (isSupported(field)) {
ChronoLocalDateTimeImpl.java 239 public boolean isSupported(TemporalField field) {
  /libcore/ojluni/src/test/java/time/tck/java/time/chrono/
CopticDate.java 193 if (isSupported(field)) {
  /packages/apps/Launcher3/src/com/android/launcher3/
SettingsActivity.java 124 if (IconShapeOverride.isSupported(getActivity())) {
  /system/core/libnativebridge/
native_bridge.cc 506 return callbacks->isSupported(libpath);
  /external/harfbuzz_ng/src/
hb-directwrite.cc 175 BOOL isSupported;
179 hr = fontFile->Analyze (&isSupported, &fileType, &faceType, &numberOfFaces);
180 if (FAILED (hr) || !isSupported) {
  /frameworks/av/camera/tests/
CameraBinderTests.cpp 328 bool isSupported = false;
330 hardware::ICameraService::API_VERSION_2, &isSupported);
334 if (!isSupported) {
  /frameworks/layoutlib/bridge/src/android/graphics/
Paint_Delegate.java 220 if (mPathEffect.isSupported()) {
859 if (delegate.mColorFilter != null && !delegate.mColorFilter.isSupported()) {
900 if (delegate.mMaskFilter != null && !delegate.mMaskFilter.isSupported()) {
    [all...]
FontFamily_Delegate.java 385 if (!assetRepository.isSupported()) {
  /cts/tests/camera/src/android/hardware/camera2/cts/
RecordingTest.java 515 if (!isSupported(sz, VIDEO_FRAME_RATE, VIDEO_FRAME_RATE)) {
    [all...]
  /packages/apps/LegacyCamera/src/com/android/camera/
Camera.java     [all...]
  /external/deqp/external/vulkancts/modules/vulkan/texture/
vktTextureFilteringExplicitLodTests.cpp 655 bool isSupported (void);
708 if (!isSupported())
1035 bool TextureFilteringTestInstance::isSupported (void)
    [all...]
  /frameworks/wilhelm/src/itf/
IEngine.cpp     [all...]
  /cts/tests/tests/opengl/src/android/opengl/cts/
CompressedTextureLoader.java 75 public boolean isSupported() { return isFormatSupported(mFormatName); }
CompressedTextureSurfaceView.java 284 if (mCompressedTexture != null && !mCompressedTexture.isSupported()) {
  /frameworks/minikin/libs/minikin/
Locale.cpp 415 return locale.isSupported() ? hb_language_from_string(locale.getString().c_str(), -1)
  /hardware/intel/common/libmix/videoencoder/
VideoEncoderDef.h 537 bool isSupported;
  /hardware/interfaces/broadcastradio/common/utils2x/
Utils.cpp 192 bool isSupported(const Properties& prop, const ProgramSelector& sel) {
  /hardware/interfaces/camera/device/3.4/default/include/ext_device_v3_4_impl/
ExternalCameraDeviceSession.h 192 bool isSupported(const Stream&);

Completed in 1271 milliseconds

<<11121314151617181920>>