/external/openssl/ssl/ |
s3_clnt.c | 211 s->s3->flags |= SSL3_FLAGS_DELAY_CLIENT_FINISHED; 415 if (s->s3->flags & TLS1_FLAGS_SKIP_CERT_VERIFY) 475 /* clear flags */ 476 s->s3->flags&= ~SSL3_FLAGS_POP_BUFFER; 480 if (s->s3->flags & SSL3_FLAGS_DELAY_CLIENT_FINISHED) 483 s->s3->flags|=SSL3_FLAGS_POP_BUFFER; 493 if (s->s3->flags & SSL3_FLAGS_DELAY_CLIENT_FINISHED) 496 s->s3->flags|=SSL3_FLAGS_POP_BUFFER; 573 if (!(s->s3->flags & SSL3_FLAGS_DELAY_CLIENT_FINISHED)) 591 if (!(s->s3->flags & SSL3_FLAGS_POP_BUFFER) [all...] |
/frameworks/base/core/java/android/view/ |
ViewRoot.java | 475 attrs.flags |= WindowManager.LayoutParams.FLAG_COMPATIBLE_WINDOW; 591 mWindowAttributes.flags & WindowManager.LayoutParams.FLAG_COMPATIBLE_WINDOW; 593 mWindowAttributes.flags |= compatibleWindowFlag; [all...] |
/frameworks/base/opengl/libagl/ |
egl.cpp | 117 uint32_t flags; member in struct:android::egl_context_t [all...] |
/external/bluetooth/bluez/sbc/ |
sbc.c | 912 static void sbc_set_defaults(sbc_t *sbc, unsigned long flags) 928 int sbc_init(sbc_t *sbc, unsigned long flags) 944 sbc_set_defaults(sbc, flags); 1213 int sbc_reinit(sbc_t *sbc, unsigned long flags) 1225 sbc_set_defaults(sbc, flags);
|
/external/chromium/third_party/icu/source/common/ |
unistr.cpp | 1522 uint8_t flags = fFlags; local [all...] |
/external/elfutils/src/ |
ldgeneric.c | 767 contains the flags for the section group. */ 947 search.flags = shdr->sh_flags; 980 queued->flags = SH_FLAGS_COMBINE (queued->flags, shdr->sh_flags); 992 queued->flags = shdr->sh_flags; [all...] |
readelf.c | 94 /* Flags set by the option controlling the output. */ 600 printf (gettext (" Flags: %s\n"), 696 puts (gettext ("[Nr] Name Type Addr Off Size ES Flags Lk Inf Al")); 698 puts (gettext ("[Nr] Name Type Addr Off Size ES Flags Lk Inf Al")); 1005 static const struct flags struct 1019 static const struct flags dt_flags_1[] = 1041 static const struct flags dt_feature_1[] = 1049 static const struct flags dt_posflag_1[] = 1059 print_flags (int class, GElf_Xword d_val, const struct flags *flags, [all...] |
/external/icu4c/common/ |
unistr.cpp | 1554 uint8_t flags = fFlags; local [all...] |
/external/openssl/crypto/engine/ |
eng_cryptodev.c | 374 cryp.flags = 0; 714 if (!(ctx->flags & EVP_MD_CTX_FLAG_ONESHOT)) { 732 cryp.flags = 0; 758 if (! (ctx->flags & EVP_MD_CTX_FLAG_ONESHOT) ) { 763 cryp.flags = 0; 1102 0, /* flags */ 1244 0, /* flags */ 1305 0, /* flags */ [all...] |
/external/skia/src/core/ |
SkBlitter_RGB16.cpp | 826 unsigned flags = 0; local 831 flags |= SkBlitRow::kSrcPixelAlpha_Flag; 835 flags |= SkBlitRow::kDither_Flag; 838 fOpaqueProc = SkBlitRow::Factory(flags, SkBitmap::kRGB_565_Config); 840 fAlphaProc = SkBlitRow::Factory(flags | SkBlitRow::kGlobalAlpha_Flag, [all...] |
/external/strace/ |
system.c | 52 #define MS_REMOUNT 32 /* Alter flags of a mounted FS */ 259 /* flags */ 429 printflags(nfsflags, a.flags, "NFSMNT_???"); 432 if (a.flags & NFSMNT_HOSTNAME && a.hostname) 438 if ((a.flags & NFSMNT_SECURE) && a.netname) 1238 tprintf(", flags="); 1239 printflags(nfs_flags, args.flags, "NFSMNT_???"); [all...] |
/frameworks/base/libs/binder/ |
Parcel.cpp | 151 obj.flags = 0x7f | FLAT_BINDER_FLAG_ACCEPTS_FDS; 182 obj.flags = 0x7f | FLAT_BINDER_FLAG_ACCEPTS_FDS; 688 obj.flags = 0x7f | FLAT_BINDER_FLAG_ACCEPTS_FDS; 698 obj.flags = 0x7f | FLAT_BINDER_FLAG_ACCEPTS_FDS; 1171 void Parcel::print(TextOutput& to, uint32_t flags) const [all...] |
/hardware/broadcom/wlan/bcm4329/src/bcmsdio/sys/ |
bcmsdspi.c | 591 sd_err(("%s: rsp5 flags is 0x%x func=%d\n", 1090 sd_err(("%s: rsp5 flags is 0x%x\t %d\n", 1114 sd_err(("%s: rsp5 flags is 0x%x\t %d\n", 1136 uint32 cmd_arg, rsp5, flags; local 1151 flags = GFIELD(rsp5, RSP5_FLAGS); 1152 if (flags && (flags != 0x10)) 1153 sd_err(("%s: rsp5.rsp5.flags = 0x%x, expecting 0x10\n", 1154 __FUNCTION__, flags)); 1180 sd_err(("%s: rsp5 flags = 0x%x, expecting 0x00\n" [all...] |
/libcore/luni/src/main/java/java/util/ |
Formatter.java | 53 * argument index, optional flags, an optional width, an optional precision, and a mandatory 55 * In the example, {@code "%s"} has no flags, no width, and no precision, while 58 * Not all combinations of argument index, flags, width, precision, and conversion type 69 * <i>Flags</i>. The available flags are: 72 * <tr BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TD COLSPAN=4> <B>Flags</B> </TD> </tr> 120 * will be added (the exact details of which depend on the flags). Note that you can't use width to 1597 int flags = 0; local [all...] |
/packages/apps/Calendar/src/com/android/calendar/ |
EventInfoActivity.java | 868 int flags; local [all...] |
/packages/apps/Email/tests/src/com/android/email/mail/store/ |
ImapStoreUnitTests.java | 346 Flag[] flags = mFolder.getPermanentFlags(); local 347 assertEquals(3, flags.length); 348 // TODO: Write flags into hashset and compare them to a hashset and compare them 349 assertEquals(Flag.DELETED, flags[0]); 350 assertEquals(Flag.SEEN, flags[1]); 351 assertEquals(Flag.FLAGGED, flags[2]); 438 "* fLAGS (\\Answered \\Flagged \\Draft \\Deleted \\Seen)", 558 fp.add(FetchProfile.Item.FLAGS); 561 " UID FETCH 1 \\(UID FLAGS INTERNALDATE RFC822\\.SIZE BODY\\.PEEK\\[HEADER.FIELDS" + 565 "fLAGS (\\Seen) bODY[hEADER.FIELDS (dAte sUbject fRom cOntent-type tO cC" [all...] |
/sdk/emulator/qemud/ |
qemud.c | 234 int ret, flags; local 237 flags = fcntl(fd, F_GETFD); 238 } while (flags < 0 && errno == EINTR); 240 if (flags < 0) { 241 fatal( "%s: could not get flags for fd %d: %s", 246 ret = fcntl(fd, F_SETFD, flags | O_NONBLOCK); 306 /* bit flags for the LoopHook structure. [all...] |
/system/core/sh/ |
parser.c | 1262 int flags; local 1312 flags = 0; 1316 flags = VSNUL; 1343 flags |= VSQUOTE; 1344 *(stackblock() + typeloc) = subtype | flags; [all...] |
/frameworks/base/core/java/android/app/ |
ActivityThread.java | 312 int flags; field in class:ActivityThread.ServiceArgsData 518 int flags ,Intent args) { 522 s.flags = flags; [all...] |
ActivityManagerNative.java | 125 public boolean onTransact(int code, Parcel data, Parcel reply, int flags) [all...] |
/external/icu4c/i18n/ |
ucol_tok.cpp | [all...] |
/external/wpa_supplicant/ |
driver_ndis.c | 271 ULONG Flags; 285 ULONG Flags; 336 ULONG Flags; 1744 DWORD len, flags; local [all...] |
/external/wpa_supplicant_6/wpa_supplicant/src/drivers/ |
driver_ndis.c | 277 ULONG Flags; 291 ULONG Flags; 342 ULONG Flags; 1777 DWORD len, flags; local [all...] |
/frameworks/base/libs/utils/ |
ResourceTypes.cpp | 275 h->flags = dtohl(mHeader->flags); 301 if (mHeader->flags&ResStringPool_header::UTF8_FLAG) { 342 if (!(mHeader->flags&ResStringPool_header::UTF8_FLAG)) { 351 if ((mHeader->flags&ResStringPool_header::UTF8_FLAG && 353 (!mHeader->flags&ResStringPool_header::UTF8_FLAG && 452 const bool isUTF8 = (mHeader->flags&ResStringPool_header::UTF8_FLAG) != 0; 503 const bool isUTF8 = (mHeader->flags&ResStringPool_header::UTF8_FLAG) != 0; 560 if (mHeader->flags&ResStringPool_header::SORTED_FLAG) { 610 return (mHeader->flags&ResStringPool_header::UTF8_FLAG)!=0 [all...] |
/prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/include/ |
bfd.h | 194 typedef unsigned int flagword; /* 32 bits of flags */ 210 /* Values that may appear in the flags field of a BFD. These also 212 they indicate the set of flags used by that backend (not all flags 217 /* No flags. */ 351 #define bfd_get_section_flags(bfd, ptr) ((ptr)->flags + 0) 354 #define bfd_is_com_section(ptr) (((ptr)->flags & SEC_IS_COMMON) != 0) 549 #define bfd_get_file_flags(abfd) ((abfd)->flags) 1136 flagword flags; member in struct:bfd_section 4401 flagword flags; member in struct:bfd_symbol 4523 flagword flags; member in struct:bfd 4807 flagword flags; member in struct:bfd_preserve [all...] |