/external/quake/quake/src/WinQuake/ |
vid_sunxil.cpp | 62 long flags; member in struct:__anon7252 299 dummycolour.flags = 04; 345 wmHints->flags = StateHint; 370 hints.flags = MWM_HINTS_DECORATIONS; 724 colors[i].flags = DoRed|DoGreen|DoBlue;
|
/external/sqlite/dist/ |
sqlite3.h | 428 ** CAPI3REF: Flags For File Open Operations 498 ** CAPI3REF: Synchronization Type Flags 546 ** The flags argument to xSync may be one of [SQLITE_SYNC_NORMAL] or 625 int (*xSync)(sqlite3_file*, int flags); 712 ** flags parameter will include [SQLITE_OPEN_DELETEONCLOSE]. 714 ** The flags argument to xOpen() includes all bits set in 715 ** the flags argument to [sqlite3_open_v2()]. Or if [sqlite3_open()] 716 ** or [sqlite3_open16()] is used, then flags includes at least 721 ** SQLite will also add one of the following flags to the xOpen() [all...] |
/external/webkit/WebCore/platform/gtk/ |
RenderThemeGtk.cpp | 294 int flags; local 296 // We might want to make setting flags the caller's job at some point rather than doing it here. 299 flags = GTK_RELIEF_NORMAL; 303 flags = theme->isChecked(o); 306 flags = 0; 333 return moz_gtk_widget_paint(type, i.context->gdkDrawable(), &gdkRect, &gdkClipRect, &mozState, flags, direction) != MOZ_GTK_SUCCESS;
|
/frameworks/base/core/java/android/view/ |
MotionEvent.java | 420 * @param flags The motion event flags. 425 int edgeFlags, int source, int flags) { 432 ev.mFlags = flags; 735 * Gets the motion event flags. [all...] |
/frameworks/base/services/camera/libcameraservice/ |
CameraService.cpp | 203 uint32_t code, const Parcel& data, Parcel* reply, uint32_t flags) { 222 return BnCameraService::onTransact(code, data, reply, flags); 1053 int flags = mPreviewCallbackFlag; local [all...] |
/hardware/broadcom/wlan/bcm4329/src/include/ |
wlioctl.h | 116 uint8 flags; member in struct:wl_bss_info 309 uint32 flags; member in struct:wl_wsec_key 332 ushort flags; member in struct:__anon9611 1327 int16 flags; member in struct:wl_pfn_param 1508 uint32 flags; member in struct:wl_pkteng [all...] |
/packages/apps/Email/src/com/android/email/ |
LegacyConversions.java | 198 // Set message flags as well 605 // Provider Account flags, and how they are mapped. 655 int flags = 0; local 656 if (fromAccount.isNotifyNewMail()) flags |= EmailContent.Account.FLAGS_NOTIFY_NEW_MAIL; 657 if (fromAccount.isVibrate()) flags |= EmailContent.Account.FLAGS_VIBRATE_ALWAYS; 659 flags |= EmailContent.Account.FLAGS_VIBRATE_WHEN_SILENT; 660 result.setFlags(flags); [all...] |
/prebuilt/sdk/4/ |
android.jar | |
/ndk/build/core/ |
definitions.mk | 175 # LDFLAGS -> Final linker flags 215 # LOCAL_LDFLAGS will contain the set of final linker flags for the module 705 # target-specific C compiler flags used to compile a given 764 # 2: list of compiler flags 765 # Usage : $(call set-src-files-target-cflags,<sources>,<flags>) 766 # Rationale: Set or replace the set of compiler flags that will be applied 769 # computes all compiler flags for all source files. 776 # 2: list of compiler flags 777 # Usage : $(call add-src-files-target-cflags,<sources>,<flags>) 779 # to append, instead of replace, compiler flags for specifi [all...] |
/frameworks/base/media/libstagefright/ |
OMXCodec.cpp | 429 uint32_t flags, 460 if (flags & kPreferSoftwareCodecs) { 471 uint32_t flags) { 478 mime, createEncoder, matchComponentName, flags, &matchingCodecs); 507 && (flags & kClientNeedsFramebuffer)) { 531 err = codec->configureCodec(meta, flags); 544 status_t OMXCodec::configureCodec(const sp<MetaData> &meta, uint32_t flags) { 545 if (!(flags & kIgnoreCodecSpecificData)) { 708 if ((flags & kClientNeedsFramebuffer) 1734 OMX_U32 flags = msg.u.extended_buffer_data.flags; local 2504 OMX_U32 flags = OMX_BUFFERFLAG_ENDOFFRAME; local [all...] |
/bootable/recovery/mtdutils/ |
mtdutils.c | 196 const unsigned long flags = MS_NOATIME | MS_NODEV | MS_NODIRATIME; local 202 rv = mount(devname, mount_point, filesystem, flags, NULL); 205 rv = mount(devname, mount_point, filesystem, flags | MS_RDONLY, 0);
|
/external/bluetooth/bluez/src/ |
sdpd-service.c | 580 req->flags = *p++; 581 if (req->flags & SDP_DEVICE_RECORD) { 608 if (!(req->flags & SDP_RECORD_PERSIST))
|
/external/bluetooth/hcidump/parser/ |
capi.c | 168 return "Flags not supported by current protocol, flags ignored"; 202 return "Flags not supported (reserved bits)"; 697 uint16_t length, handle, flags, info; local 722 flags = CAPI_U16(frm); 724 printf("Flags: 0x%04x\n", flags);
|
/external/chromium/base/ |
logging.cc | 640 DWORD flags = FORMAT_MESSAGE_FROM_SYSTEM; local 645 flags |= FORMAT_MESSAGE_FROM_HMODULE; 656 DWORD len = FormatMessageA(flags,
|
process_util_posix.cc | 289 int flags = fcntl(i, F_GETFD); local 290 if ((flags == -1) || (fcntl(i, F_SETFD, flags | FD_CLOEXEC) == -1)) {
|
/external/chromium/net/base/ |
x509_certificate_mac.cc | 415 int X509Certificate::Verify(const std::string& hostname, int flags, 477 if (flags & VERIFY_REV_CHECKING_ENABLED) { 614 if (flags & VERIFY_EV_CERT) {
|
/external/dbus/bus/ |
dispatch.c | 1533 dbus_uint32_t flags; local 2398 dbus_uint32_t flags; local 2625 dbus_uint32_t flags; local 3743 dbus_uint32_t flags; local [all...] |
/external/grub/lib/ |
device.c | 140 if (geom->flags == -1) 146 fd = geom->flags; 258 if (geom->flags == -1)
|
/external/grub/stage2/ |
shared.h | 408 unsigned char loadflags; /* Boot protocol option flags */ 652 /* Flags */ 653 unsigned long flags; member in struct:geometry 816 /* The flags for the builtins. */ 831 /* The combination of the flags defined above. */ 832 int flags; member in struct:builtin 931 int real_open_partition (int flags); 979 /* Define flags for load_image here. */
|
/external/iptables/libiptc/ |
libip4tc.c | 144 printf("Flags: %02X\n", e->ip.flags); 187 || a->ip.flags != b->ip.flags
|
/external/libpng/ |
pngrutil.c | 175 !(png_ptr->flags & PNG_FLAG_CRC_ANCILLARY_NOWARN)) || 177 (png_ptr->flags & PNG_FLAG_CRC_CRITICAL_USE))) 215 if ((png_ptr->flags & PNG_FLAG_CRC_ANCILLARY_MASK) == 221 if (png_ptr->flags & PNG_FLAG_CRC_CRITICAL_IGNORE) 623 if (!(png_ptr->flags & PNG_FLAG_CRC_ANCILLARY_USE)) 625 if (png_ptr->flags & PNG_FLAG_CRC_ANCILLARY_NOWARN) 636 else if (!(png_ptr->flags & PNG_FLAG_CRC_ANCILLARY_NOWARN)) [all...] |
/external/openssl/crypto/bn/ |
bn_mont.c | 387 ret->flags=BN_FLG_MALLOCED; 398 ctx->flags=0; 409 if (mont->flags & BN_FLG_MALLOCED)
|
/external/openssl/include/openssl/ |
ts.h | 470 /* Optional flags for response generation. */ 516 unsigned flags; /* Optional info, see values above. */ member in struct:TS_resp_ctx 572 /* No flags are set by default. */ 573 void TS_RESP_CTX_add_flags(TS_RESP_CTX *ctx, int flags); 657 /* Set this to the union of TS_VFY_... flags you want to carry out. */ 658 unsigned flags; member in struct:TS_verify_ctx 700 * flags = TS_VFY_ALL_IMPRINT & ~(TS_VFY_TSA_NAME | TS_VFY_SIGNATURE) 704 * TS_VFY_POLICY is cleared from flags as well) 709 * TS_VFY_NONCE is cleared from flags as well)
|
/external/oprofile/libpopt/ |
popthelp.c | 549 if (!(con->flags & POPT_CONTEXT_KEEP_FIRST)) { 564 void poptPrintHelp(poptContext con, FILE * fp, /*@unused@*/ int flags) 785 void poptPrintUsage(poptContext con, FILE * fp, /*@unused@*/ int flags)
|
/external/qemu/distrib/sdl-1.2.12/src/video/ |
SDL_pixels.c | 549 if ( (src->flags & SDL_RLEACCEL) == SDL_RLEACCEL ) { 564 if ( ((src->flags & SDL_HWSURFACE) == SDL_HWSURFACE) && 565 ((dst->flags & SDL_HWSURFACE) == SDL_HWSURFACE) ) {
|