/external/libcxx/test/utilities/utility/forward/ |
D | move_if_noexcept.pass.cpp | 35 struct legacy struct 37 legacy() {} in legacy() argument 38 legacy(const legacy&); 46 legacy l; in main() 61 static_assert((std::is_same<decltype(std::move_if_noexcept(l)), const legacy&>::value), ""); in main()
|
/external/chromium_org/chrome/common/extensions/docs/static/sass/ |
D | _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 { 208 @if not $strict-normalize or $legacy-support-for-ie6 or $legacy-support-for-ie7 { 220 @if not $strict-normalize or $legacy-support-for-ie6 or $legacy-support-for-ie7 { 304 @if $legacy-support-for-ie6 { 320 @if $legacy-support-for-ie6 or $legacy-support-for-ie7 { [all …]
|
/external/clang/test/CodeGenObjC/ |
D | next-objc-dispatch.m | 2 // RUN: -fobjc-dispatch-method=legacy | \ 6 // RUN: -fobjc-dispatch-method=legacy | \ 10 // RUN: -fobjc-dispatch-method=non-legacy | \ 21 // (1) fragile ABI, legacy dispatch 22 // (2) non-fragile ABI, legacy dispatch 23 // (2) non-fragile ABI, non-legacy dispatch 26 // Note that fragile ABI and non-fragile ABI legacy dispatch are not the same,
|
/external/llvm/include/llvm/ |
D | PassManager.h | 33 using legacy::PassManagerBase; 34 using legacy::PassManager; 35 using legacy::FunctionPassManager;
|
/external/clang/test/Driver/ |
D | rewrite-legacy-objc.m | 1 // RUN: %clang -no-canonical-prefixes -target x86_64-apple-macosx10.7.0 -rewrite-legacy-objc %s -o … 7 // TEST0: rewrite-legacy-objc.m" 8 // RUN: %clang -no-canonical-prefixes -target i386-apple-macosx10.9.0 -rewrite-legacy-objc %s -o - … 10 // RUN: %clang -no-canonical-prefixes -target i386-apple-macosx10.6.0 -rewrite-legacy-objc %s -o - … 12 …realign" "-fblocks" "-fobjc-runtime=macosx-fragile" "-fobjc-subscripting-legacy-runtime" "-fencode…
|
/external/llvm/test/CodeGen/Mips/ |
D | abiflags32.ll | 5 ; CHECK: .nan legacy 8 ; CHECK-64: .nan legacy 11 ; CHECK-64n: .nan legacy
|
D | start-asm-file.ll | 60 ; CHECK-STATIC-O32-NLEGACY: .nan legacy 66 ; CHECK-PIC-O32-NLEGACY: .nan legacy 72 ; CHECK-STATIC-N32-NLEGACY: .nan legacy 78 ; CHECK-PIC-N32-NLEGACY: .nan legacy 84 ; CHECK-STATIC-N64-NLEGACY: .nan legacy 90 ; CHECK-PIC-N64-NLEGACY: .nan legacy
|
D | abiflags-xx.ll | 4 ; CHECK: .nan legacy
|
/external/chromium_org/third_party/webrtc/modules/audio_processing/test/ |
D | apmtest.m | 1 function apmtest(task, testname, filepath, casenumber, legacy) 26 if nargin < 5 || isempty(legacy) 28 legacy = false; variable 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/ |
D | apmtest.m | 1 function apmtest(task, testname, filepath, casenumber, legacy) 26 if nargin < 5 || isempty(legacy) 28 legacy = false; variable 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/llvm/include/llvm/Transforms/IPO/ |
D | PassManagerBuilder.h | 25 namespace legacy { 29 using legacy::PassManagerBase; 30 using legacy::FunctionPassManager;
|
/external/llvm/test/MC/Mips/ |
D | elf_eflags_nanlegacy.s | 11 # CHECK-ASM: .nan legacy 15 .nan legacy
|
/external/llvm/include/llvm/IR/ |
D | LegacyPassManager.h | 28 namespace legacy { 107 DEFINE_STDCXX_CONVERSION_FUNCTIONS(legacy::PassManagerBase, LLVMPassManagerRef)
|
/external/chromium_org/ash/wm/ |
D | power_button_controller.h | 46 void set_has_legacy_power_button_for_test(bool legacy) { in set_has_legacy_power_button_for_test() argument 47 has_legacy_power_button_ = legacy; in set_has_legacy_power_button_for_test()
|
/external/llvm/test/CodeGen/R600/ |
D | llvm.AMDGPU.legacy.rsq.ll | 4 declare float @llvm.AMDGPU.legacy.rsq(float) nounwind readnone 10 %rsq = call float @llvm.AMDGPU.legacy.rsq(float %src) nounwind readnone
|
/external/icu/icu4c/source/samples/legacy/ |
D | legacy.sln | 3 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "legacy", "legacy.vcproj", "{57F56795-1802-4605…
|
D | Makefile | 30 TARGET=legacy 33 OBJECTS=legacy.o newcol.o oldcol.o
|
D | README | 8 …ICU in the same compilation unit. You cannot automatically use more than one legacy version of ICU. 13 3) make sure old data can be found (if legacy code needs data). 40 Legacy crashes horribly: Sorry, didn't put any error checking. If legacy crashes that's most probab…
|
/external/chromium_org/third_party/icu/source/tools/tzcode/ |
D | tz.alias | 17 # this ID, legacy code may break. 19 # This list is read by tz2icu to incorporate legacy ICU zone aliases
|
/external/markdown/ |
D | MANIFEST.in | 4 prune markdown/extensions/legacy.py
|
/external/qemu-pc-bios/bochs/bios/ |
D | Makefile.in | 61 bios: biossums BIOS-bochs-latest BIOS-bochs-legacy 74 BIOS-bochs-legacy: rombios.c apmbios.S biossums rombios.h
|
/external/chromium_org/net/websockets/ |
D | README | 7 The following files are part of the legacy implementation. The legacy
|
/external/llvm/include/llvm/Target/ |
D | TargetMachine.h | 52 namespace legacy { 55 using legacy::PassManagerBase;
|
/external/chromium_org/third_party/mesa/src/src/glx/ |
D | dri_glx.c | 68 const __DRIlegacyExtension *legacy; member 434 psp = (*psc->legacy->createNewScreen) (scrn, in CallCreateNewScreen() 616 (*psc->legacy->createNewContext) (psc->driScreen, in dri_create_context() 672 (*psc->legacy->createNewDrawable) (psc->driScreen, in driCreateDrawable() 881 psc->legacy = (__DRIlegacyExtension *) extensions[i]; in driCreateScreen() 884 if (psc->core == NULL || psc->legacy == NULL) in driCreateScreen()
|
/external/mesa3d/src/glx/ |
D | dri_glx.c | 68 const __DRIlegacyExtension *legacy; member 434 psp = (*psc->legacy->createNewScreen) (scrn, in CallCreateNewScreen() 616 (*psc->legacy->createNewContext) (psc->driScreen, in dri_create_context() 672 (*psc->legacy->createNewDrawable) (psc->driScreen, in driCreateDrawable() 881 psc->legacy = (__DRIlegacyExtension *) extensions[i]; in driCreateScreen() 884 if (psc->core == NULL || psc->legacy == NULL) in driCreateScreen()
|