Searched refs:legacy (Results 1 - 25 of 49) sorted by relevance

12

/external/llvm/include/llvm/
H A DPassManager.h10 // This is a legacy redirect header for the old PassManager. It is intended to
13 // initially. Eventually this header (and the legacy management layer) will go
20 // including LegacyPassManager.h and using the legacy namespace.
33 using legacy::PassManagerBase;
34 using legacy::PassManager;
35 using legacy::FunctionPassManager;
/external/libcxx/test/utilities/utility/forward/
H A Dmove_if_noexcept.pass.cpp35 struct legacy struct
37 legacy() {} function in struct:legacy
38 legacy(const legacy&);
46 legacy l;
61 static_assert((std::is_same<decltype(std::move_if_noexcept(l)), const legacy&>::value), "");
/external/chromium_org/chrome/common/extensions/docs/static/sass/
H A D_normalize.scss36 $legacy-support-for-ie6: false !default; // Override default set in Compass' Support partial.
39 $legacy-support-for-ie7: false !default; // Override default set in Compass' Support partial.
78 @if $legacy-support-for-ie6 or $legacy-support-for-ie7 {
118 @if not $strict-normalize or $legacy-support-for-ie6 or $legacy-support-for-ie7 {
130 @if $legacy-support-for-ie6 or $legacy-support-for-ie7 {
185 @if not $strict-normalize or $legacy-support-for-ie6 or $legacy
[all...]
/external/llvm/include/llvm/IR/
H A DLegacyPassManager.h10 // This file defines the legacy PassManager class. This class is used to hold,
28 namespace legacy { namespace in namespace:llvm
104 } // End legacy namespace
107 DEFINE_STDCXX_CONVERSION_FUNCTIONS(legacy::PassManagerBase, LLVMPassManagerRef)
/external/llvm/test/MC/Mips/
H A Delf_eflags_nanlegacy.s11 # CHECK-ASM: .nan legacy
15 .nan legacy
/external/llvm/include/llvm/Transforms/IPO/
H A DPassManagerBuilder.h24 // The old pass manager infrastructure is hidden in a legacy namespace now.
25 namespace legacy { namespace in namespace:llvm
29 using legacy::PassManagerBase;
30 using legacy::FunctionPassManager;
/external/chromium_org/ash/wm/
H A Dpower_button_controller.h51 void set_has_legacy_power_button_for_test(bool legacy) { argument
52 has_legacy_power_button_ = legacy;
/external/chromium_org/third_party/icu/source/samples/legacy/
H A DMakefile30 TARGET=legacy
33 OBJECTS=legacy.o newcol.o oldcol.o
/external/icu/icu4c/source/samples/legacy/
H A DMakefile30 TARGET=legacy
33 OBJECTS=legacy.o newcol.o oldcol.o
/external/chromium_org/third_party/webrtc/modules/audio_processing/test/
H A Dapmtest.m1 function apmtest(task, testname, filepath, casenumber, legacy)
26 if nargin < 5 || isempty(legacy)
28 legacy = false;
65 if legacy
77 if legacy
100 if legacy
112 if legacy
147 progname, opt, simulateMode, nErr, nCases, task, casenumber, legacy);
171 legacy)
202 if legacy
[all...]
/external/webrtc/src/modules/audio_processing/test/
H A Dapmtest.m1 function apmtest(task, testname, filepath, casenumber, legacy)
26 if nargin < 5 || isempty(legacy)
28 legacy = false;
65 if legacy
77 if legacy
100 if legacy
112 if legacy
147 progname, opt, simulateMode, nErr, nCases, task, casenumber, legacy);
171 legacy)
202 if legacy
[all...]
/external/chromium_org/third_party/icu/source/samples/
H A Dreadme.txt21 legacy - demonstrates using two versions of ICU in one application
78 - legacy and layout are not included in these lists,
/external/icu/icu4c/source/samples/
H A Dreadme.txt21 legacy - demonstrates using two versions of ICU in one application
78 - legacy and layout are not included in these lists,
/external/llvm/include/llvm/Target/
H A DTargetMachine.h51 // The old pass manager infrastructure is hidden in a legacy namespace now.
52 namespace legacy { namespace in namespace:llvm
55 using legacy::PassManagerBase;
/external/libxml2/
H A DAndroid.mk43 legacy.c \
/external/llvm/include/llvm/CodeGen/
H A DPasses.h35 // The old pass manager infrastructure is hidden in a legacy namespace now.
36 namespace legacy { namespace in namespace:llvm
39 using legacy::PassManagerBase;
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.core.runtime_3.6.0.v20100505.jar ... org/eclipse/core/internal/preferences/ org/eclipse/core/internal/preferences/legacy/ org/eclipse/core/internal/preferences/legacy/InitLegacyPreferences.class InitLegacyPreferences ...
/external/chromium_org/third_party/mesa/src/src/glx/
H A Ddri_glx.c68 const __DRIlegacyExtension *legacy; member in struct:dri_screen
434 psp = (*psc->legacy->createNewScreen) (scrn,
616 (*psc->legacy->createNewContext) (psc->driScreen,
672 (*psc->legacy->createNewDrawable) (psc->driScreen,
881 psc->legacy = (__DRIlegacyExtension *) extensions[i];
884 if (psc->core == NULL || psc->legacy == NULL)
/external/mesa3d/src/glx/
H A Ddri_glx.c68 const __DRIlegacyExtension *legacy; member in struct:dri_screen
434 psp = (*psc->legacy->createNewScreen) (scrn,
616 (*psc->legacy->createNewContext) (psc->driScreen,
672 (*psc->legacy->createNewDrawable) (psc->driScreen,
881 psc->legacy = (__DRIlegacyExtension *) extensions[i];
884 if (psc->core == NULL || psc->legacy == NULL)
/external/chromium_org/third_party/libxml/src/win32/
H A DMakefile114 $(XML_INTDIR)\legacy.obj\
159 $(XML_INTDIR_A)\legacy.obj\
204 $(XML_INTDIR_A_DLL)\legacy.obj\
/external/chromium_org/third_party/sqlite/src/tool/
H A Dmksqlite3c.tcl276 legacy.c
/external/chromium_org/third_party/libxml/src/
H A Dxinclude.c82 int legacy; /* using XINCLUDE_OLD_NS */ member in struct:_xmlXIncludeCtxt
177 if (ctxt->legacy != 0) {
586 if (ctxt->legacy != 0) {
2264 if (ctxt->legacy == 0) {
2270 ctxt->legacy = 1;
/external/mksh/src/
H A DBuild.sh491 legacy=0
528 legacy=1
531 legacy=0
571 test -z "$tfn" && if test $legacy = 0; then
586 if test $legacy = 0; then
588 check_categories="$check_categories shell:legacy-no int:32"
590 check_categories="$check_categories shell:legacy-yes"
2038 # no? damn! legacy crap ahead!
2121 #define CHAR_BIT 8 /* defuse this test on really legacy systems */
2179 # extra checks for legacy mks
[all...]
/external/chromium_org/third_party/sqlite/src/
H A DMakefile.in171 icu.lo insert.lo journal.lo legacy.lo loadext.lo \
221 $(TOP)/src/legacy.c \
609 legacy.lo: $(TOP)/src/legacy.c $(HDR)
610 $(LTCOMPILE) $(TEMP_STORE) -c $(TOP)/src/legacy.c
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/parse-only/
H A Dmootools-1.2.2-core-nc.js27 var legacy = options.legacy;
33 var object = initialize || legacy;
38 if (legacy && initialize) object.prototype = legacy.prototype;
393 legacy: (Browser.Engine.trident) ? null: window.Window,
420 legacy: (Browser.Engine.trident) ? null: window.Document,
1306 legacy: window.Element,

Completed in 464 milliseconds

12