HomeSort by relevance Sort by last modified time
    Searched refs:cla (Results 1 - 25 of 36) sorted by null

1 2

  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/runtime/cla/
typed_parameter.hpp 24 #include <boost/test/utils/runtime/cla/parameter.hpp>
25 #include <boost/test/utils/runtime/cla/argument_factory.hpp>
34 namespace cla { namespace in namespace:boost::BOOST_RT_PARAM_NAMESPACE
37 // ************** runtime::cla::typed_parameter ************** //
41 class typed_parameter : public cla::parameter {
44 : cla::parameter( ID, m_arg_factory, rtti::type_id<T>() == rtti::type_id<bool>() )
51 cla::parameter::accept_modifier( m );
64 } // namespace cla
validation.hpp 21 #include <boost/test/utils/runtime/cla/fwd.hpp>
27 namespace cla { namespace in namespace:boost::BOOST_RT_PARAM_NAMESPACE
30 // ************** runtime::cla::report_input_error ************** //
38 if( b ) ; else ::boost::BOOST_RT_PARAM_NAMESPACE::cla::report_input_error( tr, format_stream().ref() << msg )
42 } // namespace cla
51 # include <boost/test/utils/runtime/cla/validation.ipp>
named_parameter.hpp 21 #include <boost/test/utils/runtime/cla/basic_parameter.hpp>
22 #include <boost/test/utils/runtime/cla/id_policy.hpp>
28 namespace cla { namespace in namespace:boost::BOOST_RT_PARAM_NAMESPACE
63 // ************** runtime::cla::named_parameter ************** //
80 } // namespace cla
89 # include <boost/test/utils/runtime/cla/named_parameter.ipp>
value_handler.hpp 21 #include <boost/test/utils/runtime/cla/fwd.hpp>
27 namespace cla { namespace in namespace:boost::BOOST_RT_PARAM_NAMESPACE
32 // ************** runtime::cla::assigner ************** //
51 } // namespace cla
value_generator.hpp 21 #include <boost/test/utils/runtime/cla/fwd.hpp>
22 #include <boost/test/utils/runtime/cla/parser.hpp>
28 namespace cla { namespace in namespace:boost::BOOST_RT_PARAM_NAMESPACE
33 // ************** runtime::cla::const_generator ************** //
51 // ************** runtime::cla::ref_generator ************** //
75 } // namespace cla
char_parameter.hpp 22 #include <boost/test/utils/runtime/cla/basic_parameter.hpp>
23 #include <boost/test/utils/runtime/cla/id_policy.hpp>
29 namespace cla { namespace in namespace:boost::BOOST_RT_PARAM_NAMESPACE
55 // ************** runtime::cla::char_parameter ************** //
85 } // namespace cla
94 # include <boost/test/utils/runtime/cla/char_parameter.ipp>
dual_name_parameter.hpp 21 #include <boost/test/utils/runtime/cla/named_parameter.hpp>
22 #include <boost/test/utils/runtime/cla/char_parameter.hpp>
28 namespace cla { namespace in namespace:boost::BOOST_RT_PARAM_NAMESPACE
66 // ************** runtime::cla::dual_name_parameter ************** //
83 } // namespace cla
92 # include <boost/test/utils/runtime/cla/dual_name_parameter.ipp>
id_policy.hpp 21 #include <boost/test/utils/runtime/cla/fwd.hpp>
22 #include <boost/test/utils/runtime/cla/modifier.hpp>
23 #include <boost/test/utils/runtime/cla/argv_traverser.hpp>
25 #include <boost/test/utils/runtime/cla/iface/id_policy.hpp>
35 namespace cla { namespace in namespace:boost::BOOST_RT_PARAM_NAMESPACE
132 } // namespace cla
141 # include <boost/test/utils/runtime/cla/id_policy.ipp>
fwd.hpp 12 // Description : cla subsystem forward declarations
28 namespace cla { namespace in namespace:boost::BOOST_RT_PARAM_NAMESPACE
49 } // namespace cla
parameter.hpp 25 #include <boost/test/utils/runtime/cla/fwd.hpp>
26 #include <boost/test/utils/runtime/cla/modifier.hpp>
27 #include <boost/test/utils/runtime/cla/iface/argument_factory.hpp>
28 #include <boost/test/utils/runtime/cla/iface/id_policy.hpp>
37 namespace cla { namespace in namespace:boost::BOOST_RT_PARAM_NAMESPACE
40 // ************** runtime::cla::parameter ************** //
144 } // namespace cla
parser.hpp 12 // Description : defines parser - public interface for CLA parsing and accessing
23 #include <boost/test/utils/runtime/cla/fwd.hpp>
24 #include <boost/test/utils/runtime/cla/modifier.hpp>
25 #include <boost/test/utils/runtime/cla/argv_traverser.hpp>
37 namespace cla { namespace in namespace:boost::BOOST_RT_PARAM_NAMESPACE
40 // ************** runtime::cla::parser ************** //
73 // ************** runtime::cla::parser ************** //
140 } // namespace cla
149 # include <boost/test/utils/runtime/cla/parser.ipp>
argument_factory.hpp 27 #include <boost/test/utils/runtime/cla/fwd.hpp>
28 #include <boost/test/utils/runtime/cla/value_generator.hpp>
29 #include <boost/test/utils/runtime/cla/value_handler.hpp>
30 #include <boost/test/utils/runtime/cla/validation.hpp>
31 #include <boost/test/utils/runtime/cla/argv_traverser.hpp>
32 #include <boost/test/utils/runtime/cla/detail/argument_value_usage.hpp>
34 #include <boost/test/utils/runtime/cla/iface/argument_factory.hpp>
46 namespace cla { namespace in namespace:boost::BOOST_RT_PARAM_NAMESPACE
216 } // namespace cla
argv_traverser.hpp 32 namespace cla { namespace in namespace:boost::BOOST_RT_PARAM_NAMESPACE
35 // ************** runtime::cla::argv_traverser ************** //
85 } // namespace cla
94 # include <boost/test/utils/runtime/cla/argv_traverser.ipp>
basic_parameter.hpp 21 #include <boost/test/utils/runtime/cla/typed_parameter.hpp>
33 namespace cla { namespace in namespace:boost::BOOST_RT_PARAM_NAMESPACE
36 // ************** runtime::cla::basic_parameter ************** //
79 } // namespace cla
modifier.hpp 28 namespace cla { namespace in namespace:boost::BOOST_RT_PARAM_NAMESPACE
63 } // namespace cla
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/runtime/cla/iface/
argument_factory.hpp 22 #include <boost/test/utils/runtime/cla/fwd.hpp>
28 namespace cla { namespace in namespace:boost::BOOST_RT_PARAM_NAMESPACE
49 } // namespace cla
id_policy.hpp 21 #include <boost/test/utils/runtime/cla/fwd.hpp>
31 namespace cla { namespace in namespace:boost::BOOST_RT_PARAM_NAMESPACE
67 } // namespace cla
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/runtime/cla/detail/
argument_value_usage.hpp 21 #include <boost/test/utils/runtime/cla/argv_traverser.hpp>
37 namespace cla { namespace in namespace:boost::BOOST_RT_PARAM_NAMESPACE
76 } // namespace cla
  /frameworks/base/telephony/java/com/android/internal/telephony/
ITelephony.aidl 548 * @param cla Class of the APDU command.
558 String iccTransmitApduLogicalChannel(int channel, int cla, int instruction,
566 * @param cla Class of the APDU command.
576 String iccTransmitApduBasicChannel(int cla, int instruction,
  /external/chromium_org/third_party/skia/
PRESUBMIT.py 161 # TODO(rmistry): Remove the below CLA messaging once a CLA checker has
169 'corresponds to an email address in http://goto/cla-signers. If it '
170 'does not then ask the issue owner to sign the CLA at '
171 'https://developers.google.com/open-source/cla/individual '
173 'https://developers.google.com/open-source/cla/corporate '
  /packages/services/Telephony/src/com/android/phone/
PhoneInterfaceManager.java 144 public int channel, cla, command, p1, p2, p3; field in class:PhoneInterfaceManager.IccAPDUArgument
147 public IccAPDUArgument(int channel, int cla, int command,
150 this.cla = cla;
290 iccArgument.channel, iccArgument.cla, iccArgument.command,
330 iccArgument.cla, iccArgument.command, iccArgument.p1, iccArgument.p2,
368 uiccCard.iccExchangeSimIO(iccArgument.cla, /* fileID */
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
UiccCard.java 495 public void iccTransmitApduLogicalChannel(int channel, int cla, int command,
497 mCi.iccTransmitApduLogicalChannel(channel, cla, command, p1, p2, p3,
504 public void iccTransmitApduBasicChannel(int cla, int command,
506 mCi.iccTransmitApduBasicChannel(cla, command, p1, p2, p3,
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
ImsPhoneCommandInterface.java 578 public void iccTransmitApduLogicalChannel(int channel, int cla, int instruction,
582 public void iccTransmitApduBasicChannel(int cla, int instruction, int p1, int p2,
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
SipCommandInterface.java 581 public void iccTransmitApduLogicalChannel(int channel, int cla, int instruction,
586 public void iccTransmitApduBasicChannel(int cla, int instruction, int p1, int p2,
  /cts/tools/signature-tools/test/signature/converter/
ConvertAnnotationTest.java 723 CompilationUnit cla = new CompilationUnit("a.B", local
752 CompilationUnit cla = new CompilationUnit("a.B", local
    [all...]

Completed in 506 milliseconds

1 2