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

1 2

  /external/chromium_org/tools/metrics/histograms/
histogram_ownership.py 33 obsolete = False
35 if node.tag == 'obsolete':
36 obsolete = True
45 if not obsolete:
extract_histograms.py 266 # Find <obsolete> tag.
267 obsolete_nodes = histogram.getElementsByTagName('obsolete')
270 histogram_entry['obsolete'] = reason
  /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 626 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>Deprecated.</obsolete
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/loader/appcache/
ApplicationCache.h 74 DEFINE_ATTRIBUTE_EVENT_LISTENER(obsolete);
ApplicationCache.cpp 126 return EventTypeNames::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 78 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.
  /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/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.
  /bootable/recovery/updater/
Android.mk 65 # 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.) "
273 --ldflags-obsolete)
Makefile.inc.in 115 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)
icu-config 136 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/
muscle-tab.c 399 /** If the \a variable name is obsolete, return the name to use,
407 const char *obsolete; member in struct:__anon5005
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+.
  /external/chromium_org/ui/file_manager/file_manager/common/js/
util.js 685 * 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);
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/mod_pywebsocket/
standalone.py     [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/
x86cpu.gperf 335 obsolete, x86_cpu_set, CPU_Obs
  /external/compiler-rt/make/platform/
clang_macho_embedded.mk 92 # + eprintf is obsolete anyway

Completed in 577 milliseconds

1 2