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

<<71727374757677787980>>

  /cts/tests/tests/content/src/android/content/pm/cts/
ActivityInfoTest.java 90 assertEquals(mActivityInfo.flags, info.flags);
ApplicationInfoTest.java 85 assertEquals(mApplicationInfo.flags, info.flags);
  /dalvik/vm/mterp/armv5te/
OP_INVOKE_DIRECT.S 43 bl dvmResolveMethod @ r0<- call(clazz, ref, flags)
OP_INVOKE_VIRTUAL.S 26 bl dvmResolveMethod @ r0<- call(clazz, ref, flags)
  /dalvik/vm/mterp/x86/
OP_INVOKE_DIRECT.S 53 call dvmResolveMethod # eax<- call(clazz, ref, flags)
  /development/host/windows/usb/api/
adb_helper_routines.cpp 107 if ((!exclude_removed || (0 == (interface_data.Flags & SPINT_REMOVED))) &&
108 (!active_only || (interface_data.Flags & SPINT_ACTIVE))) {
116 interface_data.Flags));
146 ULONG flags,
154 SetupDiGetClassDevs(&class_id, NULL, NULL, flags);
  /development/ndk/platforms/android-9/include/sys/
linux-unistd.h 94 int fstatat (int dirfd, const char *path, struct stat *buf, int flags);
96 int fchownat (int dirfd, const char *path, uid_t owner, gid_t group, int flags);
97 int fchmodat (int dirfd, const char *path, mode_t mode, int flags);
207 int cacheflush (long start, long end, long flags);
  /development/samples/Wiktionary/src/com/example/android/wiktionary/
ExtendedWikiHelper.java 124 * @param flags Any flags to compile the {@link Pattern} with.
126 public FormatRule(String pattern, String replaceWith, int flags) {
127 mPattern = Pattern.compile(pattern, flags);
  /external/bluetooth/bluez/lib/bluetooth/
l2cap.h 134 uint16_t flags; member in struct:__anon1910
141 uint16_t flags; member in struct:__anon1911
  /external/bluetooth/glib/glib/
ghook.h 82 guint flags; member in struct:_GHook
90 #define G_HOOK_FLAGS(hook) (G_HOOK (hook)->flags)
  /external/bluetooth/glib/tests/
iochannel-test.c 67 GIOFlags flags; local
110 flags = g_io_channel_get_flags (gio_r);
  /external/chromium/base/
event_trace_controller_win.cc 60 ULONG flags) {
61 ULONG error = ::EnableTrace(TRUE, flags, level, &provider, session_);
event_trace_provider_win.h 43 header.Flags = WNODE_FLAG_TRACED_GUID | WNODE_FLAG_USE_MOF_PTR;
54 header.Flags = WNODE_FLAG_TRACED_GUID | WNODE_FLAG_USE_MOF_PTR;
73 // the object whenever the trace level or enable flags for this provider
76 // a particular trace level, and whether particular enable flags are set,
109 // Returns true iff logging should be performed for "level" and "flags".
110 // Note: flags is treated as a bitmask, and should normally have a single
112 bool ShouldLog(EtwEventLevel level, EtwEventFlags flags) {
114 (0 != (flags & enable_flags_));
  /external/chromium/third_party/icu/source/i18n/
ucol_tok.h 86 uint16_t flags; member in struct:UColToken
102 uint16_t flags; member in struct:__anon3065
  /external/dhcpcd/mk/
cc.mk 12 # Try and use some good cc flags if we're building from git
  /external/dropbear/
fake-rfc2553.c 47 size_t hostlen, char *serv, size_t servlen, int flags)
60 if (flags & NI_NUMERICHOST) {
  /external/e2fsprogs/debugfs/
debugfs.h 16 * Flags used by the common argument processing functions
40 const char *usage, int flags);
42 ext2_ino_t *inode, int flags);
  /external/elfutils/libebl/
libebl.h 64 /* Check whether machine flags are valid. */
79 /* Combine section header flags values. */
157 extern const char *ebl_machine_flag_name (Ebl *ebl, GElf_Word flags,
161 extern bool ebl_machine_flag_check (Ebl *ebl, GElf_Word flags);
178 /* Return combined section header flags value. */
  /external/elfutils/libelf/
elf32_newphdr.c 85 elf->flags |= ELF_F_DIRTY;
118 elf->flags |= ELF_F_DIRTY;
  /external/freetype/include/freetype/
ftimage.h 361 /* flags :: A set of bit flags used to characterize the outline */
369 /* @FT_OUTLINE_INCLUDE_STUBS in `flags' is then overridden. */
377 char* tags; /* the points flags */
380 int flags; /* outline masks */ member in struct:FT_Outline_
396 /* A list of bit-field constants use for the flags in an outline's */
397 /* `flags' field. */
405 /* (i.e., `points', `flags', and `contours') are `owned' by the */
451 /* The flags @FT_OUTLINE_IGNORE_DROPOUTS, @FT_OUTLINE_SMART_DROPOUTS, */
1096 int flags; member in struct:FT_Raster_Params_
    [all...]
  /external/icu4c/i18n/
ucol_tok.h 86 uint16_t flags; member in struct:UColToken
102 uint16_t flags; member in struct:__anon4084
  /external/iproute2/tc/
em_cmp.c 103 cmp.flags |= TCF_EM_CMP_TRANS;
166 if (cmp->flags & TCF_EM_CMP_TRANS)
m_nat.c 54 sel->flags |= TCA_NAT_FLAG_EGRESS;
191 fprintf(f, " nat %s %s/%d %s %s", sel->flags & TCA_NAT_FLAG_EGRESS ?
q_red.c 145 opt.flags |= TC_RED_ECN;
183 if (qopt->flags & TC_RED_ECN)
  /external/iptables/extensions/
libip6t_limit.c 95 parse(int c, char **argv, int invert, unsigned int *flags,
131 static void final_check(unsigned int flags)

Completed in 501 milliseconds

<<71727374757677787980>>