/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" 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
|
D | darwin-objc-defaults.m | 40 // CHECK-CHECK-X86_64_OSX10_5: -fobjc-dispatch-method=non-legacy
|
/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,
|
D | objc2-legacy-dispatch.m | 8 // RUN: %clang_cc1 -fobjc-dispatch-method=legacy -emit-llvm -o - %s | FileCheck -check-prefix=CHECK…
|
/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/icu4c/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/icu4c/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
|
D | icuzones | 9 # 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/ |
D | Makefile.in | 61 bios: biossums BIOS-bochs-latest BIOS-bochs-legacy 74 BIOS-bochs-legacy: rombios.c apmbios.S biossums rombios.h
|
/external/markdown/ |
D | MANIFEST.in | 4 prune markdown/extensions/legacy.py
|
/external/icu4c/samples/ |
D | readme.txt | 21 legacy - demonstrates using two versions of ICU in one application 78 - legacy and layout are not included in these lists,
|
/external/bluetooth/bluez/src/ |
D | event.c | 339 gboolean legacy) in btd_event_set_legacy_pairing() argument 356 dev->legacy = legacy; in btd_event_set_legacy_pairing()
|
D | event.h | 28 void btd_event_set_legacy_pairing(bdaddr_t *local, bdaddr_t *peer, gboolean legacy);
|
D | adapter.h | 72 dbus_bool_t legacy; member
|
/external/libxml2/ |
D | Android.mk | 43 legacy.c \
|
D | xinclude.c | 82 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/ |
D | config.proto | 42 // 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/ |
D | TODO | 79 + usrinfo() does not set TTY, but only required for legacy systems. Works
|
D | PROTOCOL.agent | 4 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/ |
D | 2001-04-16-DynamicCompilation.txt | 38 body of legacy code that was compiled for previous generations and will
|
/external/chromium/chrome/browser/password_manager/ |
D | encryptor_mac.mm | 119 // Credit card numbers are current legacy data, so false match with prefix
|
/external/clang/include/clang/Driver/ |
D | Types.def | 85 TYPE("rewritten-legacy-objc", RewrittenLegacyObjC,INVALID, "cpp", "")
|
/external/webkit/Source/WebCore/css/ |
D | themeWin.css | 65 FIXME: Figure out how to support legacy input rendering.
|