Home
last modified time | relevance | path

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

12

/packages/providers/MediaProvider/pdf/framework/libs/pdfClient/utils/
Dtext.cc39 std::placeholders::_1, std::placeholders::_2)); in FPDF_StructElement_GetAltText()
44 std::placeholders::_1, std::placeholders::_2)); in FPDFAnnot_GetStringValue()
49 std::placeholders::_1, std::placeholders::_2)); in FPDFAnnot_GetOptionLabel()
54 std::placeholders::_1, std::placeholders::_2)); in FORM_GetFocusedText()
/packages/modules/NeuralNetworks/runtime/test/fuzzing/operation_signatures/
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()
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)}; \
237 .constructor = std::bind(conv2DExplicitConstructor, _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, \
[all …]
/packages/modules/NeuralNetworks/common/cpu_operations/
DResizeImageOps.cpp259 using std::placeholders::_1;
262 RESIZE_BILINEAR, std::bind(resize_image::prepare, OperationType::RESIZE_BILINEAR, _1),
263 std::bind(resize_image::execute, OperationType::RESIZE_BILINEAR, _1),
268 OperationType::RESIZE_NEAREST_NEIGHBOR, _1),
270 OperationType::RESIZE_NEAREST_NEIGHBOR, _1),
DActivation.cpp584 using std::placeholders::_1;
586 std::bind(activation::prepare, OperationType::RELU, _1),
589 std::bind(activation::prepare, OperationType::RELU1, _1),
592 std::bind(activation::prepare, OperationType::RELU6, _1),
596 _1),
599 std::bind(activation::prepare, OperationType::TANH, _1),
603 _1),
/packages/modules/adb/daemon/
Drestart_service_test.cpp42 "tcp", std::bind(restart_tcp_service, std::placeholders::_1, assigned_port)); in TEST()
58 "tcp", std::bind(restart_tcp_service, std::placeholders::_1, port)); in TEST()
Dservices.cpp318 std::bind(restart_tcp_service, std::placeholders::_1, port)); in daemon_service_to_fd()
360 "reconnect", std::bind(reconnect_service, std::placeholders::_1, transport)); in daemon_service_to_fd()
/packages/modules/Bluetooth/system/gd/rust/topshim/src/
Dbtif.rs1074 let _2 = ptr_to_vec(_2, _1 as usize);
1078 let _1 = unsafe { *(_1 as *const RawAddress) }; localVariable
1083 let _1 = ptr_to_vec(_1, _0 as usize); localVariable
1090 let _1 = String::from(unsafe{*_1}); localVariable
1098 let _1 = unsafe { *(_1 as *const RawAddress) }; localVariable
1104 let _1 = unsafe { *(_1 as *const RawAddress) }; localVariable
1110 let _1 = unsafe { *(_1 as *const RawAddress) }; localVariable
1117 let _1 = unsafe { *(_1 as *const RawAddress) }; localVariable
/packages/modules/Bluetooth/system/gd/packet/parser/
Dlogging.h94 #define ERRORLOC(_1, ...) LogMessage(_1, {__VA_ARGS__}).stream() argument
/packages/modules/Bluetooth/system/audio_hal_interface/
Dle_audio_software_unittest.cc582 std::placeholders::_1), in SetUp()
585 &sink_stream_callbacks_, std::placeholders::_1, in SetUp()
588 &sink_stream_callbacks_, std::placeholders::_1), in SetUp()
593 std::placeholders::_1), in SetUp()
596 &source_stream_callbacks_, std::placeholders::_1, in SetUp()
599 &source_stream_callbacks_, std::placeholders::_1), in SetUp()
/packages/modules/adb/
Dservices.cpp263 create_service_thread("wait", std::bind(wait_service, std::placeholders::_1, in host_service_to_socket()
269 "connect", std::bind(connect_service, std::placeholders::_1, host)); in host_service_to_socket()
279 "pair", std::bind(pair_service, std::placeholders::_1, host, password)); in host_service_to_socket()
/packages/modules/ImsMedia/service/src/com/android/telephony/imsmedia/lib/libimsmedia/core/
DBaseManager.cpp32 mCallback = std::bind(pfnCallback, std::placeholders::_1, std::placeholders::_2); in setCallback()
/packages/modules/Bluetooth/system/bta/le_audio/audio_hal_client/
Daudio_sink_hal_client.cc76 std::bind(&SinkImpl::OnResumeReq, this, std::placeholders::_1), in Acquire()
79 this, std::placeholders::_1), in Acquire()
Daudio_source_hal_client.cc124 std::bind(&SourceImpl::OnResumeReq, this, std::placeholders::_1), in Acquire()
128 std::placeholders::_1, std::placeholders::_2), in Acquire()
/packages/modules/Bluetooth/system/gd/rust/topshim/src/profiles/
Dgatt.rs673 let _1 = unsafe { *_1.clone() }; localVariable
715 let _1 = unsafe { *_1 }; localVariable
735 let _1 = ptr_to_vec(_1, _2 as usize); localVariable
1033 let _1 = unsafe { *_1 }; localVariable
Dle_audio.rs532 let _1: Vec<BtLeAudioCodecConfig> = _1.to_vec(); localVariable
Dsdp.rs428 let _1 = unsafe { *_1 }; localVariable
/packages/modules/Bluetooth/tools/rootcanal/model/setup/
Dphy_device.cc30 std::bind(&PhyDevice::Send, this, _1, _2, _3)); in PhyDevice()
/packages/modules/Bluetooth/system/osi/test/
Dtest_stubs.h52 #define OVERLOAD_GET_COUNT(_1, _2, _3, _4, _5, _6, COUNT, ...) COUNT argument
/packages/modules/Bluetooth/android/pandora/test/
Dgatt_test.py281 …setattr(self.ref.device.l2cap_channel_manager, "on_[0x18]", lambda _, _1, frame: fut.set_result(fr…
/packages/modules/DnsResolver/
DResolverController.cpp166 std::bind(sendNat64PrefixEvent, std::placeholders::_1))) {}
/packages/modules/Bluetooth/system/gd/security/internal/
Dsecurity_manager_impl.cc576 …nPairingFinished = std::bind(&SecurityManagerImpl::OnPairingFinished, this, std::placeholders::_1), in OnSmpCommandLe()
648 …nPairingFinished = std::bind(&SecurityManagerImpl::OnPairingFinished, this, std::placeholders::_1), in ConnectionIsReadyStartPairing()
/packages/services/Car/cpp/computepipe/runner/engine/
DDefaultEngine.cpp276 &DefaultEngine::freePacket, this, std::placeholders::_1, mDisplayStream)); in broadcastClientConfig()
/packages/modules/Bluetooth/system/main/shim/
Dacl.cc1647 std::placeholders::_1, std::placeholders::_2), in OnConnectSuccess()
1734 std::placeholders::_1, std::placeholders::_2), in OnLeConnectSuccess()
/packages/modules/Bluetooth/system/bta/le_audio/broadcaster/
Dbroadcaster.cc1030 std::placeholders::_1)); in OnBigCreated()

12