Home
last modified time | relevance | path

Searched refs:addAllocate (Results 1 – 3 of 3) sorted by relevance

/packages/modules/NetworkStack/tests/unit/src/android/net/apf/
DApfNewTest.kt195 assertFailsWith<IllegalArgumentException> { gen.addAllocate(65536) } in testApfInstructionEncodingSizeCheck()
196 assertFailsWith<IllegalArgumentException> { gen.addAllocate(-1) } in testApfInstructionEncodingSizeCheck()
625 gen.addAllocate(1500) in testApfInstructionsEncoding()
898 .addAllocate(14) in testWriteToTxBuffer()
925 .addAllocate(14) in testCopyToTxBuffer()
952 .addAllocate(18) in testCopyContentToTxBuffer()
1451 .addAllocate(65535) in testAllocateFailure()
1460 .addAllocate(14) in testTransmitFailure()
1496 .addAllocate(etherIpv4UdpPacket.size) in testTransmitL4()
/packages/modules/NetworkStack/src/android/net/apf/
DApfV6GeneratorBase.java103 public final Type addAllocate(int size) { in addAllocate() method in ApfV6GeneratorBase
DApfFilter.java1641 v6Gen.addAllocate(60) in generateArpFilterLocked()
1852 gen.addAllocate(pktLen); in generateNonDadNaTransmitLocked()