/external/iptables/extensions/ |
libipt_sctp.c | 68 " --chunk-types [!] (all|any|none) (chunktype[:flags])+ match if all, any or none of\n" 160 "Number of chunk types with flags exceeds currently allowed limit." 220 DEBUGP("Chunk flags %s\n", chunk_flags); 235 "Invalid flags for chunk type %d\n", i); 266 parse(int c, char **argv, int invert, unsigned int *flags, 276 if (*flags & IPT_SCTP_SRC_PORTS) 279 einfo->flags |= IPT_SCTP_SRC_PORTS; 284 *flags |= IPT_SCTP_SRC_PORTS; 288 if (*flags & IPT_SCTP_DEST_PORTS) 291 einfo->flags |= IPT_SCTP_DEST_PORTS [all...] |
libip6t_udp.c | 71 parse(int c, char **argv, int invert, unsigned int *flags, 80 if (*flags & UDP_SRC_PORTS) 87 *flags |= UDP_SRC_PORTS; 91 if (*flags & UDP_DST_PORTS) 98 *flags |= UDP_DST_PORTS; 110 final_check(unsigned int flags)
|
libipt_connbytes.c | 51 parse(int c, char **argv, int invert, unsigned int *flags, 70 *flags |= 1; 83 *flags |= 2; 95 *flags |= 4; 104 static void final_check(unsigned int flags) 106 if (flags != 7)
|
libipt_udp.c | 72 parse(int c, char **argv, int invert, unsigned int *flags, 81 if (*flags & UDP_SRC_PORTS) 88 *flags |= UDP_SRC_PORTS; 92 if (*flags & UDP_DST_PORTS) 99 *flags |= UDP_DST_PORTS; 111 final_check(unsigned int flags)
|
/external/e2fsprogs/lib/ext2fs/ |
ext2fs.h | 173 * Flags for the ext2_filsys structure and for ext2fs_open() 200 * Flags for mkjournal 209 int flags; member in struct:struct_ext2_filsys 258 * Return flags for the block iterator functions 265 * Block interate flags 302 * Flags for ext2fs_move_blocks 309 * Flags for directory block reading and writing functions 314 * Return flags for the directory iterator functions 321 * Directory iterator flags 338 * ext2fs_scan flags [all...] |
/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/ |
tree-flow-inline.h | 567 gcc_assert (!(bb->flags & BB_RTL)); 580 gcc_assert (!(bb->flags & BB_RTL)); 915 op_iter_init (ssa_op_iter *ptr, gimple stmt, int flags) 917 ptr->defs = (flags & SSA_OP_DEF) ? gimple_def_ops (stmt) : NULL; 918 ptr->uses = (flags & SSA_OP_USE) ? gimple_use_ops (stmt) : NULL; 919 ptr->vuses = (flags & SSA_OP_VUSE) ? gimple_vuse_ops (stmt) : NULL; 920 ptr->vdefs = (flags & SSA_OP_VDEF) ? gimple_vdef_ops (stmt) : NULL; 921 ptr->mayuses = (flags & SSA_OP_VMAYUSE) ? gimple_vdef_ops (stmt) : NULL; 931 /* Initialize iterator PTR to the use operands in STMT based on FLAGS. Return 934 op_iter_init_use (ssa_op_iter *ptr, gimple stmt, int flags) [all...] |
/prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/ |
tree-flow-inline.h | 567 gcc_assert (!(bb->flags & BB_RTL)); 580 gcc_assert (!(bb->flags & BB_RTL)); 915 op_iter_init (ssa_op_iter *ptr, gimple stmt, int flags) 917 ptr->defs = (flags & SSA_OP_DEF) ? gimple_def_ops (stmt) : NULL; 918 ptr->uses = (flags & SSA_OP_USE) ? gimple_use_ops (stmt) : NULL; 919 ptr->vuses = (flags & SSA_OP_VUSE) ? gimple_vuse_ops (stmt) : NULL; 920 ptr->vdefs = (flags & SSA_OP_VDEF) ? gimple_vdef_ops (stmt) : NULL; 921 ptr->mayuses = (flags & SSA_OP_VMAYUSE) ? gimple_vdef_ops (stmt) : NULL; 931 /* Initialize iterator PTR to the use operands in STMT based on FLAGS. Return 934 op_iter_init_use (ssa_op_iter *ptr, gimple stmt, int flags) [all...] |
/external/bluetooth/glib/gio/ |
gmount.h | 90 GMountUnmountFlags flags, 99 GMountUnmountFlags flags, 108 GMountMountFlags flags, 143 GMountUnmountFlags flags, 152 GMountUnmountFlags flags, 161 GMountMountFlags flags,
|
/external/bluetooth/hcidump/parser/ |
obex.c | 234 uint8_t version, flags, constants; local 280 flags = get_u8(frm); 282 printf(" version %d.%d flags %d mtu %d\n", 283 version >> 4, version & 0xf, flags, pktlen); 288 flags = get_u8(frm); 290 printf(" flags %d constants %d\n", 291 flags, constants); 300 if ((status & 0x70) && (parser.flags & DUMP_VERBOSE)) {
|
/external/chromium/net/third_party/nss/ssl/ |
ssl3gthr.c | 67 ssl3_GatherData(sslSocket *ss, sslGather *gs, int flags) 90 nb = ssl_DefRecv(ss, bp, gs->remainder, flags); 187 ssl3_GatherCompleteHandshake(sslSocket *ss, int flags) 195 rv = ssl3_GatherData(ss, &ss->gs, flags); 229 ssl3_GatherAppDataRecord(sslSocket *ss, int flags) 235 rv = ssl3_GatherCompleteHandshake(ss, flags);
|
/external/grub/stage2/ |
iso9660.h | 90 iso_8bit_t flags; member in struct:iso_directory_record 156 iso_8bit_t flags; member in struct:rock_ridge::__anon3815::RR 169 iso_8bit_t flags; member in struct:rock_ridge::__anon3815::SL 171 iso_8bit_t flags; member in struct:rock_ridge::__anon3815::SL::SL_component 177 iso_8bit_t flags; member in struct:rock_ridge::__anon3815::NM 187 iso_8bit_t flags; member in struct:rock_ridge::__anon3815::TF
|
/external/openssl/crypto/ui/ |
ui.h | 130 int UI_add_input_string(UI *ui, const char *prompt, int flags, 132 int UI_dup_input_string(UI *ui, const char *prompt, int flags, 134 int UI_add_verify_string(UI *ui, const char *prompt, int flags, 136 int UI_dup_verify_string(UI *ui, const char *prompt, int flags, 140 int flags, char *result_buf); 143 int flags, char *result_buf); 149 /* These are the possible flags. They can be or'ed together. */ 159 /* The user of these routines may want to define flags of their own. The core 326 /* Return input flags of the UI_STRING */
|
/external/openssl/crypto/x509/ |
x509_ext.c | 105 unsigned long flags) 107 return X509V3_add1_i2d(&x->crl->extensions, nid, value, crit, flags); 156 unsigned long flags) 159 flags); 204 unsigned long flags) 206 return X509V3_add1_i2d(&x->extensions, nid, value, crit, flags);
|
/external/openssl/include/openssl/ |
ui.h | 130 int UI_add_input_string(UI *ui, const char *prompt, int flags, 132 int UI_dup_input_string(UI *ui, const char *prompt, int flags, 134 int UI_add_verify_string(UI *ui, const char *prompt, int flags, 136 int UI_dup_verify_string(UI *ui, const char *prompt, int flags, 140 int flags, char *result_buf); 143 int flags, char *result_buf); 149 /* These are the possible flags. They can be or'ed together. */ 159 /* The user of these routines may want to define flags of their own. The core 326 /* Return input flags of the UI_STRING */
|
/external/qemu/distrib/sdl-1.2.12/src/video/dummy/ |
SDL_nullvideo.c | 53 static SDL_Rect **DUMMY_ListModes(_THIS, SDL_PixelFormat *format, Uint32 flags); 54 static SDL_Surface *DUMMY_SetVideoMode(_THIS, SDL_Surface *current, int width, int height, int bpp, Uint32 flags); 156 SDL_Rect **DUMMY_ListModes(_THIS, SDL_PixelFormat *format, Uint32 flags) 162 int width, int height, int bpp, Uint32 flags) 187 current->flags = flags & SDL_FULLSCREEN;
|
/external/qemu/distrib/sdl-1.2.12/src/video/fbcon/ |
SDL_fbriva.c | 164 src->flags |= SDL_HWACCEL; 167 if ( (src->flags & SDL_SRCALPHA) == SDL_SRCALPHA ) { 169 src->flags &= ~SDL_HWACCEL; 172 if ( (src->flags & SDL_SRCCOLORKEY) == SDL_SRCCOLORKEY ) { 174 src->flags &= ~SDL_HWACCEL; 179 accelerated = !!(src->flags & SDL_HWACCEL);
|
/external/webkit/JavaScriptCore/ |
wscript | 102 flags = obj.env.CXXFLAGS 103 flags.remove('/EHsc') 104 obj.env.CXXFLAGS = flags
|
/external/webkit/WebCore/platform/wx/wxcode/gtk/ |
scrollbar_render.cpp | 45 int wxStyleForPart(wxScrollbarPart part, wxScrollbarPart focusPart, wxScrollbarPart hoverPart, int flags) 48 if (flags == wxCONTROL_DISABLED) 111 int current, wxScrollbarPart focusPart, wxScrollbarPart hoverPart, int max, int step, int flags) 134 renderer.DrawPushButton(window, dc, wxRect(x,y,buttonLength,buttonLength), wxStyleForPart(wxSCROLLPART_BACKBTNSTART, focusPart, hoverPart, flags)); 162 renderer.DrawPushButton(window, dc, buttonRect, wxStyleForPart(wxSCROLLPART_THUMB, focusPart, hoverPart, flags)); 169 renderer.DrawPushButton(window, dc, wxRect(x,y,buttonLength,buttonLength), wxStyleForPart(wxSCROLLPART_FWDBTNEND, focusPart, hoverPart, flags));
|
/frameworks/base/core/java/android/ddm/ |
DdmHandleProfiling.java | 99 int flags = in.getInt(); local 104 + "', size=" + bufferSize + ", flags=" + flags); 107 Debug.startMethodTracing(fileName, bufferSize, flags); 141 int flags = in.getInt(); local 144 + ", flags=" + flags); 148 Debug.startMethodTracingDdms(bufferSize, flags);
|
/frameworks/base/libs/binder/ |
Binder.cpp | 97 uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags) 107 err = onTransact(code, data, reply, flags); 119 const sp<DeathRecipient>& recipient, void* cookie, uint32_t flags) 125 const wp<DeathRecipient>& recipient, void* cookie, uint32_t flags, 186 uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags) 249 bool BpRefBase::onIncStrongAttempted(uint32_t flags, const void* id)
|
/frameworks/base/media/libmediaplayerservice/ |
StagefrightPlayer.cpp | 167 uint32_t flags = mPlayer->flags(); 173 flags & MediaExtractor::CAN_PAUSE); 177 flags & MediaExtractor::CAN_SEEK_BACKWARD); 181 flags & MediaExtractor::CAN_SEEK_FORWARD); 185 flags & MediaExtractor::CAN_SEEK);
|
/sdk/emulator/qtools/ |
parse_options-inl.h | 58 if (lump_kernel && (sym->region->flags & region_type::kIsKernelRegion)) { 67 if (lump_libraries && (sym->region->flags & region_type::kIsLibraryRegion)) { 81 if (include_kernel_syms && (sym->region->flags & region_type::kIsKernelRegion)) 83 if (include_library_syms && (sym->region->flags & region_type::kIsLibraryRegion)) 90 if (exclude_kernel_syms && (sym->region->flags & region_type::kIsKernelRegion)) 92 if (exclude_library_syms && (sym->region->flags & region_type::kIsLibraryRegion))
|
/device/htc/passion-common/libsensors/ |
AkmSensor.cpp | 61 short flags = 0; local 65 if (!ioctl(dev_fd, ECS_IOCTL_APP_GET_AFLAG, &flags)) { 66 if (flags) { 79 if (!ioctl(dev_fd, ECS_IOCTL_APP_GET_MVFLAG, &flags)) { 80 if (flags) { 93 if (!ioctl(dev_fd, ECS_IOCTL_APP_GET_MFLAG, &flags)) { 94 if (flags) { 112 flags = 0; 113 ioctl(dev_fd, ECS_IOCTL_APP_SET_TFLAG, &flags); 148 short flags = newState local [all...] |
/external/bison/lib/ |
mbswidth.c | 93 With flags = MBSW_REJECT_INVALID | MBSW_REJECT_UNPRINTABLE, this is 97 mbswidth (const char *string, int flags) 99 return mbsnwidth (string, strlen (string), flags); 108 mbsnwidth (const char *string, size_t nbytes, int flags) 161 if (!(flags & MBSW_REJECT_INVALID)) 174 if (!(flags & MBSW_REJECT_INVALID)) 194 if (!(flags & MBSW_REJECT_UNPRINTABLE)) 215 else if (!(flags & MBSW_REJECT_UNPRINTABLE))
|
/external/bluetooth/bluez/lib/bluetooth/ |
bnep.h | 126 uint32_t flags; member in struct:bnep_connadd_req 132 uint32_t flags; member in struct:bnep_conndel_req 137 uint32_t flags; member in struct:bnep_conninfo
|