HomeSort by relevance Sort by last modified time
    Searched refs:flags (Results 651 - 675 of 3921) sorted by null

<<21222324252627282930>>

  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/sys/
stat.h 100 extern int fstatat(int dirfd, const char *path, struct stat *buf, int flags);
102 extern int fchownat(int dirfd, const char *path, uid_t owner, gid_t group, int flags);
103 extern int fchmodat(int dirfd, const char *path, mode_t mode, int flags);
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/sys/
stat.h 100 extern int fstatat(int dirfd, const char *path, struct stat *buf, int flags);
102 extern int fchownat(int dirfd, const char *path, uid_t owner, gid_t group, int flags);
103 extern int fchmodat(int dirfd, const char *path, mode_t mode, int flags);
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/sys/
stat.h 100 extern int fstatat(int dirfd, const char *path, struct stat *buf, int flags);
102 extern int fchownat(int dirfd, const char *path, uid_t owner, gid_t group, int flags);
103 extern int fchmodat(int dirfd, const char *path, mode_t mode, int flags);
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/sys/
stat.h 100 extern int fstatat(int dirfd, const char *path, struct stat *buf, int flags);
102 extern int fchownat(int dirfd, const char *path, uid_t owner, gid_t group, int flags);
103 extern int fchmodat(int dirfd, const char *path, mode_t mode, int flags);
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/sys/
stat.h 100 extern int fstatat(int dirfd, const char *path, struct stat *buf, int flags);
102 extern int fchownat(int dirfd, const char *path, uid_t owner, gid_t group, int flags);
103 extern int fchmodat(int dirfd, const char *path, mode_t mode, int flags);
  /system/bluetooth/tools/
sock_shutdown_bug_rfcomm.c 30 long flags; local
38 flags = fcntl(fd, F_GETFL);
39 fcntl(fd, F_SETFL, flags | O_NONBLOCK);
  /external/bluetooth/glib/gobject/
gparamspecs.h 758 * @flags_class: the #GFlagsClass for the flags
761 * A #GParamSpec derived structure that contains the meta data for flags
932 GParamFlags flags);
939 GParamFlags flags);
944 GParamFlags flags);
951 GParamFlags flags);
958 GParamFlags flags);
965 GParamFlags flags);
972 GParamFlags flags);
979 GParamFlags flags);
    [all...]
