Searched defs:managed (Results 1 - 6 of 6) sorted by relevance

/external/libvorbis/lib/
H A Dbitrate.h27 int managed; member in struct:bitrate_manager_state
H A Dhighlevel.h34 int managed; member in struct:highlevel_encode_setup
/external/jetty/src/java/org/eclipse/jetty/util/component/
H A DAggregateLifeCycle.java35 * Beans can be added the AggregateLifeCycle either as managed beans or as unmanaged beans. A managed bean is started, stopped and destroyed with the aggregate.
36 * An unmanaged bean is associated with the aggregate for the purposes of {@link #dump()}, but it's lifecycle must be managed externally.
69 * Start the managed lifecycle beans in the order they were added.
163 * If the bean is a {@link LifeCycle}, then it will be managed if it is not
179 * @param managed True if the LifeCycle is to be joined, otherwise it will be disjoint.
182 public boolean addBean(Object o, boolean managed) argument
188 b._managed=managed;
196 if (managed && _started)
/external/selinux/policycoreutils/setsebool/
H A Dsetsebool.c131 int managed; local
144 managed = semanage_is_managed(handle);
145 if (managed < 0) {
147 "Error when checking whether policy is managed\n");
150 } else if (managed == 0) {
153 "Cannot set persistent booleans without managed policy.\n");
/external/kernel-headers/original/uapi/linux/
H A Dicmpv6.h48 managed:1; member in struct:icmp6hdr::__anon6837::icmpv6_nd_ra
51 __u8 managed:1, member in struct:icmp6hdr::__anon6837::icmpv6_nd_ra
75 #define icmp6_addrconf_managed icmp6_dataun.u_nd_ra.managed
/external/kernel-headers/original/uapi/sound/
H A Dcompress_params.h250 * @managed: Boolean. Set bitrate management mode. This turns off the
254 * @max_bit_rate: Enabled only if managed is TRUE
255 * @min_bit_rate: Enabled only if managed is TRUE
267 __u32 managed; member in struct:snd_enc_vorbis

Completed in 286 milliseconds