Searched refs:arg (Results 1 - 25 of 74) sorted by relevance

123

/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/bind/
H A Dplaceholders.hpp22 #include <boost/bind/arg.hpp>
30 static inline boost::arg<1> _1() { return boost::arg<1>(); }
31 static inline boost::arg<2> _2() { return boost::arg<2>(); }
32 static inline boost::arg<3> _3() { return boost::arg<3>(); }
33 static inline boost::arg<4> _4() { return boost::arg<4>(); }
34 static inline boost::arg<
[all...]
H A Darg.hpp11 // bind/arg.hpp
28 template< int I > struct arg struct in namespace:boost
30 arg() function in struct:boost::arg
34 template< class T > arg( T const & /* t */ ) function in struct:boost::arg
41 template< int I > bool operator==( arg<I> const &, arg<I> const & )
48 template< int I > struct is_placeholder< arg<I> >
53 template< int I > struct is_placeholder< arg<I> (*) () >
H A Dstorage.hpp25 #include <boost/bind/arg.hpp>
54 template<int I> struct storage1< boost::arg<I> >
56 explicit storage1( boost::arg<I> ) {}
60 static boost::arg<I> a1_() { return boost::arg<I>(); }
63 template<int I> struct storage1< boost::arg<I> (*) () >
65 explicit storage1( boost::arg<I> (*) () ) {}
69 static boost::arg<I> a1_() { return boost::arg<I>(); }
93 template<class A1, int I> struct storage2< A1, boost::arg<
[all...]
/ndk/sources/host-tools/sed-4.2.1/lib/
H A Dquotearg.h234 char const *arg, size_t argsize,
240 char *quotearg_alloc (char const *arg, size_t argsize,
249 char *quotearg_alloc_mem (char const *arg, size_t argsize,
259 char *quotearg_n (int n, char const *arg);
262 char *quotearg (char const *arg);
267 char *quotearg_n_mem (int n, char const *arg, size_t argsize);
270 char *quotearg_mem (char const *arg, size_t argsize);
275 char *quotearg_n_style (int n, enum quoting_style s, char const *arg);
281 char const *arg, size_t argsize);
284 char *quotearg_style (enum quoting_style s, char const *arg);
[all...]
H A Dquotearg.c186 char const *arg, size_t argsize,
279 for (i = 0; ! (argsize == SIZE_MAX ? arg[i] == '\0' : i == argsize); i++)
287 && memcmp (arg + i, quote_string, quote_string_len) == 0)
294 c = arg[i];
303 if (i + 1 < argsize && '0' <= arg[i + 1] && arg[i + 1] <= '9')
324 && i + 2 < argsize && arg[i + 1] == '?')
325 switch (arg[i + 2])
334 c = arg[i + 2];
379 if (! (argsize == SIZE_MAX ? arg[
185 quotearg_buffer_restyled(char *buffer, size_t buffersize, char const *arg, size_t argsize, enum quoting_style quoting_style, int flags, unsigned int const *quote_these_too) argument
579 quotearg_buffer(char *buffer, size_t buffersize, char const *arg, size_t argsize, struct quoting_options const *o) argument
593 quotearg_alloc(char const *arg, size_t argsize, struct quoting_options const *o) argument
606 quotearg_alloc_mem(char const *arg, size_t argsize, size_t *size, struct quoting_options const *o) argument
668 quotearg_n_options(int n, char const *arg, size_t argsize, struct quoting_options const *options) argument
724 quotearg_n(int n, char const *arg) argument
730 quotearg_n_mem(int n, char const *arg, size_t argsize) argument
736 quotearg(char const *arg) argument
742 quotearg_mem(char const *arg, size_t argsize) argument
748 quotearg_n_style(int n, enum quoting_style s, char const *arg) argument
755 quotearg_n_style_mem(int n, enum quoting_style s, char const *arg, size_t argsize) argument
763 quotearg_style(enum quoting_style s, char const *arg) argument
769 quotearg_style_mem(enum quoting_style s, char const *arg, size_t argsize) argument
775 quotearg_char_mem(char const *arg, size_t argsize, char ch) argument
784 quotearg_char(char const *arg, char ch) argument
790 quotearg_colon(char const *arg) argument
796 quotearg_colon_mem(char const *arg, size_t argsize) argument
[all...]
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/
H A Darg_fwd.hpp23 template< BOOST_MPL_AUX_NTTP_DECL(int, N) > struct arg;
26 BOOST_MPL_AUX_ADL_BARRIER_DECL(arg)
H A Darg.hpp18 // $Id: arg.hpp 49267 2008-10-11 06:19:02Z agurtovoy $
36 # define BOOST_MPL_PREPROCESSED_HEADER arg.hpp
73 (3,(0, BOOST_MPL_LIMIT_METAFUNCTION_ARITY, <boost/mpl/arg.hpp>))
79 BOOST_MPL_AUX_NONTYPE_ARITY_SPEC(1,int,arg)
93 template<> struct arg<i_>
96 typedef arg<BOOST_PP_INC(i_)> next;
112 template<> struct arg<-1>
H A Dfind_if.hpp18 #include <boost/mpl/arg.hpp>
37 , mpl::arg<1> // ignore
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/aux_/preprocessed/gcc/
H A Dplaceholders.hpp14 typedef arg< -1 > _;
29 typedef arg<1> _1;
42 typedef arg<2> _2;
55 typedef arg<3> _3;
68 typedef arg<4> _4;
81 typedef arg<5> _5;
94 typedef arg<6> _6;
H A Darg.hpp10 // Preprocessed version of "boost/mpl/arg.hpp" header
14 template<> struct arg< -1 > struct
31 template<> struct arg<1> struct
34 typedef arg<2> next;
49 template<> struct arg<2> struct
52 typedef arg<3> next;
67 template<> struct arg<3> struct
70 typedef arg<4> next;
85 template<> struct arg<4> struct
88 typedef arg<
103 template<> struct arg<5> struct
[all...]
/ndk/tests/device/test-stlport_shared-exception/jni/
H A Deh-vararg-2.cpp30 test (va_list arg) throw (B,A) argument
37 size = va_arg (arg, int);
43 x = va_arg (arg, double);
66 va_list arg; local
67 va_start (arg, fmt);
68 test (arg);
69 va_end (arg);
H A Deh-vararg-1.cpp32 va_list arg; local
38 va_start (arg, fmt);
39 size = va_arg (arg, int);
44 x = va_arg (arg, double);
63 va_end (arg);
H A Doperators23.cpp31 int main(int arg, char** argv) { argument
/ndk/tests/device/test-stlport_static-exception/jni/
H A Deh-vararg-2.cpp30 test (va_list arg) throw (B,A) argument
37 size = va_arg (arg, int);
43 x = va_arg (arg, double);
66 va_list arg; local
67 va_start (arg, fmt);
68 test (arg);
69 va_end (arg);
H A Deh-vararg-1.cpp32 va_list arg; local
38 va_start (arg, fmt);
39 size = va_arg (arg, int);
44 x = va_arg (arg, double);
63 va_end (arg);
H A Doperators23.cpp31 int main(int arg, char** argv) { argument
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/complex.number/cmplx.over/
H A Darg.pass.cpp14 // arg(T x);
26 static_assert((std::is_same<decltype(std::arg(x)), double>::value), "");
27 assert(std::arg(x) == arg(std::complex<double>(x, 0)));
34 static_assert((std::is_same<decltype(std::arg(x)), T>::value), "");
35 assert(std::arg(x) == arg(std::complex<T>(x, 0)));
/ndk/sources/cxx-stl/stlport/stlport/stl/config/
H A D_como.h91 inline long double expl(long double arg) { return exp(arg); } argument
92 inline long double logl(long double arg) { return log(arg); } argument
121 inline float logf(float arg) { return log(arg); } argument
122 inline long double logl(long double arg) { return log(arg); } argument
126 inline long double expl(long double arg) { return exp(arg); } argument
164 expl(long double arg) argument
165 logl(long double arg) argument
[all...]
/ndk/tests/abcc/jni/host/
H A Dmain.cpp28 std::string arg = argv[idx++]; local
29 if (arg.find("--abi=") != std::string::npos) {
30 abi = arg.substr(arg.rfind('=')+1);
33 if (arg.find("--ndk-dir=") != std::string::npos) {
34 ndk_dir = arg.substr(arg.rfind('=')+1);
37 if (arg.find("--sysroot=") != std::string::npos) {
38 sysroot = arg.substr(arg
[all...]
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/utility/
H A Dvalue_init.hpp82 wrapper(T const & arg) argument
84 data(arg)
110 initialized(initialized const & arg) argument
112 new (wrapper_address()) wrapper( static_cast<wrapper const &>(*(arg.wrapper_address())));
115 explicit initialized(T const & arg) argument
117 new (wrapper_address()) wrapper(arg);
120 initialized & operator=(initialized const & arg) argument
124 *wrapper_address() = static_cast<wrapper const &>(*(arg.wrapper_address()));
143 void swap(initialized & arg) argument
145 ::boost::swap( this->data(), arg
203 swap(value_initialized & arg) argument
[all...]
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/preprocessor/
H A Dstringize.hpp23 # define BOOST_PP_STRINGIZE_A(arg) BOOST_PP_STRINGIZE_I arg
/ndk/sources/cxx-stl/stlport/src/
H A Dcxa.c47 void (*fn)(int status, void *arg);
48 void *arg; member in struct:exit_function::__anon207::__anon208
51 void (*fn)(void *arg, int status);
52 void *arg; member in struct:exit_function::__anon207::__anon209
70 int __cxa_atexit(void (*func)(void *), void *arg, void *d) argument
79 new->func.cxa.arg = arg;
177 (*f->func.cxa.fn) (f->func.cxa.arg, 0);
/ndk/sources/host-tools/sed-4.2.1/build-aux/
H A Ddepcomp77 # HP compiler uses -M and no extra arg.
106 for arg
108 case $arg in
109 -c) set fnord "$@" -MT "$object" -MD -MP -MF "$tmpdepfile" "$arg" ;;
110 *) set fnord "$@" "$arg" ;;
113 shift # $arg
427 for arg
429 case $arg in
437 set fnord "$@" "$arg"
439 shift # $arg
[all...]
/ndk/sources/android/support/src/stdio/
H A Dvfprintf.c150 union arg union
157 static void pop_arg(union arg *arg, int type, va_list *ap) argument
162 case PTR: arg->p = va_arg(*ap, void *);
163 break; case INT: arg->i = va_arg(*ap, int);
164 break; case UINT: arg->i = va_arg(*ap, unsigned int);
166 break; case LONG: arg->i = va_arg(*ap, long);
167 break; case ULONG: arg->i = va_arg(*ap, unsigned long);
169 break; case ULLONG: arg->i = va_arg(*ap, unsigned long long);
170 break; case SHORT: arg
474 union arg arg; local
[all...]
/ndk/sources/cxx-stl/gabi++/tests/
H A Dtest_guard.cpp33 static void* thread_run(void* arg) argument
35 int index = (int)(intptr_t)arg;

Completed in 3759 milliseconds

123