Searched defs:legacy (Results 1 - 14 of 14) sorted by relevance

/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/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/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/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/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/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/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;
H A DHTMLparser.c6308 * @legacy: whether to allow deprecated attributes
6316 htmlAttrAllowed(const htmlElemDesc* elt, const xmlChar* attr, int legacy) { argument
6332 if ( legacy && elt->attrs_depr )
6342 * @legacy: whether to allow deprecated elements (YES is faster here
6349 * legacy allowed) or htmlElementStatusHere (otherwise).
6354 htmlNodeStatus(const htmlNodePtr node, int legacy) { argument
6360 return legacy
6370 htmlTagLookup(node->parent->name) , node->name, legacy) ;
H A Dtestapi.c1375 int legacy; /* whether to allow deprecated attributes */ local
1384 legacy = gen_int(n_legacy, 2);
1386 ret_val = htmlAttrAllowed((const htmlElemDesc *)elt, (const xmlChar *)attr, legacy);
1391 des_int(n_legacy, legacy, 2);
2194 int legacy; /* whether to allow deprecated elements (YES is faster here for Element nodes) */ local
2201 legacy = gen_int(n_legacy, 1);
2203 ret_val = htmlNodeStatus((const htmlNodePtr)node, legacy);
2207 des_int(n_legacy, legacy, 1);
[all...]
/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/libxml2/
H A Dxinclude.c83 int legacy; /* using XINCLUDE_OLD_NS */ member in struct:_xmlXIncludeCtxt
178 if (ctxt->legacy != 0) {
587 if (ctxt->legacy != 0) {
2293 if (ctxt->legacy == 0) {
2299 ctxt->legacy = 1;
H A DHTMLparser.c6427 * @legacy: whether to allow deprecated attributes
6435 htmlAttrAllowed(const htmlElemDesc* elt, const xmlChar* attr, int legacy) { argument
6451 if ( legacy && elt->attrs_depr )
6461 * @legacy: whether to allow deprecated elements (YES is faster here
6468 * legacy allowed) or htmlElementStatusHere (otherwise).
6473 htmlNodeStatus(const htmlNodePtr node, int legacy) { argument
6479 return legacy
6489 htmlTagLookup(node->parent->name) , node->name, legacy) ;
/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/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 ...

Completed in 2822 milliseconds