HomeSort by relevance Sort by last modified time
    Searched refs:deprecated (Results 1 - 25 of 66) sorted by null

1 2 3

  /external/libxml2/
DOCBparser.c 4 * This is deprecated !!!
43 static int deprecated = 0; local
45 if (!deprecated) {
47 "docbEncodeEntities() deprecated function reached\n");
48 deprecated = 1;
67 static int deprecated = 0; local
69 if (!deprecated) {
71 "docbParseDocument() deprecated function reached\n");
72 deprecated = 1;
88 static int deprecated = 0 local
115 static int deprecated = 0; local
150 static int deprecated = 0; local
181 static int deprecated = 0; local
207 static int deprecated = 0; local
234 static int deprecated = 0; local
266 static int deprecated = 0; local
293 static int deprecated = 0; local
    [all...]
legacy.c 2 * legacy.c: set of deprecated routines, not to be used anymore but
26 * Deprecated functions kept for compatibility *
44 * DEPRECATED !!!!
55 static int deprecated = 0; local
57 if (!deprecated) {
59 "htmlDecodeEntities() deprecated function reached\n");
60 deprecated = 1;
70 * Deprecated call
81 * Deprecated call
397 * This function is deprecated, we now always process entities conten
416 static int deprecated = 0; local
446 static int deprecated = 0; local
481 static int deprecated = 0; local
510 static int deprecated = 0; local
533 static int deprecated = 0; local
561 static int deprecated = 0; local
593 static int deprecated = 0; local
633 static int deprecated = 0; local
659 static int deprecated = 0; local
683 static int deprecated = 0; local
703 static int deprecated = 0; local
    [all...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/sys/
asoundlib.h 1 #warning This header is deprecated, use <alsa/asoundlib.h> instead.
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/backward/
backward_warning.h 29 This file includes at least one deprecated or antiquated header which \
31 non-deprecated interface with equivalent functionality instead. For a \
33 backward_warning.h. To disable this warning use -Wno-deprecated.
  /external/webkit/WebKit/mac/Misc/
WebAssertions.h 30 #warning <WebKit/WebAssertions.h> is deprecated. Please move away from this SPI as soon as is possible.
  /bionic/libc/kernel/common/linux/
compiler-gcc.h 19 #define __deprecated __attribute__((deprecated))
  /development/ndk/platforms/android-3/include/linux/
compiler-gcc.h 19 #define __deprecated __attribute__((deprecated))
  /external/kernel-headers/original/linux/
compiler-gcc.h 29 #define __deprecated __attribute__((deprecated))
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/linux/
compiler-gcc.h 19 #define __deprecated __attribute__((deprecated))
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/linux/
compiler-gcc.h 19 #define __deprecated __attribute__((deprecated))
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/linux/
compiler-gcc.h 19 #define __deprecated __attribute__((deprecated))
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/linux/
compiler-gcc.h 19 #define __deprecated __attribute__((deprecated))
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/linux/
compiler-gcc.h 19 #define __deprecated __attribute__((deprecated))
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/linux/
compiler-gcc.h 19 #define __deprecated __attribute__((deprecated))
  /external/freetype/include/freetype/
ftmac.h 38 /* gcc-3.4.1 and later can warn about functions tagged as deprecated */
42 #define FT_DEPRECATED_ATTRIBUTE __attribute__((deprecated))
  /external/webkit/WebKit/chromium/src/
ResourceHandle.cpp 172 Frame* deprecated,
180 if (newHandle->start(deprecated))
206 bool ResourceHandle::start(Frame* deprecated)
248 Frame* deprecated)
  /build/tools/apicheck/src/com/android/apicheck/
ConstructorInfo.java 35 String deprecated, String scope, SourcePositionInfo pos, ClassInfo clazz) {
40 mDeprecated= deprecated;
FieldInfo.java 35 String value, boolean isStatic, boolean isFinal, String deprecated,
44 mDeprecated = deprecated;
MethodInfo.java 38 boolean isSynchronized, boolean isStatic, boolean isFinal, String deprecated
48 mDeprecated = deprecated;
  /external/chromium/third_party/icu/public/common/unicode/
umachine.h 111 # define U_ATTRIBUTE_DEPRECATED __attribute__ ((deprecated))
114 # define U_ATTRIBUTE_DEPRECATED __declspec(deprecated)
124 /** This is used to declare a function as a deprecated public ICU C API */
  /external/icu4c/common/unicode/
umachine.h 114 # define U_ATTRIBUTE_DEPRECATED __attribute__ ((deprecated))
121 # define U_ATTRIBUTE_DEPRECATED __declspec(deprecated)
131 /** This is used to declare a function as a deprecated public ICU C API */
  /external/webkit/WebKit/gtk/docs/
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/webkit/WebKit/gtk/webkit/
webkitdefines.h 35 #define WEBKIT_OBSOLETE_API WEBKIT_API __attribute__((deprecated))
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/
Xfuncproto.h 118 # define _X_DEPRECATED __attribute__((deprecated))
  /external/bluetooth/glib/docs/reference/gobject/
Makefile.am 16 SCAN_OPTIONS=--deprecated-guards="G_DISABLE_DEPRECATED" \

Completed in 224 milliseconds

1 2 3