Searched refs:obsolete (Results 1 - 25 of 32) sorted by relevance

12

/external/chromium_org/tools/metrics/histograms/
H A Dhistogram_ownership.py33 obsolete = False
35 if node.tag == 'obsolete':
36 obsolete = True
45 if not obsolete:
/external/chromium_org/tools/metrics/actions/
H A Dextract_actions_test.py25 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'
120 def _GetProcessedAction(self, owner, description, obsolete, new_action
[all...]
H A Dextract_actions.py626 def __init__(self, name, description, owners, obsolete=None):
630 self.obsolete = obsolete
672 # There is at most one obsolete tag for each user action.
673 obsolete_list = _ExtractText(action_dom, 'obsolete')
675 logging.error('user actions "%s" has more than one obsolete tag. At most '
676 'one obsolete tag can be added for each user action. Please'
679 obsolete = obsolete_list[0] if obsolete_list else None
681 obsolete)
692 <obsolete>Deprecate
[all...]
/external/protobuf/
H A Dautogen.sh37 # TODO(kenton): Remove the ",no-obsolete" part and fix the resulting warnings.
38 autoreconf -f -i -Wall,no-obsolete
H A DMakefile.am163 m4/lt~obsolete.m4 \
/external/chromium_org/sdch/open-vcdiff/
H A Dautogen.sh60 autoconf -f -W all,no-obsolete
/external/chromium_org/third_party/WebKit/Source/core/loader/appcache/
H A DApplicationCache.h74 DEFINE_ATTRIBUTE_EVENT_LISTENER(obsolete);
H A DApplicationCache.cpp126 return EventTypeNames::obsolete;
/external/chromium_org/third_party/tcmalloc/vendor/
H A Dautogen.sh49 autoconf -f -W all,no-obsolete
/external/google-tv-pairing-protocol/cpp/
H A Dautogen.sh49 autoconf -f -W all,no-obsolete
/external/chromium_org/chrome/browser/resources/help/
H A Dhelp_page.js281 // update-obsolete-system message is displayed. No other auto-update
403 * @param {boolean} obsolete Whether the system is obsolete.
406 setObsoleteSystem_: function(obsolete) {
407 if (cr.isMac && $('update-obsolete-system-container')) {
408 $('update-obsolete-system-container').hidden = !obsolete;
419 $('update-obsolete-system-container') &&
420 !$('update-obsolete-system-container').hidden &&
577 HelpPage.setObsoleteSystem = function(obsolete) {
[all...]
/external/chromium_org/third_party/icu/source/tools/icuswap/
H A DMakefile.in78 echo Note: icuswap is obsolete - use icupkg instead.
/external/icu/icu4c/source/tools/icuswap/
H A DMakefile.in78 echo Note: icuswap is obsolete - use icupkg instead.
/external/qemu/distrib/sdl-1.2.15/acinclude/
H A Dltoptions.m4113 AC_DIAGNOSE([obsolete],
149 AC_DIAGNOSE([obsolete],
305 AC_DIAGNOSE([obsolete],
312 AC_DIAGNOSE([obsolete],
345 AC_DIAGNOSE([obsolete],
/external/neven/Embedded/common/src/b_BasicEm/
H A DBasic.h39 #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.
/external/chromium_org/ui/file_manager/file_manager/common/js/
H A Dutil.js685 * Remove over-capacity and obsolete items.
701 var obsolete = 0;
702 while (obsolete < keys.length &&
703 map[keys[obsolete]].expire < cutoff) {
704 obsolete++;
709 var itemsToDelete = Math.max(obsolete, overCapacity);
/external/chromium_org/third_party/icu/source/config/
H A Dicu-config-bottom52 echo " --ldflags-obsolete Print ICU obsolete link directive. Use in addition to --ldflags. (requires icuapps/obsolete to be built and installed.) "
273 --ldflags-obsolete)
H A DMakefile.inc.in115 ICULIBS_OBSOLETE = -l$(ICUPREFIX)obsolete$(ICULIBSUFFIX)$(ICULIBSUFFIX_VERSION)
/external/icu/icu4c/source/config/
H A Dicu-config-bottom52 echo " --ldflags-obsolete Print ICU obsolete link directive. Use in addition to --ldflags. (requires icuapps/obsolete to be built and installed.) "
273 --ldflags-obsolete)
H A DMakefile.inc.in115 ICULIBS_OBSOLETE = -l$(ICUPREFIX)obsolete$(ICULIBSUFFIX)$(ICULIBSUFFIX_VERSION)
H A Dicu-config136 ICULIBS_OBSOLETE="-l${ICUPREFIX}obsolete${ICULIBSUFFIX}${ICULIBSUFFIX_VERSION}"
399 echo " --ldflags-obsolete Print ICU obsolete link directive. Use in addition to --ldflags. (requires icuapps/obsolete to be built and installed.) "
617 --ldflags-obsolete)
/external/bison/src/
H A Dmuscle-tab.c399 /** If the \a variable name is obsolete, return the name to use,
407 const char *obsolete; member in struct:__anon380
419 if (STREQ (conversion[i].obsolete, variable))
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/
H A Dx86cpu.gperf335 obsolete, x86_cpu_set, CPU_Obs
/external/compiler-rt/make/platform/
H A Dclang_macho_embedded.mk92 # + eprintf is obsolete anyway
/external/clang/lib/StaticAnalyzer/Checkers/
H A DCheckSecuritySyntaxOnly.cpp617 << "' is obsolete because it implements a poor random number generator."

Completed in 2773 milliseconds

12