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

1 2

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
issperr.h 6 #warning The header issperr.h is an obsolete file.
  /external/chromium_org/tools/metrics/actions/
extract_actions_test.py 25 OBSOLETE = '<obsolete>Not used anymore. Replaced by action2.</obsolete>\n'
26 TWO_OBSOLETE = '<obsolete>Obsolete1.</obsolete><obsolete>Obsolete2.</obsolete>'
36 {owners}{obsolete}{description}
86 ' <obsolete>Not used anymore. Replaced by action2.</obsolete>\n
    [all...]
extract_actions.py 632 def __init__(self, name, description, owners, obsolete=None):
636 self.obsolete = obsolete
678 # There is at most one obsolete tag for each user action.
679 obsolete_list = _ExtractText(action_dom, 'obsolete')
681 logging.error('user actions "%s" has more than one obsolete tag. At most '
682 'one obsolete tag can be added for each user action. Please'
685 obsolete = obsolete_list[0] if obsolete_list else None
687 obsolete)
698 <obsolete>Deprecated.</obsolete
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/loader/appcache/
ApplicationCache.h 70 DEFINE_ATTRIBUTE_EVENT_LISTENER(obsolete);
ApplicationCache.cpp 121 return EventTypeNames::obsolete;
  /external/protobuf/
autogen.sh 37 # TODO(kenton): Remove the ",no-obsolete" part and fix the resulting warnings.
38 autoreconf -f -i -Wall,no-obsolete
  /external/chromium_org/sdch/open-vcdiff/
autogen.sh 60 autoconf -f -W all,no-obsolete
  /external/chromium_org/third_party/tcmalloc/vendor/
autogen.sh 49 autoconf -f -W all,no-obsolete
  /external/google-tv-pairing-protocol/cpp/
autogen.sh 49 autoconf -f -W all,no-obsolete
  /external/chromium_org/third_party/icu/source/tools/icuswap/
Makefile.in 81 echo Note: icuswap is obsolete - use icupkg instead.
  /external/icu/icu4c/source/tools/icuswap/
Makefile.in 78 echo Note: icuswap is obsolete - use icupkg instead.
  /external/qemu/distrib/sdl-1.2.15/acinclude/
ltoptions.m4 113 AC_DIAGNOSE([obsolete],
149 AC_DIAGNOSE([obsolete],
305 AC_DIAGNOSE([obsolete],
312 AC_DIAGNOSE([obsolete],
345 AC_DIAGNOSE([obsolete],
  /external/chromium_org/chrome/browser/resources/help/
help.js 252 // update-obsolete-system message is displayed. No other auto-update
352 setObsoleteSystem_: function(obsolete) {
353 if (cr.isMac && $('update-obsolete-system-container')) {
354 $('update-obsolete-system-container').hidden = !obsolete;
363 $('update-obsolete-system-container') &&
364 !$('update-obsolete-system-container').hidden &&
496 HelpPage.setObsoleteSystem = function(obsolete) {
497 HelpPage.getInstance().setObsoleteSystem_(obsolete);
  /build/core/
post_clean.mk 57 # Check if we need to delete obsolete aidl-generated java files.
58 # When an aidl file gets deleted (or renamed), the generated java file is obsolete.
77 $(info *** Obsolete aidl-generated files detected, clean intermediate files...)
  /external/chromium_org/tools/metrics/histograms/
extract_histograms.py 266 # Find <obsolete> tag.
267 obsolete_nodes = histogram.getElementsByTagName('obsolete')
270 histogram_entry['obsolete'] = reason
  /external/neven/Embedded/common/src/b_BasicEm/
Basic.h 39 #error bbs_NO_MESSAGE_HANDLING is obsolete, please use bbs_COMPACT_MESSAGE_HANDLING instead.
42 #error bbs_ENABLE_MESSAGE_FPTRG is obsolete, please use error handler in context object instead.
  /sdk/files/
post_tools_install.bat 52 echo Removing obsolete %old_dst%
  /prebuilts/devtools/tools/lib/
sdkmanager.jar 
  /bootable/recovery/updater/
Android.mk 55 # so no obsolete dependecy file gets used if you switch back to an old value.
  /external/chromium_org/third_party/icu/source/config/
icu-config-bottom 52 echo " --ldflags-obsolete Print ICU obsolete link directive. Use in addition to --ldflags. (requires icuapps/obsolete to be built and installed.) "
270 --ldflags-obsolete)
Makefile.inc.in 110 ICULIBS_OBSOLETE = -l$(ICUPREFIX)obsolete$(ICULIBSUFFIX)$(ICULIBSUFFIX_VERSION)
  /external/icu/icu4c/source/config/
icu-config-bottom 52 echo " --ldflags-obsolete Print ICU obsolete link directive. Use in addition to --ldflags. (requires icuapps/obsolete to be built and installed.) "
273 --ldflags-obsolete)
Makefile.inc.in 115 ICULIBS_OBSOLETE = -l$(ICUPREFIX)obsolete$(ICULIBSUFFIX)$(ICULIBSUFFIX_VERSION)
  /external/bison/src/
muscle-tab.c 399 /** If the \a variable name is obsolete, return the name to use,
407 const char *obsolete; member in struct:__anon5000
419 if (STREQ (conversion[i].obsolete, variable))
  /external/chromium_org/v8/test/webkit/
toString-prefix-postfix-preserve-parens.js 28 /* These have become obsolete, since they are not syntactically well-formed ES5+.

Completed in 1802 milliseconds

1 2