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

1 2 3 4 5 6

  /external/llvm/include/llvm/
PassManager.h 10 // 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/
move_if_noexcept.pass.cpp 35 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), "");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/utility/forward/
move_if_noexcept.pass.cpp 35 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), "");
  /frameworks/compile/mclinker/include/mcld/CodeGen/
TargetMachine.h 22 namespace legacy { namespace in namespace:llvm
24 } // namepsace legacy
70 bool addPassesToEmitFile(llvm::legacy::PassManagerBase &,
81 bool addCommonCodeGenPasses(llvm::legacy::PassManagerBase &,
87 bool addCompilerPasses(llvm::legacy::PassManagerBase &pPM,
91 bool addAssemblerPasses(llvm::legacy::PassManagerBase &pPM,
95 bool addLinkerPasses(llvm::legacy::PassManagerBase &pPM,
  /external/llvm/include/llvm/IR/
LegacyPassManager.h 1 //===- LegacyPassManager.h - Legacy Container for Passes --------*- C++ -*-===//
10 // 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/chrome/common/extensions/docs/static/sass/
_normalize.scss 36 $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-support-for-ie7
    [all...]
  /external/chromium_org/ash/wm/
power_button_controller.h 46 void set_has_legacy_power_button_for_test(bool legacy) {
47 has_legacy_power_button_ = legacy;
  /external/llvm/test/MC/Mips/
elf_eflags_nanlegacy.s 11 # CHECK-ASM: .nan legacy
15 .nan legacy
  /external/llvm/include/llvm/Transforms/IPO/
PassManagerBuilder.h 24 // 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;
  /frameworks/base/core/java/android/hardware/camera2/legacy/
LegacyExceptionUtils.java 17 package android.hardware.camera2.legacy;
48 * Throw error codes used by legacy device methods as exceptions.
LegacyRequest.java 17 package android.hardware.camera2.legacy;
40 * Create a new legacy request; the parameters are copied.
SizeAreaComparator.java 17 package android.hardware.camera2.legacy;
BurstHolder.java 17 package android.hardware.camera2.legacy;
RequestHandlerThread.java 17 package android.hardware.camera2.legacy;
  /external/icu/icu4c/source/samples/legacy/
Makefile 30 TARGET=legacy
33 OBJECTS=legacy.o newcol.o oldcol.o
  /hardware/qcom/audio/
Android.mk 6 include $(MY_LOCAL_PATH)/legacy/Android.mk
  /build/tools/
java-layers.py 32 sys.stderr.write(" package name: The package is considered \'legacy\'\n")
38 def __init__(self, filename, lineno, lower, top, lowlevel, legacy):
44 self.legacy = legacy
80 if dep != d and not d.legacy:
84 if dep.top and not dep.legacy:
86 if dep != d and not d.legacy:
136 legacy = False
144 legacy = True
150 deps[lower] = Dependency(filename, n, lower, top, lowlevel, legacy)
    [all...]
  /system/netd/server/
NetworkController.h 83 const char* nexthop, bool legacy, uid_t uid) WARN_UNUSED_RESULT;
85 const char* nexthop, bool legacy, uid_t uid) WARN_UNUSED_RESULT;
99 const char* nexthop, bool add, bool legacy, uid_t uid) WARN_UNUSED_RESULT;
  /external/chromium_org/third_party/webrtc/modules/audio_processing/test/
apmtest.m 1 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/
apmtest.m 1 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...]
  /development/build/
sdk.atree 58 external/chromium-trace/systrace-legacy.py platform-tools/systrace/systrace-legacy.py
219 development/apps/GestureBuilder samples/${PLATFORM_NAME}/legacy/GestureBuilder
324 development/samples/AccelerometerPlay samples/${PLATFORM_NAME}/legacy/AccelerometerPlay
325 development/samples/ActionBarCompat samples/${PLATFORM_NAME}/legacy/ActionBarCompat
326 development/samples/AndroidBeamDemo samples/${PLATFORM_NAME}/legacy/AndroidBeamDemo
327 development/samples/ApiDemos samples/${PLATFORM_NAME}/legacy/ApiDemos
328 development/samples/AppNavigation samples/${PLATFORM_NAME}/legacy/AppNavigation
329 development/samples/BackupRestore samples/${PLATFORM_NAME}/legacy/BackupRestore
330 development/samples/BasicGLSurfaceView samples/${PLATFORM_NAME}/legacy/BasicGLSurfaceVie
    [all...]
  /external/icu/icu4c/source/samples/
readme.txt 21 legacy - demonstrates using two versions of ICU in one application
78 - legacy and layout are not included in these lists,
  /frameworks/compile/libbcc/include/bcc/
Compiler.h 26 namespace legacy { namespace in namespace:llvm
28 } // end namespace legacy
30 using legacy::PassManager;
  /hardware/qcom/media/
Android.mk 8 include $(QCOM_MEDIA_ROOT)/mm-video-legacy/Android.mk
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
maven-compat-3.2.1.jar 

Completed in 45 milliseconds

1 2 3 4 5 6