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

1 2 3

  /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
  /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...]
  /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
  /libcore/ojluni/src/main/native/
InheritedChannel.c 56 Java_sun_nio_ch_InheritedChannel_peerAddress0(JNIEnv *env, jclass cla, jint fd)
76 Java_sun_nio_ch_InheritedChannel_peerPort0(JNIEnv *env, jclass cla, jint fd)
94 Java_sun_nio_ch_InheritedChannel_soType0(JNIEnv *env, jclass cla, jint fd)
108 Java_sun_nio_ch_InheritedChannel_dup(JNIEnv *env, jclass cla, jint fd)
118 Java_sun_nio_ch_InheritedChannel_dup2(JNIEnv *env, jclass cla, jint fd, jint fd2)
126 Java_sun_nio_ch_InheritedChannel_open0(JNIEnv *env, jclass cla, jstring path, jint oflag)
161 Java_sun_nio_ch_InheritedChannel_close0(JNIEnv *env, jclass cla, jint fd)
System.c 107 System_setIn0(JNIEnv *env, jclass cla, jobject stream)
110 (*env)->GetStaticFieldID(env,cla,"in","Ljava/io/InputStream;");
113 (*env)->SetStaticObjectField(env,cla,fid,stream);
117 System_setOut0(JNIEnv *env, jclass cla, jobject stream)
120 (*env)->GetStaticFieldID(env,cla,"out","Ljava/io/PrintStream;");
123 (*env)->SetStaticObjectField(env,cla,fid,stream);
127 System_setErr0(JNIEnv *env, jclass cla, jobject stream)
130 (*env)->GetStaticFieldID(env,cla,"err","Ljava/io/PrintStream;");
133 (*env)->SetStaticObjectField(env,cla,fid,stream);
  /external/testng/src/main/java/org/testng/
TestNG.java 1373 CommandLineArgs cla = new CommandLineArgs(); local
    [all...]
  /frameworks/base/telephony/java/com/android/internal/telephony/
ITelephony.aidl 592 * @param cla Class of the APDU command.
602 String iccTransmitApduLogicalChannel(int subId, int channel, int cla, int instruction,
611 * @param cla Class of the APDU command.
621 String iccTransmitApduBasicChannel(int subId, int cla, int instruction,
    [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...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
SipCommandInterface.java 584 public void iccTransmitApduLogicalChannel(int channel, int cla, int instruction,
589 public void iccTransmitApduBasicChannel(int cla, int instruction, int p1, int p2,

Completed in 316 milliseconds

1 2 3