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

1 2 3 4 5 6 7 8 91011>>

  /external/fonttools/Lib/fontTools/ufoLib/
utils.py 51 def deprecated(msg=""): function
52 """Decorator factory to mark functions as deprecated with given message.
54 >>> @deprecated("Enough!")
68 "{} function is a deprecated. {}".format(func.__name__, msg),
  /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...]
  /external/cldr/tools/java/org/unicode/cldr/tool/
GenerateBcp47Tests.java 21 System.out.println("#Deprecated");
42 String deprecated = null; local
50 if (deprecated == null) {
51 deprecatedSet.add("{\"OK\", \"en-" + extension + "-" + key + "-" + subtype + "\"}, // deprecated "
53 deprecated = subtype;
LanguageCodeConverter.java 104 String deprecated = info.get("Deprecated"); external variable declarations
105 if (deprecated != null) {
LocaleReplacements.java 52 String deprecated = value.get("Deprecated"); external variable declarations
53 if (deprecated != null) {
60 addType2item2reasonNreplacement(type2, key, preferredValue, "deprecated", false);
CompareIso3166_1Status.java 37 region, macroregion, deprecated, privateUse, unused, enum constant in enum:CompareIso3166_1Status.CldrStatus
168 if (cldrData.containsKey(LstrField.Deprecated)) {
169 cldrStatus.put(regionCode, CldrStatus.deprecated);
  /bionic/tools/versioner/src/
DeclarationDatabase.h 46 int deprecated = 0; member in struct:AvailabilityValues
50 return !(introduced || deprecated || obsoleted);
54 return std::tie(introduced, deprecated, obsoleted) ==
55 std::tie(rhs.introduced, rhs.deprecated, rhs.obsoleted);
  /external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/
TestBCP47.java 34 private static final Map<R2<String, String>, String> deprecated = SUPPLEMENTAL_DATA_INFO.getBcp47Deprecated(); field in class:TestBCP47
74 if ("true".equals(deprecated.get(keyRow))) {
75 logln("Skipping deprecated key:\t" + bcp47Key);
142 if ("true".equals(deprecated.get(row))) {
143 logln("Skipping deprecated key/type:\t" + bcp47Key + "/" + bcp47Type);
TestSubdivisions.java 62 Map<String, Status> deprecated = VALIDITY.getCodeToStatus(LstrType.subdivision); local
68 checkSubdivisionFile(file, subdivisionAliases, deprecated);
74 Map<String, Status> deprecated) {
100 countryToNameToSubdivisions.put(country, name, subdivision, deprecated.get(subdivision));
114 // remove the deprecated ones, but generate aliases
118 if (entry.getValue() != Status.regular) { // if not deprecated
135 + "\" reason=\"deprecated\"/>");
TestCanonicalIds.java 55 String deprecated = deprecatedData.get(keyType); local
56 if ("true".equals(deprecated)) {
121 if (replacement != null && replacement.get1().equals("deprecated")
123 errln("Deprecated value in " + key + ":\t" + value
172 String deprecated = regionInfo.get("Deprecated"); local
173 if (deprecated == null) {
174 errln("No deprecated info for " + value);
178 deprecated);
180 errln("Bad deprecated date for " + value + ", " + deprecated)
196 String deprecated = languageInfo.get("Deprecated"); local
    [all...]
  /external/golang-protobuf/protoc-gen-go/testdata/deprecated/
deprecated.pb.go 2 // deprecated/deprecated.proto is a deprecated file.
4 // package deprecated contains only deprecated messages and services.
6 package deprecated package
27 // DeprecatedEnum contains deprecated values.
28 type DeprecatedEnum int32 // Deprecated: Do not use.
30 // DEPRECATED is the iota value of this enum.
31 DeprecatedEnum_DEPRECATED DeprecatedEnum = 0 // Deprecated: Do not use
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/impl/
ValidIdentifiers.java 52 deprecated, enum constant in enum:ValidIdentifiers.Datasubtype
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
ValidIdentifiers.java 44 deprecated, enum constant in enum:ValidIdentifiers.Datasubtype
  /external/python/cpython3/Lib/test/
test_xml_etree_c.py 13 deprecated=True) variable
  /external/tensorflow/tensorflow/python/util/
deprecation.py 42 """Raised when setting deprecated names multiple times for the same symbol."""
47 """Adds a deprecation notice to a docstring for deprecated functions."""
48 main_text = ['THIS FUNCTION IS DEPRECATED. It will be removed %s.' %
54 'DEPRECATED FUNCTION',
55 '(deprecated)', main_text)
60 """Adds a deprecation notice to a docstring for deprecated arguments."""
65 doc, instructions, 'DEPRECATED FUNCTION ARGUMENTS',
66 '(deprecated arguments)', [
67 'SOME ARGUMENTS ARE DEPRECATED: `(%s)`. '
76 """Adds a deprecation notice to a docstring for deprecated arguments.""
274 def deprecated(date, instructions, warn_once=True): function
    [all...]
  /external/cldr/tools/java/org/unicode/cldr/util/
