/external/e2fsprogs/e2fsck/ |
swapfs.c | 99 ctx->flags |= E2F_FLAG_ABORT; 105 ctx->flags |= E2F_FLAG_ABORT; 127 ctx->flags |= E2F_FLAG_ABORT; 140 ctx->flags |= E2F_FLAG_ABORT; 149 if (fs->flags & EXT2_FLAG_SWAP_BYTES_READ) 165 if (ctx->flags & E2F_FLAG_SIGNAL_MASK) 168 if (fs->flags & EXT2_FLAG_SWAP_BYTES_WRITE) 178 ctx->flags |= E2F_FLAG_ABORT; 237 ctx->flags |= E2F_FLAG_ABORT; 240 if (fs->flags & EXT2_FLAG_SWAP_BYTES) [all...] |
/external/libpcap/missing/ |
snprintf.c | 135 int width, int prec, int flags, int minusp) 142 flags &= ~zero_flag; 162 if(flags & alternate_flag && (base == 16 || base == 8)) 165 if(flags & zero_flag){ 167 if(minusp || (flags & space_flag) || (flags & plus_flag)) 176 if(flags & alternate_flag && (base == 16 || base == 8)){ 188 } else if(flags & plus_flag) { 192 } else if(flags & space_flag) { 197 if(flags & minus_flag 295 int flags = 0; local [all...] |
/external/tcpdump/missing/ |
snprintf.c | 135 int width, int prec, int flags, int minusp) 142 flags &= ~zero_flag; 162 if(flags & alternate_flag && (base == 16 || base == 8)) 165 if(flags & zero_flag){ 167 if(minusp || (flags & space_flag) || (flags & plus_flag)) 176 if(flags & alternate_flag && (base == 16 || base == 8)){ 188 } else if(flags & plus_flag) { 192 } else if(flags & space_flag) { 197 if(flags & minus_flag 295 int flags = 0; local [all...] |
/external/iptables/extensions/ |
libip6t_physdev.c | 43 parse(int c, char **argv, int invert, unsigned int *flags, 53 if (*flags & IP6T_PHYSDEV_OP_IN) 61 *flags |= IP6T_PHYSDEV_OP_IN; 65 if (*flags & IP6T_PHYSDEV_OP_OUT) 73 *flags |= IP6T_PHYSDEV_OP_OUT; 77 if (*flags & IP6T_PHYSDEV_OP_ISIN) 83 *flags |= IP6T_PHYSDEV_OP_ISIN; 87 if (*flags & IP6T_PHYSDEV_OP_ISOUT) 93 *flags |= IP6T_PHYSDEV_OP_ISOUT; 97 if (*flags & IP6T_PHYSDEV_OP_BRIDGED [all...] |
libipt_physdev.c | 43 parse(int c, char **argv, int invert, unsigned int *flags, 53 if (*flags & IPT_PHYSDEV_OP_IN) 61 *flags |= IPT_PHYSDEV_OP_IN; 65 if (*flags & IPT_PHYSDEV_OP_OUT) 73 *flags |= IPT_PHYSDEV_OP_OUT; 77 if (*flags & IPT_PHYSDEV_OP_ISIN) 83 *flags |= IPT_PHYSDEV_OP_ISIN; 87 if (*flags & IPT_PHYSDEV_OP_ISOUT) 93 *flags |= IPT_PHYSDEV_OP_ISOUT; 97 if (*flags & IPT_PHYSDEV_OP_BRIDGED [all...] |
libipt_2ecn.c | 37 parse(int c, char **argv, int invert, unsigned int *flags, 48 if (*flags & IPT_ECN_OP_MATCH_CWR) 55 *flags |= IPT_ECN_OP_MATCH_CWR; 59 if (*flags & IPT_ECN_OP_MATCH_ECE) 66 *flags |= IPT_ECN_OP_MATCH_ECE; 70 if (*flags & IPT_ECN_OP_MATCH_IP) 76 *flags |= IPT_ECN_OP_MATCH_IP; 91 final_check(unsigned int flags) 93 if (!flags)
|
libipt_2set.c | 29 " [!] --set name flags\n" 31 " 'flags' are the comma separated list of\n" 54 parse(int c, char **argv, int invert, unsigned int *flags, 64 if (info->flags[0]) 70 info->flags[0] |= IPSET_MATCH_INV; 88 *flags = 1; 99 static void final_check(unsigned int flags) 101 if (!flags) 115 (info->flags[0] & IPSET_MATCH_INV) ? "! " : "", 119 if (!info->flags[i] [all...] |
libip6t_condition.c | 28 parse(int c, char **argv, int invert, unsigned int *flags, 36 if (*flags) 49 *flags = 1; 58 final_check(unsigned int flags) 60 if (!flags)
|
libipt_condition.c | 28 parse(int c, char **argv, int invert, unsigned int *flags, 36 if (*flags) 49 *flags = 1; 58 final_check(unsigned int flags) 60 if (!flags)
|
libipt_helper.c | 30 parse(int c, char **argv, int invert, unsigned int *flags, 39 if (*flags) 47 *flags = 1; 58 final_check(unsigned int flags) 60 if (!flags)
|
/bionic/libc/stdio/ |
makebuf.c | 52 int flags; local 61 flags = __swhatbuf(fp, &size, &couldbetty); 69 flags |= __SMBF; 73 flags |= __SLBF; 74 fp->_flags |= flags;
|
/cts/tests/tests/dpi/src/android/dpi/cts/ |
DefaultManifestAttributesTest.java | 73 (getAppInfo().flags & ApplicationInfo.FLAG_SUPPORTS_SMALL_SCREENS) != 0); 80 (getAppInfo().flags & ApplicationInfo.FLAG_SUPPORTS_NORMAL_SCREENS) != 0); 85 (getAppInfo().flags & ApplicationInfo.FLAG_SUPPORTS_LARGE_SCREENS) != 0); 90 (getAppInfo().flags & ApplicationInfo.FLAG_RESIZEABLE_FOR_SCREENS) != 0); 95 (getAppInfo().flags & ApplicationInfo.FLAG_SUPPORTS_SCREEN_DENSITIES) != 0);
|
/development/host/windows/usb/api/ |
adb_api_private_defines.h | 39 Set(proto.device_name().c_str(), proto.class_id(), proto.flags());
55 Set(proto.device_name().c_str(), proto.class_id(), proto.flags());
81 info->flags = flags();
95 /// Gets interface flags
96 DWORD flags() const {
function in class:AdbInstanceEnumEntry 107 /// Interface flags (see SP_DEVICE_INTERFACE_DATA)
|
/external/dropbear/libtomcrypt/src/pk/ecc/ |
ecc_export.c | 37 unsigned char flags[1]; local 57 flags[0] = 1; 59 LTC_ASN1_BIT_STRING, 1UL, flags, 66 flags[0] = 0; 68 LTC_ASN1_BIT_STRING, 1UL, flags,
|
/external/e2fsprogs/lib/e2p/ |
e2p.h | 19 int fgetflags (const char * name, unsigned long * flags); 21 int fsetflags (const char * name, unsigned long flags); 23 int getflags (int fd, unsigned long * flags); 31 void print_flags (FILE * f, unsigned long flags, unsigned options); 33 int setflags (int fd, unsigned long flags);
|
/external/elfutils/libasm/ |
asm_newscngrp.c | 29 asm_newscngrp (ctx, grpname, signature, flags) 33 Elf32_Word flags; 41 if ((flags & ~GRP_COMDAT) != 0) 55 result->flags = flags;
|
/external/kernel-headers/original/asm-arm/ |
dma.h | 34 unsigned long flags; local 35 spin_lock_irqsave(&dma_spin_lock, flags); 36 return flags; 39 static inline void release_dma_lock(unsigned long flags) 41 spin_unlock_irqrestore(&dma_spin_lock, flags);
|
/external/kernel-headers/original/linux/ |
thread_info.h | 32 set_bit(flag,&ti->flags); 37 clear_bit(flag,&ti->flags); 42 return test_and_set_bit(flag,&ti->flags); 47 return test_and_clear_bit(flag,&ti->flags); 52 return test_bit(flag,&ti->flags);
|
vmalloc.h | 9 /* bits in vm_struct->flags */ 28 unsigned long flags; member in struct:vm_struct 52 unsigned long flags, pgprot_t prot); 61 extern struct vm_struct *get_vm_area(unsigned long size, unsigned long flags); 62 extern struct vm_struct *__get_vm_area(unsigned long size, unsigned long flags, 65 unsigned long flags, int node);
|
/external/libpng/scripts/ |
libpng-config.in | 39 --cppflags print pre-processor flags 40 --cflags print preprocessor flags, I_opts, and compiler options 42 --L_opts print linker "-L" flags for dynamic linking 43 --R_opts print dynamic linker "-R" or "-rpath" flags 45 --ldflags print linker flags (ldopts, L_opts, R_opts, and libs)
|
/frameworks/base/core/java/android/view/inputmethod/ |
ExtractedText.java | 68 * Bit for {@link #flags}: set if the text being edited can only be on 74 * Bit for {@link #flags}: set if the editor is currently in selection mode. 79 * Additional bit flags of information about the edited text. 81 public int flags; field in class:ExtractedText 87 * @param flags The flags used for parceling. 89 public void writeToParcel(Parcel dest, int flags) { 90 TextUtils.writeToParcel(text, dest, flags); 96 dest.writeInt(this.flags); 111 res.flags = source.readInt() [all...] |
/frameworks/base/include/binder/ |
Binder.h | 38 uint32_t flags = 0); 42 uint32_t flags = 0); 46 uint32_t flags = 0, 64 uint32_t flags = 0); 85 virtual bool onIncStrongAttempted(uint32_t flags, const void* id);
|
/hardware/libhardware/modules/gralloc/ |
gralloc_priv.h | 41 uint32_t flags; member in struct:private_module_t 73 int flags; member in struct:private_handle_t 86 private_handle_t(int fd, int size, int flags) : 87 fd(fd), magic(sMagic), flags(flags), size(size), offset(0),
|
/hardware/msm7k/libgralloc/ |
gralloc_priv.h | 41 uint32_t flags; member in struct:private_module_t 79 int flags; member in struct:private_handle_t 94 private_handle_t(int fd, int size, int flags) : 95 fd(fd), magic(sMagic), flags(flags), size(size), offset(0),
|
/libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/util/ |
IllegalFormatFlagsExceptionTest.java | 45 String flags = "TESTFLAGS"; local 47 flags); 48 assertEquals(flags, illegalFormatFlagsException.getFlags()); 55 String flags = "TESTFLAGS"; local 57 flags); 73 assertEquals("Flags", initEx.getFlags(), desrEx.getFlags());
|