Searched refs:deprecated (Results 1 - 25 of 53) sorted by relevance

123

/frameworks/rs/script_api/include/
H A Drs_graphics.rsh30 // #error "RenderScript graphics is deprecated and not supported in 64bit mode."
46 deprecated
73 deprecated
99 deprecated
122 deprecated
148 deprecated
174 deprecated
192 deprecated
210 deprecated
228 deprecated
[all...]
/frameworks/base/media/jni/soundpool/
H A DAndroid.mk21 LOCAL_CFLAGS += -Wall -Werror -Wno-error=deprecated-declarations -Wunused -Wunreachable-code
/frameworks/base/media/tests/audiotests/
H A DAndroid.mk23 LOCAL_CFLAGS += -Wall -Werror -Wno-error=deprecated-declarations -Wunused -Wunreachable-code
/frameworks/rs/tests/lldb/
H A Dconfig.py21 from tests.harness.decorators import deprecated namespace
111 @deprecated()
/frameworks/rs/script_api/
H A Drs_graphics.spec24 // #error "RenderScript graphics is deprecated and not supported in 64bit mode."
45 deprecated: 22
63 deprecated: 22
76 deprecated: 22
93 deprecated: 22
111 deprecated: 22
121 deprecated: 22
133 deprecated: 22
144 deprecated: 22
155 deprecated
[all...]
H A Drs_object_info.spec302 deprecated: 22, This function is deprecated and will be removed from the SDK in a future release.
H A DGenerateDocumentation.cpp251 const bool deprecated = definition->deprecated(); local
252 if ((deprecatedSelector == DEPRECATED_ONLY && !deprecated) ||
253 (deprecatedSelector == NON_DEPRECATED_ONLY && deprecated)) {
264 if (deprecated) {
467 if (definition->deprecated()) {
H A DGenerateHeaderFiles.cpp116 constant.deprecated(), true);
198 writeComment(file, name, type.getSummary(), type.getDescription(), type.deprecated(), true);
286 function.deprecated(), false);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DOemHookIndication.java19 import android.hardware.radio.deprecated.V1_0.IOemHookIndication;
H A DOemHookResponse.java19 import android.hardware.radio.deprecated.V1_0.IOemHookResponse;
/frameworks/av/drm/libmediadrm/
H A DAndroid.mk56 LOCAL_CFLAGS += -Werror -Wno-error=deprecated-declarations -Wall
/frameworks/av/media/libmediametrics/
H A DAndroid.mk30 LOCAL_CFLAGS += -Werror -Wno-error=deprecated-declarations -Wall
/frameworks/av/services/mediaanalytics/
H A DAndroid.mk50 LOCAL_CFLAGS := -Werror -Wall -Wno-error=deprecated-declarations
/frameworks/opt/net/voip/src/jni/rtp/
H A DAndroid.mk55 # getInput() is deprecated but we want to continue to track the usage of it elsewhere
56 LOCAL_CFLAGS += -fvisibility=hidden -Wall -Wextra -Wno-deprecated-declarations -Werror
/frameworks/av/media/libmediaplayerservice/
H A DAndroid.mk62 LOCAL_CFLAGS += -Werror -Wno-error=deprecated-declarations -Wall
/frameworks/base/media/jni/
H A DAndroid.mk71 LOCAL_CFLAGS += -Wall -Werror -Wno-error=deprecated-declarations -Wunused -Wunreachable-code
/frameworks/rs/tests/lldb/tests/harness/
H A Ddecorators.py96 class deprecated(object): class in inherits:object
100 >>> @deprecated()
105 DeprecationWarning: `__main__.myfunc()` is deprecated and will be removed soon.
108 ... @deprecated(alternative_feature='print')
114 DeprecationWarning: `__main__.MyClass.myfunc()` is deprecated and will be removed soon. Use 'print' instead.
142 warning = "`%s.%s%s()` is deprecated and will be removed %s. %s" % (
/frameworks/base/tools/aapt2/java/
H A DManifestClassGenerator_test.cpp101 <!-- @deprecated This permission is for playing outside. -->
123 * @deprecated This permission is for playing outside.
/frameworks/rs/driver/runtime/
H A Dbuild_bc_lib_internal.mk33 # Disable deprecated warnings, because we have to support even legacy APIs.
34 bc_warning_flags := -Wno-deprecated -Werror
/frameworks/base/services/
H A DAndroid.mk18 # Uncomment to enable output of certain warnings (deprecated, unchecked)
/frameworks/opt/telephony/
H A DAndroid.mk30 android.hardware.radio.deprecated-V1.0-java-static
/frameworks/native/include/android/
H A Dsensor.h383 __attribute__ ((deprecated)) ASensorManager* ASensorManager_getInstance();
/frameworks/av/media/libmedia/
H A DAndroid.mk111 LOCAL_CFLAGS += -Werror -Wno-error=deprecated-declarations -Wall
/frameworks/av/media/libstagefright/
H A DAndroid.mk129 LOCAL_CFLAGS += -Wno-multichar -Werror -Wno-error=deprecated-declarations -Wall
/frameworks/base/core/tests/coretests/src/android/net/
H A DLinkPropertiesTest.java439 LinkAddress deprecated = new LinkAddress(ADDRV6, 128,
441 assertTrue(deprecated.isSameAddressAs(LINKADDRV6));
442 assertFalse(deprecated.equals(LINKADDRV6));
445 assertTrue(lp.addLinkAddress(deprecated));
447 assertEquals(deprecated, getFirstLinkAddress(lp));
450 // Removing LINKADDRV6 removes deprecated, because removing addresses ignores properties.

Completed in 533 milliseconds

123