Validity.java 23 deprecated, private_use, // for clients of cldr with prior agreements enum constant in enum:Validity.Status
110 * @deprecated Use {@link #getStatusToCodes(LstrType)}
  /external/tensorflow/tensorflow/java/src/gen/cc/
op_specs.h 39 // TODO(annarev): hardcode depcreated to false until deprecated is possible
47 bool deprecated() const { return deprecated_; } function in class:tensorflow::java::EndpointSpec
159 // deprecation_explanation: message to show if all endpoints are deprecated
  /external/clang/test/Sema/
MicrosoftExtensions.c 121 __declspec(deprecated("This is deprecated")) enum DE1 { one, two } e1; // expected-note {{'e1' has been explicitly marked deprecated here}}
122 struct __declspec(deprecated) DS1 { int i; float f; }; // expected-note {{'DS1' has been explicitly marked deprecated here}}
124 #define MY_TEXT "This is also deprecated"
125 __declspec(deprecated(MY_TEXT)) void Dfunc1( void ) {} // expected-note {{'Dfunc1' has been explicitly marked deprecated here}} function
127 struct __declspec(deprecated(123)) DS2 {}; // expected-error {{'deprecated' attribute requires a string}
    [all...]
  /external/turbine/javatests/com/google/turbine/lower/
LowerTest.java 409 public void deprecated() throws Exception { method in class:LowerTest
412 ImmutableList.of(Parser.parse("@Deprecated class Test {}")),
  /dalvik/dx/src/com/android/dx/cf/direct/
StdAttributeFactory.java 92 return deprecated(cf, offset, length, observer);
127 return deprecated(cf, offset, length, observer);
153 return deprecated(cf, offset, length, observer);
370 * Parses a {@code Deprecated} attribute.
372 private Attribute deprecated(DirectClassFile cf, int offset, int length, method in class:StdAttributeFactory
  /external/autotest/client/common_lib/
utils.py 61 def deprecated(func): function
62 """This is a decorator which can be used to mark functions as deprecated.
65 warnings.warn("Call to deprecated function %s." % func.__name__,
796 @deprecated
798 """Function deprecated. Please use BgJob class instead."""
    [all...]
  /external/webrtc/webrtc/base/
httpcommon.cc 460 iterator deprecated = header++; local
461 headers_.erase(deprecated);
  /frameworks/av/media/codec2/sfplugin/
CCodecConfig.cpp 324 std::function<void(const ConfigMapper &)> deprecated = add; local
363 deprecated(ConfigMapper(KEY_BITRATE_MODE, "coded.bitrate-mode", "value")
379 deprecated(ConfigMapper(KEY_MAX_INPUT_SIZE, "coded.max-frame-size", "value")
506 deprecated(ConfigMapper(KEY_PREPEND_HEADERS_TO_SYNC_FRAMES,
529 deprecated(ConfigMapper("i-frame-period", "coding.gop", "intra-period")
541 deprecated(ConfigMapper(PARAMETER_KEY_REQUEST_SYNC_FRAME,
557 deprecated(ConfigMapper(KEY_OPERATING_RATE, "ctrl.operating-rate", "value")
559 deprecated(ConfigMapper(KEY_PRIORITY, "ctrl.priority", "value"));
    [all...]
  /external/dokka/maven/org/jetbrains/dokka/dokka-maven-plugin/0.9.17-g20190326/
dokka-maven-plugin-0.9.17-g20190326.jar 

Completed in 1494 milliseconds

1 2 3 4 5 6 7 8 91011>>