Searched refs:compat (Results 1 - 25 of 30) sorted by relevance

12

/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A DAndroid.mk10 compat.cpp \
/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;
H A De2p.h36 const char *e2p_feature2string(int compat, unsigned int mask);
37 int e2p_string2feature(char *string, int *compat, unsigned int *mask);
/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/iproute2/misc/
H A Dlnstat.h30 int compat; /* 1 == backwards compat mode */ member in struct:lnstat_file
H A Dlnstat_util.c95 if (!lf->compat) {
239 lf->compat = 1;
/external/elfutils/
H A DAndroid.mk120 LOCAL_CFLAGS +=-include $(LOCAL_PATH)/config-compat-linux.h
123 LOCAL_CFLAGS +=-include $(LOCAL_PATH)/config-compat-darwin.h
126 LOCAL_CFLAGS +=-include $(LOCAL_PATH)/config-compat-cygwin.h
129 LOCAL_CFLAGS +=-include $(LOCAL_PATH)/config-compat-freebsd.h
182 LOCAL_CFLAGS +=-include $(LOCAL_PATH)/config-compat-linux.h
185 LOCAL_CFLAGS +=-include $(LOCAL_PATH)/config-compat-darwin.h
188 LOCAL_CFLAGS +=-include $(LOCAL_PATH)/config-compat-cygwin.h
191 LOCAL_CFLAGS +=-include $(LOCAL_PATH)/config-compat-freebsd.h
/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/icu4c/test/compat/
H A DMakefile15 subdir = test/compat
H A DMakefile.in15 subdir = test/compat
/external/dropbear/
H A DAndroid.mk11 atomicio.c compat.c fake-rfc2553.c
/external/kernel-headers/original/linux/
H A Dkexec.h8 #include <linux/compat.h>
H A Dusbdevice_fs.h128 #include <linux/compat.h>
H A Dmod_devicetable.h196 char compat[32]; member in struct:vio_device_id
H A Dcompat.h14 #include <asm/compat.h>
/external/icu4c/common/
H A Dunormimp.h251 UBool compat, int32_t options,
261 UBool compat, int32_t options,
436 unorm_getDecomposition(UChar32 c, UBool compat,
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/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/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/unicode/
H A Dnormlzr.h219 * @param compat Perform compatibility decomposition before composition.
228 UBool compat, int32_t options,
241 * @param compat Perform compatibility decomposition.
250 UBool compat, int32_t options,
/external/bluetooth/glib/glib/
H A Dgunidecomp.c169 gboolean compat)
184 if (compat)
168 find_decomposition(gunichar ch, gboolean compat) argument
/external/bison/lib/
H A Dobstack.c27 # include <shlib-compat.h>
/external/kernel-headers/original/linux/netfilter_ipv4/
H A Dip_tables.h321 #include <net/compat.h>
/external/wpa_supplicant/
H A Ddriver_madwifi.c27 #include <include/compat.h>

Completed in 173 milliseconds

12