/external/libxml2/ |
D | DOCBparser.c | 43 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 …]
|
D | legacy.c | 55 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/ |
D | audio-api.txt | 69 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 …]
|
D | manager-api.txt | 40 array{object} ListAdapters() {deprecated} 43 This method is deprecated, instead use the Adapters
|
/external/libpng/scripts/ |
D | pngw32.def | 79 ; 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.
|
D | png32ce.def | 84 ; 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.
|
D | pngos2.def | 90 ; 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/ |
D | ResourceHandle.cpp | 172 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/ |
D | vp8_api1_migration.txt | 1 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/ |
D | umachine.h | 114 # define U_ATTRIBUTE_DEPRECATED __attribute__ ((deprecated)) 121 # define U_ATTRIBUTE_DEPRECATED __declspec(deprecated)
|
/external/chromium/third_party/icu/public/common/unicode/ |
D | umachine.h | 111 # define U_ATTRIBUTE_DEPRECATED __attribute__ ((deprecated)) 114 # define U_ATTRIBUTE_DEPRECATED __declspec(deprecated)
|
/external/bluetooth/glib/gobject/ |
D | gmarshal.list | 22 # NONE deprecated alias for VOID 23 # BOOL deprecated alias for BOOLEAN
|
/external/libvpx/vpx/ |
D | vpx_codec.h | 51 #define DEPRECATED __attribute__ ((deprecated)) 55 #define DECLSPEC_DEPRECATED __declspec(deprecated) /**< \copydoc #DEPRECATED */
|
/external/chromium/third_party/icu/source/test/hdrtst/ |
D | dfiles.txt | 4 # in 2.6 - no deprecated headers.
|
/external/icu4c/test/hdrtst/ |
D | dfiles.txt | 4 # in 2.6 - no deprecated headers.
|
/external/webkit/WebKitTools/DumpRenderTree/qt/ |
D | fonts.conf | 6 Accept deprecated 'mono' alias, replacing it with 'monospace' 30 Accept deprecated 'sans' alias, replacing it with 'sans-serif'
|
/external/webkit/WebKitTools/DumpRenderTree/gtk/ |
D | fonts.conf | 6 Accept deprecated 'mono' alias, replacing it with 'monospace' 30 Accept deprecated 'sans' alias, replacing it with 'sans-serif'
|
/external/webkit/WebKit/mac/Misc/ |
D | WebAssertions.h | 30 #warning <WebKit/WebAssertions.h> is deprecated. Please move away from this SPI as soon as is poss…
|
/external/kernel-headers/original/linux/ |
D | compiler-gcc.h | 29 #define __deprecated __attribute__((deprecated))
|
/external/freetype/include/freetype/ |
D | ftmac.h | 42 #define FT_DEPRECATED_ATTRIBUTE __attribute__((deprecated))
|
/external/webkit/WebKit/gtk/docs/ |
D | GNUmakefile.am | 27 # 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/ |
D | macros.txt | 74 - 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/ |
D | webkitdefines.h | 35 #define WEBKIT_OBSOLETE_API WEBKIT_API __attribute__((deprecated))
|
/external/icu4c/ |
D | Doxyfile.in | 36 "deprecated=\xrefitem deprecated \"Deprecated\" \"Deprecated List\"" \
|
/external/protobuf/src/google/protobuf/ |
D | unittest_micro.proto | 158 // Test that deprecated fields work. We only verify that they compile (at one 161 optional int32 deprecated_field = 1 [deprecated = true];
|