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

1 2

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/deprecated/voice/
Whitelist.java 17 package com.android.inputmethod.deprecated.voice;
SettingsUtil.java 17 package com.android.inputmethod.deprecated.voice;
WaveformImage.java 17 package com.android.inputmethod.deprecated.voice;
FieldContext.java 17 package com.android.inputmethod.deprecated.voice;
Hints.java 17 package com.android.inputmethod.deprecated.voice;
SoundIndicator.java 17 package com.android.inputmethod.deprecated.voice;
VoiceInputLogger.java 17 package com.android.inputmethod.deprecated.voice;
20 import com.android.inputmethod.deprecated.compat.VoiceInputLoggerCompatUtils;
RecognitionView.java 17 package com.android.inputmethod.deprecated.voice;
VoiceInput.java 17 package com.android.inputmethod.deprecated.voice;
  /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...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/deprecated/compat/
VoiceInputLoggerCompatUtils.java 17 package com.android.inputmethod.deprecated.compat;
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/deprecated/
LanguageSwitcherProxy.java 17 package com.android.inputmethod.deprecated;
20 import com.android.inputmethod.deprecated.languageswitcher.LanguageSwitcher;
VoiceProxy.java 17 package com.android.inputmethod.deprecated;
22 import com.android.inputmethod.deprecated.voice.FieldContext;
23 import com.android.inputmethod.deprecated.voice.Hints;
24 import com.android.inputmethod.deprecated.voice.SettingsUtil;
25 import com.android.inputmethod.deprecated.voice.VoiceInput;
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/deprecated/languageswitcher/
LanguageSwitcher.java 17 package com.android.inputmethod.deprecated.languageswitcher;
InputLanguageSelection.java 17 package com.android.inputmethod.deprecated.languageswitcher;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/descriptors/
DescriptorsUtils.java 148 String deprecated = info.getDeprecatedDoc(); local
149 if (deprecated != null) {
153 rawTooltip += "* Deprecated";
154 if (deprecated.length() != 0) {
155 rawTooltip += ": " + deprecated; //$NON-NLS-1$
157 if (deprecated.length() == 0 || !deprecated.endsWith(".")) { //$NON-NLS-1$
    [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 1592 bool deprecated = false; local
1730 bool deprecated = false; local
1822 bool deprecated = false; local
1876 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 
  /prebuilt/sdk/tools/lib/
dx.jar 
  /prebuilt/common/ecj/
ecj.jar 

Completed in 2452 milliseconds

1 2