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

1 2 3 4

  /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), "");
  /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 51 void set_has_legacy_power_button_for_test(bool legacy) {
52 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;
  /external/chromium_org/third_party/icu/source/samples/legacy/
Makefile 30 TARGET=legacy
33 OBJECTS=legacy.o newcol.o oldcol.o
  /external/icu/icu4c/source/samples/legacy/
Makefile 30 TARGET=legacy
33 OBJECTS=legacy.o newcol.o oldcol.o
  /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...]
  /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...]
  /development/build/
sdk.atree 58 external/chromium-trace/systrace-legacy.py platform-tools/systrace/systrace-legacy.py
229 development/apps/GestureBuilder samples/${PLATFORM_NAME}/legacy/GestureBuilder
342 development/samples/AccelerometerPlay samples/${PLATFORM_NAME}/legacy/AccelerometerPlay
343 development/samples/ActionBarCompat samples/${PLATFORM_NAME}/legacy/ActionBarCompat
344 development/samples/AndroidBeamDemo samples/${PLATFORM_NAME}/legacy/AndroidBeamDemo
345 development/samples/ApiDemos samples/${PLATFORM_NAME}/legacy/ApiDemos
346 development/samples/AppNavigation samples/${PLATFORM_NAME}/legacy/AppNavigation
347 development/samples/BackupRestore samples/${PLATFORM_NAME}/legacy/BackupRestore
348 development/samples/BasicGLSurfaceView samples/${PLATFORM_NAME}/legacy/BasicGLSurfaceVie
    [all...]
  /external/chromium_org/third_party/icu/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,
  /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,
  /cts/apps/CameraITS/tests/scene0/
test_metadata.py 37 print " Legacy:", its.caps.legacy(props)
  /build/core/combo/
mac_version.mk 34 # try legacy /Developer/SDKs/MacOSX10.?.sdk
  /cts/tools/signature-tools/src/signature/converter/doclet/
DocletFactory.java 78 boolean legacy = false;
120 legacy, quiet);
  /external/llvm/include/llvm/Target/
TargetMachine.h 51 // The old pass manager infrastructure is hidden in a legacy namespace now.
52 namespace legacy { namespace in namespace:llvm
55 using legacy::PassManagerBase;
  /cts/apps/CameraITS/pymodules/its/
caps.py 64 def legacy(props): function
65 """Returns whether a device is a LEGACY capability camera2 device.
  /device/asus/fugu/
init.fugu.rc 32 export EXTERNAL_STORAGE /storage/emulated/legacy
42 # Support legacy paths
43 symlink /storage/emulated/legacy /sdcard
44 symlink /storage/emulated/legacy /mnt/sdcard
45 symlink /storage/emulated/legacy /storage/sdcard0
46 symlink /mnt/shell/emulated/0 /storage/emulated/legacy
  /build/core/
pathmap.mk 30 bootloader:bootable/bootloader/legacy/include \
  /cts/tools/signature-tools/test/signature/converter/doclet/
DocletTestConverter.java 137 boolean legacy = false;
178 legacy, quiet);
  /external/libxml2/
Android.mk 43 legacy.c \
  /external/llvm/include/llvm/CodeGen/
Passes.h 35 // 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/
org.eclipse.core.runtime_3.6.0.v20100505.jar 

Completed in 951 milliseconds

1 2 3 4