HomeSort by relevance Sort by last modified time
    Searched refs:flags (Results 151 - 175 of 3921) sorted by null

1 2 3 4 5 67 8 91011>>

  /bionic/libc/kernel/arch-sh/asm/
heartbeat.h 25 unsigned long flags; member in struct:heartbeat_data
  /bionic/libc/kernel/common/linux/netfilter/
xt_quota.h 21 u_int32_t flags; member in struct:xt_quota_info
  /development/ndk/platforms/android-3/include/linux/netfilter/
xt_quota.h 21 u_int32_t flags; member in struct:xt_quota_info
  /external/bouncycastle/src/main/java/org/bouncycastle/asn1/
DERTaggedObject.java 66 int flags; local
69 flags = CONSTRUCTED | TAGGED;
73 flags = TAGGED;
76 out.writeTag(flags, tagNo);
  /external/kernel-headers/original/linux/netfilter/
xt_quota.h 10 u_int32_t flags; member in struct:xt_quota_info
  /external/kernel-headers/original/linux/
slab.h 20 /* flags for kmem_cache_alloc() */
32 /* flags to pass to kmem_cache_create().
50 /* flags passed to a constructor func */
82 #define ____kmalloc(size, flags) __kmalloc(size, flags)
85 #define ____kmalloc(size, flags) \
86 __kmalloc_track_caller(size, flags, __builtin_return_address(0))
92 * @flags: the type of memory to allocate.
97 * The @flags argument may be one of:
112 * Also it is possible to set different flags by OR'in
    [all...]
  /external/oprofile/libutil/
op_popt.h 36 struct poptOption const * options, int flags);
  /external/qemu/distrib/sdl-1.2.12/src/video/cybergfx/
SDL_cgxmodes_c.h 36 extern SDL_Rect **CGX_ListModes(_THIS, SDL_PixelFormat *format, Uint32 flags);
  /external/skia/src/core/
SkBlitRow.h 33 static Proc Factory(unsigned flags, SkBitmap::Config);
74 static Proc32 PlatformProcs32(unsigned flags);
75 static Proc PlatformProcs565(unsigned flags);
76 static Proc PlatformProcs4444(unsigned flags);
  /frameworks/base/core/java/android/view/inputmethod/
ExtractedTextRequest.java 35 * Additional request flags, having the same possible values as the
36 * flags parameter of {@link InputConnection#getTextBeforeCursor
39 public int flags; field in class:ExtractedTextRequest
55 * @param flags The flags used for parceling.
57 public void writeToParcel(Parcel dest, int flags) {
59 dest.writeInt(this.flags);
72 res.flags = source.readInt();
InputConnection.java 57 * @param flags Supplies additional options controlling how the text is
63 public CharSequence getTextBeforeCursor(int n, int flags);
74 * @param flags Supplies additional options controlling how the text is
80 public CharSequence getTextAfterCursor(int n, int flags);
90 * @param flags Supplies additional options controlling how the text is
95 public CharSequence getSelectedText(int flags);
114 * @return Returns the caps mode flags that are in effect.
130 * @param flags Additional options to control the client, either 0 or
137 int flags);
  /hardware/ti/wlan/wl1271/stad/Export_Inc/
privateCmd.h 84 TI_UINT32 flags; /**< Command action type (PRIVATE_CMD_SET_FLAG | PRIVATE_CMD_GET_FLAG) */ member in struct:__anon10823
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/linux/netfilter/
xt_quota.h 21 u_int32_t flags; member in struct:xt_quota_info
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/linux/netfilter/
xt_quota.h 21 u_int32_t flags; member in struct:xt_quota_info
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/linux/netfilter/
xt_quota.h 21 u_int32_t flags; member in struct:xt_quota_info
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/linux/netfilter/
xt_quota.h 21 u_int32_t flags; member in struct:xt_quota_info
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/linux/netfilter/
xt_quota.h 21 u_int32_t flags; member in struct:xt_quota_info
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/linux/netfilter/
xt_quota.h 21 u_int32_t flags; member in struct:xt_quota_info
  /system/wlan/ti/wilink_6_1/stad/Export_Inc/
privateCmd.h 84 TI_UINT32 flags; /**< Command action type (PRIVATE_CMD_SET_FLAG | PRIVATE_CMD_GET_FLAG) */ member in struct:__anon17538
  /bionic/libc/unistd/
mmap.c 35 void* mmap( void* addr, size_t size, int prot, int flags, int fd, long offset )
42 return __mmap2(addr, size, prot, flags, fd, (size_t)offset >> MMAP2_SHIFT);
  /external/chromium/third_party/icu/source/i18n/
uregexc.cpp 26 uint32_t flags,
38 return uregex_open(patString.getBuffer(), patString.length(), flags, pe, status);
  /external/e2fsprogs/e2fsck/
problemP.h 16 int flags; member in struct:e2fsck_problem
24 int flags; member in struct:latch_descr
32 /* Bit positions 0x000ff0 are reserved for the PR_LATCH flags */
  /external/icu4c/i18n/
uregexc.cpp 26 uint32_t flags,
38 return uregex_open(patString.getBuffer(), patString.length(), flags, pe, status);
  /external/iptables/extensions/
libip6t_CONNSECMARK.c 33 static int parse(int c, char **argv, int invert, unsigned int *flags,
41 if (*flags & CONNSECMARK_SAVE)
45 *flags |= CONNSECMARK_SAVE;
49 if (*flags & CONNSECMARK_RESTORE)
53 *flags |= CONNSECMARK_RESTORE;
63 static void final_check(unsigned int flags)
65 if (!flags)
68 if (flags == (CONNSECMARK_SAVE|CONNSECMARK_RESTORE))
libipt_CONNSECMARK.c 33 static int parse(int c, char **argv, int invert, unsigned int *flags,
41 if (*flags & CONNSECMARK_SAVE)
45 *flags |= CONNSECMARK_SAVE;
49 if (*flags & CONNSECMARK_RESTORE)
53 *flags |= CONNSECMARK_RESTORE;
63 static void final_check(unsigned int flags)
65 if (!flags)
68 if (flags == (CONNSECMARK_SAVE|CONNSECMARK_RESTORE))

Completed in 246 milliseconds

1 2 3 4 5 67 8 91011>>