HomeSort by relevance Sort by last modified time
    Searched refs:compat (Results 1 - 25 of 37) sorted by null

1 2

  /external/srec/tools/thirdparty/OpenFst/fst/lib/
Android.mk 10 compat.cpp \
  /external/e2fsprogs/lib/e2p/
feature.c 20 int compat; member in struct:feature
73 const char *e2p_feature2string(int compat, unsigned int mask)
81 if ((compat == f->compat) &&
85 switch (compat) {
112 *compat_type = f->compat;
e2p.h 36 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/
BestMatchSpec.java 57 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/
lnstat.h 30 int compat; /* 1 == backwards compat mode */ member in struct:lnstat_file
lnstat_util.c 95 if (!lf->compat) {
239 lf->compat = 1;
  /external/elfutils/
Android.mk 120 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/
sdpd-server.c 61 static int init_server(uint16_t mtu, int master, int compat)
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/
Makefile 15 subdir = test/compat
Makefile.in 15 subdir = test/compat
  /external/dropbear/
Android.mk 11 atomicio.c compat.c fake-rfc2553.c
  /external/kernel-headers/original/linux/
kexec.h 8 #include <linux/compat.h>
usbdevice_fs.h 128 #include <linux/compat.h>
mod_devicetable.h 196 char compat[32]; member in struct:vio_device_id
  /external/icu4c/common/
unormimp.h 251 UBool compat, int32_t options,
261 UBool compat, int32_t options,
436 unorm_getDecomposition(UChar32 c, UBool compat,
normlzr.cpp 171 UBool compat, int32_t options,
193 compat, options,
201 compat, options,
217 UBool compat, int32_t options,
239 compat, options,
247 compat, options,
  /external/kernel-headers/original/linux/netfilter/
x_tables.h 185 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/
CSSSelector.cpp 162 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/
normlzr.h 219 * @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,
  /bionic/libc/kernel/common/linux/
mod_devicetable.h 121 char compat[32]; member in struct:vio_device_id
  /ndk/build/platforms/android-3/arch-arm/usr/include/linux/
mod_devicetable.h 121 char compat[32]; member in struct:vio_device_id
  /ndk/build/platforms/android-4/arch-arm/usr/include/linux/
mod_devicetable.h 121 char compat[32]; member in struct:vio_device_id
  /ndk/build/platforms/android-5/arch-arm/usr/include/linux/
mod_devicetable.h 121 char compat[32]; member in struct:vio_device_id
  /ndk/build/platforms/android-5/arch-x86/usr/include/linux/
mod_devicetable.h 121 char compat[32]; member in struct:vio_device_id
  /ndk/build/platforms/android-8/arch-arm/usr/include/linux/
mod_devicetable.h 121 char compat[32]; member in struct:vio_device_id

Completed in 1778 milliseconds

1 2