Home
last modified time | relevance | path

Searched refs:ARG (Results 1 – 25 of 278) sorted by relevance

12345678910>>...12

/third_party/boost/libs/optional/test/
Doptional_test.cpp84 set_pending_copy( ARG(T) ) ; in test_basics()
86 check_is_not_pending_copy( ARG(T) ); in test_basics()
96 set_pending_copy( ARG(T) ) ; in test_basics()
98 check_is_not_pending_copy( ARG(T) ) ; in test_basics()
104 set_pending_assign( ARG(T) ) ; in test_basics()
105 set_pending_copy ( ARG(T) ) ; in test_basics()
106 set_pending_dtor ( ARG(T) ) ; in test_basics()
108 check_is_not_pending_assign( ARG(T) ) ; in test_basics()
109 check_is_pending_copy ( ARG(T) ) ; in test_basics()
110 check_is_pending_dtor ( ARG(T) ) ; in test_basics()
[all …]
Doptional_test_swap.cpp35 #define ARG(T) (static_cast< T const* >(0)) macro
350 ( test_swap_function( ARG(optional_swap_test::class_without_default_ctor) ) ); in test_swap_tweaking()
351 ( test_swap_function( ARG(optional_swap_test::class_whose_default_ctor_should_be_used) ) ); in test_swap_tweaking()
352 ( test_swap_function( ARG(optional_swap_test::class_whose_default_ctor_should_not_be_used) ) ); in test_swap_tweaking()
353 ( test_swap_function( ARG(optional_swap_test::class_whose_explicit_ctor_should_be_used) ) ); in test_swap_tweaking()
354 …( test_swap_function( ARG(optional_swap_test::template_whose_default_ctor_should_be_used<char>) ) … in test_swap_tweaking()
355 ( test_swap_member_function( ARG(optional_swap_test::class_without_default_ctor) ) ); in test_swap_tweaking()
356 ( test_swap_member_function( ARG(optional_swap_test::class_whose_default_ctor_should_be_used) ) ); in test_swap_tweaking()
357 …( test_swap_member_function( ARG(optional_swap_test::class_whose_default_ctor_should_not_be_used) … in test_swap_tweaking()
358 …( test_swap_member_function( ARG(optional_swap_test::class_whose_explicit_ctor_should_be_used) ) ); in test_swap_tweaking()
[all …]
/third_party/boost/tools/boost_install/test/iostreams/bzip2-1.0.8/
Dbzdiff24 for ARG
26 case "$ARG" in
27 -*) OPTIONS="$OPTIONS $ARG";;
28 *) if test -f "$ARG"; then
29 FILES="$FILES $ARG"
31 echo "${prog}: $ARG not found or not a regular file"
/third_party/bzip2/
Dbzdiff24 for ARG
26 case "$ARG" in
27 -*) OPTIONS="$OPTIONS $ARG";;
28 *) if test -f "$ARG"; then
29 FILES="$FILES $ARG"
31 echo "${prog}: $ARG not found or not a regular file"
/third_party/boost/tools/boost_install/test/iostreams/bzip2-1.0.6/
Dbzdiff24 for ARG
26 case "$ARG" in
27 -*) OPTIONS="$OPTIONS $ARG";;
28 *) if test -f "$ARG"; then
29 FILES="$FILES $ARG"
31 echo "${prog}: $ARG not found or not a regular file"
/third_party/boost/boost/msm/back/
Dargs.hpp32 #define MSM_ARGS_TYPEDEF_SUB(z, n, unused) typedef ARG ## n argument ## n ;
39 BOOST_PP_REPEAT(BOOST_MSM_VISITOR_ARG_SIZE, MSM_ARGS_NONE_PRINT, ARG)> \
42 typedef ::boost::function<RES(BOOST_PP_ENUM_PARAMS(n, ARG))> type; \
48 … template <class RES BOOST_PP_COMMA_IF(n) BOOST_PP_ENUM_PARAMS(n, class ARG)> \
50 … BOOST_PP_ENUM_PARAMS(n,ARG) \
55 … typedef ::boost::function<RES(BOOST_PP_ENUM_PARAMS(n, ARG))> type; \
/third_party/mindspore/scripts/build/
Doption_proc_mindspore.sh78 eval ARG=\$\{$OPTIND\}
79 if [[ -n "$ARG" && "$ARG" != -* ]]; then
80 OPTARG="$ARG"
/third_party/skia/third_party/externals/libwebp/src/dsp/
Dlossless_enc.c670 #define ADD(X, ARG, LEN) do { \ argument
673 VP8LAddVector(a->ARG, b->ARG, out->ARG, (LEN)); \
675 memcpy(&out->ARG[0], &a->ARG[0], (LEN) * sizeof(out->ARG[0])); \
678 memcpy(&out->ARG[0], &b->ARG[0], (LEN) * sizeof(out->ARG[0])); \
680 memset(&out->ARG[0], 0, (LEN) * sizeof(out->ARG[0])); \
684 #define ADD_EQ(X, ARG, LEN) do { \ argument
687 VP8LAddVectorEq(a->ARG, out->ARG, (LEN)); \
689 memcpy(&out->ARG[0], &a->ARG[0], (LEN) * sizeof(out->ARG[0])); \
/third_party/boost/boost/convert/
Dbase.hpp14 namespace ARG = boost::cnv::parameter;
30 …derived_type& operator()(boost::parameter::aux::tag<ARG::type::param_name, param_type const>::type…
82 BOOST_CNV_PARAM (base, cnv::base) { base_ = arg[ARG:: base]; return dncast(); } in BOOST_CNV_PARAM()
83 BOOST_CNV_PARAM (adjust, cnv::adjust) { adjust_ = arg[ARG:: adjust]; return dncast(); } in BOOST_CNV_PARAM()
84 BOOST_CNV_PARAM (precision, int) { precision_ = arg[ARG::precision]; return dncast(); } in BOOST_CNV_PARAM()
85 BOOST_CNV_PARAM (uppercase, bool) { uppercase_ = arg[ARG::uppercase]; return dncast(); } in BOOST_CNV_PARAM()
86 BOOST_CNV_PARAM (skipws, bool) { skipws_ = arg[ARG:: skipws]; return dncast(); } in BOOST_CNV_PARAM()
87 BOOST_CNV_PARAM (width, int) { width_ = arg[ARG:: width]; return dncast(); } in BOOST_CNV_PARAM()
88 BOOST_CNV_PARAM (fill, char) { fill_ = arg[ARG:: fill]; return dncast(); } in BOOST_CNV_PARAM()
/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-cff-interp-common.hh465 template <typename ARG=number_t>
466 struct arg_stack_t : cff_stack_t<ARG, 513>
470 ARG &n = S::push (); in push_int()
476 ARG &n = S::push (); in push_fixed()
482 ARG &n = S::push (); in push_real()
486 ARG& pop_num () { return this->pop (); } in pop_num()
516 hb_array_t<const ARG> get_subarray (unsigned int start) const in get_subarray()
520 typedef cff_stack_t<ARG, 513> S;
589 template <typename ARG=number_t>
621 const ARG& eval_arg (unsigned int i) { return argStack[i]; } in eval_arg()
[all …]
/third_party/flutter/skia/third_party/externals/harfbuzz/src/
Dhb-cff-interp-common.hh489 template <typename ARG=number_t>
490 struct arg_stack_t : stack_t<ARG, 513>
494 ARG &n = S::push (); in push_int()
500 ARG &n = S::push (); in push_fixed()
506 ARG &n = S::push (); in push_real()
510 ARG& pop_num () { return this->pop (); } in pop_num()
540 hb_array_t<const ARG> get_subarray (unsigned int start) const in get_subarray()
546 typedef stack_t<ARG, 513> S;
615 template <typename ARG=number_t>
647 const ARG& eval_arg (unsigned int i) in eval_arg()
[all …]
/third_party/harfbuzz/src/
Dhb-cff-interp-common.hh465 template <typename ARG=number_t>
466 struct arg_stack_t : cff_stack_t<ARG, 513>
470 ARG &n = S::push (); in push_int()
476 ARG &n = S::push (); in push_fixed()
482 ARG &n = S::push (); in push_real()
486 ARG& pop_num () { return this->pop (); } in pop_num()
516 hb_array_t<const ARG> get_subarray (unsigned int start) const in get_subarray()
520 typedef cff_stack_t<ARG, 513> S;
589 template <typename ARG=number_t>
621 const ARG& eval_arg (unsigned int i) { return argStack[i]; } in eval_arg()
[all …]
/third_party/python/Misc/
Dpython-config.sh.in60 for ARG in $*
62 case $ARG in
81 for ARG in "$@"
83 case "$ARG" in
/third_party/flutter/skia/third_party/externals/libwebp/src/dsp/
Dlossless_enc.c651 #define ADD(X, ARG, LEN) do { \ argument
654 VP8LAddVector(a->ARG, b->ARG, out->ARG, (LEN)); \
656 memcpy(&out->ARG[0], &a->ARG[0], (LEN) * sizeof(out->ARG[0])); \
659 memcpy(&out->ARG[0], &b->ARG[0], (LEN) * sizeof(out->ARG[0])); \
661 memset(&out->ARG[0], 0, (LEN) * sizeof(out->ARG[0])); \
665 #define ADD_EQ(X, ARG, LEN) do { \ argument
668 VP8LAddVectorEq(a->ARG, out->ARG, (LEN)); \
670 memcpy(&out->ARG[0], &a->ARG[0], (LEN) * sizeof(out->ARG[0])); \
/third_party/flutter/skia/third_party/externals/libwebp/examples/
Dunicode.h56 #define WFOPEN(ARG, OPT) _wfopen((const W_CHAR*)ARG, TO_W_CHAR(OPT)) argument
83 #define WFOPEN(ARG, OPT) fopen(ARG, OPT) argument
/third_party/skia/third_party/externals/libwebp/examples/
Dunicode.h56 #define WFOPEN(ARG, OPT) _wfopen((const W_CHAR*)ARG, TO_W_CHAR(OPT)) argument
83 #define WFOPEN(ARG, OPT) fopen(ARG, OPT) argument
/third_party/libxml2/python/tests/
DvalidDTD.py5 ARG = 'test string' variable
13 if data != ARG:
31 ctxt.setValidityErrorHandler(e.handler, e.handler, ARG)
DvalidRNG.py5 ARG = 'test string' variable
13 if data != ARG:
46 ctxt.setValidityErrorHandler(e.handler, e.handler, ARG)
DvalidSchemas.py5 ARG = 'test string' variable
13 if data != ARG:
53 ctxt_valid.setValidityErrorHandler(e.handler, e.handler, ARG)
/third_party/boost/boost/move/
Dcore.hpp60 #define BOOST_MOVE_TO_RV_CAST(RV_TYPE, ARG) reinterpret_cast<RV_TYPE>(ARG) argument
228 #define BOOST_MOVE_BASE(BASE_TYPE, ARG) \ argument
229 ::boost::move((BASE_TYPE&)(ARG))
479 #define BOOST_MOVE_BASE(BASE_TYPE, ARG) \ argument
480 ::boost::move((BASE_TYPE&)(ARG))
/third_party/boost/tools/build/src/engine/
Djamgram.y90 %token ARG STRING
203 | ARG { yymode( SCAN_PUNCT ); } lol _SEMIC_t
215 …| FOR_t local_opt ARG IN_t { yymode( SCAN_PUNCT ); } list _LBRACE_t { yymode( SCAN_NORMAL ); } blo…
227 …| local_opt RULE_t { yymode( SCAN_PUNCT ); } ARG { yymode( SCAN_PARAMS ); } arglist_opt { yymode( …
231 | ACTIONS_t eflags ARG bindlist _LBRACE_t
299 case : CASE_t { yymode( SCAN_CASE ); } ARG _COLON_t { yymode( SCAN_NORMAL ); } block
330 arg : ARG
341 func : ARG { yymode( SCAN_PUNCT ); } lol
343 | ON_t arg ARG { yymode( SCAN_PUNCT ); } lol
Djamgram.yy44 %token ARG STRING
157 | ARG { yymode( SCAN_PUNCT ); } lol `;`
169 | `for` local_opt ARG `in` { yymode( SCAN_PUNCT ); } list `{` { yymode( SCAN_NORMAL ); } block `}`
181 …| local_opt `rule` { yymode( SCAN_PUNCT ); } ARG { yymode( SCAN_PARAMS ); } arglist_opt { yymode( …
185 | `actions` eflags ARG bindlist `{`
253 case : `case` { yymode( SCAN_CASE ); } ARG `:` { yymode( SCAN_NORMAL ); } block
271 * arg - one ARG or function call
284 arg : ARG
295 func : ARG { yymode( SCAN_PUNCT ); } lol
297 | `on` arg ARG { yymode( SCAN_PUNCT ); } lol
/third_party/boost/boost/proto/
Doperators.hpp301 #define BOOST_PROTO_APPLY_UNARY_(TRAIT, ARG) TRAIT<ARG> argument
342 … #define BOOST_PROTO_APPLY_UNARY_(TRAIT, ARG) \ argument
344 … TRAIT<ARG> \
345 … , boost::mpl::not_<boost::proto::is_extension<ARG> > \
363 … #define BOOST_PROTO_APPLY_UNARY_(TRAIT, ARG) \ argument
365 … TRAIT<BOOST_PROTO_UNCVREF(ARG) > \
366 … , boost::mpl::not_<boost::proto::is_extension<ARG> > \
/third_party/boost/libs/utility/identity_type/test/
Dtemplate.cpp13 #define ARG(type, n) type arg ## n macro
17 ARG(typename BOOST_IDENTITY_TYPE((std::map<int, T>)), 1)
/third_party/alsa-utils/alsamixer/
Dbindings.h19 #define CMD_WITH_ARG(CMD, ARG) \ argument
20 ((CMD) + ((ARG) << 9))

12345678910>>...12