Searched refs:legacy (Results 1 - 14 of 14) sorted by relevance

/external/icu4c/samples/legacy/
H A DMakefile30 TARGET=legacy
33 OBJECTS=legacy.o newcol.o oldcol.o
/external/webrtc/src/modules/audio_processing/main/test/process_test/
H A Dapmtest.m1 function apmtest(task, testname, casenumber, legacy)
26 legacy = false;
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/
H A 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/
H A Devent.h28 void btd_event_set_legacy_pairing(bdaddr_t *local, bdaddr_t *peer, gboolean legacy);
H A Devent.c339 gboolean legacy)
356 dev->legacy = legacy;
338 btd_event_set_legacy_pairing(bdaddr_t *local, bdaddr_t *peer, gboolean legacy) argument
H A Dadapter.h72 dbus_bool_t legacy; member in struct:remote_dev_info
H A Dadapter.c3411 "LegacyPairing", DBUS_TYPE_BOOLEAN, &dev->legacy,
3422 gboolean legacy, name_status_t status,
3433 dev->legacy = legacy;
3505 gboolean legacy, le; local
3543 legacy = pairing_is_legacy(&adapter->bdaddr, bdaddr, data,
3553 legacy = FALSE;
3559 dev = found_device_new(bdaddr, le, name, alias, class, legacy,
3419 found_device_new(const bdaddr_t *bdaddr, gboolean le, const char *name, const char *alias, uint32_t class, gboolean legacy, name_status_t status, int flags) argument
/external/libxml2/
H A DAndroid.mk43 legacy.c \
H A Dxinclude.c82 int legacy; /* using XINCLUDE_OLD_NS */ member in struct:_xmlXIncludeCtxt
177 if (ctxt->legacy != 0) {
586 if (ctxt->legacy != 0) {
2258 if (ctxt->legacy == 0) {
2264 ctxt->legacy = 1;
H A DHTMLparser.c5753 * @legacy: whether to allow deprecated attributes
5761 htmlAttrAllowed(const htmlElemDesc* elt, const xmlChar* attr, int legacy) { argument
5777 if ( legacy && elt->attrs_depr )
5787 * @legacy: whether to allow deprecated elements (YES is faster here
5794 * legacy allowed) or htmlElementStatusHere (otherwise).
5799 htmlNodeStatus(const htmlNodePtr node, int legacy) { argument
5805 return legacy
5815 htmlTagLookup(node->parent->name) , node->name, legacy) ;
/external/bluetooth/bluez/audio/
H A DAndroid.mk88 ifneq ($(wildcard system/bluetooth/legacy.mk),)
/external/webkit/PerformanceTests/SunSpider/tests/parse-only/
H A 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,
420 legacy: (Browser.Engine.trident) ? null: window.Document,
1306 legacy: window.Element,
/external/chromium/chrome/browser/sync/engine/
H A Dsyncapi.cc222 // Passwords have their own legacy encryption structure.
1308 // If this is a deletion for a password, sets the legacy
2140 // Passwords are encrypted with their own legacy scheme.
2254 ServerConnectionEvent legacy; local
2255 legacy.what_happened = ServerConnectionEvent::STATUS_CHANGED;
2256 legacy.connection_code = event.connection_code;
2257 legacy.server_reachable = event.server_reachable;
2258 HandleServerConnectionEvent(legacy);
2386 // Passwords must use their own legacy ExtraPasswordChangeRecordData.
/external/qemu-pc-bios/vgabios/
H A Dclext.c997 cmp ax, #0x100 ;; legacy VGA mode

Completed in 299 milliseconds