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

1 2

  /ndk/sources/cxx-stl/llvm-libc++/test/utilities/function.objects/bind/func.bind/func.bind.bind/
invoke_rvalue.pass.cpp 49 std::bind(f_void_1, _1)(2);
61 std::bind(fp, _1)(3);
74 std::bind(a0, _1)(4);
87 std::bind(fp, _1)(A_void_1());
91 std::bind(fp, _1)(&a);
108 std::bind(fp, _1)(A_void_1());
112 std::bind(fp, _1)(&a);
154 assert(std::bind(f_int_1, _1)(2) == 3);
160 assert(std::bind(fp, _1)(3) == 4);
165 assert(std::bind(A_int_1(), _1)(4) == 3)
    [all...]
invoke_lvalue.pass.cpp 50 std::bind(f_void_1, _1)(i);
64 std::bind(fp, _1)(i);
79 std::bind(a0, _1)(i);
94 std::bind(fp, _1)(a);
98 std::bind(fp, _1)(ap);
117 std::bind(fp, _1)(a);
121 std::bind(fp, _1)(ap);
165 assert(std::bind(f_int_1, _1)(i) == 3);
172 assert(std::bind(fp, _1)(i) == 4);
178 assert(std::bind(A_int_1(), _1)(i) == 3)
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/src/
bind.cpp 17 __ph<1> _1; member in namespace:placeholders
  /external/clang/test/Modules/
normal-module-map.cpp 39 @import nested_umbrella._1;
  /external/clang/test/SemaTemplate/
deduction.cpp 33 struct _1 {}; struct
36 // Replaces all occurrences of _1 with Arg1 and _2 with Arg2 in T.
44 struct Replace<_1, Arg1, Arg2> {
79 int array0[is_same<Replace<_1, int, float>::type, int>::value? 1 : -1];
80 int array1[is_same<Replace<const _1, int, float>::type, const int>::value? 1 : -1];
81 int array2[is_same<Replace<vector<_1>, int, float>::type, vector<int> >::value? 1 : -1];
82 int array3[is_same<Replace<vector<const _1>, int, float>::type, vector<const int> >::value? 1 : -1];
  /ndk/sources/cxx-stl/llvm-libc++/test/utilities/function.objects/bind/func.bind/func.bind.place/
placeholders.pass.cpp 26 test(std::placeholders::_1);
  /external/clang/test/CXX/dcl.dcl/basic.namespace/namespace.udecl/
p1.cpp 39 test<2> _1 = (foo)(a); local
65 a _1 = A::a();
  /ndk/sources/cxx-stl/llvm-libc++/test/utilities/function.objects/bind/func.bind/func.bind.isbind/
is_placeholder.pass.cpp 27 test<1>(std::placeholders::_1);
  /external/clang/test/SemaCXX/
class-layout.cpp 57 SA(6_1, sizeof(I) == 5);
  /external/markdown/markdown/extensions/
headerid.py 145 """ Ensure ID is unique. Append '_1', '_2'... if not """
  /frameworks/base/cmds/interrupter/
interrupter.h 76 #define INTERCEPT_ARG_N(_1, _2, _3, _4, _5, _6, _7, _8, N, ...) N
  /external/stlport/stlport/
functional 85 using ::_1;
  /ndk/sources/cxx-stl/stlport/stlport/
functional 85 using ::_1;
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/
functional 85 using ::_1;
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/
functional 85 using ::_1;
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/
functional 85 using ::_1;
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/
functional 85 using ::_1;
  /external/valgrind/main/coregrind/m_syswrap/
syscall-amd64-darwin.S 96 L_$0_1: /* Even though we can't take a signal until the sigprocmask completes,
syscall-x86-darwin.S 90 L_$0_1: /* Even though we can't take a signal until the
  /external/qemu-pc-bios/bochs/bios/
apmbios.S 259 APMSYM(07_1):
261 jmp APMSYM(07_1)
  /external/clang/test/CXX/temp/temp.decls/temp.variadic/
example-bind.cpp 346 placeholder<1> _1; variable
352 bind(plus<int>(), x, _1)(y);
  /dalvik/vm/compiler/codegen/x86/libenc/
enc_tabl.cpp 108 {OpcodeInfo::all, {0xFE, _1}, {r_m8}, DU },
109 {OpcodeInfo::em64t, {REX_W, 0xFF, _1}, {r_m64}, DU },
383 DEFINE_ALU_OPCODES(_1, 0x08, 0x08, DU_U )
436 {OpcodeInfo::all, {0x0F, 0xC7, _1}, {m64}, DU },
594 {OpcodeInfo::all, {0xFE, _1}, {r_m8}, DU },
596 {OpcodeInfo::all, {Size16, 0xFF, _1}, {r_m16}, DU },
597 {OpcodeInfo::all, {0xFF, _1}, {r_m32}, DU },
598 {OpcodeInfo::em64t, {REX_W, 0xFF, _1}, {r_m64}, DU },
669 {OpcodeInfo::all, {0xD8, _1}, {FP0S, m32}, DU_U },
670 {OpcodeInfo::all, {0xDC, _1}, {FP0D, m64}, DU_U }
    [all...]
enc_prvt.h 114 #define _1 OpcodeByteKind_SlashNum|1 macro
  /external/apache-xml/src/main/java/org/apache/xml/serializer/
Encodings.properties 188 8859_1 ISO-8859-1 0x00FF
  /external/dropbear/libtomcrypt/
crypt.tex     [all...]

Completed in 550 milliseconds

1 2