Searched defs:compat (Results 1 - 10 of 10) sorted by relevance

/external/apache-http/src/org/apache/http/impl/cookie/
H A DBestMatchSpec.java57 private BrowserCompatSpec compat; field in class:BestMatchSpec
78 if (this.compat == null) {
79 this.compat = new BrowserCompatSpec(this.datepatterns);
81 return compat;
/external/e2fsprogs/lib/e2p/
H A Dfeature.c20 int compat; member in struct:feature
73 const char *e2p_feature2string(int compat, unsigned int mask) argument
81 if ((compat == f->compat) &&
85 switch (compat) {
112 *compat_type = f->compat;
/external/iproute2/misc/
H A Dlnstat.h30 int compat; /* 1 == backwards compat mode */ member in struct:lnstat_file
/external/bluetooth/bluez/src/
H A Dsdpd-server.c61 static int init_server(uint16_t mtu, int master, int compat) argument
119 if (!compat) {
243 int compat = flags & SDP_SERVER_COMPAT; local
248 if (init_server(mtu, master, compat) < 0) {
274 if (compat && unix_sock > fileno(stderr)) {
/external/webkit/WebCore/css/
H A DCSSSelector.cpp162 bool compat = false; // single colon compatbility mode local
170 compat = true;
178 compat = true;
227 compat = true;
231 compat = true;
384 if (!compat)
/external/icu4c/common/
H A Dnormlzr.cpp171 UBool compat, int32_t options,
193 compat, options,
201 compat, options,
217 UBool compat, int32_t options,
239 compat, options,
247 compat, options,
170 compose(const UnicodeString& source, UBool compat, int32_t options, UnicodeString& result, UErrorCode &status) argument
216 decompose(const UnicodeString& source, UBool compat, int32_t options, UnicodeString& result, UErrorCode &status) argument
H A Dunorm.cpp1470 unorm_getDecomposition(UChar32 c, UBool compat, argument
1486 if(!compat) {
1562 UBool compat, const UnicodeSet *nx,
1571 if(!compat) {
1757 UBool compat, int32_t options,
1774 compat, nx,
1918 UBool compat, UChar *dest, const UnicodeSet *nx) {
1934 } else if(compat) {
2215 UBool compat; local
2217 compat
1560 _decompose(UChar *dest, int32_t destCapacity, const UChar *src, int32_t srcLength, UBool compat, const UnicodeSet *nx, uint8_t &outTrailCC) argument
1755 unorm_decompose(UChar *dest, int32_t destCapacity, const UChar *src, int32_t srcLength, UBool compat, int32_t options, UErrorCode *pErrorCode) argument
1917 _composeHangul(UChar prev, UChar c, uint32_t norm32, const UChar *&src, const UChar *limit, UBool compat, UChar *dest, const UnicodeSet *nx) argument
2531 unorm_compose(UChar *dest, int32_t destCapacity, const UChar *src, int32_t srcLength, UBool compat, int32_t options, UErrorCode *pErrorCode) argument
[all...]
/external/bluetooth/glib/glib/
H A Dgunidecomp.c169 gboolean compat)
184 if (compat)
168 find_decomposition(gunichar ch, gboolean compat) argument
/external/kernel-headers/original/linux/netfilter/
H A Dx_tables.h185 int (*compat)(void *match, void **dstptr, int *size, int convert); member in struct:xt_match
233 int (*compat)(void *target, void **dstptr, int *size, int convert); member in struct:xt_target
330 #include <net/compat.h>
/external/kernel-headers/original/linux/
H A Dmod_devicetable.h196 char compat[32]; member in struct:vio_device_id

Completed in 178 milliseconds