HomeSort by relevance Sort by last modified time
    Searched refs:isSupported (Results 126 - 150 of 348) sorted by null

1 2 3 4 56 7 8 91011>>

  /packages/apps/LegacyCamera/src/com/android/camera/
Camera.java     [all...]
VideoCamera.java     [all...]
  /frameworks/wilhelm/src/itf/
IEngine.c     [all...]
  /art/test/115-native-bridge/
nativebridge.cc 472 .isSupported = &native_bridge_isSupported,
  /cts/tests/tests/graphics/src/android/opengl/cts/
CompressedTextureLoader.java 87 public boolean isSupported() { return isFormatSupported(mFormatName); }
CompressedTextureSurfaceView.java 310 if (mCompressedTexture != null && !mCompressedTexture.isSupported()) {
  /frameworks/base/tools/layoutlib/bridge/src/android/graphics/
FontFamily_Delegate.java 325 if (!assetRepository.isSupported()) {
  /hardware/intel/common/libmix/videoencoder/
VideoEncoderDef.h 537 bool isSupported;
  /libcore/ojluni/src/main/java/java/lang/
StringCoding.java 111 if (Charset.isSupported(csn)) {
  /external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
DTMNodeProxy.java 254 * but was renamed isSupported. It's present here only because it's
279 public final boolean isSupported(String feature, String version)
    [all...]
  /external/deqp/modules/gles2/functional/
es2fShaderIndexingTests.cpp 176 const bool isSupported = !(m_requirements & REQUIREMENT_UNIFORM_INDEXING) &&
186 if (!isSupported)
    [all...]
es2fShaderStructTests.cpp 109 const bool isSupported = m_isVertexCase ? m_ctxInfo.isVertexDynamicLoopSupported() : m_ctxInfo.isFragmentDynamicLoopSupported();
110 if (!isSupported)
    [all...]
  /external/mesa3d/src/gallium/drivers/radeon/
AMDILISelLowering.cpp 173 if (STM.device()->isSupported(AMDGPUDeviceInfo::LongOps)) {
187 if (STM.device()->isSupported(AMDGPUDeviceInfo::DoubleOps)) {
  /hardware/intel/common/omx-components/videocodec/
OMXVideoEncoderAVC.cpp 92 pl.isSupported = false;
95 if (pl.isSupported) {
    [all...]
  /external/deqp/modules/gles31/functional/
es31fProgramInterfaceQueryTestCase.cpp 175 bool isSupported (void) const;
204 bool PropValidator::isSupported (void) const
    [all...]
  /cts/tests/tests/media/src/android/media/cts/
MediaPlayerTest.java     [all...]
  /cts/hostsidetests/net/app/src/com/android/cts/net/hostside/
AbstractRestrictBackgroundNetworkTestCase.java 212 * if (!isSupported()) return;
217 protected boolean isSupported() throws Exception {
    [all...]
  /frameworks/av/services/camera/libcameraservice/
CameraService.cpp     [all...]
CameraService.h 152 bool *isSupported);
    [all...]
  /frameworks/base/services/core/java/com/android/server/
LocationManagerService.java 353 if (FlpHardwareProvider.isSupported()) {
458 if (GnssLocationProvider.isSupported()) {
543 if (FlpHardwareProvider.isSupported()) {
573 boolean activityRecognitionHardwareIsSupported = ActivityRecognitionHardware.isSupported();
    [all...]
  /frameworks/base/telephony/java/com/android/internal/telephony/
GsmAlphabet.java 581 && Charset.isSupported(characterset)) {
    [all...]
  /libcore/luni/src/test/java/libcore/xml/
DomTest.java 579 assertTrue(node.isSupported("XML", null));
580 assertTrue(node.isSupported("XML", "3.0"));
581 assertFalse(node.isSupported("foo", null));
582 assertFalse(node.isSupported("foo", "bar"));
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapUtils.java 556 if(Charset.isSupported(charset) == false) {
567 /* This cannot happen unless Charset.isSupported() is out of sync with String */
BluetoothMapbMessageMime.java 59 if(Charset.isSupported(charset) == false) {
70 /* This cannot happen unless Charset.isSupported() is out of sync with String */
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/
TemplateMetadata.java 101 boolean isSupported() {

Completed in 618 milliseconds

1 2 3 4 56 7 8 91011>>