HomeSort by relevance Sort by last modified time
    Searched defs:type (Results 101 - 125 of 6798) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/smack/src/org/jivesoftware/smack/filter/
IQTypeFilter.java 27 * and it matches the type provided in the constructor.
34 private IQ.Type type; field in class:IQTypeFilter
36 public IQTypeFilter(IQ.Type type) {
37 this.type = type;
46 return (packet instanceof IQ && ((IQ) packet).getType().equals(type));
MessageTypeFilter.java 27 * Filters for packets of a specific type of Message (e.g. CHAT).
29 * @see org.jivesoftware.smack.packet.Message.Type
34 private final Message.Type type; field in class:MessageTypeFilter
37 * Creates a new message type filter using the specified message type.
39 * @param type the message type.
41 public MessageTypeFilter(Message.Type type) {
    [all...]
  /frameworks/base/media/mca/filterfw/java/android/filterfw/core/
GenerateProgramPort.java 29 Class type(); method in interface:GenerateProgramPort
  /frameworks/opt/net/voip/src/jni/rtp/
AudioCodec.cpp 41 AudioCodecType *type = gAudioCodecTypes; local
42 while (type->name != NULL) {
43 if (strcasecmp(codecName, type->name) == 0) {
44 AudioCodec *codec = type->create();
45 codec->name = type->name;
48 ++type;
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/function.objects/unord.hash/
pointer.pass.cpp 33 typedef typename std::remove_pointer<T>::type type; typedef
34 type i;
35 type j;
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/algorithm/string/
yes_no_type.hpp 23 typedef char (& type)[I]; typedef in struct:boost::algorithm::size_descriptor
26 typedef size_descriptor<1>::type yes_type;
27 typedef size_descriptor<2>::type no_type;
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/iterator/detail/
enable_if.hpp 35 typedef T type; typedef in struct:boost::iterators::enabled::base
52 typedef T type; typedef in struct:boost::iterators::enabled::base
59 // typedef invalid_overload type;
76 typedef Return type; typedef in struct:boost::iterators::enable_if
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/
always.hpp 31 typedef Value type; typedef in struct:boost::mpl::always::apply
begin_end.hpp 33 typedef typename sequence_tag<Sequence>::type tag_;
35 ::template apply< Sequence >::type type; typedef in struct:boost::mpl::begin
45 typedef typename sequence_tag<Sequence>::type tag_;
47 ::template apply< Sequence >::type type; typedef in struct:boost::mpl::end
eval_if.hpp 37 typedef typename if_<C,F1,F2>::type f_;
38 typedef typename f_::type type; typedef in struct:boost::mpl::eval_if
40 : if_<C,F1,F2>::type
59 typedef typename if_c<C,F1,F2>::type f_;
60 typedef typename f_::type type; typedef in struct:boost::mpl::eval_if_c
62 : if_c<C,F1,F2>::type
find_if.hpp 39 >::type result_;
41 typedef typename second<result_>::type type; typedef in struct:boost::mpl::find_if
identity.hpp 27 typedef T type; typedef in struct:boost::mpl::identity
36 typedef identity<T> type; typedef in struct:boost::mpl::make_identity
if.hpp 36 typedef T1 type; typedef in struct:boost::mpl::if_c
45 typedef T2 type; typedef in struct:boost::mpl::if_c
58 // agurt, 02/jan/03: two-step 'type' definition for the sake of aCC
70 typedef typename almost_type_::type type; typedef in struct:boost::mpl::if_
86 typedef T1 type;
95 typedef T2 type;
109 ::template result_<T1,T2>::type type;
124 ::template result_<T1,T2>::type type
    [all...]
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/aux_/
at_impl.hpp 33 typename begin<Sequence>::type
35 >::type iter_;
37 typedef typename deref<iter_>::type type; typedef in struct:boost::mpl::at_impl::apply
find_if_pred.hpp 25 typedef not_< aux::iter_apply1<Predicate,Iterator> > type; typedef in struct:boost::mpl::aux::find_if_pred::apply
type_wrapper.hpp 24 typedef T type; typedef in struct:boost::mpl::aux::type_wrapper
28 // agurt 08/may/03: a complicated way to extract the wrapped type; need it
30 // nested 'type' from 'type_wrapper<T>' when the latter was the result of a
36 typedef T type; typedef in struct:boost::mpl::aux::wrapped_type
41 typedef typename W::type type; typedef in struct:boost::mpl::aux::wrapped_type
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/aux_/preprocessed/gcc/
equal_to.hpp 26 >::type
35 typedef apply type; typedef in struct:boost::mpl::equal_to_impl::apply
44 typedef apply type; typedef in struct:boost::mpl::equal_to_impl::apply
53 typedef apply type; typedef in struct:boost::mpl::equal_to_impl::apply
60 typedef typename T::tag type; typedef in struct:boost::mpl::equal_to_tag
70 typename equal_to_tag<N1>::type
71 , typename equal_to_tag<N2>::type
72 >::template apply< N1,N2 >::type
greater.hpp 26 >::type
35 typedef apply type; typedef in struct:boost::mpl::greater_impl::apply
44 typedef apply type; typedef in struct:boost::mpl::greater_impl::apply
53 typedef apply type; typedef in struct:boost::mpl::greater_impl::apply
60 typedef typename T::tag type; typedef in struct:boost::mpl::greater_tag
70 typename greater_tag<N1>::type
71 , typename greater_tag<N2>::type
72 >::template apply< N1,N2 >::type
greater_equal.hpp 26 >::type
35 typedef apply type; typedef in struct:boost::mpl::greater_equal_impl::apply
44 typedef apply type; typedef in struct:boost::mpl::greater_equal_impl::apply
53 typedef apply type; typedef in struct:boost::mpl::greater_equal_impl::apply
60 typedef typename T::tag type; typedef in struct:boost::mpl::greater_equal_tag
70 typename greater_equal_tag<N1>::type
71 , typename greater_equal_tag<N2>::type
72 >::template apply< N1,N2 >::type
less.hpp 26 >::type
35 typedef apply type; typedef in struct:boost::mpl::less_impl::apply
44 typedef apply type; typedef in struct:boost::mpl::less_impl::apply
53 typedef apply type; typedef in struct:boost::mpl::less_impl::apply
60 typedef typename T::tag type; typedef in struct:boost::mpl::less_tag
70 typename less_tag<N1>::type
71 , typename less_tag<N2>::type
72 >::template apply< N1,N2 >::type
less_equal.hpp 26 >::type
35 typedef apply type; typedef in struct:boost::mpl::less_equal_impl::apply
44 typedef apply type; typedef in struct:boost::mpl::less_equal_impl::apply
53 typedef apply type; typedef in struct:boost::mpl::less_equal_impl::apply
60 typedef typename T::tag type; typedef in struct:boost::mpl::less_equal_tag
70 typename less_equal_tag<N1>::type
71 , typename less_equal_tag<N2>::type
72 >::template apply< N1,N2 >::type
minus.hpp 26 >::type
35 typedef apply type; typedef in struct:boost::mpl::minus_impl::apply
44 typedef apply type; typedef in struct:boost::mpl::minus_impl::apply
53 typedef apply type; typedef in struct:boost::mpl::minus_impl::apply
60 typedef typename T::tag type; typedef in struct:boost::mpl::minus_tag
111 typename minus_tag<N1>::type
112 , typename minus_tag<N2>::type
113 >::template apply< N1,N2 >::type
137 >::type
not_equal_to.hpp 26 >::type
35 typedef apply type; typedef in struct:boost::mpl::not_equal_to_impl::apply
44 typedef apply type; typedef in struct:boost::mpl::not_equal_to_impl::apply
53 typedef apply type; typedef in struct:boost::mpl::not_equal_to_impl::apply
60 typedef typename T::tag type; typedef in struct:boost::mpl::not_equal_to_tag
70 typename not_equal_to_tag<N1>::type
71 , typename not_equal_to_tag<N2>::type
72 >::template apply< N1,N2 >::type
plus.hpp 26 >::type
35 typedef apply type; typedef in struct:boost::mpl::plus_impl::apply
44 typedef apply type; typedef in struct:boost::mpl::plus_impl::apply
53 typedef apply type; typedef in struct:boost::mpl::plus_impl::apply
60 typedef typename T::tag type; typedef in struct:boost::mpl::plus_tag
111 typename plus_tag<N1>::type
112 , typename plus_tag<N2>::type
113 >::template apply< N1,N2 >::type
137 >::type
times.hpp 26 >::type
35 typedef apply type; typedef in struct:boost::mpl::times_impl::apply
44 typedef apply type; typedef in struct:boost::mpl::times_impl::apply
53 typedef apply type; typedef in struct:boost::mpl::times_impl::apply
60 typedef typename T::tag type; typedef in struct:boost::mpl::times_tag
111 typename times_tag<N1>::type
112 , typename times_tag<N2>::type
113 >::template apply< N1,N2 >::type
137 >::type

Completed in 210 milliseconds

1 2 3 45 6 7 8 91011>>