Home
last modified time | relevance | path

Searched defs:expectedConnections (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/armnn/src/armnn/
H A DLayer.cpp378 void Layer::VerifyLayerConnections(unsigned int expectedConnections, const CheckLocation& location)… in VerifyLayerConnections()
/aosp_15_r20/cts/tests/tests/telecom/src/android/telecom/cts/
H A DBaseTelecomTestWithMockServices.java859 int expectedConnections = getNumberOfConnections() + 1; in placeAndVerifyCall() local