Home
last modified time | relevance | path

Searched refs:_2 (Results 1 – 25 of 73) sorted by relevance

123

/aosp12/bionic/libc/upstream-openbsd/lib/libc/gdtoa/
H A DstrtorQ.c42 #define _2 2 macro
48 #define _2 1 macro
68 L[_2] = bits[1];
75 L[_2] = bits[1];
85 L[_1] = L[_2] = L[_3] = 0;
/aosp12/system/connectivity/wificond/tests/
H A Dscan_utils_unittest.cpp33 using std::placeholders::_2;
155 AppendMessageAndReturn, response, true, _1, _2))); in TEST_F()
173 WillOnce(Invoke(bind(AppendMessageAndReturn, response, true, _1, _2))); in TEST_F()
193 WillOnce(Invoke(bind(AppendMessageAndReturn, response, true, _1, _2))); in TEST_F()
211 WillOnce(Invoke(bind(AppendMessageAndReturn, response, true, _1, _2))); in TEST_F()
229 WillOnce(Invoke(bind(AppendMessageAndReturn, response, true, _1, _2))); in TEST_F()
249 WillOnce(Invoke(bind(AppendMessageAndReturn, response, true, _1, _2))); in TEST_F()
264 AppendMessageAndReturn, response, true, _1, _2))); in TEST_F()
278 AppendMessageAndReturn, response, true, _1, _2))); in TEST_F()
300 AppendMessageAndReturn, response, true, _1, _2))); in TEST_F()
H A Dap_interface_impl_unittest.cpp38 using std::placeholders::_2;
96 .WillOnce(Invoke(bind(CaptureStationEventHandler, &handler, _1, _2))); in TEST_F()
118 .WillOnce(Invoke(bind(CaptureStationEventHandler, &handler, _1, _2))); in TEST_F()
140 .WillOnce(Invoke(bind(CaptureChannelSwitchEventHandler, &handler, _1, _2))); in TEST_F()
H A Dscanner_unittest.cpp233 _1, _2, _3, _4, _5, _6, _7))); in TEST_F()
250 _1, _2, _3, _4, _5, _6, _7))); in TEST_F()
322 _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, &req_flags))); in TEST_F()
365 _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, &interval_setting))); in TEST_F()
398 _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, in TEST_F()
/aosp12/frameworks/av/media/codec2/core/include/
H A D_C2MacroUtils.h31 #define _C2_ARG2(_1, _2) _C2_ARG(_1) _C2_ARG(_2) argument
32 #define _C2_ARG4(_1, _2, _3, _4) _C2_ARG2(_1, _2) _C2_ARG2(_3, _4) argument
33 #define _C2_ARG8(_1, _2, _3, _4, _5, _6, _7, _8) _C2_ARG4(_1, _2, _3, _4) _C2_ARG4(_5, _6, _7, _8) argument
34 #define _C2_ARG16(_1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16) \ argument
35 _C2_ARG8(_1, _2, _3, _4, _5, _6, _7, _8) _C2_ARG8(_9, _10, _11, _12, _13, _14, _15, _16)
38 #define _C2_ARGC_3(_, _0, _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16, \
59 #define _C2_ARGC_1(_, _0, _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16, \ argument
64 _C2_ARG16(_1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16) \ argument
/aosp12/frameworks/av/media/codecs/amrwb/enc/inc/
H A Dqpisf_2s.tab54 * 1_2 7 256 *
56 * 2_2 3 128 *
1025 * 1_2 7 256 *
1027 * 2_2 4 128 *
/aosp12/packages/modules/NeuralNetworks/runtime/test/fuzzing/operation_signatures/
H A DFullyConnected.cpp57 .constructor = std::bind(fullyConnectedConstructor, _1, _2, TestHalVersion::V1_0, _3)}; in DEFINE_OPERATION_SIGNATURE()
68 .constructor = std::bind(fullyConnectedConstructor, _1, _2, TestHalVersion::V1_2, _3)}; in DEFINE_OPERATION_SIGNATURE()
78 .constructor = std::bind(fullyConnectedConstructor, _1, _2, TestHalVersion::V1_3, _3)}; in DEFINE_OPERATION_SIGNATURE()
H A DConvolutions.cpp150 .constructor = std::bind(conv2DExplicitConstructor, _1, _2, TestHalVersion::ver, _3)}; \
167 .constructor = std::bind(conv2DImplicitConstructor, _1, _2, TestHalVersion::ver, _3)};
196 .constructor = std::bind(conv2DExplicitConstructor, _1, _2, TestHalVersion::ver, _3)}; \
214 .constructor = std::bind(conv2DImplicitConstructor, _1, _2, TestHalVersion::ver, _3)}; \
257 .constructor = std::bind(conv2DImplicitConstructor, _1, _2, TestHalVersion::ver, _3)};
392 .constructor = std::bind(depthwiseConv2DExplicitConstructor, _1, _2, \
411 .constructor = std::bind(depthwiseConv2DImplicitConstructor, _1, _2, \
442 .constructor = std::bind(depthwiseConv2DExplicitConstructor, _1, _2, \
462 .constructor = std::bind(depthwiseConv2DImplicitConstructor, _1, _2, \
487 .constructor = std::bind(depthwiseConv2DExplicitConstructor, _1, _2, \
[all …]
/aosp12/frameworks/rs/tests/java_api/RsTest_14/src/com/android/rs/test/
H A Dmath.rscript76 res_##type##_2 = src1_##type##_2 op src2_##type##_2; \
96 res_##typeout##_2 = fnc(src1_##typein##_2); \
102 res_##type##_2 = fnc(src1_##type##_2, src2_##type##_2); \
424 prefix##_##type##_2.x = 1; \
425 prefix##_##type##_2.y = 1; \
H A Dmath.rs.orig76 res_##type##_2 = src1_##type##_2 op src2_##type##_2; \
96 res_##typeout##_2 = fnc(src1_##typein##_2); \
102 res_##type##_2 = fnc(src1_##type##_2, src2_##type##_2); \
H A Dmath.rs.bak82 res_##typeout##_2 = fnc(src1_##typein##_2); \
88 res_##type##_2 = fnc(src1_##type##_2, src2_##type##_2); \
/aosp12/frameworks/rs/tests/java_api/RsTest_16/src/com/android/rs/test/
H A Dmath.rscript76 res_##type##_2 = src1_##type##_2 op src2_##type##_2; \
96 res_##typeout##_2 = fnc(src1_##typein##_2); \
102 res_##type##_2 = fnc(src1_##type##_2, src2_##type##_2); \
424 prefix##_##type##_2.x = 1; \
425 prefix##_##type##_2.y = 1; \
/aosp12/frameworks/base/tools/aapt2/xml/
H A DXmlActionExecutor.cpp41 std::placeholders::_2, std::placeholders::_3)); in Action()
46 std::placeholders::_2, std::placeholders::_3)); in Action()
51 std::placeholders::_2, std::placeholders::_3)); in Action()
/aosp12/frameworks/rs/tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/
H A Dmath.rscript76 res_##type##_2 = src1_##type##_2 op src2_##type##_2; \
96 res_##typeout##_2 = fnc(src1_##typein##_2); \
102 res_##type##_2 = fnc(src1_##type##_2, src2_##type##_2); \
/aosp12/frameworks/rs/tests/java_api/ComputeBenchmark/src/com/example/android/rs/computebench/
H A Dcompute_benchmark.rscript95 … RUN_BENCH(res_##type##_2 = src1_##type##_2 op src2_##type##_2, #type "2 " #op " " #type "2") \
119 …RUN_BENCH(res_##to##_2 = convert_##type##2(src1_##from##_2), #to "2 convert_" #type "2(" #from "2)…
136 RUN_BENCH(res_##typeout##_2 = fnc(src1_##typein##_2);, #typeout "2 " #fnc "(" #typein "2)") \
142 …RUN_BENCH(res_##type##_2 = fnc(src1_##type##_2, src2_##type##_2), #type "2 " #fnc "(" #type "2, " …
/aosp12/frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/
H A Dmath.rscript92 res_##type##_2 = src1_##type##_2 op src2_##type##_2; \
112 res_##typeout##_2 = fnc(src1_##typein##_2); \
118 res_##type##_2 = fnc(src1_##type##_2, src2_##type##_2); \
/aosp12/frameworks/rs/tests/java_api/RSUnitTests/supportlibsrc_gen/com/android/rs/unittest/
H A Dmath.rscript94 res_##type##_2 = src1_##type##_2 op src2_##type##_2; \
114 res_##typeout##_2 = fnc(src1_##typein##_2); \
120 res_##type##_2 = fnc(src1_##type##_2, src2_##type##_2); \
/aosp12/frameworks/native/libs/vr/libpdx/
H A Dencoder_performance_test.cpp19 using std::placeholders::_2;
232 _1, _2, _3, _4, std::forward<T>(value)); in AddSerializationTest()
244 _1, _2, _3, _4, _5, _6, std::forward<T>(value)); in AddDeserializationTest()
262 _1, _2, _3, _4, value); in AddTest()
267 _1, _2, _3, _4, _5, _6, std::forward<T>(value)); in AddTest()
423 std::bind(&SerializeBaseTest, _1, _2, _3, _4, len); in main()
425 std::bind(&DeserializeBaseTest, _1, _2, _3, _4, _5, _6, len); in main()
/aosp12/system/connectivity/wificond/
H A Dap_interface_impl.cpp57 _1, _2)); in ApInterfaceImpl()
60 std::bind(&ApInterfaceImpl::OnChannelSwitchEvent, this, _1, _2)); in ApInterfaceImpl()
/aosp12/frameworks/base/startop/scripts/trace_analyzer/test_fixtures/
H A Dcommon_systrace247 …Binder:14607_2-14625 (14607) [001] d..2 14594.260525: sched_blocked_reason: pid=14607 iowait=0 cal…
251 …Binder:14607_2-14625 (14607) [001] d..2 14594.260588: sched_blocked_reason: pid=14607 iowait=0 cal…
254 …Binder:14607_2-14625 (14607) [001] d..2 14594.260636: sched_blocked_reason: pid=14607 iowait=0 cal…
262 …Binder:14607_2-14625 (14607) [001] ...1 14594.260925: tracing_mark_write: B|14607|AttachCurrentThr…
263 Binder:14607_2-14625 (14607) [001] ...1 14594.260930: tracing_mark_write: B|14607|Thread::Attach
264 Binder:14607_2-14625 (14607) [001] ...1 14594.260933: tracing_mark_write: B|14607|Thread birth
265 Binder:14607_2-14625 (14607) [001] ...1 14594.260973: tracing_mark_write: B|14607|Thread::Init
266 Binder:14607_2-14625 (14607) [001] ...1 14594.260977: tracing_mark_write: B|14607|InitStackHwm
269 …Binder:14607_2-14625 (14607) [001] ...1 14594.261023: tracing_mark_write: B|14607|InitTlsEntryPoin…
270 …Binder:14607_2-14625 (14607) [001] ...1 14594.261034: tracing_mark_write: B|14607|InitInterpreterT…
[all …]
/aosp12/bootable/recovery/tests/unit/
H A Dscreen_ui_test.cpp431 std::placeholders::_1, std::placeholders::_2))); in TEST_F()
443 std::placeholders::_1, std::placeholders::_2))); in TEST_F()
456 std::placeholders::_1, std::placeholders::_2))); in TEST_F()
485 std::placeholders::_1, std::placeholders::_2))); in TEST_F()
504 std::placeholders::_1, std::placeholders::_2))); in TEST_F()
517 std::placeholders::_1, std::placeholders::_2))); in TEST_F()
/aosp12/frameworks/rs/tests/java_api/RsTest_11/src/com/android/rs/test/
H A Dmath.rscript228 res_##type##_2 = src1_##type##_2 op src2_##type##_2; \
311 prefix##_##type##_2.x = 1; \
312 prefix##_##type##_2.y = 1; \
/aosp12/bootable/recovery/
H A Drecovery.cpp167 std::bind(&Device::HandleMenuKey, device, std::placeholders::_1, std::placeholders::_2)); in yes_no()
177 std::bind(&Device::HandleMenuKey, device, std::placeholders::_1, std::placeholders::_2)); in ask_to_wipe_data()
199 std::bind(&Device::HandleMenuKey, device, std::placeholders::_1, std::placeholders::_2)); in prompt_and_wipe_data()
258 std::bind(&Device::HandleMenuKey, device, std::placeholders::_1, std::placeholders::_2)); in choose_recovery_file()
352 std::bind(&Device::HandleMenuKey, device, std::placeholders::_1, std::placeholders::_2)); in AskToReboot()
395 std::bind(&Device::HandleMenuKey, device, std::placeholders::_1, std::placeholders::_2)); in PromptAndWait()
/aosp12/frameworks/native/services/surfaceflinger/Scheduler/
H A DDispSyncSource.cpp41 std::placeholders::_2, std::placeholders::_3), in CallbackRepeater()
131 std::placeholders::_2, in DispSyncSource()
/aosp12/frameworks/rs/cpp/
H A DElement.cpp117 #define CREATE_VECTOR(N, T) android::RSC::sp<const Element> Element::N##_2(const android::RSC::sp<R…
118 if (rs->mElements.N##_2 == nullptr) { \
119 rs->mElements.N##_2 = createVector(rs, RS_TYPE_##T, 2); \
121 return rs->mElements.N##_2; \

123