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

1 2

  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/runtime/cla/
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
fwd.hpp 12 // Description : cla subsystem forward declarations
28 namespace cla { namespace in namespace:boost::BOOST_RT_PARAM_NAMESPACE
49 } // namespace 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>
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>
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
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
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>
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>
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>
modifier.hpp 28 namespace cla { namespace in namespace:boost::BOOST_RT_PARAM_NAMESPACE
63 } // 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
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>
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
  /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
  /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
  /external/testng/src/main/java/org/testng/remote/
RemoteTestNG.java 161 CommandLineArgs cla = new CommandLineArgs(); local
163 new JCommander(Arrays.asList(cla, ra), args);
165 if (cla.port != null && ra.serPort != null) {
169 m_debug = cla.debug;
173 initAndRun(args, cla, ra);
177 initAndRun(args, cla, ra);
181 private static void initAndRun(String[] args, CommandLineArgs cla, RemoteArgs ra) {
185 cla.port = Integer.parseInt(DEBUG_PORT);
186 ra.serPort = cla.port;
187 cla.suiteFiles = Arrays.asList(new String[] {
    [all...]
  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletSoftBody/
btSoftBody.cpp 1362 Cluster* cla = m_clusters[c0]; local
1364 for (int i=0;!connected&&i<cla->m_nodes.size();i++)
1368 if (cla->m_nodes[i] == clb->m_nodes[j])
    [all...]
  /external/wpa_supplicant_8/src/p2p/
p2p.c 941 struct p2p_reg_class *cla; local
950 cla = &c->reg_class[cl];
951 if (cla->reg_class != p2p->last_prog_scan_class)
953 for (ch = 0; ch < cla->channels; ch++) {
954 if (cla->channel[ch] == p2p->last_prog_scan_chan) {
970 if (ch == cla->channels) {
    [all...]
  /external/testng/src/main/java/org/testng/
TestNG.java 1373 CommandLineArgs cla = new CommandLineArgs(); local
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
p2p_supplicant.c 3269 int i, cla = 0; local
3525 int cla, op, cli_cla; local
    [all...]
  /packages/services/Telephony/src/com/android/phone/
PhoneInterfaceManager.java 171 public int channel, cla, command, p1, p2, p3; field in class:PhoneInterfaceManager.IccAPDUArgument
174 public IccAPDUArgument(int channel, int cla, int command,
177 this.cla = cla;
342 iccArgument.channel, iccArgument.cla, iccArgument.command,
383 iccArgument.cla, iccArgument.command, iccArgument.p1, iccArgument.p2,
422 uiccCard.iccExchangeSimIO(iccArgument.cla, /* fileID */
    [all...]
  /hardware/ril/include/telephony/
ril.h 625 int cla; member in struct:__anon34851
    [all...]

Completed in 540 milliseconds

1 2