HomeSort by relevance Sort by last modified time
    Searched defs:deprecated (Results 1 - 18 of 18) sorted by null

  /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...]
  /sdk/ide_common/src/com/android/ide/common/resources/configuration/
ResourceQualifier.java 43 * Whether this qualifier is deprecated.
45 public boolean deprecated() { method in class:ResourceQualifier
ScreenDimensionQualifier.java 79 public boolean deprecated() { method in class:ScreenDimensionQualifier
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/descriptors/
TextAttributeDescriptor.java 48 public static final String DEPRECATED_CATEGORY = "Deprecated";
166 String deprecated = info.getDeprecatedDoc(); local
167 if (deprecated != null) {
171 rawTooltip += "* Deprecated";
172 if (deprecated.length() != 0) {
173 rawTooltip += ": " + deprecated; //$NON-NLS-1$
175 if (deprecated.length() == 0 || !deprecated.endsWith(".")) { //$NON-NLS-1$
  /external/clang/test/Sema/
MicrosoftExtensions.c 90 __declspec(deprecated("This is deprecated")) enum DE1 { one, two } e1;
91 struct __declspec(deprecated) DS1 { int i; float f; };
93 #define MY_TEXT "This is also deprecated"
94 __declspec(deprecated(MY_TEXT)) void Dfunc1( void ) {} function
97 e1 = one; // expected-warning {{'e1' is deprecated: This is deprecated}}
98 struct DS1 s = { 0 }; // expected-warning {{'DS1' is deprecated}}
99 Dfunc1(); // expected-warning {{'Dfunc1' is deprecated: This is also deprecated}}
    [all...]
  /dalvik/dx/src/com/android/dx/cf/direct/
StdAttributeFactory.java 85 return deprecated(cf, offset, length, observer);
117 return deprecated(cf, offset, length, observer);
143 return deprecated(cf, offset, length, observer);
335 * Parses a {@code Deprecated} attribute.
337 private Attribute deprecated(DirectClassFile cf, int offset, int length, method in class:StdAttributeFactory
  /external/iproute2/ip/
ipaddress.c 75 fprintf(stderr, " tentative | deprecated | dadfailed | temporary |\n");
455 int deprecated = 0; local
588 deprecated = 1;
589 fprintf(fp, "deprecated ");
622 if (deprecated)
767 } else if (strcmp(*argv, "deprecated") == 0) {
  /external/chromium/third_party/libjingle/source/talk/base/
httpcommon.cc 466 iterator deprecated = header++; local
467 headers_.erase(deprecated);
  /frameworks/base/tools/aapt/
Resource.cpp 1627 bool deprecated = false; local
1765 bool deprecated = false; local
1857 bool deprecated = false; local
1911 bool deprecated = false; local
    [all...]
  /external/protobuf/src/google/protobuf/
descriptor.pb.h 3908 inline bool FieldOptions::deprecated() const { function in class:google::protobuf::FieldOptions
    [all...]
  /prebuilt/common/netbeans-visual/
org-openide-util.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.jasper_5.5.17.v201004212143.jar 
org.eclipse.jdt.core_3.6.2.v_A76_R36x.jar 
org.eclipse.pde.core_3.6.1.v20100902_r361.jar 
  /prebuilts/sdk/tools/lib/
dx.jar 
  /prebuilt/common/ecj/
ecj.jar 
  /prebuilt/common/groovy/
groovy-all-1.7.0.jar 

Completed in 376 milliseconds