HomeSort by relevance Sort by last modified time
    Searched refs:DEPRECATED (Results 1 - 19 of 19) sorted by null

  /external/chromium_org/third_party/libxml/src/
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...]
  /external/libxml2/
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...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vpx/
vpx_codec.h 49 /*!\brief Decorator indicating a function is deprecated */
50 #ifndef DEPRECATED
52 #define DEPRECATED __attribute__ ((deprecated))
54 #define DEPRECATED
56 #define DEPRECATED
58 #endif /* DEPRECATED */
62 #define DECLSPEC_DEPRECATED /**< \copydoc #DEPRECATED */
64 #define DECLSPEC_DEPRECATED __declspec(deprecated) /**< \copydoc #DEPRECATED */
    [all...]
  /external/libvpx/libvpx/vpx/
vpx_codec.h 49 /*!\brief Decorator indicating a function is deprecated */
50 #ifndef DEPRECATED
52 #define DEPRECATED __attribute__ ((deprecated))
54 #define DEPRECATED
56 #define DEPRECATED
58 #endif /* DEPRECATED */
62 #define DECLSPEC_DEPRECATED /**< \copydoc #DEPRECATED */
64 #define DECLSPEC_DEPRECATED __declspec(deprecated) /**< \copydoc #DEPRECATED */
    [all...]
  /external/doclava/src/com/google/doclava/
Errors.java 165 public static final Error DEPRECATED = new Error(112, HIDDEN);
178 UNAVAILABLE_SYMBOL, HIDDEN_SUPERCLASS, DEPRECATED, DEPRECATION_MISMATCH, MISSING_COMMENT,
Stubs.java 91 // don't bother reporting deprecated methods
93 Errors.error(Errors.DEPRECATED, m.position(), "Method " + cl.qualifiedName() + "."
94 + m.name() + " is deprecated");
138 // not hidden, but deprecated
139 Errors.error(Errors.DEPRECATED, cl.position(), "Class " + cl.qualifiedName()
140 + " is deprecated");
772 * flag is true also write out a {@code @Deprecated} annotation if it did not
774 * {@code @deprecated} in their documentation but fail to add
775 * {@code @Deprecated} as an annotation.
791 && ann.type().qualifiedName().equals("java.lang.Deprecated")) {
    [all...]
  /external/chromium_org/chrome/common/extensions/docs/server2/
file_system.py 137 '''DEPRECATED: Please try to use StatAsync instead.
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.repository.tools_2.0.1.R36x_v20100823.jar 
com.ibm.icu_4.2.1.v20100412.jar 
org.eclipse.jdt.core_3.6.2.v_A76_R36x.jar 
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-0.9/
string-unpack-code.js     [all...]
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-0.9.1/
string-unpack-code.js     [all...]
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-1.0/
string-unpack-code.js     [all...]
  /external/chromium_org/third_party/polymer/components-chromium/core-component-page/
core-component-page-extracted.js     [all...]
  /external/chromium_org/third_party/checkstyle/
checkstyle-5.7-all.jar 
  /build/tools/droiddoc/templates-sac/assets/js/
android_3p-bundle.js 37 * You can also use the (html deprecated) {@code <xmp>} tag, but the pretty
777 * [style : string, pattern : RegExp, DEPRECATED, shortcut : string].
    [all...]
  /build/tools/droiddoc/templates-sdk/assets/js/
android_3p-bundle.js 37 * You can also use the (html deprecated) {@code <xmp>} tag, but the pretty
777 * [style : string, pattern : RegExp, DEPRECATED, shortcut : string].
    [all...]
  /build/tools/droiddoc/templates-sdk-dyn/assets/js/
android_3p-bundle.js 37 * You can also use the (html deprecated) {@code <xmp>} tag, but the pretty
777 * [style : string, pattern : RegExp, DEPRECATED, shortcut : string].
    [all...]
  /external/chromium_org/third_party/closure_compiler/compiler/
compiler.jar 

Completed in 623 milliseconds