OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cla
(Results
1 - 21
of
21
) sorted by null
/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
/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
...]
/external/wpa_supplicant_8/wpa_supplicant/
p2p_supplicant.c
2916
int i,
cla
= 0;
local
3061
int
cla
, op;
local
[
all
...]
/external/wpa_supplicant_8/src/p2p/
p2p.c
856
struct p2p_reg_class *
cla
;
local
865
cla
= &c->reg_class[cl];
866
if (
cla
->reg_class != p2p->last_prog_scan_class)
868
for (ch = 0; ch <
cla
->channels; ch++) {
869
if (
cla
->channel[ch] == p2p->last_prog_scan_chan) {
885
if (ch ==
cla
->channels) {
[
all
...]
Completed in 228 milliseconds