HomeSort by relevance Sort by last modified time
    Searched refs:match_type (Results 1 - 12 of 12) sorted by null

  /external/bluetooth/glib/glib/
gpattern.c 46 GMatchType match_type; member in struct:_GPatternSpec
146 switch (pspec->match_type)
181 g_return_val_if_fail (pspec->match_type < G_MATCH_LAST, FALSE);
260 pspec->match_type = G_MATCH_TAIL;
268 pspec->match_type = G_MATCH_HEAD;
274 pspec->match_type = G_MATCH_EXACT;
283 pspec->match_type = tw_pos > hw_pos ? G_MATCH_ALL_TAIL : G_MATCH_ALL;
285 pspec->match_type = tj_pos > hj_pos ? G_MATCH_ALL_TAIL : G_MATCH_ALL;
286 if (pspec->match_type == G_MATCH_ALL_TAIL) {
311 pspec1->match_type == pspec2->match_type &
    [all...]
  /external/bluetooth/glib/tests/
patterntest.c 56 GMatchType match_type; member in struct:_GPatternSpec
65 match_type_name (GMatchType match_type)
67 switch (match_type)
92 GMatchType match_type,
101 if (spec->match_type != match_type)
103 g_print ("failed \t(match_type: %s, expected %s)\n",
104 match_type_name (spec->match_type),
105 match_type_name (match_type));
138 match_type_name (spec->match_type),
    [all...]
  /external/iptables/extensions/
libip6t_sctp.c 245 const char *match_type,
248 DEBUGP("Match type: %s Chunks: %s\n", match_type, chunks);
249 if (!strcasecmp(match_type, "ANY")) {
251 } else if (!strcasecmp(match_type, "ALL")) {
253 } else if (!strcasecmp(match_type, "ONLY")) {
libipt_sctp.c 246 const char *match_type,
249 DEBUGP("Match type: %s Chunks: %s\n", match_type, chunks);
250 if (!strcasecmp(match_type, "ANY")) {
252 } else if (!strcasecmp(match_type, "ALL")) {
254 } else if (!strcasecmp(match_type, "ONLY")) {
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
videodev2.h 1307 __u32 match_type; \/* Match type *\/ member in struct:v4l2_register
1315 __u32 match_type; \/* Match type *\/ member in struct:v4l2_chip_ident
    [all...]
  /external/dnsmasq/src/
option.c     [all...]
rfc2131.c 227 if (vendor->match_type == MATCH_CIRCUIT)
229 else if (vendor->match_type == MATCH_REMOTE)
231 else if (vendor->match_type == MATCH_SUBSCRIBER)
670 if (vendor->match_type == MATCH_VENDOR)
672 else if (vendor->match_type == MATCH_USER)
    [all...]
dnsmasq.h 515 int len, match_type, option; member in struct:dhcp_vendor
  /bionic/libc/kernel/common/linux/
videodev2.h 1120 __u32 match_type; member in struct:v4l2_chip_ident_old
    [all...]
  /external/kernel-headers/original/linux/
videodev2.h 1418 __u32 match_type; \/* Match type *\/ member in struct:v4l2_chip_ident_old
    [all...]
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/linux/
videodev2.h 1120 __u32 match_type; member in struct:v4l2_chip_ident_old
    [all...]
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/linux/
videodev2.h 1120 __u32 match_type; member in struct:v4l2_chip_ident_old
    [all...]

Completed in 100 milliseconds