Home
last modified time | relevance | path

Searched refs:_1 (Results 1 – 25 of 112) sorted by relevance

12345

/external/libcxx/test/std/utilities/function.objects/bind/func.bind/func.bind.bind/
Dinvoke_rvalue.pass.cpp51 std::bind(f_void_1, _1)(2); in test_void_1()
63 std::bind(fp, _1)(3); in test_void_1()
76 std::bind(a0, _1)(4); in test_void_1()
89 std::bind(fp, _1)(A_void_1()); in test_void_1()
93 std::bind(fp, _1)(&a); in test_void_1()
110 std::bind(fp, _1)(A_void_1()); in test_void_1()
114 std::bind(fp, _1)(&a); in test_void_1()
156 assert(std::bind(f_int_1, _1)(2) == 3); in test_int_1()
162 assert(std::bind(fp, _1)(3) == 4); in test_int_1()
167 assert(std::bind(A_int_1(), _1)(4) == 3); in test_int_1()
[all …]
Dinvoke_lvalue.pass.cpp52 std::bind(f_void_1, _1)(i); in test_void_1()
66 std::bind(fp, _1)(i); in test_void_1()
81 std::bind(a0, _1)(i); in test_void_1()
96 std::bind(fp, _1)(a); in test_void_1()
100 std::bind(fp, _1)(ap); in test_void_1()
119 std::bind(fp, _1)(a); in test_void_1()
123 std::bind(fp, _1)(ap); in test_void_1()
167 assert(std::bind(f_int_1, _1)(i) == 3); in test_int_1()
174 assert(std::bind(fp, _1)(i) == 4); in test_int_1()
180 assert(std::bind(A_int_1(), _1)(i) == 3); in test_int_1()
[all …]
Dnested.pass.cpp48 using std::placeholders::_1; in main()
50 auto g = std::bind(power(), 2, _1); in main()
Dbind_return_type.pass.cpp52 auto ret = std::bind(func, _1); in do_test()
53 auto ret_r = std::bind<Expect>(func, _1); in do_test()
100 auto ret = std::bind<Expect>(func, _1); in do_test_r()
/external/compiler-rt/test/profile/Inputs/
Dinstrprof-value-prof-real.c3 #define DEF_2_FUNCS(x) DEF_FUNC(x##_1) DEF_FUNC(x##_2)
4 #define DEF_4_FUNCS(x) DEF_2_FUNCS(x##_1) DEF_2_FUNCS(x##_2)
5 #define DEF_8_FUNCS(x) DEF_4_FUNCS(x##_1) DEF_4_FUNCS(x##_2)
6 #define DEF_16_FUNCS(x) DEF_8_FUNCS(x##_1) DEF_8_FUNCS(x##_2)
7 #define DEF_32_FUNCS(x) DEF_16_FUNCS(x##_1) DEF_16_FUNCS(x##_2)
8 #define DEF_64_FUNCS(x) DEF_32_FUNCS(x##_1) DEF_32_FUNCS(x##_2)
9 #define DEF_128_FUNCS(x) DEF_64_FUNCS(x##_1) DEF_64_FUNCS(x##_2)
10 #define DEF_256_FUNCS(x) DEF_128_FUNCS(x##_1) DEF_128_FUNCS(x##_2)
11 #define DEF_512_FUNCS(x) DEF_256_FUNCS(x##_1) DEF_256_FUNCS(x##_2)
14 #define FUNC_2_ADDRS(x) FUNC_ADDR(x##_1) FUNC_ADDR(x##_2)
[all …]
/external/compiler-rt/test/profile/
Dinstrprof-value-prof.c44 #define DEF_2_FUNCS(x) DEF_FUNC(x##_1) DEF_FUNC(x##_2)
45 #define DEF_4_FUNCS(x) DEF_2_FUNCS(x##_1) DEF_2_FUNCS(x##_2)
46 #define DEF_8_FUNCS(x) DEF_4_FUNCS(x##_1) DEF_4_FUNCS(x##_2)
47 #define DEF_16_FUNCS(x) DEF_8_FUNCS(x##_1) DEF_8_FUNCS(x##_2)
48 #define DEF_32_FUNCS(x) DEF_16_FUNCS(x##_1) DEF_16_FUNCS(x##_2)
49 #define DEF_64_FUNCS(x) DEF_32_FUNCS(x##_1) DEF_32_FUNCS(x##_2)
50 #define DEF_128_FUNCS(x) DEF_64_FUNCS(x##_1) DEF_64_FUNCS(x##_2)
53 #define FUNC_2_ADDRS(x) FUNC_ADDR(x##_1) FUNC_ADDR(x##_2)
54 #define FUNC_4_ADDRS(x) FUNC_2_ADDRS(x##_1) FUNC_2_ADDRS(x##_2)
55 #define FUNC_8_ADDRS(x) FUNC_4_ADDRS(x##_1) FUNC_4_ADDRS(x##_2)
[all …]
/external/llvm/test/CodeGen/X86/
Dfast-isel-cmp-branch2.ll7 ; CHECK-NEXT: jne {{LBB.+_1}}
8 ; CHECK-NEXT: jp {{LBB.+_1}}
20 ; CHECK-NEXT: jbe {{LBB.+_1}}
32 ; CHECK-NEXT: jb {{LBB.+_1}}
44 ; CHECK-NEXT: jbe {{LBB.+_1}}
56 ; CHECK-NEXT: jb {{LBB.+_1}}
68 ; CHECK-NEXT: je {{LBB.+_1}}
80 ; CHECK-NEXT: jp {{LBB.+_1}}
116 ; CHECK-NEXT: jae {{LBB.+_1}}
128 ; CHECK-NEXT: ja {{LBB.+_1}}
[all …]
Dfast-isel-cmp-branch3.ll6 ; CHECK-NEXT: jp {{LBB.+_1}}
19 ; CHECK-NEXT: jne {{LBB.+_1}}
20 ; CHECK-NEXT: jp {{LBB.+_1}}
45 ; CHECK-NEXT: jbe {{LBB.+_1}}
57 ; CHECK-NEXT: jp {{LBB.+_1}}
70 ; CHECK-NEXT: jb {{LBB.+_1}}
95 ; CHECK-NEXT: jbe {{LBB.+_1}}
107 ; CHECK-NEXT: jp {{LBB.+_1}}
120 ; CHECK-NEXT: jb {{LBB.+_1}}
145 ; CHECK-NEXT: je {{LBB.+_1}}
[all …]
/external/libhevc/common/arm/
Dihevc_inter_pred_chroma_horz.s176 vmlsl.u8 q15,d6,d27 @mul_res = vmlal_u8(src[0_1], coeffabs_1)@
229 vmlsl.u8 q11,d14,d27 @mul_res = vmlal_u8(src[0_1], coeffabs_1)@
241 vmlsl.u8 q10,d15,d27 @mul_res = vmlal_u8(src[0_1], coeffabs_1)@
259 vmlsl.u8 q15,d6,d27 @mul_res = vmlal_u8(src[0_1], coeffabs_1)@
301 vmlsl.u8 q11,d14,d27 @mul_res = vmlal_u8(src[0_1], coeffabs_1)@
312 vmlsl.u8 q10,d15,d27 @mul_res = vmlal_u8(src[0_1], coeffabs_1)@
322 vmlsl.u8 q15,d6,d27 @mul_res = vmlal_u8(src[0_1], coeffabs_1)@
347 vmlsl.u8 q11,d14,d27 @mul_res = vmlal_u8(src[0_1], coeffabs_1)@
353 vmlsl.u8 q10,d15,d27 @mul_res = vmlal_u8(src[0_1], coeffabs_1)@
405 vmlsl.u8 q4,d3,d27 @mul_res = vmlal_u8(src[0_1], coeffabs_1)@
[all …]
Dihevc_inter_pred_chroma_horz_w16out.s196 vmlsl.u8 q15,d6,d27 @mul_res = vmlal_u8(src[0_1], coeffabs_1)@
245 vmlsl.u8 q11,d14,d27 @mul_res = vmlal_u8(src[0_1], coeffabs_1)@
258 vmlsl.u8 q10,d15,d27 @mul_res = vmlal_u8(src[0_1], coeffabs_1)@
271 vmlsl.u8 q15,d6,d27 @mul_res = vmlal_u8(src[0_1], coeffabs_1)@
312 vmlsl.u8 q11,d14,d27 @mul_res = vmlal_u8(src[0_1], coeffabs_1)@
322 vmlsl.u8 q10,d15,d27 @mul_res = vmlal_u8(src[0_1], coeffabs_1)@
332 vmlsl.u8 q15,d6,d27 @mul_res = vmlal_u8(src[0_1], coeffabs_1)@
350 vmlsl.u8 q11,d14,d27 @mul_res = vmlal_u8(src[0_1], coeffabs_1)@
356 vmlsl.u8 q10,d15,d27 @mul_res = vmlal_u8(src[0_1], coeffabs_1)@
403 vmlsl.u8 q4,d3,d27 @mul_res = vmlal_u8(src[0_1], coeffabs_1)@
[all …]
/external/webrtc/webrtc/modules/remote_bitrate_estimator/test/
Dbwe_test_logging.h82 #define BWE_TEST_LOGGING_LOG1(name, format, _1) argument
83 #define BWE_TEST_LOGGING_LOG2(name, format, _1, _2) argument
84 #define BWE_TEST_LOGGING_LOG3(name, format, _1, _2, _3) argument
85 #define BWE_TEST_LOGGING_LOG4(name, format, _1, _2, _3, _4) argument
86 #define BWE_TEST_LOGGING_LOG5(name, format, _1, _2, _3, _4, _5) argument
154 #define BWE_TEST_LOGGING_LOG1(name, format, _1) \ argument
157 webrtc::testing::bwe::Logging::GetInstance()->Log(format, _1); \
159 #define BWE_TEST_LOGGING_LOG2(name, format, _1, _2) \ argument
162 webrtc::testing::bwe::Logging::GetInstance()->Log(format, _1, _2); \
164 #define BWE_TEST_LOGGING_LOG3(name, format, _1, _2, _3) \ argument
[all …]
/external/llvm/test/CodeGen/AArch64/
Datomic-ops.ll22 ; CHECK: .LBB{{[0-9]+}}_1:
28 ; CHECK-NEXT: cbnz [[STATUS]], .LBB{{[0-9]+}}_1
42 ; CHECK: .LBB{{[0-9]+}}_1:
48 ; CHECK-NEXT: cbnz [[STATUS]], .LBB{{[0-9]+}}_1
62 ; CHECK: .LBB{{[0-9]+}}_1:
68 ; CHECK-NEXT: cbnz [[STATUS]], .LBB{{[0-9]+}}_1
82 ; CHECK: .LBB{{[0-9]+}}_1:
88 ; CHECK-NEXT: cbnz [[STATUS]], .LBB{{[0-9]+}}_1
102 ; CHECK: .LBB{{[0-9]+}}_1:
108 ; CHECK-NEXT: cbnz [[STATUS]], .LBB{{[0-9]+}}_1
[all …]
/external/wpa_supplicant_8/wpa_supplicant/hidl/1.0/
Dhidl_manager.cpp445 &ISupplicantCallback::onInterfaceCreated, std::placeholders::_1, in registerInterface()
494 &ISupplicantCallback::onInterfaceRemoved, std::placeholders::_1, in unregisterInterface()
538 std::placeholders::_1, ssid->id)); in registerNetwork()
559 std::placeholders::_1, ssid->id)); in registerNetwork()
603 std::placeholders::_1, ssid->id)); in unregisterNetwork()
624 std::placeholders::_1, ssid->id)); in unregisterNetwork()
665 std::placeholders::_1, in notifyStateChange()
700 std::placeholders::_1)); in notifyNetworkRequest()
716 std::placeholders::_1, hidl_params)); in notifyNetworkRequest()
730 std::placeholders::_1, hidl_params)); in notifyNetworkRequest()
[all …]
/external/llvm/test/Transforms/Reassociate/
Dprev_insts_canonicalized.ll13 %_1 = mul i32 %in, -2
14 %_2 = add i32 %_0, %_1
15 %_3 = add i32 %_1, %_2
32 %_1 = fmul fast float %_0, 3.000000e+00
33 %in1 = fadd fast float -3.000000e+00, %_1
53 %_1 = fmul fast float %_0, 3.000000e+00
54 %in1 = fadd fast float -3.000000e+00, %_1
/external/llvm/test/CodeGen/ARM/
Datomic-ops-v8.ll19 ; CHECK: .LBB{{[0-9]+}}_1:
26 ; CHECK-NEXT: bne .LBB{{[0-9]+}}_1
42 ; CHECK: .LBB{{[0-9]+}}_1:
49 ; CHECK-NEXT: bne .LBB{{[0-9]+}}_1
65 ; CHECK: .LBB{{[0-9]+}}_1:
72 ; CHECK-NEXT: bne .LBB{{[0-9]+}}_1
88 ; CHECK: .LBB{{[0-9]+}}_1:
98 ; CHECK-NEXT: bne .LBB{{[0-9]+}}_1
115 ; CHECK: .LBB{{[0-9]+}}_1:
122 ; CHECK-NEXT: bne .LBB{{[0-9]+}}_1
[all …]
/external/skia/experimental/DrawingBoard/
DSkColorPalette.cpp150 float _1, _2, _3; in selectColorFromGradient() local
155 _1 = v * (1 - s); in selectColorFromGradient()
162 b = _1; in selectColorFromGradient()
167 b = _1; in selectColorFromGradient()
170 r = _1; in selectColorFromGradient()
175 r = _1; in selectColorFromGradient()
181 g = _1; in selectColorFromGradient()
186 g = _1; in selectColorFromGradient()
/external/spirv-llvm/test/SPIRV/
DCreatePipeFromPipeStorage.ll12 ; CHECK-LLVM: %"[[CL_WRITE_PIPE_NAME:[^"]+write>]]" = type { %spirv.Pipe._1 addrspace(1)* }
13 ; CHECK-LLVM: %spirv.Pipe._1 = type opaque
45 …attribute__((ext_vector_type(4))), cl::pipe_access::write>" = type { %spirv.Pipe._1 addrspace(1)* }
46 %spirv.Pipe._1 = type opaque
76 …; CHECK-LLVM: %[[WRITE_PIPE:[0-9]+]] = call spir_func %spirv.Pipe._1 addrspace(1)* @_Z39__spirv_Cr…
78 …_PIPE_NAME]]" addrspace(4)* nocapture %[[WRITE_PIPE_WRAPPER]], %spirv.Pipe._1 addrspace(1)* %[[WRI…
86 …%3 = tail call spir_func %spirv.Pipe._1 addrspace(1)* @_Z39__spirv_CreatePipeFromPipeStorage_write…
88 …((ext_vector_type(4))), cl::pipe_access::write>" addrspace(4)* %4, %spirv.Pipe._1 addrspace(1)* %3)
129 …(4))), cl::pipe_access::write>" addrspace(4)* nocapture %this, %spirv.Pipe._1 addrspace(1)* %handl…
131 …ector_type(4))), cl::pipe_access::write>" addrspace(4)* %this, %spirv.Pipe._1 addrspace(1)* %handl…
[all …]
/external/libxml2/result/relaxng/
D307377_1.err1 ./test/relaxng/307377_1.xml:1: element number: Relax-NG validity error : Extra data in list: a
2 ./test/relaxng/307377_1.xml:1: element number: Relax-NG validity error : Element number failed to v…
3 ./test/relaxng/307377_1.xml fails to validate
D558452_1.err1 ./test/relaxng/558452_1.xml:2: element doc: Relax-NG validity error : Expecting an element , got no…
2 ./test/relaxng/558452_1.xml fails to validate
/external/snakeyaml/src/main/java/org/yaml/snakeyaml/constructor/
DBaseConstructor.java152 entry._1().put(key_value._1(), key_value._2()); in fillRecursive()
158 value._1().add(value._2()); in fillRecursive()
430 private final T _1; field in BaseConstructor.RecursiveTuple
433 public RecursiveTuple(T _1, K _2) { in RecursiveTuple() argument
434 this._1 = _1; in RecursiveTuple()
442 public T _1() { in _1() method in BaseConstructor.RecursiveTuple
443 return _1; in _1()
/external/clang/test/SemaTemplate/
Ddeduction.cpp33 struct _1 {}; struct
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];
/external/libcxx/test/std/utilities/function.objects/bind/func.bind/func.bind.place/
Dplaceholders.pass.cpp36 constexpr decltype(std::placeholders::_1) default1{};
47 constexpr decltype(std::placeholders::_1) cp1 = std::placeholders::_1;
87 test(std::placeholders::_1); in main()
/external/Microsoft-GSL/tests/
Dutils_tests.cpp44 auto _1 = finally([&]() {f(i);}); in SUITE() local
46 auto _2 = std::move(_1); in SUITE()
51 auto _2 = std::move(_1); in SUITE()
/external/clang/test/CXX/dcl.dcl/basic.namespace/namespace.udecl/
Dp1.cpp44 test<2> _1 = (foo)(a); in test2() local
70 a _1 = A::a(); variable
/external/skia/bench/
DShapesBench.cpp179 fShapes[i].fDraw = bind(&SkCanvas::drawRect, _1, cref(fRect.rect()), _2); in onDelayedSetup()
182 fShapes[i].fDraw = bind(&SkCanvas::drawOval, _1, cref(fOval.rect()), _2); in onDelayedSetup()
185 fShapes[i].fDraw = bind(&SkCanvas::drawRRect, _1, cref(fRRect), _2); in onDelayedSetup()
201 fShapes[i].fDraw = std::bind(&SkCanvas::drawDRRect, std::placeholders::_1, in onDelayedSetup()

12345