Home
last modified time | relevance | path

Searched refs:deprecated (Results 1 – 25 of 157) sorted by relevance

1234567

/external/libxml2/
DDOCBparser.c43 static int deprecated = 0; in docbEncodeEntities() local
45 if (!deprecated) { in docbEncodeEntities()
48 deprecated = 1; in docbEncodeEntities()
67 static int deprecated = 0; in docbParseDocument() local
69 if (!deprecated) { in docbParseDocument()
72 deprecated = 1; in docbParseDocument()
88 static int deprecated = 0; in docbFreeParserCtxt() local
90 if (!deprecated) { in docbFreeParserCtxt()
93 deprecated = 1; in docbFreeParserCtxt()
115 static int deprecated = 0; in docbParseChunk() local
[all …]
Dlegacy.c55 static int deprecated = 0; in htmlDecodeEntities() local
57 if (!deprecated) { in htmlDecodeEntities()
60 deprecated = 1; in htmlDecodeEntities()
416 static int deprecated = 0; in xmlDecodeEntities() local
418 if (!deprecated) { in xmlDecodeEntities()
421 deprecated = 1; in xmlDecodeEntities()
446 static int deprecated = 0; in xmlNamespaceParseNCName() local
448 if (!deprecated) { in xmlNamespaceParseNCName()
451 deprecated = 1; in xmlNamespaceParseNCName()
481 static int deprecated = 0; in xmlNamespaceParseQName() local
[all …]
/external/bluetooth/bluez/doc/
Daudio-api.txt69 boolean IsConnected() {deprecated}
92 boolean IsPlaying() {deprecated}
97 uint16 GetSpeakerGain() {deprecated}
102 uint16 GetMicrophoneGain() {deprecated}
107 void SetSpeakerGain(uint16 gain) {deprecated}
111 void SetMicrophoneGain(uint16 gain) {deprecated}
135 void Connected() {deprecated}
139 void Disconnected() {deprecated}
143 void Stopped() {deprecated}
147 void Playing() {deprecated}
[all …]
Dmanager-api.txt40 array{object} ListAdapters() {deprecated}
43 This method is deprecated, instead use the Adapters
/external/libpng/scripts/
Dpngw32.def79 ; png_permit_empty_plte is deprecated
86 ; png_read_init is deprecated
117 ; png_set_gray_1_2_4_to_8 is deprecated
173 ; png_write_init is deprecated
178 ; png_read_init_2 and png_write_init_2 are deprecated.
192 ; png_read_init_3, png_info_init_3, and png_write_init_3 are deprecated.
Dpng32ce.def84 ; png_read_init is deprecated
115 png_set_gray_1_2_4_to_8 @107 ; deprecated
170 ; png_write_init is deprecated
175 ; png_read_init_2 and png_write_init_2 are deprecated.
Dpngos2.def90 ; png_read_init ; deprecated
120 ; png_set_gray_1_2_4_to_8 ; deprecated as of libpng-1.2.9
175 ; png_write_init ; deprecated
/external/webkit/WebKit/chromium/src/
DResourceHandle.cpp172 Frame* deprecated, in create() argument
180 if (newHandle->start(deprecated)) in create()
206 bool ResourceHandle::start(Frame* deprecated) in start() argument
248 Frame* deprecated) in loadResourceSynchronously() argument
/external/libvpx/
Dvp8_api1_migration.txt1 Version 2.x of this library has deprecated or removed a number of interfaces to
3 deprecated state, and will generate compiler warnings when they are referenced.
135 This control was deprecated in favor of the `flags` parameter to
152 This control was deprecated in favor of the `flags` parameter to
180 This control was deprecated in favor of the `flags` parameter to
/external/icu4c/common/unicode/
Dumachine.h114 # define U_ATTRIBUTE_DEPRECATED __attribute__ ((deprecated))
121 # define U_ATTRIBUTE_DEPRECATED __declspec(deprecated)
/external/chromium/third_party/icu/public/common/unicode/
Dumachine.h111 # define U_ATTRIBUTE_DEPRECATED __attribute__ ((deprecated))
114 # define U_ATTRIBUTE_DEPRECATED __declspec(deprecated)
/external/bluetooth/glib/gobject/
Dgmarshal.list22 # NONE deprecated alias for VOID
23 # BOOL deprecated alias for BOOLEAN
/external/libvpx/vpx/
Dvpx_codec.h51 #define DEPRECATED __attribute__ ((deprecated))
55 #define DECLSPEC_DEPRECATED __declspec(deprecated) /**< \copydoc #DEPRECATED */
/external/chromium/third_party/icu/source/test/hdrtst/
Ddfiles.txt4 # in 2.6 - no deprecated headers.
/external/icu4c/test/hdrtst/
Ddfiles.txt4 # in 2.6 - no deprecated headers.
/external/webkit/WebKitTools/DumpRenderTree/qt/
Dfonts.conf6 Accept deprecated 'mono' alias, replacing it with 'monospace'
30 Accept deprecated 'sans' alias, replacing it with 'sans-serif'
/external/webkit/WebKitTools/DumpRenderTree/gtk/
Dfonts.conf6 Accept deprecated 'mono' alias, replacing it with 'monospace'
30 Accept deprecated 'sans' alias, replacing it with 'sans-serif'
/external/webkit/WebKit/mac/Misc/
DWebAssertions.h30 #warning <WebKit/WebAssertions.h> is deprecated. Please move away from this SPI as soon as is poss…
/external/kernel-headers/original/linux/
Dcompiler-gcc.h29 #define __deprecated __attribute__((deprecated))
/external/freetype/include/freetype/
Dftmac.h42 #define FT_DEPRECATED_ATTRIBUTE __attribute__((deprecated))
/external/webkit/WebKit/gtk/docs/
DGNUmakefile.am27 # e.g. SCAN_OPTIONS=--deprecated-guards="GTK_DISABLE_DEPRECATED"
28 SCAN_OPTIONS=--deprecated-guards="WEBKIT_DISABLE_DEPRECATED" --ignore-decorators="WEBKIT_API"
/external/bluetooth/glib/docs/
Dmacros.txt74 - added verbosity of gscanner.c to catch deprecated code paths
75 - added verbosity of gutils.c to catch deprecated code paths
/external/webkit/WebKit/gtk/webkit/
Dwebkitdefines.h35 #define WEBKIT_OBSOLETE_API WEBKIT_API __attribute__((deprecated))
/external/icu4c/
DDoxyfile.in36 "deprecated=\xrefitem deprecated \"Deprecated\" \"Deprecated List\"" \
/external/protobuf/src/google/protobuf/
Dunittest_micro.proto158 // Test that deprecated fields work. We only verify that they compile (at one
161 optional int32 deprecated_field = 1 [deprecated = true];

1234567