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

<<11121314151617181920>>

  /external/quake/quake/src/WinQuake/
r_aclip.cpp 85 out->flags |= ALIAS_LEFT_CLIP;
87 out->flags |= ALIAS_TOP_CLIP;
89 out->flags |= ALIAS_RIGHT_CLIP;
91 out->flags |= ALIAS_BOTTOM_CLIP;
195 int flags, oldflags; local
201 oldflags = in[j].flags & flag;
202 flags = in[i].flags & flag;
204 if (flags && oldflags)
206 if (oldflags ^ flags)
    [all...]
  /external/webkit/WebKitTools/simplejson/
scanner.py 11 FLAGS = (VERBOSE | MULTILINE | DOTALL)
13 def __init__(self, lexicon, flags=FLAGS):
17 s.flags = flags
23 [(SUBPATTERN, (idx + 1, sre_parse.parse(phrase, flags)))])
58 def pattern(pattern, flags=FLAGS):
61 fn.regex = re.compile(pattern, flags)
  /frameworks/base/core/java/android/nfc/
NdefRecord.java 176 byte flags = FLAG_MB | FLAG_ME;
180 flags |= FLAG_SR;
185 flags |= FLAG_IL;
188 mFlags = flags;
260 public void writeToParcel(Parcel dest, int flags) {
292 private native byte[] generate(short flags, short tnf, byte[] type, byte[] id, byte[] data);
  /hardware/broadcom/wlan/bcm4329/src/shared/
miniopt.c 46 miniopt_init(miniopt_t *t, const char* name, const char* flags, bool longflags)
52 if (flags == NULL)
53 t->flags = null_flags;
55 t->flags = flags;
130 if (strchr(t->flags, t->opt)) {
  /hardware/msm7k/libgralloc-qsd8k/
gralloc_priv.h 67 uint32_t flags; member in struct:private_module_t
111 int flags; member in struct:private_handle_t
128 private_handle_t(int fd, int size, int flags) :
129 fd(fd), magic(sMagic), flags(flags), size(size), offset(0), gpu_fd(-1),
141 return (flags & PRIV_FLAGS_USES_PMEM) != 0;
  /development/simulator/wrapsim/
Intercept.c 528 int openCommon(const char* pathName, int flags, mode_t mode)
535 fd = wsInterceptDeviceOpen(pathName, flags);
543 if ((flags & O_CREAT) != 0) {
544 fd = _ws_open(rewritePath("open", pathBuf, pathName), flags, mode);
545 CALLTRACE("open(%s, 0x%x, 0%o) = %d\n", pathName, flags, mode, fd);
547 fd = _ws_open(rewritePath("open", pathBuf, pathName), flags, 0);
548 CALLTRACE("open(%s, 0x%x) = %d\n", pathName, flags, fd);
559 int open(const char* pathName, int flags, ...)
564 if ((flags & O_CREAT) != 0) {
567 va_start(args, flags);
    [all...]
  /external/openssl/apps/
smime.c 106 int flags = PKCS7_DETACHED; local
185 flags |= PKCS7_TEXT;
187 flags |= PKCS7_NOINTERN;
189 flags |= PKCS7_NOVERIFY;
191 flags |= PKCS7_NOCHAIN;
193 flags |= PKCS7_NOCERTS;
195 flags |= PKCS7_NOATTR;
197 flags &= ~PKCS7_DETACHED;
199 flags |= PKCS7_NOSMIMECAP;
201 flags |= PKCS7_BINARY
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/
SDL_video.c 132 int SDL_VideoInit(const char *driver_name, Uint32 flags);
145 int SDL_VideoInit (const char *driver_name, Uint32 flags)
153 /* Toggle the event thread flags, based on OS requirements */
155 flags |= SDL_INIT_EVENTTHREAD;
157 if ( (flags & SDL_INIT_EVENTTHREAD) == SDL_INIT_EVENTTHREAD ) {
271 if ( SDL_StartEventLoop(flags) < 0 ) {
275 SDL_CursorInit(flags & SDL_INIT_EVENTTHREAD);
325 SDL_Rect ** SDL_ListModes (SDL_PixelFormat *format, Uint32 flags)
336 modes = video->ListModes(this, format, flags);
367 int SDL_VideoModeOK (int width, int height, int bpp, Uint32 flags)
912 Uint32 flags; local
941 Uint32 flags; local
1779 int flags = 0; local
    [all...]
  /device/samsung/crespo/libaudio2/
alsa_pcm.c 195 unsigned flags; member in struct:pcm
232 if (pcm->flags & PCM_IN)
236 x.frames = (pcm->flags & PCM_MONO) ? (count / 2) : (count / 4);
264 if (!(pcm->flags & PCM_IN))
268 x.frames = (pcm->flags & PCM_MONO) ? (count / 2) : (count / 4);
310 struct pcm *pcm_open(unsigned flags)
320 LOGV("pcm_open(0x%08x)",flags);
326 if (flags & PCM_IN) {
333 ((flags & PCM_PERIOD_SZ_MASK) >> PCM_PERIOD_SZ_SHIFT) + 1);
334 period_sz = 128 * (((flags & PCM_PERIOD_SZ_MASK) >> PCM_PERIOD_SZ_SHIFT) + 1)
    [all...]
  /external/iptables/extensions/
libip6t_ipv6header.c 168 parse_header(const char *flags) {
173 buffer = strdup(flags);
187 parse(int c, char **argv, int invert, unsigned int *flags,
197 if (*flags & IPV6_HDR_HEADER)
208 *flags |= IPV6_HDR_HEADER;
212 if (*flags & IPV6_HDR_SOFT)
217 *flags |= IPV6_HDR_SOFT;
226 /* Checks the flags variable */
228 final_check(unsigned int flags)
230 if (!flags) exit_error(PARAMETER_PROBLEM, "ip6t_ipv6header: no options specified")
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/eap_peer/
eap_ikev2.c 141 u8 flags; local
148 flags = 0;
152 flags |= IKEV2_FLAGS_MORE_FRAGMENTS;
154 flags |= IKEV2_FLAGS_LENGTH_INCLUDED;
161 if (!(flags & IKEV2_FLAGS_LENGTH_INCLUDED))
162 flags |= IKEV2_FLAGS_LENGTH_INCLUDED;
166 if (flags & IKEV2_FLAGS_LENGTH_INCLUDED)
172 flags |= IKEV2_FLAGS_ICV_INCLUDED;
188 wpabuf_put_u8(resp, flags); /* Flags */
335 u8 flags, id; local
    [all...]
  /hardware/broadcom/wlan/bcm4329/src/dhd/sys/
dhd_cdc.c 27 * packet priority over the bus, and flags (e.g. to indicate checksum status
108 } while (CDC_IOC_ID(ltoh32(prot->msg.flags)) != id);
120 uint32 id, flags = 0; local
145 msg->flags = (++prot->reqid << CDCF_IOC_ID_SHIFT);
147 msg->flags = htol32(msg->flags);
162 flags = ltoh32(msg->flags);
163 id = (flags & CDCF_IOC_ID_MASK) >> CDCF_IOC_ID_SHIFT;
186 if (flags & CDCF_IOC_ERROR
203 uint32 flags, id; local
    [all...]
  /external/openssl/crypto/bio/
b_print.c 149 /* format flags - Bits */
158 /* conversion flags */
185 int flags; local
190 flags = currlen = cflags = min = 0;
209 flags |= DP_F_MINUS;
213 flags |= DP_F_PLUS;
217 flags |= DP_F_SPACE;
221 flags |= DP_F_NUM;
225 flags |= DP_F_ZERO;
310 value, 10, min, max, flags);
    [all...]
  /external/bluetooth/hcidump/src/
hcidump.c 115 uint32_t flags; /* Packet Flags */ member in struct:btsnoop_pkt
168 static int process_frames(int dev, int sock, int fd, unsigned long flags)
185 flags |= DUMP_BTSNOOP;
190 if (flags & DUMP_BTSNOOP)
325 if (flags & DUMP_BTSNOOP) {
330 dp->flags = ntohl(frm.in & 0x01);
336 dp->flags |= ntohl(0x02);
376 if (parser.flags & DUMP_PKTLOG)
378 else if (parser.flags & DUMP_BTSNOOP
994 unsigned long flags = 0; local
    [all...]
  /bionic/libc/kernel/common/linux/
ncp_mount.h 38 unsigned int flags; member in struct:ncp_mount_data
50 unsigned long flags; member in struct:ncp_mount_data_v4
  /bionic/libc/unistd/
socketcalls.c 159 ssize_t sendto(int socket, const void *message, size_t length, int flags,
167 t[3] = (unsigned long) flags;
176 ssize_t recvfrom(int socket, void *buffer, size_t length, unsigned int flags,
184 t[3] = (unsigned long) flags;
235 int sendmsg (int socket, const struct msghdr *message, unsigned int flags)
241 t[2] = (unsigned long) flags;
248 int recvmsg(int socket, struct msghdr *message, unsigned int flags)
254 t[2] = (unsigned long) flags;
  /bootable/recovery/mtdutils/
mounts.c 30 const char *flags; member in struct:MountedVolume
51 free((char *)volume->flags);
119 char flags[128]; local
125 device, mount_point, filesystem, flags);
131 flags[sizeof(flags)-1] = '\0';
138 v->flags = strdup(flags);
  /development/ndk/platforms/android-3/include/linux/
ncp_mount.h 38 unsigned int flags; member in struct:ncp_mount_data
50 unsigned long flags; member in struct:ncp_mount_data_v4
  /external/bluetooth/bluez/lib/bluetooth/
rfcomm.h 71 uint32_t flags; member in struct:rfcomm_dev_req
83 uint32_t flags; member in struct:rfcomm_dev_info
  /external/chromium/base/
message_pump_libevent.h 112 static void OnLibeventNotification(int fd, short flags,
117 static void OnWakeup(int socket, short flags, void* context);
  /external/e2fsprogs/e2fsck/
e2fsck.c 52 ctx->flags = 0;
122 * Clear the array of invalid meta-data flags
195 ctx->flags &= ~E2F_FLAG_SETJMP_OK;
196 return (ctx->flags & E2F_FLAG_RUN_RETURN);
198 ctx->flags |= E2F_FLAG_SETJMP_OK;
202 if (ctx->flags & E2F_FLAG_RUN_RETURN)
208 ctx->flags &= ~E2F_FLAG_SETJMP_OK;
210 if (ctx->flags & E2F_FLAG_RUN_RETURN)
211 return (ctx->flags & E2F_FLAG_RUN_RETURN);
  /external/e2fsprogs/lib/e2p/
pf.c 51 void print_flags (FILE * f, unsigned long flags, unsigned options)
58 if (flags & fp->flag) {
  /external/elfutils/src/
sectionhash.c 37 GElf_Xword diff = (SH_FLAGS_IMPORTANT (one->flags)
38 - SH_FLAGS_IMPORTANT (two->flags));
  /external/freetype/src/base/
ftpatent.c 199 FT_UInt flags, toskip; local
202 if( FT_READ_USHORT( flags ) )
207 if ( ( flags & ( 1 << 0 ) ) != 0 ) /* ARGS_ARE_WORDS */
210 if ( ( flags & ( 1 << 3 ) ) != 0 ) /* WE_HAVE_A_SCALE */
212 else if ( ( flags & ( 1 << 6 ) ) != 0 ) /* WE_HAVE_X_Y_SCALE */
214 else if ( ( flags & ( 1 << 7 ) ) != 0 ) /* WE_HAVE_A_2x2 */
217 if ( ( flags & ( 1 << 8 ) ) != 0 ) /* WE_HAVE_INSTRUCTIONS */
223 if ( ( flags & ( 1 << 5 ) ) == 0 ) /* MORE_COMPONENTS */
  /external/grub/docs/
multiboot.h 23 /* The flags for the Multiboot header. */
52 unsigned long flags; member in struct:multiboot_header
82 unsigned long flags; member in struct:multiboot_info

Completed in 1171 milliseconds

<<11121314151617181920>>