Home
last modified time | relevance | path

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

1234

/external/clang/test/CodeGenObjC/
Dnext-objc-dispatch.m2 // RUN: -fobjc-dispatch-method=legacy | \
6 // RUN: -fobjc-nonfragile-abi -fobjc-dispatch-method=legacy | \
10 // RUN: -fobjc-nonfragile-abi -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-nonfragile-abi -fobjc-dispatch-method=legacy -emit-llvm -o - %s | FileChe…
/external/webrtc/src/modules/audio_processing/main/test/process_test/
Dapmtest.m1 function apmtest(task, testname, casenumber, legacy)
26 legacy = false; variable
55 if legacy
66 if legacy
78 if legacy
101 if legacy
113 if legacy
148 progname, opt, simulateMode, nErr, nCases, task, casenumber, legacy);
172 legacy)
203 if legacy
[all …]
/external/icu4c/samples/legacy/
DMakefile30 TARGET=legacy
33 OBJECTS=legacy.o newcol.o oldcol.o
Dlegacy.sln3 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "legacy", "legacy.vcproj", "{57F56795-1802-4605…
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
Dadapter.c3411 "LegacyPairing", DBUS_TYPE_BOOLEAN, &dev->legacy, in adapter_emit_device_found()
3422 gboolean legacy, name_status_t status, in found_device_new() argument
3433 dev->legacy = legacy; in found_device_new()
3505 gboolean legacy, le; in adapter_update_found_devices() local
3543 legacy = pairing_is_legacy(&adapter->bdaddr, bdaddr, data, in adapter_update_found_devices()
3553 legacy = FALSE; in adapter_update_found_devices()
3559 dev = found_device_new(bdaddr, le, name, alias, class, legacy, in adapter_update_found_devices()
/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()
2258 if (ctxt->legacy == 0) { in xmlXIncludeTestNode()
2264 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/clang/test/Driver/
Ddarwin-objc-defaults.m40 // CHECK-CHECK-X86_64_OSX10_5: -fobjc-dispatch-method=non-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/webkit/Source/WebCore/css/
DthemeWin.css65 FIXME: Figure out how to support legacy input rendering.
/external/icu4c/samples/all/
Dall.sln15 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "legacy", "..\legacy\legacy.vcxproj", "{57F5679…
/external/webkit/PerformanceTests/SunSpider/tests/parse-only/
Dmootools-1.2.2-core-nc.js27 var legacy = options.legacy;
33 var object = initialize || legacy;
38 if (legacy && initialize) object.prototype = legacy.prototype;
393 legacy: (Browser.Engine.trident) ? null: window.Window, property
420 legacy: (Browser.Engine.trident) ? null: window.Document, property
1306 legacy: window.Element, property
/external/chromium/testing/gtest/
DCHANGES23 WithParamInterface<T> separately, easing conversion of legacy tests.

1234