/prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/linux/ |
fd.h | 108 char flags; member in struct:floppy_drive_params 137 unsigned long flags; member in struct:floppy_drive_struct 214 unsigned int flags; member in struct:floppy_raw_cmd
|
/prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/linux/ |
fd.h | 108 char flags; member in struct:floppy_drive_params 137 unsigned long flags; member in struct:floppy_drive_struct 214 unsigned int flags; member in struct:floppy_raw_cmd
|
/prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/linux/ |
fd.h | 108 char flags; member in struct:floppy_drive_params 137 unsigned long flags; member in struct:floppy_drive_struct 214 unsigned int flags; member in struct:floppy_raw_cmd
|
/system/wlan/ti/wilink_6_1/CUDK/os/linux/src/ |
ipc_sta.c | 153 pIpcSta ->private_cmd.flags = PRIVATE_CMD_SET_FLAG; 155 pIpcSta ->private_cmd.flags = PRIVATE_CMD_GET_FLAG; 165 pIpcSta->wext_req.u.data.flags = 0;
|
/hardware/ti/wlan/wl1271/platforms/os/linux/src/ |
CmdInterpretWext.c | 599 if (wrqu->data.flags & IW_SCAN_THIS_ESSID) 644 info.flags = 0; 696 if(wrqu->data.flags) 698 for (i=0; i<wrqu->data.flags; i++) 725 iwe.u.data.flags = 1; 791 iwe.u.data.flags = IW_ENCODE_ENABLED | IW_ENCODE_NOKEY; 793 iwe.u.data.flags = IW_ENCODE_DISABLED; [all...] |
/bionic/libc/netbsd/isc/ |
ev_streams.c | 72 new->flags = 0; 106 new->flags = 0; 135 str->flags |= EV_STR_TIMEROK; 145 str->flags &= ~EV_STR_TIMEROK; 272 if ((str->flags & EV_STR_TIMEROK) != 0) 295 if ((str->flags & EV_STR_TIMEROK) != 0)
|
/external/bluetooth/glib/gio/ |
gmount.c | 330 * @flags: flags affecting the operation 341 GMountUnmountFlags flags, 365 (* iface->unmount) (mount, flags, cancellable, callback, user_data); 405 * @flags: flags affecting the unmount if required for eject 416 GMountUnmountFlags flags, 440 (* iface->eject) (mount, flags, cancellable, callback, user_data); 479 * @flags: flags affecting the operatio [all...] |
/external/grub/stage2/ |
fsys_iso9660.c | 181 file_type = (idr->flags.l & 2) ? ISO_DIRECTORY : ISO_REGULAR; 228 rr_flag &= rr_ptr.rr->u.rr.flags.l; 264 switch (slp->flags.l) 282 slp->flags.l); 287 prevflag = slp->flags.l; 296 if ((!rootflag) && (rr_ptr.rr->u.sl.flags.l & 1) && !(prevflag & 1))
|
/external/icu4c/i18n/ |
coleitr.cpp | 119 if ((m_data_->iteratordata_.flags & UCOL_ITER_HASLEN) == 0) { 120 if ((that.m_data_->iteratordata_.flags & UCOL_ITER_HASLEN) != 0) { 132 else if ((that.m_data_->iteratordata_.flags & UCOL_ITER_HASLEN) == 0) { 425 if (othercoliter->flags & UCOL_ITER_INNORMBUF) { 472 coliter->flags = othercoliter->flags/*| UCOL_ITER_HASLEN*/;
|
/external/iproute2/ip/ |
ipaddress.c | 46 int flags, flagmask; member in struct:__anon4456 84 void print_link_flags(FILE *fp, unsigned flags, unsigned mdown) 87 if (flags & IFF_UP && !(flags & IFF_RUNNING)) 88 fprintf(fp, "NO-CARRIER%s", flags ? "," : ""); 89 flags &= ~IFF_RUNNING; 90 #define _PF(f) if (flags&IFF_##f) { \ 91 flags &= ~IFF_##f ; \ 92 fprintf(fp, #f "%s", flags ? "," : ""); } 112 if (flags) [all...] |
/external/kernel-headers/original/linux/ |
wait.h | 33 unsigned int flags; member in struct:__wait_queue 41 void *flags; member in struct:wait_bit_key 78 { .flags = word, .bit_nr = bit, } 84 q->flags = 0; 92 q->flags = 0; 345 wait->flags |= WQ_FLAG_EXCLUSIVE;
|
/external/libvpx/vp8/encoder/ |
encodemv.c | 427 int flags[2] = {0, 0}; local 432 w, &mvc[0], &vp8_default_mv_context[0], &vp8_mv_update_probs[0], cpi->MVcount[0], 0, &flags[0] 435 w, &mvc[1], &vp8_default_mv_context[1], &vp8_mv_update_probs[1], cpi->MVcount[1], 1, &flags[1] 438 if (flags[0] || flags[1]) 439 vp8_build_component_cost_table(cpi->mb.mvcost, cpi->mb.mvsadcost, (const MV_CONTEXT *) cpi->common.fc.mvc, flags);
|
/external/libvpx/vpx/src/ |
vpx_encoder.c | 25 vpx_codec_flags_t flags, 38 else if ((flags & VPX_CODEC_USE_XMA) && !(iface->caps & VPX_CODEC_CAP_XMA)) 40 else if ((flags & VPX_CODEC_USE_PSNR) 48 ctx->init_flags = flags; 119 vpx_enc_frame_flags_t flags, 137 duration, flags, deadline);
|
/external/libxml2/include/libxml/ |
schemasInternals.h | 265 int flags; member in struct:_xmlSchemaAttribute 318 int flags; member in struct:_xmlSchemaWildcard 372 int flags; member in struct:_xmlSchemaAttributeGroup 439 * none of the variety flags occur then it's 616 int flags; member in struct:_xmlSchemaType 779 int flags; member in struct:_xmlSchemaElement 850 * TODO: Actually all those flags used for the schema should sit 930 int flags; member in struct:_xmlSchema
|
/external/qemu/distrib/sdl-1.2.12/src/video/aalib/ |
SDL_aavideo.c | 45 static SDL_Rect **AA_ListModes(_THIS, SDL_PixelFormat *format, Uint32 flags); 46 static SDL_Surface *AA_SetVideoMode(_THIS, SDL_Surface *current, int width, int height, int bpp, Uint32 flags); 187 SDL_Rect **AA_ListModes(_THIS, SDL_PixelFormat *format, Uint32 flags) 192 if ( flags & SDL_FULLSCREEN ) { 246 int width, int height, int bpp, Uint32 flags) 271 current->flags = SDL_FULLSCREEN;
|
/external/qemu/distrib/sdl-1.2.12/src/video/cybergfx/ |
SDL_cgxaccel.c | 177 if(src->hwdata&& !(src->flags & (SDL_SRCALPHA))) 181 if ( (src->flags & SDL_SRCCOLORKEY) == SDL_SRCCOLORKEY ) { 183 src->flags &= ~SDL_HWACCEL; 188 src->flags|=SDL_HWACCEL; 193 src->flags &= ~SDL_HWACCEL; 210 if(src->flags&SDL_SRCCOLORKEY && src->hwdata->mask)
|
/external/qemu/distrib/sdl-1.2.12/src/video/ipod/ |
SDL_ipodvideo.c | 49 static SDL_Rect **iPod_ListModes (_THIS, SDL_PixelFormat *format, Uint32 flags); 50 static SDL_Surface *iPod_SetVideoMode (_THIS, SDL_Surface *current, int width, int height, int bpp, Uint32 flags); 310 static SDL_Rect **iPod_ListModes (_THIS, SDL_PixelFormat *format, Uint32 flags) 335 Uint32 flags) 373 current->flags = flags & SDL_FULLSCREEN;
|
/external/skia/src/utils/ |
SkNWayCanvas.cpp | 52 int SkNWayCanvas::save(SaveFlags flags) { 55 iter->save(flags); 57 return this->INHERITED::save(flags); 61 SaveFlags flags) { 64 iter->saveLayer(bounds, paint, flags); 66 return this->INHERITED::saveLayer(bounds, paint, flags);
|
/external/skia/src/views/ |
SkWidget.cpp | 8 SkWidgetView::SkWidgetView(U32 flags) : SkView(flags) 71 SkTextView::SkTextView(U32 flags) : SkView(flags), fInterp(NULL), fDoInterp(false) 202 SkSliderView::SkSliderView(U32 flags) : SkWidgetView(flags)
|
/packages/apps/Gallery3D/src/com/cooliris/media/ |
MediaClustering.java | 321 int flags = DateUtils.FORMAT_ABBREV_MONTH | DateUtils.FORMAT_SHOW_DATE; local 324 String dateRangeWithOptionalYear = DateUtils.formatDateTime(context, minTimestamp, flags); 325 String dateRangeWithYear = DateUtils.formatDateTime(context, minTimestamp, flags 334 | flags); 340 int flags = DateUtils.FORMAT_NO_MONTH_DAY | DateUtils.FORMAT_ABBREV_MONTH | DateUtils.FORMAT_SHOW_DATE; local 341 mName = DateUtils.formatDateRange(context, minTimestamp, maxTimestamp, flags);
|
/external/chromium/third_party/icu/source/test/intltest/ |
regextst.cpp | 386 int32_t flags = 0; local 403 pat2 = RegexPattern::compile(re, flags, pe, status); 525 int32_t flags=0; local 530 RegexPattern *pat = RegexPattern::compile(re, flags, pe, status); 584 int32_t flags=0; local 589 RegexPattern *pat = RegexPattern::compile(re, flags, pe, status); 638 int32_t flags=0; local 643 RegexPattern *pat = RegexPattern::compile(re, flags, pe, status); 946 int32_t flags=0; local 951 RegexPattern *pat = RegexPattern::compile(re, flags, pe, status) 1867 int32_t flags = UREGEX_CANON_EQ | local 2162 int32_t flags = 0; local 2409 uint32_t flags = 0; local [all...] |
/external/icu4c/test/intltest/ |
regextst.cpp | 565 int32_t flags = 0; local 582 pat2 = RegexPattern::compile(re, flags, pe, status); 704 int32_t flags=0; local 709 RegexPattern *pat = RegexPattern::compile(re, flags, pe, status); 763 int32_t flags=0; local 768 RegexPattern *pat = RegexPattern::compile(re, flags, pe, status); 817 int32_t flags=0; local 822 RegexPattern *pat = RegexPattern::compile(re, flags, pe, status); 1125 int32_t flags=0; local 1591 int32_t flags = 0; local 1737 int32_t flags=0; local 1847 int32_t flags=0; local 1906 int32_t flags=0; local 2132 int32_t flags=0; local 3366 int32_t flags = UREGEX_CANON_EQ | local 3661 int32_t flags = 0; local 4030 int32_t flags = 0; local 4310 uint32_t flags = 0; local [all...] |
/bionic/libc/kernel/arch-sh/asm/ |
processor_64.h | 34 unsigned long flags; member in struct:tlb_info 51 unsigned long flags; member in struct:sh_cpuinfo
|
/bionic/libc/kernel/common/linux/ |
binder.h | 36 unsigned long flags; member in struct:flat_binder_object 86 unsigned int flags; member in struct:binder_transaction_data
|
/bionic/libc/stdio/ |
findfp.c | 47 #define std(flags, file) \ 48 {0,0,0,flags,file,{0,0},0,__sF+file,__sclose,__sread,__sseek,__swrite, \ 50 /* p r w flags file _bf z cookie close read seek write 116 fp->_flags = 1; /* reserve this slot; caller sets real flags */
|