Home
last modified time | relevance | path

Searched refs:supported (Results 1 – 25 of 208) sorted by relevance

123456789

/frameworks/compile/mclinker/include/mcld/LD/
DDiagLayouts.inc1 …ception handling has not been fully supported yet.\nsection `%0'.", "Exception handling has not be…
2 …bolic versioning has not been fully supported yet.\nsection `%0'.", "Symbolic versioning has not b…
DDiagRelocations.inc6 …al, "relocation type `%0' is not supported for symbol `%1'\nPlease report to %2", "relocation type…
15 … branch to PLT in THUMB-2 not supported yet", "applying relocation `%0', conditional branch to PLT…
/frameworks/base/docs/html/guide/topics/manifest/
Dsupports-gl-texture-element.jd37 <dd itemprop="description">Declares a single GL texture compression format that is supported by
47 supported texture compression format, specified as the value of a
64 <p>Applications and devices typically declare their supported GL texture
79 <dd>Specifies a single GL texture compression format supported by the application,
158 <li>Texture compression formats that are supported by the application &mdash;
159 an application declares its supported texture compression formats in
161 <li>Texture compression formats that are supported by the GPU on the device &mdash;
173 the service compares the texture compression formats supported by the application
174 with those supported by the user's device. The comparison is based on the format
177 <p>If <em>any</em> of an application's supported texture compression formats is
[all …]
/frameworks/compile/mclinker/include/mcld/Config/
DTargets.def.in10 |* This file enumerates all of the target architectures supported by *|
16 |* The set of targets supported by MCLD is generated at configuration *|
DLinkers.def.in10 // This file enumerates all of the linkers supported by this build of MCLinker.
16 // The set of targets supported by MCLD is generated at configuration
DTargets.def10 |* This file enumerates all of the target architectures supported by *|
16 |* The set of targets supported by MCLD is generated at configuration *|
DLinkers.def10 // This file enumerates all of the linkers supported by this build of MCLinker.
16 // The set of targets supported by MCLD is generated at configuration
/frameworks/wilhelm/src/itf/
DIBassBoost.c158 int32_t supported = 0; in IBassBoost_IsStrengthSupported()
165 &supported); in IBassBoost_IsStrengthSupported()
169 *pSupported = (SLboolean) (supported != 0); in IBassBoost_IsStrengthSupported()
DIVirtualizer.c160 int32_t supported = 0; in IVirtualizer_IsStrengthSupported()
167 VIRTUALIZER_PARAM_STRENGTH_SUPPORTED, &supported); in IVirtualizer_IsStrengthSupported()
171 *pSupported = (SLboolean) (supported != 0); in IVirtualizer_IsStrengthSupported()
/frameworks/base/docs/html/guide/webapps/
Dmigrating.jd14 <li><a href="#TargetDensity">Viewport target-densitydpi no longer supported</a></li>
16 <li><a href="#MultiViewport">Multiple viewport tags not supported</a></li>
24 <li><a href="#Columns">NARROW_COLUMNS and SINGLE_COLUMN no longer supported</a></li>
60 <strong>not supported at all</strong> on Android 4.4, and there may be other behavioral differences
218 <h3 id="TargetDensity">Viewport target-densitydpi no longer supported</h3>
220 <p>Previously, {@link android.webkit.WebView} supported a viewport property called
222 property is no longer supported and you should migrate to using standard solutions with
237 <h3 id="MultiViewport">Multiple viewport tags not supported</h3>
249 the initial zoom level on a page have are no longer supported and you should instead define
252 <p class="caution"><strong>Caution:</strong> These APIs are not supported on Android 4.4 and higher
[all …]
/frameworks/compile/slang/tests/F_v15_non_root_kernel/
Dstderr.txt.expect1 v15_non_root_kernel.rs:5:6: error: Non-root compute kernel foo() is not supported in SDK levels 11-…
/frameworks/base/docs/html/guide/topics/graphics/
Dopengl.jd56 <li>OpenGL ES 1.0 and 1.1 - This API specification is supported by Android 1.0 and higher.</li>
57 <li>OpenGL ES 2.0 - This API specification is supported by Android 2.2 (API level 8) and higher.
59 <li>OpenGL ES 3.0 - This API specification is supported by Android 4.3 (API level 18) and higher.
61 <li>OpenGL ES 3.1 - This API specification is supported by Android 5.0 (API level 21) and higher.
69 is supported at run time, see <a href="#version-check">Checking OpenGL ES Version</a>.
237 device supports it. For more information about checking the OpenGL ES version supported by a
477 <p>The OpenGL ES 1.0 and 1.1 API specifications have been supported since Android 1.0.
479 specification. OpenGL ES 2.0 is supported by most Android devices and is recommended for new
480 applications being developed with OpenGL. OpenGL ES 3.0 is supported with Android 4.3
510 <p class="caution"><strong>Caution:</strong> The ETC1 format is supported by most Android devices,
[all …]
/frameworks/base/core/jni/
Dandroid_hardware_camera2_legacy_PerfMeasurement.cpp244 bool supported = PerfMeasurementContext::isMeasurementSupported(); in PerfMeasurement_nativeQuerySupport() local
246 return static_cast<jboolean>(supported); in PerfMeasurement_nativeQuerySupport()
/frameworks/base/libs/hwui/font/
DFontUtil.h35 # error TEXTURE_BORDER_SIZE other than 1 is not currently supported
/frameworks/base/docs/html/guide/topics/resources/
Dlayout-resource.jd96 <p>More attributes are supported by the {@link android.view.ViewGroup}
97 base class, and many more are supported by each implementation of
128 <p>More attributes are supported by the {@link android.view.View}
129 base class, and many more are supported by each implementation of
161 supported by the root element in the included layout and they will override those defined in the
216 units</a> supported by Android (px, dp, sp, pt, in, mm) or with the following keywords:</p>
236 element. You can also specify the attributes supported in the XML element. To learn more,
/frameworks/testing/uiautomator/utils/SleepUtils/
DREADME11 above, supported operations are:
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/
DBluetoothTile.java85 final boolean supported = mController.isBluetoothSupported(); in handleUpdateState()
89 state.visible = supported; in handleUpdateState()
/frameworks/base/docs/html/guide/appendix/
Dmedia-formats.jd37 <p>The following network protocols are supported for audio and video playback:</p>
46 <li>Not supported before Android 3.0</li>
50 <p class="note"><strong>Note:</strong> HTTPS is not supported before Android 3.1.</p>
83 &bull; ADTS raw AAC (.aac, decode in Android 3.1+, encode in Android 4.0+, ADIF not supported)<br>
293 Examples of supported video encoding parameters for the H.264 Baseline Profile codec.</p>
347 Examples of supported video encoding parameters for the VP8 codec.</p>
/frameworks/base/docs/html/training/sync-adapters/
Dcreating-authenticator.jd82 // Editing properties is not supported
106 // Getting an authentication token is not supported
115 // Getting a label for the auth token is not supported
120 // Updating user credentials is not supported
128 // Checking features for the account is not supported
/frameworks/base/docs/html/google/play/billing/
Dversions.jd7 <p>The sections below list the supported versions of the In-app Billing API.</p>
40 …<li>Adds a new supported string value, "2", for the <code>API_VERSION</code> key of the Bundle obj…
/frameworks/base/docs/html/google/play/publishing/
Dmultiple-apks.jd259 Reference</a> for a list of features supported by the platform.</p>
282 value. This is also true if two APKs overlap their device support based on a different supported
334 the <a href="#SupportedFilters">supported Google Play filters</a> (listed above).</p>
336 supported texture compression formats), and thus, each APK will declare support for different
352 supported API levels (no other <a href="#SupportedFilters">supported filters</a>
353 distinguish the APKs from each other) <em>or</em> when the APKs do use another supported filter, but
366 greater. In this case, the API level is the only supported filter used, so the version codes
412 APKs support the devices that then fall outside the supported range. For example, if an APK
414 then you have shrunk the pool of supported devices and some devices will no longer see your
416 screens so that all previously-supported devices are still supported.</li>
[all …]
/frameworks/base/core/java/android/hardware/camera2/legacy/
DLegacyRequestMapper.java167 boolean supported = false; in convertRequestMetadata()
170 supported = true; in convertRequestMetadata()
174 if (supported) { in convertRequestMetadata()
/frameworks/av/media/libstagefright/mpeg2ts/
DMPEG2PSExtractor.cpp542 bool supported = true; in Track() local
567 supported = false; in Track()
571 if (supported) { in Track()
/frameworks/base/docs/html/guide/topics/connectivity/
Dbluetooth-le.jd178 <pre>// Use this check to determine whether BLE is supported on the device. Then
188 to verify that BLE is supported on the device, and if so, ensure that it is enabled.
192 <p>If BLE is not supported, then you should gracefully disable any
193 BLE features. If BLE is supported, but disabled, then you can request that the
347 supported by the device. Based on user input, this activity communicates with a
498 // Show all the supported services and characteristics on the
511 it can read and write attributes, where supported. For example, this snippet iterates
517 // Demonstrates how to iterate through the supported GATT
/frameworks/base/docs/html/training/basics/actionbar/
Dsetting-up.jd36 lowest supported by your app. So this
38 version is your lowest supported.</p>

123456789