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

1 2

  /bionic/libc/kernel/arch-sh/asm/
pci.h 17 #include <asm-generic/pci-dma-compat.h>
  /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)
122 if (!compat) {
245 int compat = flags & SDP_SERVER_COMPAT; local
250 if (init_server(mtu, master, compat) < 0) {
276 if (compat && unix_sock > fileno(stderr)) {
  /device/samsung/crespo/alsa-lib/
Android.mk 31 LOCAL_SRC_FILES := $(filter-out src/compat/hsearch_r.c, $(LOCAL_SRC_FILES))
  /external/chromium/third_party/icu/source/test/compat/
Makefile.in 15 subdir = test/compat
  /external/dropbear/
Android.mk 11 atomicio.c compat.c fake-rfc2553.c
  /external/icu4c/common/unicode/
normlzr.h 226 * @param compat Perform compatibility decomposition before composition.
235 UBool compat, int32_t options,
248 * @param compat Perform compatibility decomposition.
257 UBool compat, int32_t options,
  /external/icu4c/test/compat/
Makefile.in 15 subdir = test/compat
  /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/chromium/third_party/icu/source/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/
normlzr.cpp 157 UBool compat, int32_t options,
160 normalize(source, compat ? UNORM_NFKC : UNORM_NFC, options, result, status);
165 UBool compat, int32_t options,
168 normalize(source, compat ? UNORM_NFKD : UNORM_NFD, options, result, status);
  /external/chromium/third_party/icu/public/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
  /development/ndk/platforms/android-3/include/linux/
mod_devicetable.h 121 char compat[32]; member in struct:vio_device_id

Completed in 2898 milliseconds

1 2