Home
last modified time | relevance | path

Searched refs:legacy (Results 1 – 25 of 93) sorted by relevance

1234

/external/clang/test/Driver/
Drewrite-legacy-objc.m1 // RUN: %clang -no-canonical-prefixes -target x86_64-apple-macosx10.7.0 -rewrite-legacy-objc %s -o …
7 // TEST0: rewrite-legacy-objc.m"
9 // RUN: not %clang -ccc-no-clang -target unknown -rewrite-legacy-objc %s -o - -### 2>&1 | \
11 // TEST1: invalid output type 'rewritten-legacy-objc' for use with gcc
13 // RUN: not %clang -ccc-no-clang -target i386-apple-darwin10 -rewrite-legacy-objc %s -o - -### 2>&1…
15 // TEST2: invalid output type 'rewritten-legacy-objc' for use with gcc
Ddarwin-objc-defaults.m40 // CHECK-CHECK-X86_64_OSX10_5: -fobjc-dispatch-method=non-legacy
/external/clang/test/CodeGenObjC/
Dnext-objc-dispatch.m2 // 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,
Dobjc2-legacy-dispatch.m8 // RUN: %clang_cc1 -fobjc-dispatch-method=legacy -emit-llvm -o - %s | FileCheck -check-prefix=CHECK…
/external/webrtc/src/modules/audio_processing/test/
Dapmtest.m1 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/icu4c/samples/legacy/
Dlegacy.sln3 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "legacy", "legacy.vcproj", "{57F56795-1802-4605…
DMakefile30 TARGET=legacy
33 OBJECTS=legacy.o newcol.o oldcol.o
DREADME8 …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/icu4c/tools/tzcode/
Dtz.alias17 # this ID, legacy code may break.
19 # This list is read by tz2icu to incorporate legacy ICU zone aliases
Dicuzones9 # that are in CLDR and also include legacy ICU time zones originally
36 # The list below is for supporting legacy ICU zone aliases.
/external/qemu-pc-bios/bochs/bios/
DMakefile.in61 bios: biossums BIOS-bochs-latest BIOS-bochs-legacy
74 BIOS-bochs-legacy: rombios.c apmbios.S biossums rombios.h
/external/markdown/
DMANIFEST.in4 prune markdown/extensions/legacy.py
/external/icu4c/samples/
Dreadme.txt21 legacy - demonstrates using two versions of ICU in one application
78 - legacy and layout are not included in these lists,
/external/bluetooth/bluez/src/
Devent.c339 gboolean legacy) in btd_event_set_legacy_pairing() argument
356 dev->legacy = legacy; in btd_event_set_legacy_pairing()
Devent.h28 void btd_event_set_legacy_pairing(bdaddr_t *local, bdaddr_t *peer, gboolean legacy);
Dadapter.h72 dbus_bool_t legacy; member
/external/libxml2/
DAndroid.mk43 legacy.c \
Dxinclude.c82 int legacy; /* using XINCLUDE_OLD_NS */ member
177 if (ctxt->legacy != 0) { in xmlXIncludeGetProp()
586 if (ctxt->legacy != 0) { in xmlXIncludeAddNode()
2264 if (ctxt->legacy == 0) { in xmlXIncludeTestNode()
2270 ctxt->legacy = 1; in xmlXIncludeTestNode()
/external/chromium/chrome/browser/userfeedback/proto/
Dconfig.proto42 // Tag 5 is used by some legacy data that is already in production db.
52 // Do not use tag 8, 9, 10. They were used by a legacy field.
/external/openssh/
DTODO79 + usrinfo() does not set TTY, but only required for legacy systems. Works
DPROTOCOL.agent4 2 as well as the legacy SSH protocol 1. Support for these key types
26 Because of support for legacy SSH protocol 1 keys, OpenSSH's agent
421 "ignored" and "response_type" exist for compatibility with legacy
467 contains the value SSH_AGENT_OLD_SIGNATURE. In this case, a legacy
/external/llvm/docs/HistoricalNotes/
D2001-04-16-DynamicCompilation.txt38 body of legacy code that was compiled for previous generations and will
/external/chromium/chrome/browser/password_manager/
Dencryptor_mac.mm119 // Credit card numbers are current legacy data, so false match with prefix
/external/clang/include/clang/Driver/
DTypes.def85 TYPE("rewritten-legacy-objc", RewrittenLegacyObjC,INVALID, "cpp", "")
/external/webkit/Source/WebCore/css/
DthemeWin.css65 FIXME: Figure out how to support legacy input rendering.

1234