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

1 2 3

  /external/stlport/test/unit/
fadapter.h 25 template <class Arg1>
26 struct projectvoid : public unary_function<Arg1,__void_tag> {
27 __void_tag operator()(const Arg1& x) const { return __void_tag(); }
62 template <class Arg1, class Arg2>
63 class pointer_to_binary_procedure /* : public unary_function<Arg1, Arg2, __void_tag> */ {
65 typedef void (*fun_type)(Arg1, Arg2);
68 typedef Arg1 first_argument_type;
72 void operator() (Arg1 x, Arg2 y) const { ptr(x, y); }
75 template <class Arg1, class Arg2>
76 inline pointer_to_binary_procedure<Arg1, Arg2> ptr_proc(void (*x)(Arg1, Arg2))
    [all...]
  /ndk/tests/device/test-gnustl-full/unit/
fadapter.h 25 template <class Arg1>
26 struct projectvoid : public unary_function<Arg1,__void_tag> {
27 __void_tag operator()(const Arg1& x) const { return __void_tag(); }
62 template <class Arg1, class Arg2>
63 class pointer_to_binary_procedure /* : public unary_function<Arg1, Arg2, __void_tag> */ {
65 typedef void (*fun_type)(Arg1, Arg2);
68 typedef Arg1 first_argument_type;
72 void operator() (Arg1 x, Arg2 y) const { ptr(x, y); }
75 template <class Arg1, class Arg2>
76 inline pointer_to_binary_procedure<Arg1, Arg2> ptr_proc(void (*x)(Arg1, Arg2))
    [all...]
  /ndk/tests/device/test-stlport/unit/
fadapter.h 25 template <class Arg1>
26 struct projectvoid : public unary_function<Arg1,__void_tag> {
27 __void_tag operator()(const Arg1& x) const { return __void_tag(); }
62 template <class Arg1, class Arg2>
63 class pointer_to_binary_procedure /* : public unary_function<Arg1, Arg2, __void_tag> */ {
65 typedef void (*fun_type)(Arg1, Arg2);
68 typedef Arg1 first_argument_type;
72 void operator() (Arg1 x, Arg2 y) const { ptr(x, y); }
75 template <class Arg1, class Arg2>
76 inline pointer_to_binary_procedure<Arg1, Arg2> ptr_proc(void (*x)(Arg1, Arg2))
    [all...]
  /external/chromium_org/third_party/cacheinvalidation/overrides/google/cacheinvalidation/deps/
callback.h 12 #define INVALIDATION_CALLBACK1_TYPE(Arg1) ::base::Callback<void(Arg1)>
56 template <class T1, class T2, typename Arg1>
57 ::base::Callback<void(Arg1)>* NewPermanentCallback(
58 T1* object, void (T2::*method)(Arg1)) {
59 return new ::base::Callback<void(Arg1)>(
63 template <class T1, class T2, typename Arg1>
66 void (T2::*method)(Arg1),
67 typename internal::Identity<Arg1>::type arg1) {
    [all...]
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/algorithm/string/
compare.hpp 41 bool operator()( const T1& Arg1, const T2& Arg2 ) const
43 return Arg1==Arg2;
66 bool operator()( const T1& Arg1, const T2& Arg2 ) const
69 return std::toupper(Arg1)==std::toupper(Arg2);
71 return std::toupper<T1>(Arg1,m_Loc)==std::toupper<T2>(Arg2,m_Loc);
93 bool operator()( const T1& Arg1, const T2& Arg2 ) const
95 return Arg1<Arg2;
119 bool operator()( const T1& Arg1, const T2& Arg2 ) const
122 return std::toupper(Arg1)<std::toupper(Arg2);
124 return std::toupper<T1>(Arg1,m_Loc)<std::toupper<T2>(Arg2,m_Loc)
    [all...]
  /external/clang/test/SemaTemplate/
deduction.cpp 36 // Replaces all occurrences of _1 with Arg1 and _2 with Arg2 in T.
37 template<typename T, typename Arg1, typename Arg2>
43 template<typename Arg1, typename Arg2>
44 struct Replace<_1, Arg1, Arg2> {
45 typedef Arg1 type;
48 template<typename Arg1, typename Arg2>
49 struct Replace<_2, Arg1, Arg2> {
54 template<typename T, typename Arg1, typename Arg2>
55 struct Replace<const T, Arg1, Arg2> {
56 typedef typename Replace<T, Arg1, Arg2>::type const type
    [all...]
instantiation-default-1.cpp 82 template<typename R, typename Arg1, typename Arg2 = Arg1,
83 typename FuncType = R (*)(Arg1, Arg2)>
instantiate-c99.cpp 74 template<typename T, typename Arg1, typename Arg2>
76 T f(Arg1 a1, Arg2 a2) {
instantiate-expr-1.cpp 115 template<typename Result, typename F, typename Arg1>
116 Result test_call_operator(F f, Arg1 arg1) {
120 return f(arg1);
instantiate-expr-4.cpp 78 template<typename T, typename Arg1>
80 T* f(bool x, Arg1 a1) {
89 template<typename T, typename Arg1, typename Arg2>
91 T* f(bool x, Arg1 a1, Arg2 a2) {
  /external/chromium_org/chrome/browser/sync_file_system/
sync_file_system_test_util.h 39 template <typename Arg1, typename Arg2, typename Param1, typename Param2>
41 Arg1* arg1_out,
43 Param1 arg1,
47 *arg1_out = base::internal::CallbackForward(arg1);
61 template <typename Arg1, typename Arg2>
62 base::Callback<void(typename TypeTraits<Arg1>::ParamType,
64 CreateResultReceiver(Arg1* arg1_out,
66 typedef typename TypeTraits<Arg1>::ParamType Param1;
68 return base::Bind(&ReceiveResult2<Arg1, Arg2, Param1, Param2>,
  /external/chromium_org/third_party/protobuf/src/google/protobuf/stubs/
common.h 918 template <typename Arg1>
921 typedef void (*FunctionType)(Arg1 arg1);
924 Arg1 arg1)
926 arg1_(arg1) {}
938 Arg1 arg1_;
941 template <typename Class, typename Arg1>
944 typedef void (Class::*MethodType)(Arg1 arg1);
    [all...]
  /external/protobuf/src/google/protobuf/stubs/
common.h 857 template <typename Arg1>
860 typedef void (*FunctionType)(Arg1 arg1);
863 Arg1 arg1)
865 arg1_(arg1) {}
876 Arg1 arg1_;
879 template <typename Class, typename Arg1>
882 typedef void (Class::*MethodType)(Arg1 arg1);
    [all...]
  /external/clang/test/CodeGenCXX/
mangle-ms-template-callback.cpp 10 template<typename Ret, typename Arg1>
11 class C<Ret(Arg1)> {};
13 template<typename Ret, typename Arg1, typename Arg2>
14 class C<Ret(Arg1, Arg2)> {};
  /external/clang/test/Index/
complete-macros.c 3 #define FOO(Arg1,Arg2) foobar
31 // CHECK-CC1: macro definition:{TypedText FOO}{LeftParen (}{Placeholder Arg1}{Comma , }{Placeholder Arg2}{RightParen )}
  /external/chromium_org/v8/src/
arguments.cc 49 #define WRITE_CALL_1(Function, ReturnValue, Arg1) \
51 Arg1 arg1) { \
56 f(arg1, info); \
61 #define WRITE_CALL_2(Function, ReturnValue, Arg1, Arg2) \
63 Arg1 arg1, \
69 f(arg1, arg2, info); \
74 #define WRITE_CALL_2_VOID(Function, ReturnValue, Arg1, Arg2) \
76 Arg1 arg1,
    [all...]
arguments.h 193 #define WRITE_CALL_1(Function, ReturnValue, Arg1) \
194 v8::Handle<ReturnValue> Call(Function f, Arg1 arg1); \
196 #define WRITE_CALL_2(Function, ReturnValue, Arg1, Arg2) \
197 v8::Handle<ReturnValue> Call(Function f, Arg1 arg1, Arg2 arg2); \
199 #define WRITE_CALL_2_VOID(Function, ReturnValue, Arg1, Arg2) \
200 void Call(Function f, Arg1 arg1, Arg2 arg2); \
  /external/llvm/utils/PerfectShuffle/
PerfectShuffle.cpp 90 unsigned short Arg0, Arg1; // Input operands for this value.
178 if (ShufTab[ShufTab[ThisOp].Arg1].Cost == 0) {
179 std::cerr << getZeroCostOpName(ShufTab[ThisOp].Arg1);
180 PrintMask(ShufTab[ThisOp].Arg1, std::cerr);
184 if (Vals[i] == ShufTab[ThisOp].Arg1) {
209 unsigned Arg0 = ShufTab[Elt].Arg0, Arg1 = ShufTab[Elt].Arg1;
212 if (Arg0 != Arg1 && ShufTab[Arg1].Cost)
213 EvaluateOps(Arg1, Vals, NumVals)
    [all...]
  /external/chromium_org/base/
stl_util.h 212 template <typename ResultType, typename Arg1, typename Arg2>
213 ResultType STLSetDifference(const Arg1& a1, const Arg2& a2) {
224 template <typename ResultType, typename Arg1, typename Arg2>
225 ResultType STLSetUnion(const Arg1& a1, const Arg2& a2) {
237 template <typename ResultType, typename Arg1, typename Arg2>
238 ResultType STLSetIntersection(const Arg1& a1, const Arg2& a2) {
250 template <typename Arg1, typename Arg2>
251 bool STLIncludes(const Arg1& a1, const Arg2& a2) {
  /external/chromium_org/third_party/webrtc/system_wrappers/interface/
stl_util.h 217 template <typename ResultType, typename Arg1, typename Arg2>
218 ResultType STLSetDifference(const Arg1& a1, const Arg2& a2) {
229 template <typename ResultType, typename Arg1, typename Arg2>
230 ResultType STLSetUnion(const Arg1& a1, const Arg2& a2) {
242 template <typename ResultType, typename Arg1, typename Arg2>
243 ResultType STLSetIntersection(const Arg1& a1, const Arg2& a2) {
255 template <typename Arg1, typename Arg2>
256 bool STLIncludes(const Arg1& a1, const Arg2& a2) {
  /external/llvm/include/llvm/ADT/
STLExtras.h 425 template <class T, class Arg1>
427 make_unique(Arg1 &&arg1) {
428 return std::unique_ptr<T>(new T(std::forward<Arg1>(arg1)));
431 template <class T, class Arg1, class Arg2>
433 make_unique(Arg1 &&arg1, Arg2 &&arg2) {
435 new T(std::forward<Arg1>(arg1), std::forward<Arg2>(arg2)))
    [all...]
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/
named_params.hpp 80 template<typename Arg1>
81 nil operator()( Arg1 const& )
84 template<typename Arg1,typename Arg2>
85 nil operator()( Arg1 const&, Arg2 const& )
88 template<typename Arg1,typename Arg2,typename Arg3>
89 nil operator()( Arg1 const&, Arg2 const&, Arg3 const& )
  /external/chromium_org/third_party/libaddressinput/chromium/cpp/src/util/
stl_util.h 213 template <typename ResultType, typename Arg1, typename Arg2>
214 ResultType STLSetDifference(const Arg1& a1, const Arg2& a2) {
  /external/clang/unittests/ASTMatchers/Dynamic/
RegistryTest.cpp 25 std::vector<ParserValue> Args(const VariantValue &Arg1) {
27 Out[0].Value = Arg1;
30 std::vector<ParserValue> Args(const VariantValue &Arg1,
33 Out[0].Value = Arg1;
55 const VariantValue &Arg1,
62 Out = Registry::constructMatcher(*Ctor, SourceRange(), Args(Arg1), Error);
68 const VariantValue &Arg1,
76 Out = Registry::constructMatcher(*Ctor, SourceRange(), Args(Arg1, Arg2),
  /external/llvm/lib/Transforms/IPO/
StripSymbols.cpp 253 Value *Arg1 = CI->getArgOperand(0);
257 if (Arg1->use_empty()) {
258 if (Constant *C = dyn_cast<Constant>(Arg1))
261 RecursivelyDeleteTriviallyDeadInstructions(Arg1);

Completed in 1818 milliseconds

1 2 3