glib-mkenums.in 5 my $flags; # Is enumeration a bitmask?
104 if (!defined $flags && defined $value && $value =~ /<</) {
159 print " \@type\@ either enum or flags\n";
160 print " \@Type\@ either Enum or Flags\n";
161 print " \@TYPE\@ either ENUM or FLAGS\n";
287 $flags = $options{flags};
292 $flags = undef;
319 # figure out if this was a flags or enums enumeration
320 if (!defined $flags) {
    [all...]
  /external/iptables/extensions/
libipt_conntrack.c 188 parse(int c, char **argv, int invert, unsigned int *flags,
207 sinfo->flags |= IPT_CONNTRACK_STATE;
228 sinfo->flags |= IPT_CONNTRACK_PROTO;
248 sinfo->flags |= IPT_CONNTRACK_ORIGSRC;
268 sinfo->flags |= IPT_CONNTRACK_ORIGDST;
288 sinfo->flags |= IPT_CONNTRACK_REPLSRC;
308 sinfo->flags |= IPT_CONNTRACK_REPLDST;
318 sinfo->flags |= IPT_CONNTRACK_STATUS;
328 sinfo->flags |= IPT_CONNTRACK_EXPIRES;
335 *flags = sinfo->flags
    [all...]
libipt_policy.c 128 static int parse(int c, char **argv, int invert, unsigned int *flags,
143 if (info->flags & (IPT_POLICY_MATCH_IN|IPT_POLICY_MATCH_OUT))
150 info->flags |= parse_direction(argv[optind-1]);
157 info->flags |= parse_policy(argv[optind-1]);
160 if (info->flags & IPT_POLICY_MATCH_STRICT)
168 info->flags |= IPT_POLICY_MATCH_STRICT;
258 static void final_check(unsigned int flags)
268 if (!(info->flags & (IPT_POLICY_MATCH_IN|IPT_POLICY_MATCH_OUT)))
272 if (info->flags & IPT_POLICY_MATCH_NONE) {
273 if (info->flags & IPT_POLICY_MATCH_STRICT
    [all...]
libip6t_length.c 70 parse(int c, char **argv, int invert, unsigned int *flags,
79 if (*flags)
87 *flags = 1;
98 final_check(unsigned int flags)
100 if (!flags)
libipt_2tcpmss.c 62 parse(int c, char **argv, int invert, unsigned int *flags,
72 if (*flags)
80 *flags = 1;
102 final_check(unsigned int flags)
104 if (!flags)
libipt_2tos.c 78 parse(int c, char **argv, int invert, unsigned int *flags,
88 if (*flags == 1)
96 *flags = 1;
122 final_check(unsigned int flags)
124 if (!flags)
libipt_2ttl.c 27 static int parse(int c, char **argv, int invert, unsigned int *flags,
79 if (*flags)
82 *flags = 1;
87 static void final_check(unsigned int flags)
89 if (!flags)
libipt_TOS.c 88 parse(int c, char **argv, int invert, unsigned int *flags,
97 if (*flags)
101 *flags = 1;
112 final_check(unsigned int flags)
114 if (!flags)
libipt_length.c 68 parse(int c, char **argv, int invert, unsigned int *flags,
77 if (*flags)
85 *flags = 1;
96 final_check(unsigned int flags)
98 if (!flags)
  /external/wpa_supplicant_6/wpa_supplicant/src/eap_server/
eap_ikev2.c 139 u8 flags; local
144 flags = 0;
148 flags |= IKEV2_FLAGS_MORE_FRAGMENTS;
150 flags |= IKEV2_FLAGS_LENGTH_INCLUDED;
156 if (flags & IKEV2_FLAGS_LENGTH_INCLUDED)
162 flags |= IKEV2_FLAGS_ICV_INCLUDED;
178 wpabuf_put_u8(req, flags); /* Flags */
179 if (flags & IKEV2_FLAGS_LENGTH_INCLUDED)
186 if (flags & IKEV2_FLAGS_ICV_INCLUDED)
352 u8 flags; local
    [all...]
  /external/ppp/pppd/
options.c 637 if ((opt->flags & OPT_PRIVFIX) && privileged_option)
639 while (mainopt->flags & OPT_PRIOSUB)
641 if (mainopt->flags & OPT_PRIO) {
656 if ((opt->flags & OPT_INITONLY) && phase != PHASE_INITIALIZE) {
661 if ((opt->flags & OPT_PRIV) && !privileged_option) {
666 if ((opt->flags & OPT_ENABLE) && *(bool *)(opt->addr2) == 0) {
670 if ((opt->flags & OPT_DEVEQUIV) && devnam_fixed) {
678 v = opt->flags & OPT_VALUE;
680 if (opt->addr2 && (opt->flags & OPT_A2COPY))
682 else if (opt->addr2 && (opt->flags & OPT_A2CLR)
    [all...]
  /system/core/libpixelflinger/codeflinger/
blending.cpp 40 integer_t fragment(temp.reg, temp.h, temp.flags);
41 if (!(temp.flags & CORRUPTIBLE)) {
43 temp.flags |= CORRUPTIBLE;
137 if (temp.l && (temp.flags & CORRUPTIBLE)) {
142 integer_t fragment(temp.reg, temp.size(), temp.flags);
149 fragment.flags |= CORRUPTIBLE;
152 if (!(temp.flags & CORRUPTIBLE)) {
156 temp.flags &= ~CORRUPTIBLE;
157 fragment.flags &= ~CORRUPTIBLE;
163 fragment.flags &= ~CORRUPTIBLE
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/
SDL_blit.c 238 if ( (surface->flags & SDL_RLEACCEL) == SDL_RLEACCEL ) {
244 surface->flags &= ~SDL_HWACCEL;
248 if ( (surface->flags & SDL_HWSURFACE) == SDL_HWSURFACE ) {
250 if ( surface->map->dst->flags & SDL_HWSURFACE ) {
255 if (hw_blit_ok && (surface->flags & SDL_SRCCOLORKEY)) {
258 if ( hw_blit_ok && (surface->flags & SDL_SRCALPHA) ) {
263 if ( surface->map->dst->flags & SDL_HWSURFACE ) {
268 if (hw_blit_ok && (surface->flags & SDL_SRCCOLORKEY)) {
271 if ( hw_blit_ok && (surface->flags & SDL_SRCALPHA) ) {
283 if (((surface->flags & SDL_HWSURFACE) == SDL_HWSURFACE )&&(current_video->displayformatalphapixel))
    [all...]
  /hardware/msm7k/libgralloc-qsd8k/
gpu.cpp 49 // we don't support allocations with both the FB and PMEM_ADSP flags
117 int flags = 0; local
130 flags |= private_handle_t::PRIV_FLAGS_USES_PMEM;
134 flags |= private_handle_t::PRIV_FLAGS_USES_PMEM;
138 flags |= private_handle_t::PRIV_FLAGS_USES_PMEM_ADSP;
139 flags &= ~private_handle_t::PRIV_FLAGS_USES_PMEM;
144 if ((flags & private_handle_t::PRIV_FLAGS_USES_PMEM) != 0 ||
145 (flags & private_handle_t::PRIV_FLAGS_USES_PMEM_ADSP) != 0) {
149 if ((flags & private_handle_t::PRIV_FLAGS_USES_PMEM) != 0) {
150 if ((flags & private_handle_t::PRIV_FLAGS_USES_PMEM_ADSP) != 0)
    [all...]
  /system/core/toolbox/
schedtop.c 170 static void print_threads(int pid, uint32_t flags)
183 else if (!(flags & FLAG_HIDE_IDLE) || threads.data[j].run_count - last_threads.data[i].run_count)
193 static void update_table(DIR *d, uint32_t flags)
211 if (!(flags & FLAG_BATCH))
236 else if (!(flags & FLAG_HIDE_IDLE) || processes.data[j].run_count - last_processes.data[i].run_count) {
243 if (flags & FLAG_SHOW_THREADS)
244 print_threads(pid, flags);
276 uint32_t flags = 0; local
290 flags |= FLAG_BATCH;
293 flags |= FLAG_HIDE_IDLE
    [all...]
  /device/htc/passion-common/libsensors/
ProximitySensor.cpp 46 int flags = 0; local
47 if (!ioctl(dev_fd, CAPELLA_CM3602_IOCTL_GET_ENABLED, &flags)) {
49 if (flags) {
78 int flags = newState; local
79 err = ioctl(dev_fd, CAPELLA_CM3602_IOCTL_ENABLE, &flags);
  /external/astl/include/
ios_base.h 36 // Flags are used to put the stream is a certain state which affect
79 * ios_base defines flags, types and fields to hold these values.
103 // FLAGS
150 // Set all the flags at once.
151 // @return the previous value of the format flags
152 fmtflags flags(fmtflags flags);
154 // @return all the flags at once
155 fmtflags flags() const { return mFlags; } function in class:std::ios_base
157 // Set flags
    [all...]
  /external/icu4c/layout/
LigatureSubstProc.cpp 49 le_int16 flags = SWAPW(entry->flags); local
51 if (flags & lsfSetComponent) {
59 ByteOffset actionOffset = flags & lsfActionOffsetMask;
105 if (!(flags & lsfDontAdvance)) {

Completed in 430 milliseconds

<<21222324252627282930>>